CWWBB0600E: Database error: ''{0}''. Error parameter(s): ''{1}''.
Explanation: General purpose message used when the product is in service and a new message is needed.
User Action: Check nested exceptions to find out the reason for the error.

 

CWWBB0601E: The system could not connect to the database with the given parameters.
Explanation: At least one parameter that is used to connect to the database (for example, User ID, password, database name, host name) is not correct.
User Action: A connection parameter is misspelled (for example, User ID, password, database name or host name).

 

CWWBB0602E: The option ''{0}'' needs a value.
Explanation: An option has been used but no value was specified for it.
User Action: Specify a value for the option. To get help on the usage of the option, invoke the program with no parameters.

 

CWWBB0603E: The option ''{0}'' is not valid.
Explanation: An option string has been used that is not supported.
User Action: The option specified is not supported by the program. Check the spelling.

 

CWWBB0604E: The value for option ''{0}'' is not valid.
Explanation: A wrong value has been specified for the option.
User Action: Correct the value for the option. To get help on the usage of the option, invoke the program with no parameters.

 

CWWBB0605E: No driver could be found for database ''{0}''.
Explanation: The given database system is supported the corresponding driver could not be found.
User Action: Verify that the driver for the database system is listed in the classpath.

 

CWWBB0606E: The audit log entries could not be deleted.
Explanation: The entries in the database table Audit_Log_T could not be deleted.
User Action: Check nested exceptions to find out the reason for the failure.

 

CWWBB0607E: The option ''{0}'' is required.
Explanation: The option identifier is mandatory, but is missing.
User Action: Make sure you specify all mandatory parameters. Invoke the program with no parameters to get help on its usage.

 

CWWBB0608E: The option ''{0}'' was already used.
Explanation: An option identifier has been used more than once.
User Action: Remove the duplicate option from the program invocation.

 

CWWBB0609I: Enter password for user ''{0}'':
Explanation: The password for the specified user ID is missing.
User Action: None.

 

CWWBB0610E: An SQL exception occurred: {0}.
Explanation: The database system reported a SQL exception for the requested operation.
User Action: Check nested exceptions to find out the reason for the SQL exception.

 

CWWBB0611I: {0} audit log entries have been deleted successfully.
Explanation: This message indicates how many entries have been deleted in the audit log table.
User Action: None.

 

CWWBB0612I: Database migration started {0} to {1}.
Explanation: An on-line migration of the database started.
User Action: None.

 

CWWBB0613I: Database migration: completed successfully {0} to {1}.
Explanation: All SQL statements for database schema changes have completed successfully. This operation is only required once after a new codelevel is applied.
User Action: None.

 

CWWBB0614E: Database migration step failure {0}: {1}.
Explanation: An SQL statement during database migration failed. The corresponding SQL exception might contain more detailed information.The user accessing the database must have sufficient rights to alter, drop, and createdatabase objects.If a large amount of data has to be migrated, a log file overflow might have occurred.
User Action: Check for the reason of the failure and adjust the user's rights or increase the log file size. Then restart the server.Database migration is automatically retried during the first database connectafter a server restart.

 

CWWBB0615E: Database migration failed {0} to {1}.
Explanation: Database migration failed. Manual interaction is required to get the database schema into a state thatmatches with the code.
User Action: Check for the reason of the failures reported before this message and either restart the server for another on-line migration attempt or modify thedatabase schema using the DDL upgrade scripts provided.

 

CWWBB0616E: The migration of the instance data ({0}) was not successful.
Explanation: The migration of the instance data was not successful. Manual interaction is required to migrate instance data to the new database schema.
User Action: Check for the reason of the failures reported before this message and restart the server for another online migration attempt.