Express (Distributed operating systems), v8.0 > Reference > Messages


DSRA

DSRA0010E: SQL State = {0}, Error Code = {1}

Explanation A database error occurred for which the SQL state and the Error code are listed.
Action Use the information associated with the error code to fix the problem in the database.

DSRA0015W: A warning was reported by a JDBC resource. JDBC resource: {0}, SQLState: {1}, Error Code: {2}, Warning: {3}.

Explanation A warning was reported by a JDBC resource. There may be other warnings chained to this warning.
Action Review all warnings. Note the SQLState and Error Code of each warning and refer to the documentation of the JDBC driver to resolve the issue.

DSRA0020E: {0} could not be found: {1}

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

DSRA0022E: The DataSource implementation class is null.

Explanation A valid class name for a data source implementation is required when creating a JDBC provider.
Action Enter a valid class name for a data source implementation and attempt the operation again.

DSRA0023E: The DataSource implementation class "{0}" could not be found.

Explanation The Application Server was not able to locate the class for the data source implementation specified.
Action Verify that the class name for the data source is correct and that it is in your class path.

DSRA0024E: The DataSource could not be created from implementation class "{0}". The exception is: {1}.

Explanation An error occurred instantiating the data source.
Action Verify the data source class has a public constructor that is taking no parameters.

DSRA0025E: Class {0} does not implement {1}.

Explanation The object cannot be cast to the interface specified, because the object does not implement it.
Action Verify that that the implementation class is correct and that it is provided.

DSRA0027W: An exception occurred while the application server was determining the class loader isolation for the resource with JNDI name {1}. Exception: {0}.

Explanation An exception occurred when the application server checked the resource to determine if it was configured for class loader isolation. The code will proceed as if class loader isolation is not configured.
Action Refer to the exception message to help determine the cause of the problem.

DSRA0030E: Data Store Adapter internal error occurred. Please contact WebSphere support with the following data: {0} {1} {2}

Explanation This exception is unexpected. The cause is not immediately known.
Action Visit the IBM support Web site for information on problem determination.

DSRA0035W: DataStore Adapter internal error occurred. Please contact WebSphere support with the following information: {0} {1}

Explanation This exception is unexpected. The cause is not immediately known.
Action Visit the IBM support Web site for information on problem determination.

DSRA0040E: WebSphere internal error occurred. Please contact WebSphere support with the following data: {0} {1} {2}

Explanation An error occurred in the WebSphere code.
Action Collect all trace and system logs, along with a description of the operation that you were attempting. Visit the IBM support Web site for information on problem determination.

DSRA0050W: Data Store Adapter internal warning occurred. Please contact WebSphere support with the following data: {0} {1} {2}

Explanation This exception is unexpected. The cause is not immediately known.
Action Visit the IBM support Web site for information on problem determination.

DSRA0060W: WebSphere internal warning occurred. Please contact WebSphere support with the following data: {0} {1} {2}

Explanation This exception is unexpected. The cause is not immediately known.
Action Visit the IBM support Web site for information on problem determination.

DSRA0070E: {0} is closed. Unable to perform: {1}

Explanation The Application Server attempted to perform an operation on an object that is closed.
Action Retrieve a new instance of the object and attempt the operation again.

DSRA0080E: An exception was received by the Data Store Adapter. See original exception message: {0}.

Explanation The database backend generated an exception that was caught by the Data Store Adapter.
Action Refer to the error text reported by the database software for possible sources of the error.

DSRA0082E: The Batch update count is null.

Explanation The possible reasons are that the database returned a null value, or this is an internal error.
Action If you think the database might have returned a null value, do not use the batch update feature, switch to a database that supports batch update, or visit the support Web site for the database vendor. If you suspect the problem is related to an internal error, use the following trace settings (RRA=all=enabled and PMGR=all=enabled) and the FFDC files to determine the source of the error. Visit the IBM support Web site for information on problem determination.

DSRA0083E: one of the batched updates failed which caused the database to return -3 in the batch update count.

Explanation One of the batched updates did not complete successfully and caused the database to return -3 in the batch update count. -3 is returned if the database continues to run the batched updates after one fails.
Action Examine the database logs for possible sources of the error.

DSRA0084E: The operation was successful, however, the number of rows updated is not known. The database returned -2 in the batch update count.

Explanation The operation was successful, but the number of rows that were updated is not known. The database returned -2 in the batch update count. This exception is created to avoid any possible issues with data integrity.
Action Repeat the operation to determine if this error persists.

DSRA0085E: The operation was successful, however, the number of rows updated was 0.

Explanation Some or all of the rows were not updated because of a collision that is usually caused by the use of the optimistic-concurrency-control AccessIntent.
Action Repeat the operation, or change the AccessIntent if the error persists.

DSRA0086E: An operation resulted in an Exception. Operation is: {0}. Exception is: {1}. Possible cause {2}

Explanation The operation resulted in an exception.
Action Examine the operation, the exception, and the database log files.

DSRA0087E: {0} operation was not successful because {1}

Explanation The batch operation specified above experienced an error.
Action Examine the database log files, and visit the IBM support Web site for problem determination if no cause is readily apparent.

DSRA0091I: Method {0} is not supported for this backend database

Explanation An internal error has occurred.
Action Visit the IBM support Web site for information on problem determination.

DSRA0092I: An implicit database transaction was detected. WebSphere will {0} the transaction. This message will be logged once for each DataSource. Subsequent implicit transactions will be resolved automatically.

Explanation The Application Server has detected that the database started a transaction. The Application Server will attempt to resolve the transaction as configured in the custom properties for the data source.
Action There is no user action required.

DSRA0093I: An implicit database transaction was detected . WebSphere tried to {0} the transaction but an error occurred {1}.

Explanation The Application Server has detected that the database started a transaction. The Application Server will attempt to resolve the transaction as configured in the custom properties for the data source. An error occurred that prevented the transaction from being resolved.
Action Gather the FFDC log files and any server log files. If the error is not related to a database outage, visit the IBM support Web site for problem determination.

DSRA0095I: A database transaction that is not tracked by WebSphere is found, attemping to rollback before cleaning connection. This message will be logged once for each DataSource. Subsequent implicit transactions will be resolved automatically.

Explanation The database has started a transaction on the connection. The Application Server will rollback the transaction before returning the connection to the pool.
Action Evaluate the application code to determine what might be causing the implicit transaction. The application code might be able to prevent further implicit transactions explicity, or you could configure an explicit action to take for the data source.

DSRA0096I: An unexpected value was specified on DataSource:{0} custom property:{1}. The value specified is {2}. Expected values are {3}.

Explanation This typically indicates a typographical error when configuring the custom property for the data source.
Action Ensure that one of the expected values is specified for the custom property. If there is a typographical error, correct it and save the changes to the configuration.

DSRA0097W: DataSource:{0} has specified custom properties {1} and {2}. {1} is deprecated and is replaced by {2}. The following values will be used {3}={4} {5}={6} {7}={8}.

Explanation This typically indicates a typographical error when configuring the custom property for the data source.
Action Update the validation properties for the new connection with the desired values, and remove the deprecated properties.

DSRA0098I: A deprecated custom property has been specified on DataSource:{0}. The property {1} has been replaced by {2}.

Explanation This typically indicates a typographical error when configuring the custom property for the data source. The error can be a remnant of an older configuration file or from an older wsadmin script. The new properties will take precedence over the deprecated names, however the old properties may be used at this time.
Action Update the validation properties for the new connection with the desired values, and remove the deprecated properties.

