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 service getInstanceListCustomData error

    Posted Tue April 13, 2010 03:45 PM

    Hi All,

    I am using the built-in service pub.monitor.process.instance:getInstanceListCustomData to get the list of all the process instances that meet the custom data specified in the input.
    But the problem that I am facing is this service doesn’t take into consideration the dateCreated and fromDate and toDate fields specified in the input.

    It gives me the list of all the process instances even though, I try to limit the result by setting the dateCreated as Yesterday/LastWeek etc.Even if I set the fromDate and toDate fields it returns all the process instances.

    Request you to please help me if anyone has faced this issue and know of any resolution.

    Thanks,
    Kiran.


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


  • 2.  RE: monitor service getInstanceListCustomData error

    Posted Wed April 14, 2010 12:51 PM

    Hi,

    Infact this service does filter on the status code as well.

    I would suggest to use pub.monitor.process.instance:getInstanceListCustomDataSet, which works well and give the desired outputs on applied filter.

    cheers!
    nD


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


  • 3.  RE: monitor service getInstanceListCustomData error

    Posted Thu April 15, 2010 03:59 PM

    Hi,

    Thanks for your reply.

    I found a solution to this problem.A Monitor fix needs to be applied.

    Infact there are issues with the getInstanceList and getInstanceListCustomDataSet as well as they do not take the date into consideration when they retrieve the output.

    There is a fix for the issue in advantage.Please refer to the below URL.
    [FONT=Arial][URL]http://advantage.webmethods.com/article/?id=1614330152[/URL][/font]

    Thanks,
    Kiran.


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


  • 4.  RE: monitor service getInstanceListCustomData error

    Posted Fri April 16, 2010 07:11 AM