Schema Change Error
From: rahulkav (rahulkav_at_discussions.microsoft.com)
Date: 11/19/04
- Next message: Robert Klemme: "Re: Schema Change Error"
- Previous message: Prithpal: "Re: Padding using Type 4 Drivers"
- Next in thread: Robert Klemme: "Re: Schema Change Error"
- Reply: Robert Klemme: "Re: Schema Change Error"
- Reply: Joe Weinstein: "Re: Schema Change Error"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Nov 2004 02:09:07 -0800
Hi,
We are getting following Exception in our Java application:
====================================================
java.sql.SQLException: [Microsoft][SQLServer 2000 Driver for
JDBC][SQLServer]Could not complete cursor operation because the table schema
changed after the cursor was declared.
at com.microsoft.jdbc.base.BaseExceptions.createException(Unknown Source)
at com.microsoft.jdbc.base.BaseExceptions.getException(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown
Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown
Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown
Source)
at com.microsoft.jdbc.sqlserver.tds.TDSRequest.getRow(Unknown Source)
at com.microsoft.jdbc.sqlserver.tds.TDSCursorRequest.getRow(Unknown Source)
at
com.microsoft.jdbc.sqlserver.SQLServerImplResultSetServerSideCursor.positionCursor(Unknown Source)
at com.microsoft.jdbc.base.BaseResultSet.next(Unknown Source)
---------------------------------------------------------------------
We have a Java application which is running for 24 hours and we have
implemented our own connection pooling. We are connected to SQL Server 2000
with Serverice pack 3 installed.
We get the above error when there is a schema change i.e. Creating a new
table, Dropping an existing table. This schema change is done by a stored
procedure which is run in parallel with our Java application.
We have restared our application but sometimes it doesn't make any
difference. The tables created and droped are in tempDB.
This error doesn't occur regularly and all environments. It seems to be an
intermittent error i.e. some bug in SQL Server.
Can anybody plz help ?
rgds,
Rahul
- Next message: Robert Klemme: "Re: Schema Change Error"
- Previous message: Prithpal: "Re: Padding using Type 4 Drivers"
- Next in thread: Robert Klemme: "Re: Schema Change Error"
- Reply: Robert Klemme: "Re: Schema Change Error"
- Reply: Joe Weinstein: "Re: Schema Change Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|