February 8, 2006 at 1:06 am
Hi All
While executing a procedure I'm getting the following errors
Server: Msg 3624, Level 18, State 1, Line 1
Location: recbase.cpp:1378
Expression: m_offBeginVar < m_SizeRec
SPID:
Could not open FCB for invalid file ID 59136 in database 'AACleansing'. 55
Process ID: 1468
February 8, 2006 at 10:15 am
This may be an indication of corruption in the database. Have you tried running dbcc_checkdb on the affected database? If it is indeed corrupt, your options are to either restore from a known good copy, or to run the checkdb with one of the repair options (all requisite cautions apply as you may lose data with either process). More information on repair options can be found in Books On Line.
Also, you may want to see if the following bulletin applies to your situation:
http://support.microsoft.com/kb/815183
I'd also be scrutinizing the server event logs and checking for disk integrity as file errors can be an indication that a disk drive that is failing. Hope this helps.
My hovercraft is full of eels.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply