Error NAT1222 - what kind of memory?

Hi!
When I start a natural-ajax program (find-statement) in my develop environment (NaturalOne) I got an error after a few seconds runtime:

Natural marker at this line
- NAT1222 Memory required for statement execution not available.
Marker at this line
- Debug Current Instruction Pointer

Please, can somebody help me: What kind of memory is less then needed? RAM is 1 GB free, have I something (memory size) to configure with Natural Configuration Utility?

Thank you very much,
Matthias

What statement does the error point to exactly ?

And what operating system are you running on ?

Hi Wolfgang,
OS is Windows 7 Prof, 64 bit. Sorry, but I must not public any statements or programs from our buisness.
I hope I’ll get the Memory-Info without an exactly statement.

Thank you very much,
Matthias

If you can’t even provide any details re. what statement type is causing the issue please file an incident with Software AG support.

Hi Wolfgang,

thx for your repley, I thought it is possible to write me what kind of memory is mean by error NAT1222 without a program-statement

cu,
Matthias

This is the explanation of this error from Natural for Windows. Maybe this helps:

NAT1222 Memory required for statement execution not available.

TEXT:
Memory required for statement execution not available.
EXPL:
The memory required to execute the statement is not available.
Possible reasons are:

  • The amount of memory allocated to a dynamic variable or an X-array had
    to be increased, but this caused the total memory available to the
    Natural session to be exceeded.
  • The amount of work memory required to execute the statement caused
    the total memory available to the Natural session to be exceeded.
  • Natural environment constraints (e.g. the settings of profile
    parameters) limit the total amount of memory available to the Natural
    session.
  • Operating or TP system restrictions (e.g. the total memory available)
    limit the amount of memory that is available to the Natural session.
    ACTN:
    Use the system command LASTMSG * to find out what exactly caused the
    memory request to fail.
    Check program and correct error, or contact your Natural administrator.