Outcome-status constants

Many methods of the low-level Java connector library return an integer outcome status to indicate the success of the method. Table 150 summarizes the static outcome-status constants, which are defined in the CxStatusConstants class.

Table 150. Outcome-status constants in the CxStatusConstants class

Constant name Meaning
SUCCEED The operation completed successfully.
FAIL The operation failed for an unspecified reason.
APPRESPONSETIMEOUT The application is not responding.
BO_DOES_NOT_EXIST The requested business object does not exist.
CONNECTOR_NOT_ACTIVE The connector is not active; that is, it is in the paused state.
MULTIPLE_HITS The integration broker requested a retrieve-by-content but the connector found more than one matching record. The status indicates that more than one record matched the search requirements.
NO_SUBSCRIPTION_FOUND Cannot find any subscriptions for the business object.
RETRIEVEBYCONTENT_FAILED Retrieve by content failed.
UNABLETOLOGIN Cannot login to the application.
VALCHANGE The operation successfully completed and changed the value of the object in the target application.
VALDUPES The requested operation failed because multiple records were found for the same key field (or fields).

Copyright IBM Corp. 1997, 2003