DSRA0099E: An illegal attempt was made to load an unknown class {0}.

Explanation An attempt was made to load a class that is not recognized by the Application Server. Only classes that are recognized are allowed to be loaded by internal utilities.
Action Do not use internal utilities to load classes that are not able to be recognized by the Application Server. If no such attempt was made, visit the IBM support Web site for information on problem determination.

DSRA0101W: A removed custom property has been specified on DataSource:{0}. The property {1} has been replaced by {2}.

Explanation Specified custom property has been made obsolete.
Action Use the new custom property in place of the old one.

DSRA0110E: {0} is not available in {1}.

Explanation The availability of certain features depends on the location where it is being used. For example, CMP 2 is not available in the Embeddable EJB Container.
Action Refer to the documentation to determine where the feature can be used.

DSRA0174W: Warning: GenericDataStoreHelper is being used.

Explanation The GenericDataStoreHelper has been initialized.
Action If this is expected, no user action is required.

DSRA0180W: Exception detected during ManagedConnection.destroy(). The exception is: {0}.

Explanation An exception was detected cleaning up the ManagedConnection for a destroy operation.
Action Refer to the error reported by the database software to help determine the cause of the error.

DSRA0230E: Attempt to perform operation {0} is not allowed because transaction state is {1}.

Explanation The operation that was requested is not allowed during a transaction.
Action Perform the operation before starting the transaction or after completing the transaction.

DSRA0240E: Invalid Connection. Connection Pool is being purged.

Explanation A request was initiated by the user to purge the pool. This request makes existing connections in the pool no longer valid.
Action Exit the transaction, and the method boundary, and attempt the logic again with a new connection.

DSRA0244E: The connection did not validate within the designated interval.

Explanation The JDBC driver did not identify the connection as valid during the connection validation interval.
Action Wait for any retries of connection attempts that could be remaining, then attempt to determine the cause of the connection error.

DSRA0250E: An exception was received by the Data Store Adapter. See original exception message: {0}.

Explanation This exception is unexpected. The cause is not immediately known.
Action More info at:

DSRA0302E: XAException occurred. Error code is: {0}. Exception is: {1}

Explanation A two phase operation on the database resulted in an exception.
Action More info at:

DSRA0304E: XAException occurred. XAException contents and details are: {0}.

Explanation A two-phase operation on the database resulted in an exception.
Action More info at:

DSRA0310E: Xids do not match.
XAResource.start: {0}
XAResource.{1}: {2}

Explanation The Application Server attempted to perform an XAResource operation with an Xid other than the Xid used for XAResource.start.
Action Obtain a new connection and attempt the transaction again.

DSRA0330E: The application server is delaying the {0} request, because the amount of time from the last stale connection, {1} milliseconds, is within the oracleRACXARecoveryDelay value, which is {2} milliseconds.

Explanation The data source custom property, oracleRACXARecoveryDelay, causes the application server to delay xa.commit and xa.rollback operations for the duration of the retry interval.
Action Wait for the transaction manager to retry the operation. Configure heuristic retries on the transaction manager in order for oracleRACXARecoveryDelay to work properly.

DSRA0400W: Datasource {0}: does not support tight branch coupling

Explanation The database or the jdbc provider specified by datasource does not support the tight branch coupling option. Tight branch coupling is only supported with a DB2 for z/OS database accessed by the DB2 Universal JCC driver. The default option of loose branch coupling will be used. This may cause lock timeouts, deadlocks and/or transaction rollbacks if the application is designed for tight branch coupling since database locks will not be shared across transaction branches within the same global transaction.
Action Configure the datasource to use a supported level of JDBC driver and database, or configure the application to not require tight branch coupling.

DSRA0401W: Datasource {0}: does not support tight branch coupling xa_start option

Explanation The database or the jdbc provider specified by datasource does not support the tight branch coupling option. Either the DB2 for z/OS database or the DB2 Universal JCC driver has rejected the tight branch coupling xa_start option. The default option of loose branch coupling will be used. This may cause lock timeouts, deadlocks and/or transaction rollbacks if the application is designed for tight branch coupling since database locks will not be shared across transaction branches within the same global transaction.
Action Visit the IBM support Web site for information on problem determination.

DSRA0402W: Datasource {0}: the database version does not support tight branch coupling

Explanation The database specified by the datasource does not support the tight branch coupling option. Tight branch coupling is only supported with type 4 connections to DB2 for z/OS V8 (+ APAR PK47713) or DB2 for Linux, UNIX, Windows V8 and later versions. The default option of loose branch coupling will be used. This may cause lock timeouts, deadlocks and/or transaction rollbacks if the application is designed for tight branch coupling since database locks will not be shared across transaction branches within the same global transaction.
Action Configure the datasource to use a supported level of JDBC driver and database, or configure the application to not require tight branch coupling.

DSRA0403W: Datasource {0}: does not support tight branch coupling as the DB2 JCC driver is at an incorrect level

Explanation The jdbc provider specified by datasource does not support the tight branch coupling option. Tight branch coupling is only supported with minimum levels of DB2 Universal JCC driver version 3.51 or 3.6, as bundled with DB2 9.5 or 9 service levels, or the JCC4 driver version 4.1. The default option of loose branch coupling will be used. This may cause lock timeouts, deadlocks and/or transaction rollbacks if the application is designed for tight branch coupling since database locks will not be shared across transaction branches within the same global transaction.
Action Configure the datasource to use a supported level of JDBC driver and database, or configure the application to not require tight branch coupling.

DSRA1000E: The WebSphere Relational Resource Adapter does not support message inflow.

Explanation The ResourceAdapter.endpointActivation method should not be used on the Relational Resource Adapter for the Application Server because it does not support message inflow.
Action Do not use the ResourceAdapter.endpointActivation method on the Relational Resource Adapter for the Application Server.

DSRA1100W: An error occurred while resetting a connection to its default state. The connection will be destroyed. {0}

Explanation The default connection manager received an error resetting a ManagedConnection to the default state.
Action If necessary, take action to return the database to a state in which it can be used.

DSRA1101W: An error occurred while destroying a connection. {0}

Explanation The default connection manager received an error destroying a ManagedConnection.
Action If necessary, take action to return the database to a state in which it can be used.

DSRA1102W: An error occurred while validating connections after detection of a fatal connection error. All connections will be destroyed. {0}

Explanation The default connection manager received an error requesting validation of pooled ManagedConnections.
Action If necessary, take action to return the database to a state in which it can be used.

DSRA1110E: Unable to establish a connection. The maximum number of connections for the connection pool, {0}, is already open.

Explanation The connection pool has reached its maximum limit for open connections. Additional connections cannot be established until some of the open connections are closed.
Action Adjust the application to require fewer connections to be open at the same time.

DSRA1120E: Application did not explicitly close all handles to this Connection. Connection cannot be pooled.

Explanation The connection will not be reset for connection pooling because the application failed to explicitly close all handles.
Action Modify the application to always close all connection handles.

DSRA1130E: A fatal connection error occurred on another connection while this connection was active. This connection cannot be reset to a usable state.

Explanation The connection cannot be reset for connection pooling because a connection error occurred while it was active.
Action If necessary, take action to return the database to a state in which it can be used.

DSRA1200E: The iteration does not contain any more elements. Element {0} does not exist.

Explanation The 'next' operation was invoked on an iterator that does not contain additional elements.
Action Invoke 'hasNext' on the iteration before invoking the 'next' operation to determine whether the iteration contains additional elements.

