webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Subscribed Document - Triggers - Look up

    Posted Wed June 14, 2006 04:13 PM

    Hello,

    I have a publishable Document say ‘xyzdoc’. I want to find which trigger is subscribing to this document. Is there any way to do this (without opening each trigger and looking at the ‘Document Type’ column?

    Thanks,
    Sunny


    #Flow-and-Java-services
    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Subscribed Document - Triggers - Look up

    Posted Wed June 14, 2006 04:42 PM

    Well, I’m not sure this will do exactly what you want, but you can use the WmBrokerAdmin package’s BrokerInformation page to list the clients of type “Trigger” and then view the doc types subscribed to by each trigger.

    You can drill down into the details of a document type using WmBrokerAdmin to see how many subscriptions exist for that doc type but not list them.

    Mark


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services


  • 3.  RE: Subscribed Document - Triggers - Look up

    Posted Wed June 14, 2006 09:02 PM

    Right click on the publishable doctype and click “Find dependents”. You should see the list of Flow services that refer to it and the list of triggers that subscribe to the doctype.

    HTH.
    Pete


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 4.  RE: Subscribed Document - Triggers - Look up

    Posted Wed June 14, 2006 10:07 PM


  • 5.  RE: Subscribed Document - Triggers - Look up

    Posted Wed June 14, 2006 10:57 PM