IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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
Expand all | Collapse all

TN queue failure notification

  • 1.  TN queue failure notification

    Posted Mon April 21, 2008 06:25 PM

    I have setup a public queue that deliveries EDI documents to partner.
    When this queue fails due to any I like to get notified
    I have setup tn.task.notifyFailure = true
    as per TN users guide, if the queue fails TN will publish wm.tn.rec.taskfailure document
    I have written the trigger service, but TN does not published tackfailure doc. I dont see any errors in the logs
    please provide some guidelines


    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB


  • 2.  RE: TN queue failure notification

    Posted Wed April 14, 2010 11:07 AM

    Try the following

    1. The trigger you are using to listen for wm.tn.rec.taskfailure is having the correct fully qualified document name.
    2. Ensure the IS copy and the Broker copy of wm.tn.rec.taskfailure document are in sync.
    3. Check out the corresponding trigger queue in the broker for the wm.tn.rec.taskfailure document, the last retrieved filed in the broker trigger page might help you get a better understanding of the problem.
    4. Temporarily increase the logging level of the server to atleast 6 and then try recreating the issue.

    #webMethods
    #B2B-Integration
    #Integration-Server-and-ESB