Here is the application Nifi error code, would appreciate your guidance.
Original Message:
Sent: Mar 04, 2023 04:35 AM
From: Jose Lopez
Subject: Exit code
Hi,
This does not seem to be AutoSys related.
does your application use the command "exit 500"?
if so, that is the problem. 500 is 111110100 but that is 9 bits and linux only manage 8 bits error codes. So 0b111110100 is trimmed to 8 bits and that is 244.
thanks
José
Original Message:
Sent: Mar 03, 2023 02:23 PM
From: Mushtaq Chaviwala
Subject: Exit code
One of our application failure code is 500, but what I notice Autosys convert Exit code 500 to 244 , can any one help me to understand why autosys has to convert, is there anyreserved exit code which we can't use it?
Any help much appreciated