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.  Serial to Concurrent Mode on Trigger

    Posted Fri August 22, 2008 10:14 PM

    My production environment has a broker trigger enabled and processing serially. I would like for this trigger to process concurrently instead, so I made my changes in my development environment (serially>concurrently) and all is well. I attempt to deploy the pkg to production, and it fails because of the following:

    [ISS.0098.9014] BrokerException: Client Contention (201-1034): Cannot reconnect client ‘mybroker.Trigger_onResponse’. Cannot change shared document ordering property while reconnecting to an existing client.

    i assume it didn’t like that i changed the mode from serial to concurrent midflight. what’s a recommended solution on how to get around the problem?


    #broker
    #Universal-Messaging-Broker
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Serial to Concurrent Mode on Trigger

    Posted Tue August 26, 2008 06:24 PM

    Hi Fantony,

    You are facing this problem because broker client queues are still referring to old trigger properties. You will have to reset the broker client for the trigger that you are changing.

    Following steps should solve your problem.

    1. Disable triggers on all the cluster servers. (If clustered.)
    2. Delete the broker client.
    3. Enable the triggers.

    Jiten


    #Integration-Server-and-ESB
    #Universal-Messaging-Broker
    #webMethods
    #broker


  • 3.  RE: Serial to Concurrent Mode on Trigger

    Posted Tue August 26, 2008 07:16 PM


  • 4.  RE: Serial to Concurrent Mode on Trigger

    Posted Mon September 08, 2008 03:06 PM

    Jiten,

    We are facing the same issue on IS711…Do we have to follow the same procedure?

    How to delete the Brocker Client?? via MWS or IS/Settings/Messaging??

    Doc Queues are piling up… and Connected is NO

    Pls advice…

    TIA,
    RMG


    #webMethods
    #Universal-Messaging-Broker
    #broker
    #Integration-Server-and-ESB


  • 5.  RE: Serial to Concurrent Mode on Trigger

    Posted Mon September 08, 2008 06:26 PM

    Hi,

    I am not sure about IS 7.1.1 but from IS 6.5 you can delete broker client from BrokerAdmin (hostname:7788 > Brokers > [COLOR=blue]QABroker@hostname:7788[/COLOR] > Clients > Delete (

    or from MWS(Messaging–>Broker—>Broker Client queues, their would be a checkbox beside the queue. Select the checkbox of the client that you want to delete and click Delete button).

    It would be more or less same with IS 7.1.1

    Jiten.


    #Integration-Server-and-ESB
    #broker
    #Universal-Messaging-Broker
    #webMethods


  • 6.  RE: Serial to Concurrent Mode on Trigger

    Posted Wed September 17, 2008 03:11 PM