O SDO Repository component messages

CWSJO0001E: The SDO repository cannot store a value under a null name.
Explanation: An attempt was made to register a value in the repository using a null name.
User Response: Ensure all calls to store data in the repository specify non-null names.

CWSJO0002E: The SDO repository cannot store an empty array value.
Explanation: An attempt was made to register an empty byte array value in the repository.
User Response: Ensure all calls to store data in the repository specify a non-empty byte array as the value.

CWSJO0003E: The SDO repository cannot store null values.
Explanation: An attempt was made to register a null value in the repository.
User Response: Ensure all calls to store data in the repository specify non-null values.

CWSJO0004E: A name is already in use: {0}.
Explanation: An attempt was made to register a value using a name already used in the repository.
User Response: Use a different name or delete the existing value for the name or specify overwrite when writing to the repository.

CWSJO0005E: Cannot update resource: {0}. The update failed because the stored value was changed between the stream being created and the stream being closed.
Explanation: An optimistic update strategy is used to write to the repository when using an OutputStream. The update failed because the stored value changed. The change may have been made by another thread.
User Response: Check if the value should still be updated and, if so, repeat the command.

CWSJO0006E: The stream is already closed.
Explanation: A stream can only be closed once. This was probably caused by a client programming error.
User Response: Only close the stream once.

CWSJO0007E: Cannot edit the system resource: {0}.
Explanation: Some resources in the repository are defined by the system. These resources cannot be edited.
User Response: Choose a different name for user-defined resources.

CWSJO0008E: No data access service factory is registered for domain: {0}
Explanation: The domain has not been registered to the system.
User Response: Ensure the domain name is correct and that a data access service factory has been registered for it.

CWSJO0009E: The data access service registry cannot register a data access service factory under a null domain name.
Explanation: An attempt was made to register a data access service factory using a null domain name.
User Response: Ensure all calls to register data access service factories specify non-null domain names.

CWSJO0010E: An SDO repository instance cannot be created: exception {0}.
Explanation: An SDO repository instance cannot be created because the sib.sdoConfig.jar file is missing or corrupted.
User Response: If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.

CWSJO0011E: A data access service registry instance cannot be created: exception {0}.
Explanation: A data access service registry instance cannot be created because the sib.sdoConfig.jar file is missing or corrupted.
User Response: If the problem persists, see problem determination information on the WebSphere Application Server Support page at http://www.ibm.com/software/webservers/appserv/was/support/.

CWSJO0012E: Installation failed. JDBC provider {0} does not exist.
Explanation: The installer needs this JDBC provider to exist to install the SDO repository.
User Response: Restore the named JDBC provider or manually install the SDO repository.

CWSJO0013E: Data source {0} already exists.
Explanation: The installer cannot continue because the data source it will create already exists.
User Response: If the SDO repository is already installed, do not install it again. Otherwise manually install the SDO repository to avoid naming conflicts with the existing configuration.

CWSJO0014E: CMP connection factory {0} already exists.
Explanation: The installer cannot continue because the connection factory it will create already exists.
User Response: If the SDO repository is already installed, do not install it again. Otherwise manually install the SDO repository to avoid naming conflicts with the existing configuration.

CWSJO0016I: Installing SDO repository on node {0}, server {1}.
Explanation: The script is declaring the server and node being used.
User Response: None.

CWSJO0017E: A server is not specified but more than one server was found. There are {0} servers on node {1}.
Explanation: There is more than one server configured for the node.
User Response: Run the script specifying the names of a node and server.

CWSJO0018I: Creating data source {0} under JDBC provider {1}.
Explanation: The installer is creating a JDBC provider.
User Response: None.

CWSJO0019I: Configuring data source {0}.
Explanation: The installer is creating the data source configuration object.
User Response: None.

CWSJO0020I: Creating CMP connection factory for data source {0}.
Explanation: The installer is creating a connection factory for the previously created data source.
User Response: None.

CWSJO0021I: Installing SDO repository EJB application.
Explanation: The installer is installing the application component of the SDO repository.
User Response: None.

