Link to home
Start Free TrialLog in
Avatar of FTGE
FTGE

asked on

MSSQL Database Keeps Shutting Off

i have MSSQL 2005 on a windows 2003 Server.

I have an accounting software that keeps shutting off after it is launched. I moved the database manually to a new server.

I installed the accounting software from scratch and the sample company that is default installed is working perfectly.

However when adding the my  database it just shuts off.

I ran:
DBCC CHECKDB (MYDATABASE) WITH NO_INFOMSGS, ALL_ERRORMSGS

Here is what I got:
Msg 211, Level 23, State 15, Line 1
Possible schema corruption. Run DBCC CHECKCATALOG.
Msg 0, Level 20, State 0, Line 0
A severe error occurred on the current command.  The results, if any, should be discarded.

I ran:
DBCC CHECKCATALOG

I Got:
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=830235054) of row (object_id=830235054,column_id=1) in sys.columns does not have a matching row (object_id=830235054) in sys.objects.
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=830235054) of row (object_id=830235054,column_id=2) in sys.columns does not have a matching row (object_id=830235054) in sys.objects.
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=830235054) of row (object_id=830235054,column_id=3) in sys.columns does not have a matching row (object_id=830235054) in sys.objects.
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=830235054) of row (object_id=830235054,column_id=4) in sys.columns does not have a matching row (object_id=830235054) in sys.objects.
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=830235054) of row (object_id=830235054,column_id=5) in sys.columns does not have a matching row (object_id=830235054) in sys.objects.
Msg 3853, Level 16, State 1, Line 1
Attribute (object_id=830235054) of row (object_id=830235054,column_id=6) in sys.columns does not have a matching row (object_id=830235054) in sys.objects.
Msg 3853, Level 16, State 1, Line 1

I recall that i was asked to point to a catalog directory. Maybe i picked the wrong directory. Where is this option located? or is there any idea what I can do?
ASKER CERTIFIED SOLUTION
Avatar of Michael Pfister
Michael Pfister
Flag of Germany image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi Author,

Does your issue is resolved?
Please update on this.
This question has been classified as abandoned and is closed as part of the Cleanup Program. See the recommendation for more details.