How do I determine which Knowledge Script Group a running job belongs to? (NETIQKB16035)

  • 7716035
  • 02-Feb-2007
  • 21-Sep-2010

Environment

NetIQ AppManager 6.x
NetIQ AppManager 7.0.x
NetIQ Repository Browser

Situation

How do I determine which Knowledge Script Group a running job belongs to?

Resolution

  1. Right click on the job in the Jobs pane and choose "Properties". 
  2. 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). 
  3. In the Operator Console, select from the menu "Extensions" - "Repository Browser".  
  4. In the right pane of the Repository Browser, select "VirtualJob" and execute the following command:
  5. SELECT * FROM VirtualJob where virtualksid = xxxx, where xxxx is the numeric value you noted from the job properites. 
  6. 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.