CWSJO0022I: Saving configuration.
Explanation: The configuration changes are being saved.
User Response: None.

CWSJO0023I: SDO repository installation completed successfully.
Explanation: The installation has completed.
User Response: None.

CWSJO0024E: Incorrect parameters given. Usage: {0}
Explanation: The script was called with an incorrect set of parameters.
User Response: Call the script again with the parameters described in the message.

CWSJO0025I: Successfully removed data source {0}.
Explanation: The uninstaller has removed the data source used by the SDO repository.
User Response: None.

CWSJO0026W: Cannot find data source {0}.
Explanation: The data source created by the installer was not found.
User Response: Locate the repository's data source and manually remove it.

CWSJO0027I: Successfully removed CMP connection factory {0}.
Explanation: The uninstaller has removed the connection factory used by the repository's data source.
User Response: None.

CWSJO0028W: Cannot find CMP connection factory {0}.
Explanation: The CMP connection factory created by the installer was not found.
User Response: Locate the repository's CMP connection factory and manually remove it.

CWSJO0029I: Uninstalling application {0}.
Explanation: The uninstaller is uninstalling the application component of the SDO repository.
User Response: None.

CWSJO0030I: SDO repository uninstallation complete.
Explanation: The uninstaller has completed.
User Response: None.

CWSJO0031I: Resource {0} exported to file {1}
Explanation: The resource has been saved to disk.
User Response: None.

CWSJO0032E: Error exporting resource {0} to file {1}: {2}
Explanation: The resource cannot be exported the to the file. See the message for details.
User Response: Respond appropriately to the error message.

CWSJO0033I: Resource {0} imported from file {1}
Explanation: The resource has been loaded from disk.
User Response: None.

CWSJO0034E: Error importing resource {0} from file {1}: {2}
Explanation: The resource cannot be imported the from the file. See the message for details.
User Response: Respond appropriately to the error message.

CWSJO0035I: Resource {0} removed.
Explanation: The resource has been removed from the repository.
User Response: None.

CWSJO0036E: Error while removing resource {0}: {1}
Explanation: The resource cannot be removed. See the message for details.
User Response: Respond appropriately to the error message.

CWSJO0037E: Cannot list resources: {0}
Explanation: There was an error while listing the resources. See the message for details.
User Response: Respond appropriately to the error message.

CWSJO0038E: Cannot find resource with name {0}
Explanation: A resource with the given name is not stored in the repository.
User Response: Use the correct name for the item being searched for or add it to the repository under this name.

CWSJO0039E: Node not specified for multiple node cell. There are {0} nodes in the cell.
Explanation: There is more than one node configured for the cell.
User Response: Run the script specifying the names of a node and server.

CWSJO0040E: The ij command was not found. The expected location of ij is "{0}".
Explanation: The install script cannot find the ij.bat or ij.sh command in the named directory. If this file does not exist the server installation is corrupted.
User Response: Reinstall the application server to repair the installation.

CWSJO0041I: Creating DDL file {0}.
Explanation: The installer is creating the DDL file for the Cloudscape database.
User Response: None.

CWSJO0042I: Creating Cloudscape database. See log file for details at {0}.
Explanation: The installer is creating a Cloudscape database using the DDL file. The results of the database creation are saved to a log file.
User Response: None.

CWSJO0043E: Database directory already exists: {0}.
Explanation: The installer cannot create a database in the named directory because the directory already exists.
User Response: Delete the directory if it safe to do so, and run the installer again.

CWSJO0044I: Uninstalling SDO repository on node {0}, server {1}.
Explanation: The script is declaring the server and node being used.
User Response: None.

CWSJO0045E: The name for the resource is too long for the system. The maximum permitted length of a name is {0} characters. The provided name was "{1}".
Explanation: An attempt was made to register a resource with a name that is longer than the underlying database will permit.
User Response: Use a shorter name when registering the resource.

