When managing a system built with the X-UP service, errors may occur when calling an X-UP service. These errors can be categorized as either issues within the developed X-UP model itself or environmental system errors. To quickly identify the root cause, check the contents of the xup.log file.
The xup.log file records logs based on the log level configured by the user.
X-UP Error Message Specification
ErrorCode : Returns 0 on success and -1 on failure.
If a user-defined error code parameter exists, its corresponding value will be used.
ErrorMsg
Target : [domain:model]
System Error code : [X-UP error code]
Message : Exception Message .
The key point when checking for errors is the System Error Code and Message included in the 'ErrorMsg'. Use the following information to troubleshoot errors.
System Error Code- LEF00000~LEF99999
This error occurs in the Servlet or API. It may be caused by issues such as input parameter parsing or installation errors. If the issue cannot be resolved based on the message content, please contact customer support.
System Error Code- BUN00000~BUN19999
This is one of the most common types of errors, occurring during calls to the database or SAP RFC. It may be caused by issues in SQL statements, SAP RFC functions, or problems within the legacy system itself. Review the error message and take appropriate corrective actions.
System Error Code- BUN20000~BUN99999
This error occurs within each connection module itself. Please contact the customer support center for assistance.
System Error Code- COR00000~COR99999
This error occurred in the X-UP Engine. Please contact the customer support center for assistance.
System Error Code- UND00000
An undefined error code has occurred, which can be categorized into two cases.
An undefined error in the X-UP Engine.
An error that occurs in the Model's UserMethod or a user-defined Helper Class.
Check the message details and take appropriate action to resolve the error.