#182628 - 2007-11-14 04:08 PM
exit codes with @error after shell command
|
GOGO
Fresh Scripter
Registered: 2004-09-13
Posts: 16
Loc: Hannover, Germany
|
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.
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
|
Top
|
|
|
|
#182640 - 2007-11-14 04:51 PM
Re: exit codes with @error after shell command
[Re: Richard H.]
|
GOGO
Fresh Scripter
Registered: 2004-09-13
Posts: 16
Loc: Hannover, Germany
|
fast and helpful as always, i love the forum!
i will change my script, but as i'm not allowed to change production the quick and dirty way, it will take me some time to get results.
What is the application event log? (Sorry for my bad english)Part of the event log? Hm, probably not :-( I checked Dr. Watson, but that didn't helped much. Two different messages types, which not match the exit codes. Just can't find my printouts...
Let me have a look at my skript, i will be back soon.
Thanks GOGO
|
Top
|
|
|
|
Moderator: Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart
|
0 registered
and 329 anonymous users online.
|
|
|