Sybase – SQL message: [ASE Error SQL712]

In transaction ST22 You probably can find information similar to below:

Database error text: “SQL message: [ASE Error SQL712][SAP][ASE ODBC Driver][Adaptive Server Enterprise]There is insufficient heap memory to allocate 36432 bytes. Please increase configuration parameter ‘heap memory per user’ or try again when there is less activity on the syst”

How to resolve

You have two posibilites – DBACockpit or iSQL.

  1. DBACockpit
    • run DBACOCKPIT t-code
    • go to “Database <SID>” tab
    • go to menu Configuration
    • choose option “Server Configuration”
    • open “Physical Resources” folder and then “Physical Memory” folder
    • click on “heap memory per user” and then click on “Change” button:

2. iSQL

isql -S<SID> -Usapsa -X
sp_configure 'heap memory per user', <new_value>
go

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Copyright © 2024. SAPBasisWorld.com Privacy Policy