CWSJO0046E: The resource is too big for the system to store. The maximum permitted length of a resource is {0} bytes. The resource named "{1}" has a length of {2} bytes.
Explanation: An attempt was made to register a resource with that is longer than the underlying database will permit.
User Response: Break the resource into smaller pieces to store in the repository.

CWSJO0047E: Cannot find cluster {0}.
Explanation: The cluster specified by the user does not exist.
User Response: Call the install script again with a valid cluster name.

CWSJO0048I: Installing SDO repository on cluster {0}.
Explanation: The script is declaring the cluster being used.
User Response: None.

CWSJO0049E: Cannot find server {0} on node {1}.
Explanation: The server specified by the user does not exist.
User Response: Call the script again with a valid node and server names.

CWSJO0050I: Application already exists: {0}
Explanation: The installer will end because the SDO Repository application is already installed on the server.
User Response: No action required. The application is already installed.

CWSJO0051E: Cannot determine database type referenced by JNDI name {0}. Ensure the database can be accessed or manually specify the BackendId.
Explanation: The installer attempts to detect the type of database used by the repository during installation. This attempt has failed.
User Response: Ensure both the database server and target application server are running. Alternatively, manually set the BackendId using the install script.

CWSJO0052I: Using datasource backend ID: {0}
Explanation: The script is declaring the detected backend ID. This identifies the type of database the SDO Repository will be configured to use.
User Response: None.

CWSJO0053I: Uninstalling SDO repository on cluster {0}.
Explanation: The script is declaring the cluster being used.
User Response: None.

CWSJO0054E: The SDO Repository application cannot be found.
Explanation: The JNDI lookup for the SDO Repository failed.
User Response: Install the SDO Repository on the server being used, and ensure the repository has started.

CWSJO0055E: The SDO Repository cannot be installed on the deployment manager.
Explanation: The SDO Repository is already installed because it is a permanent feature of the deployment manager.
User Response: None.

CWSJO0056E: The SDO Repository cannot be uninstalled on the deployment manager.
Explanation: The SDO Repository is a permanent feature of the deployment manager and cannot be uninstalled.
User Response: None.

CWSJO0057E: The SDO Repository cannot find the data source: {0}
Explanation: The SDO Repository requires a data source and database to be configured for use.
User Response: See the documentation for details on configuring a data source for the SDO Repository.

CWSJO0058E: The SDO Repository is not configured to access a data source of this type.
Explanation: The SDO Repository can be configured for different types of database. The the current database does not match the repository's configuration.
User Response: Edit the repository's configuration by using the installSdoRepository.jacl script specifying the -editBackendId option.

CWSJO0059I: The following values are valid for the BackendId parameter:{0}
Explanation: The install script is displaying a list valid parameters
User Response: None.

CWSJO0060W: Cannot determine database type referenced by JNDI name {0}. Using default backend ID.
Explanation: The installer attempts to detect the type of database used by the repository during installation. This attempt has failed. The default backend ID will be used.
User Response: Check the default backend ID is correct the current database. If not, edit the repository's configuration by using the installSdoRepository.jacl script specifying the -editBackendId option.

CWSJO0061I: Updating backend ID for application {0}.
Explanation: The script is declaring that it is updating the backend ID of the SDO Repository application.
User Response: None.

CWSJO0062E: -createDb cannot be used in a Network Deployment environment.
Explanation: The "-createDb" option creates an embedded Cloudscape database. Embedded Cloudscape can only be used by the SDO Repository on a standalone server.
User Response: See the InfoCenter for instructions on how to install the SDO Repository in a Network Deployment environment.

CWSJO0063E: -createDb cannot be used on a z/OS system.
Explanation: The "-createDb" option creates an embedded Cloudscape database. Embedded Cloudscape can only be accessed by one process at a time. z/OS WebSphere servers contain multiple processes.
User Response: See the InfoCenter for instructions on how to install the SDO Repository on z/OS.

CWSJO9999E: {0}
Explanation: If the message does not give sufficient information, check previous messages for further help.
User Response: See previous messages for further information.