DSRA1210E: The iterator is not positioned on any element. There is nothing to remove.

Explanation The 'remove' operation was invoked when the iterator was not positioned on any element.
Action Position the iterator to a valid element before you invoke the 'remove' operation.

DSRA1211E: The JNDI name of the delegate datasource mapped from the Base Proxy DataSource JNDI name {0} is null or an empty string.

Explanation The JNDI name of the delegate data source cannot be null or an empty string.
Action Set the JNDI name of the delegate data source on the map for that specific proxy data source.

DSRA1212E: {0} is not configured as a delegate datasource for the Base Proxy DataSource {1}.

Explanation The JNDI names for the delegate data source are configured in the custom property jndiNames using a syntax that is delimited by semicolons. The JNDI name is not in the jndiNames custom property.
Action Verify that the custom property jndiNames is set to a correct value. If so, set the JNDI name of the delegate data source to a valid value.

DSRA1213E: Failed to look up datasource {0}.

Explanation The data source lookup did not complete successfully. The data source might not be created, or it is created in the wrong scope.
Action Verify that the data source is created correctly.

DSRA1300E: Feature is not implemented: {0}

Explanation The feature that was requested is not available.
Action Avoid using the feature, or switch to a driver version that supports the feature if possible.

DSRA1301E: The Relational Resource Adapter was notified of a connection error.

Explanation There is an error with the connection specified. The connection will be purged according to the purge policy.
Action Create a new connection for future operations.

DSRA3600E: Validation for command {0} failed for the following reason: {1}.

Explanation The command did not run because validation did not complete successfully.
Action Evaluate the reason specified in the message to determine the problem. This is usually a problem with the command parameters. Correct the problem, and try the operation again.

DSRA3601E: {0} command failed for the following reason: {1}.

Explanation The command did not complete successfully.
Action Evaluate the reason specified in the message to determine the problem.

DSRA3602E: Invalid {0} parameter value specified: {1}

Explanation The command was not run because a value for a parameter was specified that is not valid.
Action Specify a value for the specified parameter that is valid, and try the command again.

DSRA3603E: Unable to locate a JDBC provider template for provider name: {0}

Explanation The command was not run because a provider name was specified that is not valid.
Action Specify a value for the provider name that is valid, and try the operation again.

DSRA3604E: Unable to locate a datasource template for provider name: {0}

Explanation The command was not run because an JDBC provider was specified that is not valid.
Action Specify a JDBC provider that is valid, and try the operation again.

DSRA3605E: The {0} step of the {1} command failed for the following reason: {2}

Explanation The command step did not complete successfully. This is usually a problem with the command parameters.
Action Evaluate the reason specified in the message to determine the problem. Correct the problem, and try the operation again.

DSRA3606E: Unable to update {0} resource property name of type {1} with value {2}.

Explanation The command was not able to update the resource property that was specified with the value that was specified.
Action Specify a value for the resource property that is valid, and try the operation again.

DSRA3607E: The {0} step of the {1} command requires a value for the {2} resource property of type {3}.

Explanation The command step was not run because a value was not specified for a resource property that is required.
Action This is usually a problem with the command parameters. Correct the problem, and try the operation again.

DSRA3608E: Invalid parameter value {0} for parameter {1} of type {2} for the {3} step of the {4} command.

Explanation The command step was not run because a parameter value that is not valid was specified for a resource property that is required.
Action This problem usually occurs when the parameter value does not conform to the parameter type. Correct the problem, and try the operation again.

DSRA3610E: The target object submitted to command {0} is not a {1}.

Explanation The command was not run because the target object references an element in the configuration that is not the type expected by the command. For example, a data source was submitted as the target object to command deleteJDBCProvider,
Action This problem occurs when the configuration element referenced by the target object has an unexpected type. Correct the problem and try the operation again.

DSRA7000W: Mapped Exception could not be instantiated, reason: {0}

Explanation The Application Server could not map the exception. Refer to the exception that occurred during the mapping.
Action Verify the exception mapping in the error map table for the DataStoreHelper and in the exception constructor.

DSRA7001E: This method must be called from DataDirect DataStoreHelper.

Explanation MSSQLhelper methods can only be called from DataDirect helpers.
Action Use DataDirectDataStoreHelper.class in your setup.

DSRA7003E: A java.util.Properties object must be specified which includes all of the necessary connection information.

Explanation Some or all of the connection information that is required is missing.
Action See the Java documentation for the DataStoreHelper.showLockInfo() method for a description of the connection information which is required.

DSRA7004E: showLockInfo method does not support {0} platform.

Explanation The showLockInfo method does not support the operating system that was specified.
Action Use the correct operating system, or configure the application to not use the showLockInfo method.

DSRA7005E: showLockInfo(): could not execute db2 command {0}, reason: {1}

Explanation An exception occurred when an operation attempted collect lock information from the database.
Action More info at:

DSRA7006I: Lock information should be available in file: {0}

Explanation DB2 wrote the lock information into the file name that is listed.
Action Open the specified file. It contains information on locks in your database. This information might be helpful in resolving deadlocks in the application.

DSRA7007W: Oracle does not support Serializable isolation level when using XA protocol, if XA is being used, an error will be thrown by Oracle. To correct the problem, do not use PESSIMISTIC_UPDATE_LOCK_HINT_EXCLUSIVE since it cause a Serializable isolation level to be returned.

Explanation Oracle does not support the Serializable isolation level when using the XA protocol.
Action Do not use PESSIMISTIC_UPDATE_LOCK_HINT_EXCLUSIVE, because it causes the Serializable isolation level to be used.

DSRA7009I: DB2 JDBC logging is enabled, DB2 Universal driver is required to display any traces.

Explanation DB2 requires the use of the DB2 Universal driver.
Action Use the DB2 Universal driver.

DSRA7010E: trace file specified {0} does not exist, an exception will be thrown from the database if problem is not corrected.

Explanation The trace file specified on the data source does not exist.
Action Use an existing file for the trace file.

DSRA7011W: A Oracle JDBC provider property (TransactionBranchesLooselyCoupled) has been set.

Explanation A custom property was set when creating the JDBC provider from Oracle. The property requires the Oracle patch 2511780.
Action If the patch is installed, no user action is required. Otherwise, visit the Oracle support Web site to obtain patch 2511780.

DSRA7012W: Cloudscape NetworkServer only supports a value of 4 for the driverType datasource custom property. The driverType value is changed to 4 to continue operation successfully

Explanation The driverType custom property for the data source was set to the value of 2, and this value is not supported on Cloudscape. The Application Server will change the value to 4 at run time.
Action To avoid future warnings, change the driverType value to 4 in the administrative console or with JACL scripts, or omit setting the driverType value and it will default to the value of 4.

DSRA7013E: Wrong configuration : JDBC driver does not support setDriverType

Explanation The driverType custom property for the data source is not supported by the JDBC driver.
Action Remove the driverType from the custom properties for the data source.

DSRA7014I: The DB2 Universal JDBC driver runs in a RRS environment

Explanation The DB2 Universal JDBC driver has been switched to run in an RRS environment on DB2 for z/OS.
Action This is the informational message for the environment of the JDBC driver that is running.

DSRA7015E: DB2 does not support driver type 2 with DB2XADataSource under DB2 for z/OS

Explanation The driverType custom property for the data source was set to the value of 2 on the DB2XADatasource. This configuration is not supported by DB2 for z/OS.
Action Use the DB2ConnectionPoolDatasource or switch to the DB2 Universal JDBC driver type 4 if it is available for the configuration.

