Skip to main content
1-Visitor
February 21, 2013
Solved

Trigger report or export of information

  • February 21, 2013
  • 1 reply
  • 1445 views

Need help on how to export or print out trigger information specifically parameters and rules

    Best answer by matt_giltaji

    Hi Joe,

    The command you are looking for is "im triggers" or "im viewtrigger".

    Both of these are documented in the Integrity Server Admin CLI guide pdf (for 10.0 and up, I don't remember the name of the pdf for 2009 versions, but the commands have existed for a while)

    Basically, im triggers will list out all the triggers you have and you can specify what columns (from the admin client's trigger view) to list out using the --fields parameter, so you might want to use "im triggers --fields=name,rule,scriptParams" to get a list of the names, rules, and parameters of every trigger on your server.

    im viewtrigger will give a more detailed look at a specific trigger, for example if you want to see the trigger's references to admin objects or the history of changes to the trigger

    Matt

    1 reply

    1-Visitor
    February 21, 2013

    Hi Joe,

    The command you are looking for is "im triggers" or "im viewtrigger".

    Both of these are documented in the Integrity Server Admin CLI guide pdf (for 10.0 and up, I don't remember the name of the pdf for 2009 versions, but the commands have existed for a while)

    Basically, im triggers will list out all the triggers you have and you can specify what columns (from the admin client's trigger view) to list out using the --fields parameter, so you might want to use "im triggers --fields=name,rule,scriptParams" to get a list of the names, rules, and parameters of every trigger on your server.

    im viewtrigger will give a more detailed look at a specific trigger, for example if you want to see the trigger's references to admin objects or the history of changes to the trigger

    Matt

    jsummers1-VisitorAuthor
    1-Visitor
    February 21, 2013

    One small issue I'm getting an error working with support to resolve

    trigger+listing+erorr.PNG

    Reviewed the trigger listed above message it does not refer to any Type