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.  Error in Trigger filter Condition

    Posted 10/20/14 01:26 PM

    Hi,

    I want to set the filter condition which Contains particular string in the field. I am getting this error when I try to save this “[ISC.0049.9103] Too many parts to the expression.” Does this syntax exists?

    Example: CONTAINS(%Control/General/FromApplication%, “JDE”) && !CONTAINS(%Data/Misc/Value%, “CN”)

    Instead using L_EQUALS and L_NOT_EQUALS


    #webMethods
    #webMethods-io-Integration
    #Integration-Server-and-ESB


  • 2.  RE: Error in Trigger filter Condition

    Posted 10/20/14 01:52 PM

    Nope…

    Read Conditional Expressions from designer guide.

    Let me know why did you give CONTAINS & !CONTAINS?


    #webMethods-io-Integration
    #Integration-Server-and-ESB
    #webMethods


  • 3.  RE: Error in Trigger filter Condition

    Posted 10/20/14 03:08 PM

    Thank you for your reply Mahesh,
    I wanted to use that because the value might be “JDE US” or “JDE LA” or some other along with the “JDE XXX”


    #webMethods-io-Integration
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: Error in Trigger filter Condition

    Posted 10/20/14 03:16 PM

    Can you check if you can use regular expression as standard operators for eg.;

    %Control/General/FromApplication% =/^JDE/

    Not sure whether this works… can you test this please.


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-Integration


  • 5.  RE: Error in Trigger filter Condition

    Posted 10/21/14 01:45 PM

    I believe the /^JDE/ works only if the starting is JDE but it won’t check for the trailing values as its dynamic per the user:


    #Integration-Server-and-ESB
    #webMethods-io-Integration
    #webMethods


  • 6.  RE: Error in Trigger filter Condition

    Posted 10/23/14 09:15 AM

    Regular expressions can be applied in ‘local filter’ of JMS trigger. The below filter is equivalent to ‘contains’ and ‘does not contain’ in the input string value.

    %body/string% == /JDE/ && %body/string% != /CN/

    -Senthil


    #Integration-Server-and-ESB
    #webMethods-io-Integration
    #webMethods


  • 7.  RE: Error in Trigger filter Condition

    Posted 08/28/19 03:22 AM

    Hi Team,

    This topic is not relevant to " webMethods.io Integration" plesae move it to webMethods Integration Server


    #Integration-Server-and-ESB
    #webMethods
    #webMethods-io-Integration