DSRA7017I: Logging to file {0} cannot occur because of IOException {1}

Explanation An IOException occurred when the Application Server was trying to open the trace file that was specified.
Action Examine the exception, fix the IO problem, and start the Application Server again.

DSRA7018I: Database metadata access caused a non-stale connection exception. Normal execution is resumed. Exception is: {0}

Explanation An exception occurred when the Application Server was trying to get or access the metadata object for the database.
Action Verify that the metadata is enabled on the backend database.

DSRA7019W: Oracle10gDataStoreHelper or a subclass of it must be used when configuring WebSphere DataSources to run using Oracle10g jdbc driver.

Explanation The data source for the Application Server is configured with the wrong DataStoreHelper.
Action Configure the data sources for the Application Server with the Oracle10gDataStoreHelper when you are using the JDBC driver for Oracle10g.

DSRA7020E: There is no locking information available from the GenericDataStoreHelper

Explanation The GenericDataStoreHelper does not know how to collect the lock information.
Action Write or use a DataStoreHelper that is specific to the database.

DSRA7021I: DB2 Universal XA datasource custom property, retrieveMessagesFromServerOnGetMessage value is changed from true to false.

Explanation The custom property for a DB2 Universal XA data source, retrieveMessagesFromServerOnGetMessage, was configured with a value of true. The Application Server has changed the value to false at run time to avoid problems during the processing of exceptions.
Action To avoid this message, change the retrieveMessagesFromServerOnGetMessage value to false in the admininstrative console or in the configuration scripts, or remove the property completely. This only applies to DB2 Universal XA data sources.

DSRA7022W: {0} is a deprecated API. Using the API will disable some WebSphere new features.

Explanation An API that is deprecated is being used.
Action Use a version of the API that is not deprecated. Refer to the Java documentation, or visit the IBM support site for information on problem determination.

DSRA7024I: The reauthentication custom property for the data source cannot be enabled if TrustedConnectionMapping login configuration is used.

Explanation The reauthentication custom property for the data source cannot be enabled if TrustedConnectionMapping login configuration is used.
Action Disable the reauthentication custom property for the data source if TrustedConnectionMapping login configuration is used.

DSRA7025E: The reauthentication custom property for the data source cannot be enabled when you are using the TrustedConnectionMapping login configuration.

Explanation The reauthentication custom property for the data source cannot be enabled when you are using the TrustedConnectionMapping login configuration.
Action Disable the reauthentication custom property for the data source, or do not use the TrustedConnectionMapping login configuration.

DSRA7026W: Connection Reauthentication cannot be enabled without overwriting the doConnectionSetupPerTransaction DataStoreHelper method to provide actual connection authentication implementation.

Explanation The Reauthentication property is enabled, and the implementation code for the connection reauthentication in the DataStoreHelper class was not provided.
Action Overwrite the doConnectionSetupPerTransaction DataStoreHelper method and provide the connection reauthentication implementation code, or disable connection reauthentication by one of the following: 1) Clear the "Enable database reauthentication" option for the Datasource properties in the Application Server or 2) set the reauthentication custom property to false for the data source.

DSRA7027W: A failure occurred during a getPooledConnection method that was using Kerberos credentials.

Explanation The Application Server could not establish a connection to the database using Kerberos.
Action Resolve the problem described by referring to the exception created. Also, validate that the application is running with a version of the JDBC driver that supports getting connections using GSSCredentials.

DSRA7028E: We cannot use the TrustedConnectionMapping login configuration when the ThreadIdentity property is enabled.

Explanation The ThreadIdentity property cannot be enabled when you are using the TrustedConnectionMapping login configuration.
Action Disable the ThreadIdentity property for the data source, or do not use the TrustedConnectionMapping login configuration.

DSRA7029W: The propagateClientIdentityUsingTrustedContext custom property for the data source is no longer used, value will be ignored.

Explanation The propagateClientIdentityUsingTrustedContext custom property for the data source is no longer used, application server runtime will enable Trusted Connection feature if TrustedConnectionMapping login configuration is used.
Action Delete the propagateClientIdentityUsingTrustedContext custom property for the data source.

DSRA7030I: Cloudscape Lock information for {0}
The Locks.xid is :{1}
The Locks.Type is:{2}
The TableName is :{3}
The Mode is :{4}
The Lockname is :{5}
The State is :{6}
The SQLString is:{7}
Lock number :{8}

Explanation This is the lock information that is reported by the Cloudscape database for the application.
Action This is information on the locks in your database. You might want to use the information to resolve deadlocks in the application.

DSRA7031W: The {0} datasource custom property is not supported when using the {1} DataStoreHelper. Disabling {0} datasource custom property.

Explanation The custom property for the data source cannot be enabled in the current environment.
Action Disable the custom property for the data source.

DSRA7032W: The {0} datasource property can not be specified in the {1}. The {0} datasource property will be ignored.

Explanation The data source property is not valid in this context.
Action No user action is required. The Application Server will ignore the property at run time.

DSRA7033E: We cannot enable the useTrustedContextWithAuthentication custom property for the data source without overwriting the getPasswordForUseWithTrustedContextWithAuthentication DataStoreHelper.

Explanation The useTrustedContextWithAuthentication custom property is enabled, but the implementation code for the DataStoreHelper method that will return the password that the application server will use to switch the identity is not provided.
Action Overwrite the getPasswordForUseWithTrustedContextWithAuthentication DataStoreHelper method and provide the implementation code that will return the password, or set the useTrustedContextWithAuthentication custom property for the data source to false.

DSRA7034I: Enabling the useTrustedContextWithAuthentication custom property for the data source requires that you override the getPasswordForUseWithTrustedContextWithAuthentication DataStoreHelper method to provide the password that is required to switch trusted context identity.

Explanation The application server requires a password to switch trusted context identities if you enable trusted context with authentication. We must override the getPasswordForUseWithTrustedContextWithAuthentication DataStoreHelper method to get the password to the application server.
Action Verify that you implement code that will override the getPasswordForUseWithTrustedContextWithAuthentication DataStoreHelper method.

DSRA7035W: The {0} method is not found on the {1} class.

Explanation The method that is invoked is not found on the specified class.
Action Use a version of the class that has the missing method, or reconfigure the application server to avoid calling the missing method.

DSRA7036W: The {0} method did not complete successfully. The reason is: {1}.

Explanation The method that is invoked did not complete successfully.
Action Examine the exception created to determine the reasons for the error.

DSRA7037W: The JDBC Driver that is configured with the data source for the application server does not support Oracle connection pooling.

Explanation The caching feature for the Oracle connection is not supported on the JDBC driver that is being used. The feature will not be enabled.
Action Configure the application server to use an Oracle non-XA data source.

DSRA7038W: The application server was not able to remove existing Oracle connection cache with name: {0}. Exception: {1}

Explanation The application server received an exception when attempting to remove the cache for an existing Oracle connection.
Action Examine the exception, correct the problem, and restart the application server. You could also manually remove the cache for the Oracle connection.

DSRA7039W: The application server was not able to check for the existence of the Oracle connection cache with the name: {0}. The exception is: {1}

Explanation The application server received an exception when attempting to check the existence of the Oracle connection cache.
Action Examine the exception, correct the problem, and restart the application server. You could also manually remove the cache for the Oracle connection if it exists.

DSRA7040I: The application server has disabled internal connection pooling.

