...
ERROR_CODE | Description |
---|---|
Init Operation | |
100 | Security or authorization error occurred. |
101 | Error occurred when communicating to the AS400 server. |
102 | Unable to disable GUI mode of JTOpen library for authenticating. |
103 | Error occurred while getting a connection from the pool. |
199 | Exception occurred while initializing the AS400 instance. |
Call Operation | |
200 | Unable to connect to AS400 server. |
201 | Error occurred while processing message context. May occur due to invalid data. |
202 | Error occurred while processing the output payload. |
203 | Error occurred while writing data to output payload. |
204 | Error converting XPCML to payload. |
205 | Invalid arguments are passed to the input parameters. |
206 | Program call was not successful. |
299 | Error occurred while calling the AS400 program. |
Return Pool Operation | |
300 | Error occurred while processing synapse. |
399 | Error occurred while return the AS400 connection to the pool. |
Trace Operation | |
400 | Error occurred when setting logging file path. |
499 | Error occurred when setting trace properties. |
...