system error from session started.

anandknr

Member
Hi all,

I was trying to setup an enviroment in windows machine. On starting the application by double clcking it throws the error as follows :

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

And below pasted is my pf file content :

-s 76
-L 10000
-c 60
-B 10000
-n 75
-T C:\OpenEdge\WRK
-D 200
-l 500
-yy 1915
-d dmy
-mmax 1024
-db D:\cm\qm2\dsSHP\db\dsSHP.db
-p sysinit.p

Thanks in advance .
 

anandknr

Member
procore means?

I have tried this before loading the .d files . so all the tables are empty. will that be the issue?

Also sysinit.p is very huge file contains lot of GUI components. I replaced it with a simple file and its working fine.

I will update the post after a .d file load...thnx for the reply
 

rstanciu

Member
"procore" is a file, search this file. D'ont forget to export/import sequences and
is not shure yiur application works on Win32 from Linux ... grep for "UNIX SILENT", "OS-COMMAND" on the code source,
"INPUT-OUTPUT THROUGHT" ... a unix based application is not easy win32 compatible.
 
Top