Explanation The application server has detected the enablement of connection caching through the database. Connection pooling in the application server will be disabled.
Action If you do not want to disable connection pooling in the application server, disable connection pooling for the database server.

DSRA7041W: Use the {0} class or a subclass of that data store helper when you configure a data source to use this JDBC driver: {1}

Explanation The data source for the application server is configured with the wrong DataStoreHelper class.
Action Configure the data source for the application server with the correct data store helper class that corresponds to the JDBC driver that we have configured.

DSRA7042W: Oracle does not support the use of version {0} of their JDBC driver with the version of the Java runtime environment used by the application server.

Explanation The application server uses a version of the Java runtime environment that Oracle does not support with this version of their JDBC driver.
Action We must use Oracle JDBC driver version 11g or later, even if you are connecting to Oracle databases that are earlier than version 11g. Refer to the Information Center for WAS for information on the version of the Oracle JDBC driver that you can use.

DSRA7600E: Cloudscape migration of database instance {0} to new database instance {1} failed, reason: {2}

Explanation The migration of the Cloudscape instance failed, see the exception and the <dbinstance>_migration.log that is located in WAS_HOME/profiles/ <profileName>/logs directory for details.
Action Fix the migration problem as described by the exception and the migration log. Delete the newly created database if it exists, and manually run the database migration tool again (WAS_HOME/derby/bin/embedded/db2jMigrate.bat/sh).

DSRA7601W: Cloudscape migration of database instance {0} to new database instance {1} was partially completed. Last step to complete successfully is: {2}. Missing steps are {3}

Explanation The migration of the Cloudscape instance was partially completed. See the steps that are missing for more details on what needs to be finished manually.
Action Fix the migration problem as described by migration log, and create the missing parts. There is no need to run the migration tool again, because the missing parts can be created manually.

DSRA7602I: Attempting to delete newly created Derby database {0}

Explanation An attempt is made to delete the new Derby database.
Action No user action is required. Informational message.

DSRA7603E: Failed to delete newly created Derby database {0}

Explanation The attempt to delete the new Derby database has failed.
Action Manually delete the new Derby database.

DSRA7604I: Done deleting newly created Derby database {0}

Explanation The Attempt to delete the newly created Derby database was successful.
Action No user action is required. This is an information message.

DSRA7605E: Internal error, providerType not found based on {0}, returning null

Explanation The providerType was not found.
Action Visit the IBM support Web site for information on problem determination. Use the following data to help determine the possible causes of the error.

DSRA7606I: The name of the new Derby database that will be created is {0}

Explanation The migration of the Cloudscape database instance will create a new Derby database instance with the specified name.
Action No user action is required. Informational message.

DSRA8000E: JAR or compressed files do not exist in the path or the required access is not allowed. Path: {0}

Explanation The Application Server was not able to locate any JAR or compressed files in the class path specified for the JDBC provider. Another case is that the files exist, but the file or directory permissions do not give the Application Server the required access.
Action Verify that the path specified is correct, and verify that the necessary JAR or compressed files are present. Verify that the directories and files in the path have the required permissions. On z/OS, check the MVS SYSLOG for permission errors.

DSRA8001E: Unable to read JDBC provider jar or zip file: {0}

Explanation MalformedURLException occurred attempting to read a JDBC provider JAR or .zip file.
Action Verify that the path specified is correct, and verify that the necessary JAR files and .zip files are valid.

DSRA8010W: Unable to read setter methods from DataSource class. Encountered {0}.

Explanation An IntrospectionException occurred attempting to retrieve setter methods from the data source.
Action The data source properties will not show up in the GUI. You will need to enter them manually.

DSRA8011E: No setter method for property ''{0}''.

Explanation The Application Server could not find a setter method on the data source to set the property that is requested.
Action Verify that the property name specified is correct.

DSRA8020E: Warning: The property ''{1}'' does not exist on the DataSource class {0}.

Explanation The Application Server was not able to locate the data source property that was specified. The possible reasons are: 1) The data source property is not spelled or capitalized correctly, 2) The property specified does not apply to the data source that is being configured, or 3) the Application Server contains the default configuration for a different version of the JDBC driver that was specified, and this caused a mismatch of data source properties.
Action Verify that the property specified is correct for the data source. Correct any errors with spellings or capitalization. Delete the property if it does not apply (or no longer applies) to the JDBC driver used.

DSRA8021W: Warning: error setting ''{0}''{1}: {2}

Explanation An exception occurred setting the specified property on the data source.
Action Verify that the value specified is valid for the property.

DSRA8023W: {0} is not a valid option for {1}. {1} will default to {2}.

Explanation The value that is configured is not valid for the attribute specified.
Action Verify that the value specified or the attribute is valid.

DSRA8024W: {0}={1} is not compatible with {2}={3}. The {2} attribute will default to {4}.

Explanation The attributes specified are not compatible.
Action Verify that the attributes specified are compatible.

DSRA8025I: Successfully connected to DataSource.

Explanation The test of the data source connection was successful.
Action The data source can now be used by applications.

DSRA8026W: The {0} property of the data source class is incorrect.

Explanation This property contains a value that is not expected. The reroute function for the client might be disabled.
Action Verify that the value specified for the property is valid.

DSRA8027W: The {0} property of the data source class is incorrect. Exception: {1}

Explanation This property contains a value that is not expected. The reroute function for the client might be disabled.
Action Verify that the value specified for the property is valid.

DSRA8028W: The Application Server was not able to configure DB2 client reroute persistence on the data source when the JDBC driver type 2 is used. The Application Server is ignoring the settings for persistence of DB2 client reroute information.

Explanation The DB2 JDBC driver type 2 has a built-in mechanism for updating and persisting the client reroute information.
Action Configure the data source to use the JDBC driver type 4, or remove the settings for persistence of client reroute information.

DSRA8030I: Successfully connected to DataSource, with {0} warnings.

Explanation The test of data source connection was successful, but warnings were issued.
Action Review the data source configuration to fix the errors that are indicated by the warnings.

DSRA8032W: The unbind method of JNDI name ''{0}'' failed: Exception: {1}

Explanation The unbind method for the JNDI caused an exception. The JNDI name might not be correct, or there might be a problem in the Naming service.
Action Verify that the JNDI name that was specified in the class properties for the data source is correct.

DSRA8033W: The lookup method of JNDI name ''{0}'' failed: Exception: {1}

Explanation The lookup method for the JNDI caused an exception. The JNDI name might not be correct, or there might be a problem in the Naming service.
Action Verify that the JNDI name that was specified in the class properties for the data source is correct.

DSRA8034W: The bind method of JNDI name ''{0}'' failed: Exception: {1}

Explanation The bind method for the JNDI caused an exception. The JNDI name might be incorrect, or there might be a problem in the Naming service.
Action Verify that the JNDI name that was specified in the class properties for the data source is correct.

DSRA8035W: The creation of a DB2ClientRerouteServerList failed: Exception: {0}

Explanation The creation of a DB2ClientRerouteServerList caused an exception.
Action Examine the exception. Verify that properties related to the reroute function for the client are specified correctly in the class properties for the data source.

DSRA8040I: Failed to connect to the DataSource. Encountered {0}: {1}.

Explanation The test of data source connection did not complete successfully.
Action Review the data source configuration to fix the error.

DSRA8041I: Failed to connect to the DataSource. Encountered SQLException with SQL State = {0}, Error Code = {1} : {2}.

Explanation The test of data source connection failed.
Action Review the data source configuration to fix the error.

DSRA8043W: The database connection has been rerouted.

