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
  • 1.  TN Task Failure(Trigger)

    Posted Thu June 23, 2011 11:25 AM

    Hi

    I want a trigger to execute a service when a task fail, so I want to know how do I go about that to write that service, that a trigger should execute a service that will give me only a specific task that has failed not all of them. I’m thinking filters although don’t know how to implement it.


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


  • 2.  RE: TN Task Failure(Trigger)

    Posted Thu June 23, 2011 02:20 PM

    In this scenario I think you can create a custom schedule service that has logic with wm.tn.task related services and check the failed task status and restart Task etc…not with trigger mechanism though:

    Also did you set any retries count in TN properties for any particular partner?

    HTH,
    RMG


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


  • 3.  RE: TN Task Failure(Trigger)

    Posted Thu June 23, 2011 05:16 PM

    The TN Administrator’s Guide describes a way to be notified when a task fails.


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


  • 4.  RE: TN Task Failure(Trigger)

    Posted Fri June 24, 2011 08:58 AM


  • 5.  RE: TN Task Failure(Trigger)

    Posted Mon June 27, 2011 09:43 AM

    I did went through TN Administrator’s Guide, it doesn’t say much on what I want to archive.


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


  • 6.  RE: TN Task Failure(Trigger)

    Posted Mon June 27, 2011 03:59 PM

    Did you try using folder services I mentioned above and TN retries?


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


  • 7.  RE: TN Task Failure(Trigger)

    Posted Mon June 27, 2011 06:15 PM

    TN can publish an event when a task fails. The TN Admin guide covers that.

    Then you define a service and trigger to process those events. The service can do whatever you want it to.


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