Chapter 36. 140000 ~ 140999

140002: Invalid protocol.

CauseAn invalid protocol was used.
ActionMake sure the protocol exists and that message transmission sequence is correct.

140003: Successful completion message.

CauseThe procedure was invoked successfully.
ActionCheck the result.

140004: Failed to open library (\'%1$s\') - %2$s.

CauseFailed to open the library.
ActionCheck the error message.

140006: Unexpected external procedure failed.

CauseFailed to execute an external function.
ActionCheck the cause of the failure and try again.

140008: Invalid class name (\'%1$s\').

CauseThe specified class was not found at the class path.
ActionVerify that the class name and path are correct.

140009: Function (\'%1$s\') call failed - %2$s.

CauseFailed to call the function.
ActionCheck the error message.

140010: Invalid error code - %1$u.

CauseThe specified error code was not found.
ActionCheck the error code.

140011: Invalid error code - %1$u.

CauseThe specified error code was not found.
ActionCheck the error code.

140012: External procedure execution failure caused by user - %1$s.

CauseFailed to execute the external procedure.
ActionThe error was caused by the user during the execution of the external procedure.

140013: OUT parameter length overflow.

CauseThe OUT parameter length exceeds the maximum allowed.
ActionCheck the error message.

140014: Not supported SQL type in external procedure

CauseExternal Procedure does not support the SQL type.
ActionCheck the SQL types supported by External Procedure.

140015: The length of the user library path is too long.

CauseThe length of the user library path is too long.
ActionCheck the library path.

140016: The length of the user function name is too long.

CauseThe length of the user function name is too long.
ActionCheck the function name.