Explanation The database connection has been rerouted to an alternate database server.
Action This message is to notify you that a rerouting action has occurred. No user action is required.

DSRA8050W: Unable to find the DataStoreHelper class specified: {0}

Explanation The possible causes are: 1) The DataStoreHelper class that was specified is not correct, 2) the name or the package name for the DataStoreHelper class that was specified is not correct, 3) the DataStoreHelper class is not included in the class path, or 4) the JDBC provider used might not be supported in this release of the Application Server.
Action Based on the corresponding cause, perform one of the following actions: 1) Switch to the DataStoreHelper class that is appropriate, 2) correct the name or package name for the DataStoreHelper class, 3) correct the class path, or 4) use a different JDBC provider or a different version of the Application Server.

DSRA8051W: Unable to instantiate DataStoreHelper: {0}

Explanation The implementation class for the DataStoreHelper cannot be an interface or an abstract class.
Action Provide a class that fully implements the DataStoreHelper interface.

DSRA8052W: Unable to find constructor for DataStoreHelper: {0}

Explanation The DataStoreHelper class cannot be instantiated, because it does not have a public constructor that takes a properties object as the parameter.
Action Create a public constructor for your DataStoreHelper that will take a properties object as its parameter.

DSRA8053W: Unable to access the constructor for DataStoreHelper: {0}

Explanation The Application Server cannot access your DataStoreHelper constructor because it is not public.
Action Verify that your DataStoreHelper constructor is a public method.

DSRA8054W: DataStoreHelper, ''{0}'', constructor issued following exception: {1}.

Explanation The DataStoreHelper constructor issued an exception.
Action Verify that the properties that are passed to the constructor are correct, and verify that the DataStoreHelper constructor is implemented correctly.

DSRA8055W: The class specified does not implement the DataStoreHelper interface: {0}

Explanation The custom class for the DataStoreHelper does not implement the DataStoreHelper.
Action Update the custom class for the DataStoreHelper to implement the DataStoreHelper interface.

DSRA8065W: An error occurred executing the DataStoreHelper method {0}: {1}

Explanation The Application Server was not able to issue the DataStoreHelper method specified.
Action If you are using a custom DataStoreHelper, ensure that the code in the DataStoreHelper method specified is correct. Otherwise, check the configuration properties for the data source.

DSRA8100E: Unable to get a {0} from the DataSource.

Explanation See the linkedException for more information.
Action See the linkedException for more information.

DSRA8101E: DataSource class cannot be used as one-phase: ClassCastException: {0}

Explanation The 'enable2Phase' property can only be set to false if the data source class implements the ConnectionPoolDatasource interface.
Action Set 'enable2Phase' to true for XADataSource or false for ConnectionPoolDataSource.

DSRA8102E: DataSource class cannot be used as two-phase: ClassCastException: {0}

Explanation The 'enable2Phase' property can only be set to true if the data source class implements XADatasource interface.
Action Set 'enable2Phase' to true for XADataSource or false for ConnectionPoolDataSource.

DSRA8150E: The data source custom property {0} contains an exception class that cannot be loaded: {1}

Explanation The application server is unable to load the specified class.
Action Verify that the data source custom property is specified correctly and is accessible to the application server.

DSRA8160E: The application server is not able to parse data source custom property {0} near {1}. The full property value is {2}. Refer to the chained exception for more information.

Explanation The application server is not able to parse the value that is supplied for the data source custom property.
Action Verify that the data source custom property is specified correctly.

DSRA8200W: DataSource Configuration: {0}

Explanation This is a warning message that is displayed during data source configuration.
Action Read the warning message and take appropriate action to fix the problem, if necessary.

DSRA8201W: DataSource Configuration: {0}
{1}

Explanation This is a warning message that is displayed during data source configuration.
Action Read the warning message and take appropriate action to fix the problem, if necessary.

DSRA8203I: Database product name : {0}

Explanation This message displays the product name for the Database.
Action The Database name that is listed above is now being used by applications.

DSRA8204I: Database product version : {0}

Explanation This message displays the product version for the Database.
Action The Database version that is listed above is now being used by applications.

DSRA8205I: JDBC driver name : {0}

Explanation This message displays the name of the JDBC driver.
Action The name of the JDBC driver that is listed above is now being used by applications.

DSRA8206I: JDBC driver version : {0}

Explanation The version of the JDBC driver.
Action The version that is listed above for the JDBC driver is now being used by applications.

DSRA8207I: Method setReadOnly(false) is ignored. No Oracle transaction will be started.

Explanation Oracle databases do not implement the setReadOnly method. A setReadOnly(true) method will not make the connection as readonly connection. The setReadOnly(false) is also not implemented, and a transaction is implicitly started by an Oracle database. The Application Server will not invoke the setReadOnly(false) method on an Oracle database to prevent an unnecessary transaction from being started.
Action Inspect the application to verify that the application does not depend on a transaction after the setReadOnly(false) method is called.

DSRA8208I: JDBC driver type : {0}

Explanation The type of the JDBC driver.
Action The type of JDBC driver that is listed above is now being used by applications.

DSRA8209I: WAS support for the {0} JDBC driver is deprecated. Consequently, it might not be officially certified with future WAS releases. If possible, consider using the {1} JDBC driver instead.

Explanation The specified JDBC driver might not be officially certified in future releases of the Application Server.
Action Continue using the JDBC driver or switch to a JDBC driver that is recommended.

DSRA8210I: The database product name {0} may not exactly match with the database represented by the backend ID {1}.

Explanation The database which is represented by the backend ID might not match the data source that is connected.
Action Inspect the database version between the deployment and the runtime data source. If they are not the same, use a backend ID that matches the data source to deploy the enterprise Java bean (EJB), or change the data source to match the backend ID.

DSRA8211I: Backend id checking is disabled.

Explanation Backend ID checking is disabled. No validation of the backend ID will be performed.
Action Set the disableBackendIdChecking custom property for the data source to false, or remove the property to enable backend ID checking.

DSRA8212I: DataStoreHelper name is: {0}.

Explanation The name of the DataStoreHelper.
Action Informational message. There is no user action required.

DSRA8213W: JDBC provider, {0}, is no longer supported by WAS. Applications should use {1}.

Explanation The application is using a JDBC provider that is no longer supported by the Application Server.
Action Use the JDBC provider provided in the error text.

DSRA8214W: Unable to configure client reroute on the data source class {0}. Exception: {1}.

Explanation The Application Server received an exception when attempting to configure a data source with the client reroute method.
Action Examine the exception, correct the problem, and restart the Application Server.

DSRA8215W: Unable to configure client reroute server list JNDI context on the data source class {0}. Exception: {1}.

Explanation The Application Server received an exception when attempting to configure a data source with the client reroute method. This could be caused by the use of an older level of a JCC driver.
Action Check the level of the JCC driver, examine the exception, correct the problem, and restart the Application Server.

DSRA8216W: Unable to configure client reroute server list JNDI name on the data source class {0}. Exception: {1}.

Explanation The Application Server received an exception when attempting to configure a data source with the client reroute method on the JNDI name.
Action Examine the exception, correct the problem, and restart the Application Server.

DSRA8217W: Unable to configure client reroute on the data source class {0}. clientRerouteAlternateServerName and clientRerouteAlternatePortNumber data source custom property must be set and must have equal number of entries.

Explanation To configure a data source with the client reroute method, clientRerouteAlternateServerName and clientRerouteAlternatePortNumber must be set to a value that is not null, and the number of alternate servers must match the number of alternate ports.
Action Correct the problem, and restart the Application Server.

