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.  MWS Transaction Filtering

    Posted Mon March 26, 2018 07:30 AM

    Hi ,

    Is there any way to display the only failed transaction details, (not by filtering the keywords in mws page), i dont want the successful transaction captured or stored in DB itself. by this way i can save the DB space and performance as well.

    So, the plan is to only capture the failed transaction and display in mws page under the services.

    We use only, IS and MWS.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 2.  RE: MWS Transaction Filtering

    Posted Wed June 27, 2018 03:22 AM

    Hi Arujan,

    You can use below build in service for extracting successfully documents that are processed successfully in TN,

    wm.tn.query:createDocumentQuery
    wm.tn.query:documentQuery

    Above service will give you list of documents that are executed successfully, using those document id you can delete it from TN by using below service,
    wm.tn.doc:deleteDocuments

    Explore TN build in service.

    Thanks,
    Arun


    #Integration-Server-and-ESB
    #B2B-Integration
    #webMethods


  • 3.  RE: MWS Transaction Filtering

    Posted Wed August 22, 2018 07:07 PM

    You can also explore creating an Archive Schedule job in MWS to automatically delete entries based on the processing status. I think you can set up a job there that will delete everything with the Processing Status DONE.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 4.  RE: MWS Transaction Filtering

    Posted Thu August 23, 2018 01:13 PM

    Hi,

    as MWS is only invoking services in the WmTN package on the IS, you should develop a service on IS which invokes these TN Built-In-Services.

    This service can be scheduled to remove the successful documents on a regular basis.

    Regards,
    Holger


    #B2B-Integration
    #webMethods
    #Integration-Server-and-ESB