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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  trigger issue

    Posted 11/11/08 03:25 AM

    We have IS6.5. I updated one trigger from serial processing mode to concurrent processing mode. After I deployed the pkg this trigger is in to another integration server, this trigger got disconnected to the broker associated with the second integration server. So the trigger service did not get invoked.

    Did I miss something when changing this trigger processing mode?

    Thanks


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


  • 2.  RE: trigger issue

    Posted 11/17/08 04:34 PM

    Do you have an error while loading the package ?

    like :Unable to create Broker Transport XXXXXX. Exception com.wm.app.b2b.server.dispatcher.exceptions.EndpointUnavailableException: [ISS.0098.9014] BrokerException: Client Contention (201-1034): Cannot reconnect client ‘XXXXXXXXXXX’. Cannot change shared document ordering property while reconnecting to an existing client.

    To enable the change of the processing mode of a trigger from serial to concurent you need to:

    • disable the trigger
    • delete the broker client associated via BrokerAdmin or Portal
    • enable the trigger.

    That’s why, I think, the best thing to do when you create a trigger is to set it to concurrent 1 instead of serial.


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