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

    Posted Mon October 20, 2014 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 Mon October 20, 2014 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 Mon October 20, 2014 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 Mon October 20, 2014 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 Tue October 21, 2014 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 Thu October 23, 2014 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 Wed August 28, 2019 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