CWYJB0601E: An error occurred while the business Object {0} was being created.
Explanation: Unable to create business object for the event.
User Action: Check that the namespace is correct and that the business object xsd file is in the class path. Also verify the syntax of the xsd file.

 

CWYJB0602E: The primary key values on the data object were not set.
Explanation: The adapter cannot set the primary values on the data object with the value set in the event store.
User Action: Check the event store for the proper setting of key values in the key column.

 

CWYJB0603I: An invalid value is specified for the poll quantity; setting it to 1.
Explanation: If an invalid value was specified for PollQuantity in the activation specification property, the default value of 1 is used.
User Action: Provide a value greater than 0 in the activation specification property for PollQuantity.

 

CWYJB0604I: No events are being polled because the poll quantity is 0.
Explanation: An invalid value or a value of 0 was specified for PollQuantity in the activation specification property.
User Action: Provide a value greater than 0 in the activation specification property for PollQuantity. To poll, the adapter requires a value greater than 0.

 

CWYJB0605E: The object keys column contains improper key value pairs.
Explanation: The key value pairs given in the object keys column in the event store are improper.
User Action: Check the event store for the proper setting of key value name pairs.

 

CWYJB0606E: An operation on the database failed with a SQL exception for the following reason: {0}.
Explanation: The adapter failed while attempting to execute a database operation. Check the SQL exception reported and try to address the issue.
User Action: Analyze the reason for the failure of the database operation, and fix the related setup problems.

 

CWYJB0607E: Polled events were not retrieved.
Explanation: The adapter cannot retrieve events for polling.
User Action: No action required.

 

CWYJB0608E: The event status cannot be updated for event ID {0}.
Explanation: Unable to update the status of the event in the event distribution table.
User Action: Check the event distribution table.

 

CWYJB0609E: Event ID {0} cannot be deleted.
Explanation: Unable to delete the event from the event distribution table.
User Action: Check the event distribution table.

 

CWYJB0610E: The adapter failed to load the driver for the following reason: {0}.
Explanation: The adapter loads the JDBC driver and then uses it to establish a connection to the database. If the driver does not exist in the class path, the adapter returns this error.
User Action: Make sure that the JDBC driver classes are in the class path.

 

CWYJB0611E: The adapter failed to establish a connection to the database for the following reason: {0}.
Explanation: The adapter failed while attempting to establish a connection to the database. The problem might be in the driver, the database, or the user credentials provided. The reason stated in the error message can help you identify the problem area.
User Action: Analyze the reason for the failure to establish a connection, and fix the related setup problems.