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.


#TechXchangePresenter
 View Only
  • 1.  IS service execution count

    Posted Thu May 07, 2009 03:30 PM

    Dear all,

    I need a help on the below

    How to find out the IS service execution count, like for a particular service I want to know

    1. how many times the service is executed?
    2. how many times the service is failed and how many times the service is success?

    Help me out if we have any built in service to fetch this information. and also in which wmtable this data will be saved.

    Thanks,
    Kiran


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


  • 2.  RE: IS service execution count

    Posted Thu May 07, 2009 06:20 PM


  • 3.  RE: IS service execution count

    Posted Fri May 08, 2009 05:40 AM

    Service usage screen can tell you number of times service has executed but not the failure count or so. You can achieve this by enabling service level auditing from Developer for any particular service. If you have JDBC Pools configured for ISCoreAudit and auditstore is configured for db, this information can be found in WMSERVICE table of ISCoreAudit Pool.


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


  • 4.  RE: IS service execution count

    Posted Fri May 08, 2009 02:04 PM

    Ajay,

    Thanks for the reply,

    In WMService table, there is column which shows the count, but I think we can get the count information from Status Codes.

    I didn’t understand what exactly the codes stands for. where can I get the information about status codes. do we have any document for that. as per my knowledge I searched all the pdfs available, but they are of no use.

    Thanks,
    Kiran


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