JDBC Connection Error Codes

This section describes the error messages that can be reported by the JDBC Connection shared resource.

Error Codes Error Message Error Resolution
TIBCO-BW-SR-JDBC-300001 Received an update request for existing configuration with PID=[{0}] and Shared resource name [{1}] This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300002 Updating Password for Shared Resource with PID[{0}] and name[{1}] This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300003 Updating Username for Shared Resource with PID[{0}] and name[{1}] This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300004 Updating Database URL[{0}] for Shared Resource with PID[{1}] and name[{2}] This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300005 Ignoring Hot Update for configuration with PID=[{0}] and name[{1}]. Unsupported parameters updated. Only Username, Password and URL is supported This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300006 Adding new configuration for Shared Resource with name [{0}] This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300007 Deleting Configuration for Shared Resource with name[{0}] This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-300008 Following Drivers have been loaded in the framework[{0}]. Following Shared Resource Configurations have been deployed before these drivers were loaded [{1}]. This is an informational message and it highlights the runtime progress of the shared resource. Resolution is not applicable.
TIBCO-BW-SR-JDBC-400001 Exception occurred while closing a bad connection with [Vendor ErrorCode:{0}] and SQL STATE[{1}] This is a warning message and does not a. A JDBC connection was marked invalid by the driver and was removed from the pool. This connection could not be closed successfully.
TIBCO-BW-SR-JDBC-400002 Maximum permitted Connections reached. Cannot create new connection. Waiting for a connection to be available. This is a warning message. The JDBC Connection Pool has reached is maximum limit specified by the user. Jobs created will wait for a connection to be available before proceeding. Increasing the max connections to a suitable value for the application will solve this issue.
TIBCO-BW-SR-JDBC-400003 No suitable DataSourcefactory found for driver [{0}]. The shared resource {1} might NOT resolve. The configuration will wait for a driver to be available. This is a warning message. This message prints out information about a driver not being loaded at the current time. Since the framework has not finished loading, there is a chance of the driver being loaded later. It is safe to ignore this message.
TIBCO-BW-SR-JDBC-502000 Failed to {0} JDBC Connection resource [{1}]. A JDBC Connection lifecycle error has occurred. Check the connection configuration and restart the application if necessary.
TIBCO-BW-SR-JDBC-500001 Exception occurred while trying to retrieve a connection from the JDBC Connection pool Check the connection configuration and if the database is up and running.
TIBCO-BW-SR-JDBC-500002 Failed to create a new connection to database server. Database URL [{0}], UserName [{1}], SQLSTATE [{2}] Check the connection configuration and if the database is up and running.
TIBCO-BW-SR-JDBC-500003 The database driver [{0}] is not found. Ensure that DataSourceFactory bundle providing this driver is available in the environment. Run the appropriate script using bwinstall from the bin folder to add the JDBC driver to the runtime environment
TIBCO-BW-SR-JDBC-200001 Destroying all Unused connections. This is a debug message and resolution is not applicable.
TIBCO-BW-SR-JDBC-200002 Published Event to Event Admin on topic {0} This is a debug message and resolution is not applicable.
TIBCO-BW-SR-JDBC-000001 Delete Called on configuration that does not exist with pid [{0}] This is an internal product error. Contact TIBCO Support.