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.  Monitor the services and Trigger the mail

    Posted Tue December 03, 2013 06:41 AM

    Hi,

    I need to create a utility for getting the trigger mail as soon as the user tries to lock or unlock the services or modifying the services.

    Trigger mail should have the details of the user name who locks the services, date, etc…

    Thanks in advance


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


  • 2.  RE: Monitor the services and Trigger the mail

    Posted Tue December 03, 2013 10:56 AM

    There is no direct way doing this…but you may explore lock/unlock mechanism how the WmRoot services does that internally or monitor the underlying package/particular flow.xml or node.ndf files whether any changes occur in the file system and logic to send a notification email sort of.

    HTH,
    RMG


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


  • 3.  RE: Monitor the services and Trigger the mail

    Posted Sun December 08, 2013 01:24 AM

    Vithya,
    Looks like you already have different users defined. You should now create groups, assign users to respective groups, ACL’s and provide restrictive access to different groups instead of making everyone access everything & later monitor through an email who accessed what/why…

    -Senthil


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


  • 4.  RE: Monitor the services and Trigger the mail

    Posted Wed December 11, 2013 08:46 AM

    Vithya,

    Apart from above security best practice prescribed by Senthil, If you really want to track the service modifications better to implement the version control for the source code. it enables you to track the changes, view the logs and generate the reports.

    Regards,
    Ravi K


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