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

Trigger service set for Auditing

  • 1.  Trigger service set for Auditing

    Posted Wed December 05, 2018 04:18 PM

    I thought if the trigger service that has audit enable, I should see it in the MWS>Applications>Monitoring>Integration>Services whenever the service fails. That’s my understanding but I’m not getting any results or matches found.


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


  • 2.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 03:10 AM

    Hi,

    Can you please let us know, how did you enable Audit for trigger service.
    Monitoring services are only for IS services transactions ( Flow service, adapter services etc…) but not for trigger service.
    Can you please mention your version as well.

    Regards,
    Ajay Jami.


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


  • 3.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 03:47 AM

    @Ajay,
    I think he is referring to the service specified in the trigger as “trigger service”

    @cwstorm,

    If you want to use auditing for the flow services, you can check the below settings and configurations.

    1> Make sure WmMonitor home page is configured with correct MWS details
    2> Check the SAML URL is correctly configured in Resource page on IS
    3> Make sure you have MWS users, groups and ACL i.,e Central User Management should show as configured
    4> Check if remote servers for the local IS is correctly configured
    5> Share the screenshot of your flow service with audit properties set.


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


  • 4.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 11:49 AM

    M@he$h is correct that I was referring to the flow service that the trigger adapter service invoke. Attached are the screenshot that you asked for.
    flow-service-properties-audit.PNG


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


  • 5.  RE: Trigger service set for Auditing



  • 6.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 01:21 PM

    As Data Level Security in the WmMonitor config, you need to configure the role in MWS in which your user is a member of the grant acces to this service.

    as MWS Administor go to System Wide → Users Management → Roles
    open the role and go to DataLevelSecurity → Services.
    You can select either “Access to all Services” or specify the service(s) you are interested in.

    Regards,
    Holger


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


  • 7.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 02:05 PM

    @cwstorm,
    You seem to have enabled the audit logging for a

    1. Top-level service only
    2. Only in case of Errors

    Did your Trigger service execution result in an error, if not nothing would be logged.

    Regards,
    Bhaskar.


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


  • 8.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 02:37 PM

    Byreddy I purposedly forced the service to exception so I expect to see it in the MWS monitored section. Hence, I asked this question.


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


  • 9.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 02:40 PM

    The intent or goal that I’m trying to easily achieve is to resubmit a failed publishable document that uses UM. AFIK, without any development, UM does not provide document resubmission or viewing the payload content. With the respect to the old Broker, this was available in MWS/Broker section.


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


  • 10.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 02:45 PM

    Holger, you said “open the role and go to DataLevelSecurity → Services.” I don’t see what you are referring to as it doesn’t exist.


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


  • 11.  RE: Trigger service set for Auditing

    Posted Thu December 06, 2018 05:25 PM

    Also, attach the flow service screenshots showing the child steps under catch step.


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


  • 12.  RE: Trigger service set for Auditing

    Posted Fri December 07, 2018 10:34 AM

    The catch block has an “EXIT” step with a “FAILURE”.


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


  • 13.  RE: Trigger service set for Auditing

    Posted Fri December 07, 2018 12:08 PM

    Hi cwstorm,
    Just to test, try changing the ‘Audit>Log on’ property of your trigger service to ‘Error, success and start’ and see if it makes any difference.

    If possible could you also share the flow.xml or a snapshot of your trigger service?

    Regards,
    Bhaskar.


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


  • 14.  RE: Trigger service set for Auditing

    Posted Fri December 07, 2018 01:06 PM

    Bhaskar it doesn’t make any difference. I have an incident with SAG regarding this so hopefully it’s a configuration missed somewhere. Oddly, I can see the failed IS service in the IS admin console but it doesn’t show up in the MWS>Monitoring section.


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


  • 15.  RE: Trigger service set for Auditing

    Posted Sat December 08, 2018 05:29 AM

    Not sure if you have missed to mention about the getLastError, make sure the the trigger service is as below:

    Main (success)
    Try (failure)
    --- you logic
    Catch (done)
    -- getLastError
    -- Exit flow and signal failure (%lastError/error%

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


  • 16.  RE: Trigger service set for Auditing

    Posted Mon December 10, 2018 02:45 PM