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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
  • 1.  Processing rule exists but can't be read

    Posted 06/05/08 03:58 PM

    Hello,
    I’ve made a service in developer that returns the details of all processing rules that correspond to some filters on the name fo the processing rule.
    I somehow get the ruleID, then use the service “getRule” to get the rule.
    Everthing works fine, except that after an indefinite number of runs of this service I encountered a bug: the processing rule I used to test my service started to bug:

    • I could see it but couldn’t edit it in TN Console (double-clicking or selecting the “edit” option just didn’t do anything)
    • The “attributeCondition” of the output of the service “getRule”, which is supposed to be a List of List of String, contained only one id, which was correct, but it didn’t contain everything else (OK if you understand this explanation either you’re a god or I am or you already know what I’m talking about)

    The processing rule became operationnal again after I reloaded the WmTN package (probably because it reloaded the TN informations from the database).

    Is there a reason and/or a solution besides reloading from the database?

    PS: We use TN and developer 6.1


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


  • 2.  RE: Processing rule exists but can't be read

    Posted 06/19/08 10:07 AM

    Well I don’t think this will help you but it does help me:
    The service messes the processing rules only in step-by-step mode. I made a web-app that calls the service, and after an important number of runs, I still see no problem.
    So the problem could come from the step-by-step mode, is this a thread-related problem?


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