SYSTEM ERROR: -s exceeded

Ravichandran

New Member
Error :

" SYSTEM ERROR: -s exceeded. Raising STOP condition and attempting to write stack
trace to file 'procore'. Consider increasing -s startup parameter. (5635) "

when i try to type the custom program name from main menu (default mfg pro screen) the above error is coming. But if i go menu by menu to execute the same program is working fine.

Kindly advise on this.
 
From QAD Knowledgebase,

Cause: The -s parameter sets an internal memory stack for use by Progress programs during execution. Stack overflow errors are most likely when data definitions are being loaded for very large tables or use recursive procedures.

Fix: The -s value is set in 1 KB increments. Set this value initially to 128. The multi-user default (if -s is not set) is 40.

HTH,
Shiva
 
Error :

" SYSTEM ERROR: -s exceeded. Raising STOP condition and attempting to write stack
trace to file 'procore'. Consider increasing -s startup parameter. (5635) "

when i try to type the custom program name from main menu (default mfg pro screen) the above error is coming. But if i go menu by menu to execute the same program is working fine.

Kindly advise on this.

There are many reasons for this to happen.
Even it is related to the progress code.

what type of custom program is it?

HTH,
Shiva
 
Top