I restored a SQL 7 db. I can view all of the tables and run queries in query analyzer, however, when I try to run my SMS collection, I get the following error:
Description: SQL Err>> #208 Sev 16: Invalid object name 'vCollectToSubCollect'. NEXT: SQL Err>> #10007 Sev 5: General SQL Server error: Check messages from the SQL Server. (null)
Error : WBEM_E_FAILED
Operation: ExecQuery
ParameterInfo: select coll.* from SMS_Collection as coll join SMS_CollectToSubCollect as assoc on coll.CollectionID=assoc.subCollectionID where assoc.parentCollectionID="COLLROOT"
Any idea where to start troubleshooting?
Thanks in advance.
Sarah
Description: SQL Err>> #208 Sev 16: Invalid object name 'vCollectToSubCollect'. NEXT: SQL Err>> #10007 Sev 5: General SQL Server error: Check messages from the SQL Server. (null)
Error : WBEM_E_FAILED
Operation: ExecQuery
ParameterInfo: select coll.* from SMS_Collection as coll join SMS_CollectToSubCollect as assoc on coll.CollectionID=assoc.subCollectionID where assoc.parentCollectionID="COLLROOT"
Any idea where to start troubleshooting?
Thanks in advance.
Sarah