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.  Broker Subscription trigger

    Posted Thu July 31, 2008 04:59 PM

    Hi,

    I have hit a problem on how to control what user/ACL a subscribtion trigger executes with.

    I currently have a scheduled service executed by userA, that publishes to the broker. When this event is picked up by the subscription trigger it is executing a service as Administrator. I need to be able to ensure that the subscription service is executed as userA.

    This is causing permission problems as this service is sending documents into TN as Administrator , and userA cannot extract these stored TN documents for further processing

    Regards


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


  • 2.  RE: Broker Subscription trigger

    Posted Thu August 07, 2008 10:41 PM

    You can change the user that runs the triggered services from the default “Administrator” to “userA” in the IS Admin console at Settings → Resources → Store Settings → Edit Document Store Settings. It appears to be a global setting on the IS, so all the triggered services on the IS will run as userA.


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


  • 3.  RE: Broker Subscription trigger

    Posted Thu August 07, 2008 11:03 PM

    Another option, though it may not be acceptable, is to have the scheduled service submit the document to TN instead of publishing it to the Broker. What’s the intent behind using Broker in this integration?


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


  • 4.  RE: Broker Subscription trigger

    Posted Thu August 14, 2008 11:15 AM

    Thanks for that information, But I would need to control this per trigger.

    Unfortunately i am using a legacy framework and it would be too much work taking out the broker at the moment.

    I have had to code a crude work around using another broker request to reprocess documents.


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