DSRA8220W: Enablement of {0} requires a JDBC driver compliant with JDBC specification level {1} or higher.

Explanation The JDBC specification level specified in the error message is a prerequisite of the feature.
Action Disable the feature, or switch to a JDBC driver that is at the required level.

DSRA8221I: Test connection cannot use Kerberos authentication, because some security information is only available to a resource at run time. The application server will use the normal authentication to connect to the data source.

Explanation Test connection cannot be used to accurately test a connection that uses the Kerberos mapping alias. Instead, test connection will use authentication information specified in the component-managed alias. The result of the test might not accurately indicate whether a connection can be made within the context of an application if the connection is configured to use Kerberos authentication.
Action Verify that the connection to the data source can be made within the context of the application.

DSRA8222E: The application server was not able to create a trusted connection to the data source.

Explanation The application server could not create a trusted connection to the data source. The JDBC driver did not return a valid connection, or returned an error that was not expected.
Action Examine the exception, if available, and verify that the JDBC driver and database server support trusted context.

DSRA8230W: The application server is unable to determine if a transaction should be resolved because data source custom property {0} is configured but data source custom property {1} is not configured.

Explanation An attempt is made to pool a connection that has an AutoCommit value of False. The application server cannot determine if a transaction is active because the data source is configured as nontransactional. The application server will not attempt to resolve the transaction because the data source is not configured to automatically commit or roll back during connection cleanup.
Action Configure the data source to automatically commit or roll back on connection cleanup, or always reset the AutoCommit value to True.

DSRA8600W: Error closing {0}
{1}

Explanation An error occurred closing the JDBC object specified.
Action More info at:

DSRA8650W: Error closing a JDBC child wrapper, {0}
{1}

Explanation An error occurred closing the child object specified.
Action More info at:

DSRA8660W: Error closing the ResultSet''s parent Statement, {0}
{1}

Explanation An error occurred closing the statement.
Action More info at:

DSRA8720W: Detected multithreaded access on {0}.
Last used with thread id: {1}
Current thread id: {2}
Stack trace of current thread:{3}

Explanation The application attempted to access a connection or the connection's corresponding Statements, ResultSets, or metadata from a different thread. This behavior is a violation of the programming model for the application server. Closing the objects that the application attempted to access in a finalize() method is also considered a programming model violation, because the finalize() method is run by the JVM in another thread.
Action Adjust the application to avoid multithreaded access.

DSRA8750W: The JDBC 3.0 method {0} is not implemented on this JDBC Provider.

Explanation The method being invoked is part of the Java Database Connectivty (JDBC) specification V3.0, and the method does not exist on the provider.
Action Ensure that your JDBC provider supports the JDBC specification V3.0, or do not use this method.

DSRA8760W: Unable to locate the implementation for vendor interface {0} after switching to another pooled connection. The unwrapped connection handle is no longer usable as that interface. The new connection implementation class is: {1}

Explanation The connection handle is now associated with a pooled connection that is different and that does not implement the interface that is requested for the wrapper.
Action Wrappers for the interface specified should not be used when the Wrapper.isWrapperFor method indicates that the connection is not a wrapper of the interface.

DSRA8770I: By default, the connection property, {0}, is matched for shareable connections based on the original connection request rather than the current state of the connection. You may use the data source custom property, {1}, to configure this behavior.

Explanation The data source custom property allows you to choose which connection sharing behavior you want.
Action Verify that the data source custom property is configured for the behavior you want.

DSRA8780I: By default, the connection property, {0}, is matched for shareable connections based on the current state of the connection rather than the original connection request. You may use the data source custom property, {1}, to configure this behavior.

Explanation The data source custom property allows you to choose which connection sharing behavior you want.
Action Verify that the data source custom property is configured for the behavior you want.

DSRA9001E: DataStoreAdapterException was created to map a SQLException.

Explanation A DataStoreAdapterException was created to map an SQLException.
Action There is no user action required.

DSRA9010E: ''{0}'' is not supported on the WebSphere {1} implementation.

Explanation The method specified is not supported by the implementation of the Application Server.
Action Do not use the method.

DSRA9020E: The method invoked is not a JDBC method. WebSphere code must pass in a valid key to access this method.

Explanation This method is provided only for internal use by the Application Server.
Action Do not call this method.

DSRA9110E: {0} is closed.

Explanation Attempted to perform an operation on an object that is closed.
Action Retrieve a new instance of the object on which to perform the operation.

DSRA9115E: Operation cannot be performed. Connection handle is INACTIVE and implicit reactivation is disabled.

Explanation Attempted to perform an operation on a Connection handle that is not active.
Action Enable the InactiveConnectionSupport property for the resource adapter.

DSRA9120E: WebSphere 'jdbcCall' method should only be used for proprietary, non-JDBC methods. The 'jdbcCall' method can be used to invoke the proprietary, non-standard extensions to JDBC. It should not be used to invoke the JDBC API methods.

Explanation The application attempted to use the 'jdbcCall' method to invoke a JDBC method instead of a proprietary extension, or the application attempted to use the 'jdbcCall' method to invoke a proprietary method that is not supported by the application server.
Action If the method is from the JDBC API, invoke the method directly on the JDBC resource, instead of using the 'jdbcCall' method. If the method is a proprietary extension that is not supported by the application server, then do not use the method.

DSRA9121E: Unable invoke method. Object is not a valid WebSphere JDBC Object.

Explanation It is not allowed to use the 'jdbcCall' method from the Application Server on objects that are not JDBC objects.
Action Use the 'jdbcCall' method from the Application Server with JDBC objects only.

DSRA9122E: {0} does not wrap any objects of type {1}.

Explanation The wrapper specified does not contain the wrapped object type specified.
Action Verify that the wrapper and the parameters for the wrapped object are specified correctly.

DSRA9123E: Invocation of the {0} method on the {1} class is not permitted via jdbcPass.

Explanation The Application Server does not permit the specified method to be invoked through a jdbcPass.
Action If the method does not alter the state of its native parameters of the Java Database Connectity (JDBC) object, visit the IBM support Web site to request that the method be added to the list of permitted methods for jdbcPass.

DSRA9130E: Operation is not permitted by the application server: {0}

Explanation The Application Server does not permit the operation that was requested.
Action Do not use the operation specified.

DSRA9250E: Operation {0} is not allowed during a global transaction for Shareable Connections.

Explanation The Application Server does not allow calls to the setTypeMap, setReadOnly or setCatalog methods on Shareable Connections while a global transaction is active.
Action Do not call setTypeMap, setReadOnly or setCatalog on Shareable Connections in a global transaction, or switch to Unshareable Connections.

DSRA9350E: Operation {0} is not allowed during a global transaction.

Explanation The Application Server does not allow calls to the commit, rollback, setSavepoint or releaseSavepoint methods on the Connection while a global transaction is active.
Action Do not call the commit, rollback, setSavepoint or releaseSavepoint methods on the connection when it is in a global transaction. If a non-transactional data source (for example, non-jta-data-source for Java Persistence API) is being used, then configure non-jta-data-source in persistence.xml and also configure the nonTransactionalDataSource custom property on the data source.

DSRA9360E: Unable to perform the requested operation from the following transaction state: {0}.

Explanation We cannot perform operations when the application is in the current transaction state.
Action Get a new Connection on which to perform the operation.

DSRA9400E: Fatal error occurred during Connection reassociation: {0}

