AutoSys Workload Automation

 View Only
  • 1.  Exit code

    Posted Mar 03, 2023 02:24 PM

    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 



  • 2.  RE: Exit code

    Posted Mar 04, 2023 04:36 AM

    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é




  • 3.  RE: Exit code

    Posted Mar 05, 2023 09:02 PM

    Here is the application Nifi error code, would appreciate your guidance.