Log in
::
Register
::
Not logged in
Home
Tags
Articles
Editorials
Stairways
Forums
Scripts
Videos
Blogs
QotD
Books
Ask SSC
SQL Jobs
Training
Authors
About us
Contact us
Newsletters
Write for us
Recent Posts
Recent Posts
Popular Topics
Popular Topics
Home
Search
Members
Calendar
Who's On
Home
»
SQL Server 2008
»
Data Corruption (SS2K8 / SS2K8 R2)
»
Could not open File Control Bank (FCB) for...
Could not open File Control Bank (FCB) for invalid file ID
Rate Topic
Display Mode
Topic Options
Author
Message
WayneS
WayneS
Posted Wednesday, March 13, 2013 10:57 AM
SSCertifiable
Group: General Forum Members
Last Login: Today @ 10:50 AM
Points: 6,367,
Visits: 8,227
Initial entry in the SQL Error Log:
Error: 5180, Severity: 22, State: 1.
Could not open File Control Bank (FCB) for invalid file ID 2816 in database 'WSS_Content_FirmMySites'. Verify the file location. Execute DBCC CHECKDB.
So, run DBCC CHECKDB WITH ALL_ERRORMSGS, NO_INFOMSGS
Complete, unedited results:
Msg 7987, Level 16, State 1, Line 1
System table pre-checks: Object ID 3 has chain linkage mismatch. (1:223355)->next = (1:223357), but (1:223357)->prev = (1:223356). Check statement terminated due to unrepairable error.
Try DBCC CHECKALLOC
Msg 7987, Level 16, State 1, Line 1
System table pre-checks: Object ID 3 has chain linkage mismatch. (1:223355)->next = (1:223357), but (1:223357)->prev = (1:223356). Check statement terminated due to unrepairable error.
This is a new client, so see when DBCC CHECKDB was last successfully run via DBCC PAGE(dbname, 1,9,3) WITH TABLERESULTS:
2011-10-31 01:10:06.737
Check the previous backup in a parallel database: same errors as above.
Backups older than this have already been deleted.
This database is part of a sharepoint instance.
DBCC CHECKDB did generate a stack dump.
Is there anyway to fix this corruption?
Wayne
Microsoft Certified Master: SQL Server 2008
If you can't explain to another person how the code that you're copying from the internet works, then
DON'T USE IT
on a production system! After all,
you
will be the one supporting it!
Links:
For better assistance in answering your questions
,
How to ask a question
,
Performance Problems
,
Common date/time routines
,
CROSS-TABS and PIVOT tables Part 1
&
Part 2
,
Using APPLY Part 1
&
Part 2
,
Splitting Delimited Strings
Post #1430533
SQLRNNR
SQLRNNR
Posted Wednesday, March 13, 2013 10:58 AM
SSCoach
Group: General Forum Members
Last Login: Thursday, May 16, 2013 1:46 PM
Points: 18,732,
Visits: 12,329
Are you asking if there is a way to fix without losing data?
Jason
AKA CirqueDeSQLeil
I have given a name to my pain...
MCM SQL Server 2008
SQL RNNR
Posting Performance Based Questions - Gail Shaw
Posting Data Etiquette - Jeff Moden
Hidden RBAR - Jeff Moden
VLFs and the Tran Log - Kimberly Tripp
Post #1430535
GilaMonster
GilaMonster
Posted Wednesday, March 13, 2013 11:12 AM
SSC-Dedicated
Group: General Forum Members
Last Login: Today @ 10:27 AM
Points: 37,648,
Visits: 29,900
Restore from last good backup, that's irrepairable.
If there's absolutely no backup whatsoever, export all the documents, lists, etc from sharepoint (not a SQL data export), then drop and recreate the sharepoint site. You'll probably lose some stuff.
Gail Shaw
Microsoft Certified Master: SQL Server 2008, MVP
SQL In The Wild
: Discussions on DB performance with occasional diversions into recoverability
We walk in the dark places no others will enter
We stand on the bridge and no one may pass
Post #1430536
SQLRNNR
SQLRNNR
Posted Wednesday, March 13, 2013 11:36 AM
SSCoach
Group: General Forum Members
Last Login: Thursday, May 16, 2013 1:46 PM
Points: 18,732,
Visits: 12,329
GilaMonster (3/13/2013)
Restore from last good backup, that's irrepairable.
If there's absolutely no backup whatsoever, export all the documents, lists, etc from sharepoint (not a SQL data export), then
drop and recreate the sharepoint site
. You'll probably lose some stuff.
I had just been talking to Wayne about the eventuality of most likely having to recreate the sharepoint site.
Have a fun day with this new client, Wayne.
Jason
AKA CirqueDeSQLeil
I have given a name to my pain...
MCM SQL Server 2008
SQL RNNR
Posting Performance Based Questions - Gail Shaw
Posting Data Etiquette - Jeff Moden
Hidden RBAR - Jeff Moden
VLFs and the Tran Log - Kimberly Tripp
Post #1430545
prettsons
prettsons
Posted Thursday, March 14, 2013 4:08 AM
SSC Journeyman
Group: General Forum Members
Last Login: Thursday, May 16, 2013 12:17 AM
Points: 99,
Visits: 1,023
You can also try Third Party SharePoint Recovery Tool to fix corruption. For more information, please check this
site
.
SQL Database Recovery Expert
Post #1430853
« Prev Topic
|
Next Topic »
Permissions
You
cannot
post new topics.
You
cannot
post topic replies.
You
cannot
post new polls.
You
cannot
post replies to polls.
You
cannot
edit your own topics.
You
cannot
delete your own topics.
You
cannot
edit other topics.
You
cannot
delete other topics.
You
cannot
edit your own posts.
You
cannot
edit other posts.
You
cannot
delete your own posts.
You
cannot
delete other posts.
You
cannot
post events.
You
cannot
edit your own events.
You
cannot
edit other events.
You
cannot
delete your own events.
You
cannot
delete other events.
You
cannot
send private messages.
You
cannot
send emails.
You
may
read topics.
You
cannot
rate topics.
You
cannot
vote within polls.
You
cannot
upload attachments.
You
may
download attachments.
You
cannot
post HTML code.
You
cannot
edit HTML code.
You
cannot
post IFCode.
You
cannot
post JavaScript.
You
cannot
post EmotIcons.
You
cannot
post or upload images.
Copyright © 2002-2013 Simple Talk Publishing. All Rights Reserved.
Privacy Policy.
Terms of Use.
Report Abuse.