Page tree
Skip to end of metadata
Go to start of metadata
Memory Manager Errors (700s)
701        17           There is not enough procedure cache to run this procedure, trigger, or SQL batch. Retry later, or ask your SA to reconfigure ASE with more procedure cache.
702        20           Memory request for %d bytes exceeds the size of single page of %d bytes.
703        17           You cannot run this procedure, trigger, or SQL batch because it requires more than %ld pages of memory. Break it up into shorter queries, if possible.
704        20           Tried to free procedure header 0x%lx, but it's still in use by procedure '%.*s' at procedure buffer 0x%lx.
705        19           There is no room for process %d to store PROC_HDR 0x%lx in Pss.
706        20           Process %d tried to remove PROC_HDR 0x%lx that it does not hold in Pss.
707        20           System error detected during attempt to free memory at address 0x%lx. Please consult the ASE error log for more details.
708        17           There is insufficient system memory to run kernel task.  spid %d, kpid %d.
709        17           There is insufficient system memory to continue login process for spid %d.
710        20           Memory request for %d bytes is too small.
711        17           There is presently insufficient system memory to allocate %d bytes for new structures. Please try again when there is less activity on the system.
712        17           There is insufficient heap memory to allocate %ld bytes. Please increase configuration parameter 'heap memory per user' or try again when there is less activity on the system.
713        16           Sort failed because there is insufficient procedure cache for the configured number of sort buffers. Please retry the query after configuring lesser number of sort buffers.
714        20           Unable to locate a procedure cache memory control descriptor for memory '0x%p' allocated by process %d.
715        20           Unable to locate a procedure cache memory control descriptor for memory '0x%p' in the global list.
716        16           Unable to allocate memory of size %d bytes from the '%S_MSG' pool.
717        20           The last prochdr associated with the passed in main prochdr is incorrect. Last prochdr: '0x%p'. Main prochdr: '0x%p'. This is an Adaptive Server internal error. 
                             Please report the problem to SAP Techincal Support.
718        20           Memory allocation from process private memory is being performed by an incorrect process. Current Spid: '%d'. Owning Spid: '%d'. Memory: '0x%p'.
                             This is an Adaptive Server internal error. Please contact SAP Tech Support.
719        20           The last prochdr value is not available for the prochdr '0x%p'. This is an Adaptive Server internal error. Please contact SAP Tech Support.
720        17           Unable to allocate a procedure memory control descriptor. Please increase the value of the configuration parameter '%s' or try again when there is less activity on the system.
721        20           The prochdr '0x%p' has large allocation enabled incorrectly. This is an Adaptive Server internal error. Please contact SAP Tech Support.
722        17           Procedure cache exhausted before a query plan could be found.
724        20           Internal Error: Function '%s' was passed an illegal size value (%d).
725        17           %s: failed to allocate %u bytes from Adaptive Server's main memory pool.
726        20           Unallocated %s memory at 0x%p is being used, Memory deallocated at file=%s, line=%d.
727        20           Access to memory outside the %s boundary. %s at 0x%p of Size = %d, Memory Accessed 0x%p at Offset = %d for size = %d, Memory allocated at file=%s, line=%d.
728        17           Allocation of size %d bytes from the row storage cache, '%.*s', failed as there is not enough memory available in the cache.
                             Please increase the cache size. Memory allocator information = 0x%x, object ID = %d, partition ID = %d, request type = %d (%s).                                                                                                                                                                                    
729        10           %s could not clean %d bytes from the row storage cache, '%.*s'. Please drop and recreate the cache before reusing it.                                                                                              
  • No labels