slot 16 for text, ntext, or image node does not exist
NER
Posts: 6
I am getting the following message each time I run data comparison between two servers.
Error: Comparison of 'Server1.DB1' and 'Server2.DB2' failed: Page
(1:2130315), slot 16 for text, ntext, or image node does not exist.
I ran checkb and checktable on tables with ntext/text or image fields and found no errors.
Error: Comparison of 'Server1.DB1' and 'Server2.DB2' failed: Page
(1:2130315), slot 16 for text, ntext, or image node does not exist.
I ran checkb and checktable on tables with ntext/text or image fields and found no errors.
Comments
Can you please tell us the service pack and version of the server? Microsoft had identified and fixed a problem in SQL Server that caused this to happen in SQL Server 2000 SP3.
I'd recommend contacting Microsoft Product Support Services on this one. My guess is that whatever fix they suggest, you may end up losing one or more columns of BLOB data in the affected rows.
SQL Data Comapre is simply running a SELECT statement for this row of data, and SQL Server is indicating it can't get the data referenced in the pointer because there is a problem with that particular page in the database file.
If the error is inconsistent, it may be caused by some hardware that's failing. I think it may be a good idea to take the server offline and do some disk diagnostics.