Symptom
When running dbcc checkcatalog on database, the following error is reported, take object ID 1176544394 for example,
Msg 15018, Level 16, State 7:
Server '<server_name>', Line 1:
Table Corrupt: The sysstatistics entry for object ID '1176544394', index ID '0',
does not have a matching entry in sysobjects.
Msg 15071, Level 16, State 1:
Server '<server_name>', Line 1:
Table Corrupt: The sysstatistics entry for object ID '1176544394', index ID '1',
partition ID '1176544394', does not have a matching entry in syspartitions.
And all the following queries return 0 rows,
use <database_name>
go
select * from sysobjects where id = 1176544394
go
select * from sysstatistics where id = 1176544394
go
select * from syspartitions where id= 1176544394
go
Read more...
Environment
- SAP Adaptive Server Enterprise (ASE) 15.7
- SAP Adaptive Server Enterprise (ASE) 16.0
Product
Keywords
dbcc checkcatalog, Msg 15018, Msg 15071, sysstatistics, sp_fixindex, csysstatistics , KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , BC-DB-SYB , Business Suite on Adaptive Server Enterprise , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.