Sun Microsystems eWay JDBC/ODBC Adapter User Manual
Page 23
 
Chapter 2
Section 2.3
Installing the JDBC/ODBC eWay
Installing Enterprise Manager eWay Plug-Ins
JDBC/ODBC eWay Adapter User’s Guide
23
Sun Microsystems, Inc.
For information on Managing and Monitoring alert codes and logs, as well as how to 
view the alert generated by the project component during runtime, see the Sun 
SeeBeyond eGate™ Integrator System Administration Guide.
DBCOMMON-CONNECT-
FAILED000005=Connection 
handle not usable. Reason:[{0}]
The connection in the 
pool is stale and is not 
usable.
Probably a database restart 
occurred causing the connection 
to be stale, retry the operation 
after the database is up.
DBCOMMON-XARESOURCE-
FAILED000001=Unable to get 
XAResource for the database. 
Reason: [{0}]
Could not obtain 
XAResource for the 
connection.
Check if the database supports XA 
and has been configured for 
Distributed Transaction Support.
DBCOMMON-XACONNECT-
FAILED000001=Failed to connect 
to database {0} on host {1}. The 
XA connection could not be 
allocated: Reason [{2}]
Occurs during the 
initial database 
connection 
establishment.
Check if the database is 
configured for XA and if the 
database is running.
External configuration information 
is invalid. You may need to verify 
the following:
Server name
Database name
User
Password
Port
DBCOMMON-XASTART-
FAILED000001=Unable to 
perform XAStart for the 
connection. Reason: [{0}]
A connection error 
has occurred which 
caused XASTART to 
fail.
Check if the database is running, 
and there are no network issues.
DBCOMMON-XAEND-
FAILED000001=XAEnd failed. 
Reason: [{0}]
Error occurred during 
commit on XA 
connection.
Look for the detailed error 
mentioned in the alert for the 
appropriate action.
DBCOMMON-CANNOT-GET-
ISOLATION-LEVEL=Unable to 
get isolationLevel for the 
transaction. Reason: [{0}]
Could not read 
transaction isolation 
information of the 
connection.
Transaction isolation is one of the 
following constants:
Connection.TRANSACTION_REA
D_UNCOMMITTED
Connection.TRANSACTION_REA
D_COMMITTED
Connection.TRANSACTION_REPE
ATABLE_READ
Connection.TRANSACTION_SERI
ALIZABLE
Connection.TRANSACTION_NO
NE
Note:
Confirm with the
vendor that the getIsolation() 
method of the connection is 
implemented correctly.
Alert Code\Description
Description Details
User Actions