Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 restore error with raid no error without raid?

Author  Topic 

paulatgis
Starting Member

1 Post

Posted - 2003-02-13 : 11:46:47
I am practicing restoring db on a 2nd identical
win 2000 server, including highpoint raid on mb.
I get errors with dbcc checkdb after restore, unless
I bypass, break, the raid array. Then I get no
errors and all works well. I only restore
user databases.

dbcc checkdb error is:

Server: Msg 8928, Level 16, State 1, Line 1
Object ID 357576312, index ID 0: Page (1:208294) could not be processed. See other errors for details.
Server: Msg 8944, Level 16, State 1, Line 1
Table error: Object ID 357576312, index ID 0, page (1:208294), row 129. Test (VarColOffsets + (int)(sizeof (class VarColOffset) * nVarCols) <= (nextRec - pRec)) failed. Values are 2608 and 63.

Anyone experiencing similar results with
the highpoint 372 raid chip on shuttle ak35 motherboard?

tkizer
Almighty SQL Goddess

38200 Posts

Posted - 2003-02-13 : 13:29:44
If I were you I would contact the vendor of your raid array. This sounds like a hardware problem and not a problem associated with SQL Server.

Go to Top of Page
   

- Advertisement -