Advanced Status Returned by the SAP Suite Adapter for JCo 3.x

The SAP Suite adapter for JCo 3 .x can return various advanced statuses.

The following table includes the advanced status that may be returned by the SAP Suite adapter for JCo 3.x:

Table 1. Advanced Status Returned by SAP Suite Adapter for JCo 3.x
Status Description
ADV_ADAPTER_ERROR Generic error occurred during processing. Check the Status Report and log for details.
ADV_ADAPTER_NOT_REGISTERED The RMI instance of the SAP Suite adapter for JCo 3.x (little-a) is not registered in JNDI (null). Possible reasons:
  • Adapter instance is not enabled.
  • The adapter (little-a) could not be started successfully. Check log file.
ADV_INITIALIZATION_FAILED Initialization of SAP Suite adapter for JCo 3.x (little-a) failed.
ADV_CREATE_TID_FAILED Creating a new transaction ID failed.
ADV_CONFIRM_TID_FAILED Committing a started transaction failed.
ADV_NO_INPUT_DOCUMENT The adapter has been started from a business workflow without or with empty input document.
ADV_INVALID_INPUT_DOCUMENT The adapter has been started from a business workflow with an invalid input document.
ADV_MISSING_WF_PARAMETER An invalid parameter has been passed to the adapter (name specified).
ADV_CREATE_SESSION_FAILED Creating a session to SAP system failed.
ADV_ASYNC_RFC_FAILED Asynchronous RFC call failed.
ADV_SYNC_RFC_FAILED Synchronous RFC call failed.
ADV_IDOC_SEND_FAILED Sending IDoc to SAP system failed.
ADV_CLOSE_SESSION_FAILED Closing specified session to SAP system failed.
ADV_ADAPTER_VALIDATION_ERROR An error is detected during a validation routine. The details are described in the Status Report.
ADV_DOM_ERROR An XML DOM document related error occurred.
ADV_JCO_ERROR A SAP JCo related error occurred during processing the request.
ADV_IO_ERROR An error occurred during input/output operation (Method specified).
ADV_XML_ERROR An XML related error occurred during processing the request.
ADV_SQL_ERROR A SQL related error occurred during processing the request.
ADV_INVALID_RFC_NAME An invalid RFC name has been configured.