Hi everyone,

i got a problem with exitcodes and none of my collegues is very helpfull because they just question my kixskript.
I've a client - HOST application, made with COBOL and a GUI made with ISA Dialog Manager. Client-HOST (BS2000) communication is done with siemens's UPIC client.
The client part is located on a fileserver, started with kix from the local machine.

 Quote:

SHELL $pathname + "\AKIT.exe"
IF @ERROR <> 0
$errormessage = "error! " + @ERROR
error($errormessage, $computername)
ENDIF


Sometimes the app crashes. The crash is not reproducable and user discribtions are more confusing than helpful.

These exitcodes are protocolled by the error-function:

1
3
32
44
1073807364
-1073740972
-1073741502
-1073741515
-1073741521
-1073741701
-1073741818
-1073741819
-2147483645

Both microfocus (COBOL-compiler) and ISA (GUI) said, these are no exit codes produced by their tools.
Couldn't find anything helpful with google or microsoft techsupport.

What are the meanings of these exit codes?
Does anyone has a hint for me?

Thanks
GOGO