How do I query the AppManager repository for specific actions completed? (NETIQKB10162)

  • 7710162
  • 02-Feb-2007
  • 16-Feb-2011

Environment

NetIQ AppManager 6.x
NetIQ AppManager 7.0.x

Situation

How do I query the AppManager repository for specific actions completed?

Resolution

From a new query window in SQL management studio: 

          SELECT * FROM ActionTmpl
          WHERE actionname = 'action_Replace.With.The.Action.You.Are.Seeking'

 (i.e. SELECT * FROM ActionTmpl where actionname = 'Action_WriteMsgToFile')

Additional Information

Formerly known as NETIQKB10162