- CWYBC0101E: An exception occurred while the business Object {0} was being created.
- Explanation: A copy of the business object cannot be created for parsing the metadata.
- User Action: Verify that the namespace is correct and that the business object xsd is in the class path. Also verify the syntax of the xsd file.
- CWYBC0102E: An error occurred while the metadata for business object {0} was being retrieved.
- Explanation: There is a syntax error in xsd file, in the business object metadata portion.
- User Action: Verify the syntax of the xsd file.
- CWYBC0103W: Stored procedure type {0} is not valid for the Verb {1}.
- Explanation: The stored procedure type defined for the specified verb is incorrect.
- User Action: Specify the stored procedure for the appropriate type for the appropriate verb.
- CWYBC0104W: Stored procedure type {0} is already defined.
- Explanation: More than one definition of the specified stored procedure type exists in the xsd.
- User Action: Correct the xsd file to retain only one definition for each stored procedure type.
- CWYBC0105W: An invalid stored procedure type has been found: {0}.
- Explanation: The stored procedure type specified in the xsd file is not valid.
- User Action: Correct the stored procedure type in the xsd file.
- CWYBC0106W: The Verb-level application-specific information does not specify a stored procedure.
- Explanation: The verb-level application-specific information is not recognized by this adapter as a stored procedure definition.
- User Action: In the xsd file, remove verb-level application-specific information that does not specify a stored procedure.
- CWYBC0107E: An error occurred during parsing of the application-specific information for the business object {0}.
- Explanation: A syntax error exists in the application-specific information in the xsd file.
- User Action: Correct the xsd file with the appropriate application-specific information.
- CWYBC0201E: 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.
- CWYBC0202E: 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: Check that the JDBC driver classes are in the class path.
- CWYBC0203E: The adapter encountered a blank value for the URL specified for the database.
- Explanation: The URL provided was blank. Therefore, the adapter failed to establish a connection to the database.
- User Action: Provide a proper value for the URL.
- CWYBC0204E: The adapter encountered a blank value for the driver specified for the database.
- Explanation: The database driver value provided was blank. Therefore, the adapter failed to establish a connection to the database.
- User Action: Provide a proper value for the driver.
- CWYBC0301E: 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. The problem might be in the driver, the database, or the business object data. The SQL exception reported can help you identify the problem area.
- User Action: Analyze the reason for the failure of the database operation, and fix the related setup problems.
- CWYBC0302E: An operation on the database failed with a generic exception for the following reason: {0}.
- Explanation: The adapter failed while attempting a database operation. The problem might be in the driver, the database, or the business object data. The reason stated in the error message can help you identify the problem area.
- User Action: Analyze the reason for the failure of the database operation, and fix the related setup problems.
- CWYBC0303E: An operation on the database failed with a generic exception for the following reason: {0}.
- Explanation: The adapter failed while attempting a database operation. The problem might be in the driver, the database, or the business object data. The reason stated in the error message can help you identify the problem area.
- User Action: Analyze the reason for the failure of the database operation, and fix the related setup problems.
- CWYBC0304E: An error occurred while the date value was being parsed, for the following reason: {0}.
- Explanation: The adapter failed while attempting to parse the value provided for the data type in the business object. The problem might be that the data is not in the correct format or it does not have correct values.
- User Action: Analyze the reason for the failure, and fix the date value.
- CWYBC0305E: This unknown SQL type was encountered: {0}.
- Explanation: The adapter encountered an unknown SQL type. This might be a problem with the JDBC driver. Analyze the driver type and check its documentation.
- User Action: Analyze the type and fix it.
- CWYBC0306E: An unknown SDO type was encountered.SDO Type found is {0}.
- Explanation: The adapter encountered an unknown data type in the business object.
- User Action: Analyse the reason for the failure and fix the type.
- CWYBC0307E: The execute Retrieve SQL call failed.
- Explanation: The adapter failed while attempting a database operation. The problem could be in the driver, database or the business object data being used.Please check the Exception reported and try to address the issue.
- User Action: Analyse the reason for the failure of the database operation and fix any related setup issues.
- CWYBC0401E: An error occurred during the retrieval of the application-specific information for the business object {0}.
- Explanation: Unable to parse the application-specific information for the business object.
- 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.
- CWYBC0402E: An error occurred during the retrieval of the maximum length of property {0} in the business object {1}.
- Explanation: Unable to get max length of property from the business object.
- User Action: Verify that the maximum length for the property is defined in the xsd file.
- CWYBC0403E: The type of Property {0} in the business object {1} should be String, because FixedChar ASI is set to true.
- Explanation: If a element has FixedChar ASI set to true, it must be of type string.
- User Action: Verify the type of the property that is defined in the xsd file, Please update it to make it type string
- CWYBC0501E: Commit operation on the transaction failed.Reason {0}
- Explanation: The adapter failed to commit the changes to the database.
- User Action: Check the logs and verify if the database is ok.
- CWYBC0502E: Rollback operation on the transaction failed.Reason {0}
- Explanation: The adapter failed to rollback the changes done in the database.
- User Action: Check the logs and verify if the database is ok.
- CWYBC0612E: An Operation on the database failed with a Generic Exception.The failure reason is {0}.
- Explanation: The adapter failed while attempting a database operation. The problem could be in the driver, database or the business object data being used. Please check the Exception reported and try to address the issue.
- User Action: Analyse the reason for the failure of the database operation and fix any related setup issues.
- CWYBC0701E: The Create operation failed.
- Explanation: The adapter failed while attempting to execute the Create operation.
- User Action: Analyze the reason for the failure of the Create operation and fix any issues reported.
- CWYBC0702E: The adapter failed to generate a sequence value for the attribute {0} in the business object {1} using the sequence {2}.
- Explanation: The adapter failed while attempting to generate the next sequence value for the Create operation. This error usually occurs when 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 executing the SQL command.
- User Action: Check the appropriate logged SQL exception and make the necessary changes to enable the adapter to generate the sequence value.
- CWYBC0703E: The adapter failed to generate an identity value for the attribute {0} in the business object {1}.
- Explanation: The adapter failed while attempting to generate the next identity value for the Create operation. This error usually occurs when the identity does not exist in the database or the database connection or the driver has problems executing the SQL command.
- User Action: Check the appropriate logged SQL exception and make the necessary changes to enable the adapter to generate the identity value.
- CWYBC0801E: The Retrieve operation failed in the adapter.
- Explanation: The adapter failed while attempting to execute the Retrieve operation.
- User Action: Analyze the reason for the failure of the Retrieve operation and fix any issues reported.
- CWYBC0802E: The container retrieved during Retrieve operation failed in the adapter.
- Explanation: The adapter failed while attempting to execute the Retrieve operation.
- User Action: Analyze the reason for the failure of the Retrieve operation and fix any issues reported.
- CWYBC0803E: The recursive retrieve task during the Retrieve operation failed in the adapter.
- Explanation: The adapter failed while attempting to execute the Retrieve operation.
- User Action: Analyze the reason for the failure of the Retrieve operation and fix any issues reported.
- CWYBC0804E: The Retrieve operation found multiple matches in the database for the top-level business object {0} with the given key value or values.
- Explanation: The adapter expects only one row to be returned from the database for the given criteria of key values in the business object. If more than one row exists in the database, the adapter logs this error.
- User Action: Analyze the data in the database tables and ensure that there is only one row for the given key value or values.
- CWYBC0805E: The Retrieve operation found no matches in the database for the top-level business object {0} with the given key value or values.
- Explanation: The adapter expects one row to be returned from the database for the given criteria of key values in the business object. If no row exists in the database, the adapter logs this error.
- User Action: Analyze the data in the database tables and ensure that there is a row for the given key value or values.
- CWYBC0806W: The Retrieve operation found no matches in the database for the child business object {0} with the given key value or values.
- Explanation: No matching rows were detected in the database for the child business object with the given key values. This is not an error condition. The message indicates that there are no child objects matching the key values provided.
- User Action: This warning can generally be ignored. However, if you expect child objects to be retrieved, check the database rows to ensure that the keys match and that records exist in the appropriate tables.
- CWYBC0901E: The Delete operation failed on the business object {0}.
- Explanation: The adapter failed while attempting to execute the Delete operation.
- User Action: Analyze the reason for the failure of the Delete operation and fix any issues reported.
- CWYBC0902E: The Delete operation failed because no primary or foreign keys were specified for the business object {0}.
- Explanation: The adapter failed while attempting to execute the Delete operation because no primary and foreign keys were specified for the business object.
- User Action: Define appropriate primary or foreign key values, or both, for the business object.
- CWYBC1101E: The RetrieveAll operation failed on the business object {0}.
- Explanation: The adapter failed while attempting to execute the RetrieveAll operation.
- User Action: Check the exception and perform corrective action.
- CWYBC1102E: The container business object {0} cannot be created.
- Explanation: The adapter failed while trying to create the container business object for during the RetrieveAll operation. The exception message logged gives the reason for the failure.
- User Action: Check the exception and perform corrective action.
- CWYBC1103E: No resultset associated in the stored procedure for retrieve all.
- Explanation: The adapter failed to get a result set on execution of the stored procedure. Ensure that the associated stored procedure returns a result set for retrieve all operation.
- User Action: Please check the exception and perform corrective action.
- CWYBC1104E: The number of objects retrieved from the database is {0}. It exceeds the maximum records configured {1} for the input object {2}. The RetrieveAll operation cannot be completed.
- Explanation: The number of instances retrieved from the EIS exceeds the configured maximum record count in the interaction. The RetrieveAll operation cannot be completed.
- User Action: Increase the filtering criteria by populating more properties in the business object. If it still does not help, increase the number of maximum records allowed in the interaction spec.