Incomplete results when you query a Microsoft Operations Manager 2000 database (835303)
The information in this article applies to:
- Microsoft Operations Manager 2000
SYMPTOMSYou may receive incomplete results when you use the query that is in the Microsoft Operations Manager (MOM) 2000 Software Development Kit (SDK) to query for computer groups to which a computer belongs.CAUSEThis problem may occur if NULL values exist on the Included Computers tab or the Excluded Computers tab of the computer group properties. For example, you can create NULL values by following these steps: - Start the MOM Administrator Console.
- Double-click Rules, and then click Computer Groups.
- Double-click Microsoft Operations Manager Agents.
- Click the Excluded Computers tab or the Included Computers tab.
- Click Add, and then click OK.
This saves blank values for and Domain and the Computer. Note If you use the equal sign (=) as an evaluator when you add excluded or included computers, this problem may also occur. WORKAROUNDTo work around this problem, make sure that any NULL values are removed and that the equal sign (=) operator is not used for any Computer Group criteria. You can also query SQL directly to obtain the same information. Below is an example of a query that returns the computer groups to which a computer belongs, where ComputerGroup is the MOM Agent GUID that you want to search for: select CR.idComputerRule,CR.Name,CR.Description from ComputerRule CR INNER JOIN ComputerToComputerRule CTCR on CR.idComputerRule=CTCR.idComputerRule WHERE CTCR.idComputer='{C83E5766-3825-4C3A-B769-45163E25902B}' ORDER BY [Name] STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section of this article.
Modification Type: | Major | Last Reviewed: | 4/8/2004 |
---|
Keywords: | kbWBEM kbSDK kbDatabase kbCollections kberrmsg kbMiscTools kbnofix kbBug KB835303 kbAudITPRO |
---|
|