Explanation The current Connection handle could not be reassociated.
Action Try obtaining a new Connection.

DSRA9410E: Handle reassociation is allowed only from the INACTIVE state. Current Connection state is {0}.

Explanation Connection handles can only be reassociated from the INACTIVE state.
Action Close your current Connection handle, and obtain a new one.

DSRA9420E: Connection cannot be reassociated because child objects are still open.

Explanation Connection handles can only be reassociated if all the child objects are closed.
Action Close your current Connection handle, and obtain a new one.

DSRA9430E: Connection handle cannot be dissociated because it is currently in use.

Explanation An operation is currently being performed on the Connection handle. It cannot be dissociated during the operation.
Action Wait until all the operations on the handle have finished, then dissociate the handle.

DSRA9500E: Negative values are not allowed for fetch size.

Explanation The fetch size can only be set to a value that is not negative.
Action Choose a value for the fetch size that is not negative.

DSRA9510W: Custom property preTestSQLString should not be empty if the pre-test connection option is selected.

Explanation The preTestSQLString custom property cannot be empty if the pretest connection option is selected. If you choose to leave the preTestSQLString property unspecified, performance might be affected.
Action Provide an SQL statement for preTestSQLString that is valid.

DSRA9520E: The passed-in Statement object cannot be set to null.

Explanation The Statement object that was passed in cannot be set to null.
Action Set the Statement object to an object that is not null.

DSRA9530E: The object {0} is not cloneable.

Explanation The object cannot be cloned.
Action Do not call the clone() method.

DSRA9531E: Attempt to perform getConnection is not allowed because Passkey is not valid.

Explanation A passkey that is not valid was passed on the getConnection method.
Action Visit the IBM support Web site for problem determination information.

DSRA9532E: Attempt to perform getConnection is not allowed for JDBC applications when the jmsOnePhaseOptimization datasource checkbox is checked.

Explanation The getConnection method on this data source can only be issued by JMS and CMP Applications.
Action Define another data source for the JDBC applications or set the jmsOnePhaseOptimization property to false.

DSRA9533E: The jmsOnePhaseOptimization datasource checkbox cannot be checked when XA-capable datasource is used.

Explanation The jmsOnePhaseOptimization data source option can only be enabled on non XA-capable Datasources.
Action Use a data source that is not XA-capable, or clear the option for using jmsOnePhaseOptimization in the administrative console.

DSRA9534E: JMS failed to get an optimized connection. The jmsOnePhaseOptimization datasource checkbox must be checked.

Explanation JMS is attempting to get an optimized connection. This action requires the jmsOnePhaseOptimization data source option to be enabled.
Action Enable the jmsOnePhaseOptimization option on the data source, or visit the IBM support Web site for information on problem determination.

DSRA9538W: The jmsOnePhaseOptimization custom property for data sources takes precedence over the nonTransactionalDataSource custom property for data sources. The Application Server will disable the nonTransactionalDataSource custom property on the data source at run time.

Explanation The nonTransactionalDataSource custom property cannot be enabled when the jmsOnePhaseOptimization custom property for data sources is enabled.
Action Disable the nonTransactionalDataSource or the jmsOnePhaseOptimization data source custom property.

DSRA9539W: The nonTransactionalDataSource custom property for data sources cannot be enabled when connecting to IBM DB2 on z/OS using the DB2 Universal JDBC Driver Type 2.

Explanation Transaction problems will occur when you enable the nonTransactionalDataSource custom property for data sources and connect to IBM DB2 on z/OS with the DB2 Universal JDBC Driver Type 2.
Action Disable the nonTransactionalDataSource custom property for data sources or use the DB2 Universal JDBC Driver Type 4.

DSRA9540E: The Connection cannot be null.

Explanation The Connection cannot be null.
Action Pass a connection object that is valid.

DSRA9541E: The JDBC Driver that is configured with the data source for the Application Server does not support Trusted Connection.

Explanation The Trusted Connection feature is not supported on the JDBC Driver that is being used.
Action Configure the Application Server to use the DB2 Universal JDBC Driver, or stop using TrustedConnectionMapping login configuration.

DSRA9542W: The JDBC Driver that is configured with the data source for the Application Server does not support the extending data source properties feature. The Application Server will not honor the extended data source properties.

Explanation The extending data source properties feature is not supported on the JDBC Driver that is being used. The extended data source properties are ignored.
Action Configure the Application Server to use the DB2 Universal JDBC Driver.

DSRA9543W: The Application Server does not support Kerberos against the backend database that is being used. No user name and password will be used to get a connection.

Explanation The Application Server does not support Kerberos authentication on the database used. User name and password will not be used when getting a connection.
Action Disable Kerberos, or use a DB2 backend with the DB2 universal JDBC driver.

DSRA9544E: Use the get/use/close connection pattern if you are using the extending data source properties feature and the optimizeDB2ForGetUseClose data source custom property is enabled.

Explanation Connections cannot be shared if you are using the extending data source properties feature and the optimizeDB2ForGetUseClose data source custom property is enabled.
Action Disable the optimizeDB2ForGetUseClose data source custom property, or use the get/use/close connection pattern when you use unique extended data source properties within the same transaction.

DSRA9545W: Informix data servers that us the Java Common Client (JCC) Driver only support a driverType data source custom property with a value of 4. The driverType value has been changed to 4 to continue the operation successfully.

Explanation The driverType custom property for the data source was set to the value of 2, and this value is not supported on Informix. The application server will change the value to 4 at run time.
Action To avoid future warnings, change the driverType value to 4 in the administrative console or with JACL scripts, or omit setting the driverType value and it will default to the value of 4.

DSRA9546W: The application server could not lookup the {0} service. The exception is: {1}.

Explanation The application server could not lookup the service that was specified. Examine the exception for details.
Action Examine the exception, and correct the problem. Restart the application server.

DSRA9547W: The application server could not add the {0} service. The exception is: {1}.

Explanation The application server could not add the service that was specified. Examine the exception for details.
Action Examine the exception, and correct the problem. Restart the application server.

DSRA9548I: The application server could not find the following service: {0}.

Explanation The application server could not find the service that was specified.
Action Visit the support site for WAS for more information.

DSRA9600W: The application server received an exception when posting data to CMX. The exception is: {0}.

Explanation The application server received an exception when attempting to post data to CMX. This might mean that the data is not posted.
Action Examine the exception and the possible cause. Visit the WebSphere support website for troubleshooting help if you cannot resolve the issue after examining the exception.

DSRA9601W: The application server failed to register for CMX notification. The exception is: {0}

Explanation The application server received an exception when attempting to register for CMX notification.
Action Examine the exception. Visit the WebSphere support website for troubleshooting help if you cannot resolve the issue after examining the exception.

DSRA9602W: The application server received an exception when calling isMonitoringEnabled. Disabling CMX End-to-End monitoring feature. The exception is: {0}.

Explanation The application server received an exception when attempting to check if CMX monitoring is enabled.
Action Examine the exception and the possible cause, fix the problem, and restart the application server. Visit the WebSphere support website for troubleshooting help if you cannot resolve the issue after examining the exception.

DSRA9900I: The application server cannot automatically clean up resource type {0} because the JDBC driver does not comply with JDBC {1}.

Explanation The application server attempts to clean up some resources in case the application relies on closing the connection to free some resources. The application server's ability to release certain resources is limited by the JDBC specification compliance level of the JDBC driver.
Action The application should ensure the resource is properly cleaned up instead of relying on closing the connection.

   

+

Search Tips   |   Advanced Search