SMS Administrator Unable To Retrieve Machine ListLast reviewed: March 20, 1998Article ID: Q125487 |
The information in this article applies to:
SYMPTOMSAfter dumping the Systems Management Server database and transaction log to a dump device and then restoring it to a different database and log device, either on the same SQL Server or a different one, the SMS Administrator cannot retrieve the list of machines in a domain and the following errors appear in the Data Loader log file, DATALODR.LOG:
CMachine::FindMachine - Searching for matching Identification group info CMachine::FindMachine - Query Execution failedThese errors also appear in the Hierarchy Manager log file, HMAN.LOG:
{818} ERROR SQL: General SQL Server error: Check messages from the SQL Server. {825} INFO SQL: Can't allocate space for object 'Syslogs' in database 'xxx' because the 'logsegment' segment is full. If you ran out of space in Syslogs, dump the transaction log. Otherwise, use ALTER DATABASE or sp_extendsegment to increase the size of the segment. (where xxx is the SMS database name) CAUSEThese errors occur because the Transaction Log for the SMS Database is full and SQL Server can no longer log transactions to it. When SMS originally created the database it enables the Trunc. Log on Chkpt. option. When the database is dumped and then restored to a new device, that option is not set by default, therefore the Transaction Log is never truncated and fills up after a while.
RESOLUTION
For more information, refer to the "Microsoft SQL Administrator User's Guide" and the "Microsoft SQL Server Troubleshooting Guide."
|
Additional query words: sms prodsms
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |