Powercenter - Exit Code
About
Linux Exit code
Articles Related
Plugin combo - Component related: Nothing was found.
Larger than 255
When an operating system error number larger than 255 is logged into session for a PowerCenter Command Task failure do the following to determine the actual error number:
Take the decimal error number from session log and convert it to hexadecimal value.
Interchange the place of last two digits (00) and first two (01) digits.
Convert this to decimal value. This is the actual error code number.
Error Code
256
HEX(256) = 0x0100
0100 → 0001
DEC(0001) = 1
512
HEX(512) = 0x0200
0200 → 0002
DEC(0002) = 2
This error number 2 is a standard OS error [Errno 2] No such file or directory.
Documentation / Reference