CWYOE

CWYOE0101E: An exception occurred while the {0} business object was being created.
Explanation: A copy of the business object for parsing the metadata cannot be created.
User Action: Verify that the Namespace is correct and that the business object XSD file is in the class path. Also verify that the syntax of the XSD file is correct.

 

CWYOE0107E: The application-specific information for the {0} business object could not be parsed.
Explanation: The application-specific information in the XSD file contains a syntax error.
User Action: Correct the application-specific information in the XSD file.

 

CWYOE0205E: The adapter encountered a blank value for the XADataSourceName property.
Explanation: The value provided for the XADataSourceName property provided was blank. Therefore, the adapter could not establish a connection to the database.
User Action: Provide a valid value for the XADataSourceName property. The value of the XADataSourceName property cannot be null or "".

 

CWYOE0206E: The adapter encountered a blank value for the XADatabaseName property.
Explanation: The value for XADatabaseName was blank. Therefore, the adapter could not establish a connection to the database.
User Action: Provide a valid value for the XADatabaseName property.

 

CWYOE0601E: The {0} business object could not be created.
Explanation: The adapter cannot create business object for the event.
User Action: Ensure that the Namespace value is correct and that the business object XSD file is in the class path. Also verify that the syntax of the XSD file is correct.

 

CWYOE0702E: The adapter could not generate a sequence value for the {0} attribute in the {1} business object using the sequence {2}.
Explanation: The adapter could not generate the next sequence value for the Create operation. This error usually occurs when either the sequence does not exist in the database, the sequence name metadata configured in the business object is improper, or the database connection or the driver has problems running the SQL command.
User Action: Check the appropriate logged SQL exception in the trace file in the server log directory and make the necessary changes to enable the adapter to generate the sequence value.

 

CWYOE1201E: The execute call to the interaction failed.
Explanation: The adapter could not perform the Execute operation on the interaction. The exception message logged gives the reason for the failure.
User Action: Check the exception in the trace file in the server log directory and perform corrective action.