How do I manually execute the NetIQ Monitoring Policy QDB job within SQL? (NETIQKB4964)

  • 7704964
  • 02-Feb-2007
  • 08-Oct-2010

Environment

NetIQ AppManager 6.x
NetIQ Monitoring Policy QDB

Situation

How do I manually execute the NetIQ Monitoring Policy QDB job within SQL?

Resolution

To manually execute the NetIQ Monitoring Policy QDB job:

  1. Open SQL Server Query Analyzer.
  2. Select the Repository (QDB).
  3. Type the following SQL query:
    • EXEC dbo.UpholdMonitoringPolicy
  4. Execute the SQL query by using F5 or the green arrow.

NOTE: This will return a more detailed output if the NetIQ Monitoring Policy QDB job is failing; this output should be saved (or copied and pasted into a .txt file) for troubleshooting purposes.

Additional Information

Formerly known as NETIQKB4964