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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error 1203 but no DBCC CHECKDB errors

Status
Not open for further replies.

sarahw

MIS
Sep 29, 2000
25
0
0
GB
I have Cold Fusion code which executes stored procs and writes html files based on the results. Application works fine on my server with client's database installed. However, when the client tries to run the app - sql server actually stops and the following error message is written to the event log:

'Server: Msg 1203, Level 20, State 1, Procedure SP_AMOWEB4_QRY5, Line 10
Process ID 8 attempting to unlock unowned resource RID: 7:1:75736:54.'
Connection Broken

I have installed a current backup from the client and run the app again on my server - no problem. Run DBCC CHECKDB again on new data - no errors.

Does anyone have any idea of what might be causing this? Any suggestions will be more than welcome.

Many thanks.
 
We encountered the same problem and solved it using the suggestions in this Microsoft article.

FIX: Lock Escalation With Parallel Query May Cause 1203 Error And Server Shutdown

If you can't solve the problem with info in that article then take a look at this one.

FIX: Update on View Based Cursor to Multiple Rows in Fetch Buffer Fails with 1203 Msg.
Terry

X-) "I don't have a solution, but I admire your problem."
 
Thanks Terry

I am just attempting (took 3 hrs and was then corrupt) to download sp2 as I am on sp1. I will install this to see if I can manage to recreate the problem.

Thanks again

Sarah
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top