Environment
NetIQ AppManager 6.x
NetIQ AppManager 7.0.x
NetIQ Repository Browser
NetIQ AppManager 7.0.x
NetIQ Repository Browser
Situation
How do I determine which Knowledge Script Group a running job belongs to?
Resolution
- Right click on the job in the Jobs pane and choose "Properties".
- Note the number that identifies the job. For example, at the top of the job properties box, you would see "Properties for 1234:NT_ServiceDown" (the number you actually see will likely be something other than 1234).
- In the Operator Console, select from the menu "Extensions" - "Repository Browser".
- In the right pane of the Repository Browser, select "VirtualJob" and execute the following command:
- SELECT * FROM VirtualJob where virtualksid = xxxx, where xxxx is the numeric value you noted from the job properites.
- The name of the Knowledge Script Group will appear in the top pane after "Name:"
Additional Information
Formerly known as NETIQKB16035
This query can also be executed in Query Analyzer or SQL Management Studio.
This query can also be executed in Query Analyzer or SQL Management Studio.