Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

xa_start (40000) returns -7 error message coming from SQL Server 2000

Status
Not open for further replies.

eborisow

Programmer
May 7, 2008
4
US
Hi everyone,

First time post, so please be gentle. :) We are using an application that uses BEA Weblogic as the app server and SQL Server 2000 database. On startup of the node for this server, we are seeing a SQL Exception being thrown by SQL Server. The error is:

SQLException: SQLState(HY000) vendor code(20001)
xa_start (40000) returns -7

I can't find any information at all on this error.

Thanks,
Eric
 
Have you checked weblogic? That is definetly a weblogic error.

- Paul
- Experience is the name every one gives to their mistakes.
 
Also check for errors in the event viewer.

Click Start -> Run
Type: eventvwr.msc
Click OK

SQL Server errors are in the 'Application' node.
 
Paul, this error is appearing in the JDBC logs, so my guess is that it has something to do with the database connectivity or the database itself throwing some kind of error.

I will check on the database server to see if there are any errors in the Event Viewer.

Thanks,
Eric
 
By the way... I also see this message:

XA error: XAER_RMFAIL : Resource manager is unavailable
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top