Environment
NetIQ AppManager 6.x
NetIQ AppManager 7.0.x
NetIQ AppManager 7.0.x
Situation
How do I query the AppManager Repository for the names and object IDs of the AppManager Management Server and AppManager Managed Clients?
Resolution
To view object IDs by server name in the AppManager Repository:
- Open SQL Server Query Analyzer.
- Select the Repository (QDB).
- Type the following SQL query:
SELECT ObjID
FROM Object
WHERE Name = 'ServerName'
Where 'ServerName' is the name of the Server. - Execute the SQL query by using F5 or the green arrow.
Additional Information
Formerly known as NETIQKB3977
You may also gather this infomation via the Operator Console by selecting the Object in question and pressing ALT + F8.
You may also gather this infomation via the Operator Console by selecting the Object in question and pressing ALT + F8.