beautypg.com

Sun Microsystems eWay JDBC/ODBC Adapter User Manual

Page 23

background image

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