Quantcast
Channel: SQLServerCentral » SQL Server 2008 » Data Corruption (SS2K8 / SS2K8 R2) » Latest topics
Viewing all articles
Browse latest Browse all 223

ex_raise2: Exception raised

$
0
0
Hi,Has anyone experienced this before? The error log states the following:Messageex_raise2: Exception raised, major=52, minor=42, state=9, severity=22, attempting to create symptom dump Possible schema corruption. Run DBCC CHECKCATALOG. Error: 211, Severity: 23, State: 70.I had no idea what database this related to on the server so I worked though each one running CHECKDB - I then got to ReportServer and CHECKDB failed to run so I ran CHECKCATALOG:Snippet OUTPUT of CHECKCATALOG on reportserver =Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=36254) of row (referencing_class=1,referencing_id=36254,referencing_minor_id=0,referenced_class=1,referenced_id=165575628,referenced_minor_id=0) in sys.sql_expression_dependencies does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=36254) of row (referencing_class=1,referencing_id=36254,referencing_minor_id=0,referenced_class=1,referenced_id=165575628,referenced_minor_id=2) in sys.sql_expression_dependencies does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=36254) of row (referencing_class=1,referencing_id=36254,referencing_minor_id=0,referenced_class=1,referenced_id=165575628,referenced_minor_id=4) in sys.sql_expression_dependencies does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (object_id=36254) of row (object_id=36254,parameter_id=1) in sys.parameters does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (object_id=36254) of row (object_id=36254,parameter_id=2) in sys.parameters does not have a matching row (object_id=36254) in sys.objects.Msg 3853, Level 16, State 1, Line 39Attribute (referencing_id=16036311) of row (referencing_class=1,referencing_id=16036311,referencing_minor_id=0,referenced_class=1,referenced_id=101575400,referenced_minor_id=1) in sys.sql_expression_dependencies does not have a matching row (object_id=16036311) in sys.objects.Msg 3853, Level 16, State 1, Line 39Means nothing to me... Im thinking about my backups now....

Viewing all articles
Browse latest Browse all 223

Trending Articles