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.  Problem with join adapter

    Posted 09/30/02 10:18 AM

    I’ve having problems joining 2 documents using the join adapter. The join integration component dun seem to respond to documents arriving. Is there something I need to watch out for when using the join adapter?


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods


  • 2.  RE: Problem with join adapter

    Posted 09/30/02 10:54 AM

    Hi…I’ve solved it but found out the following:

    When doing a join, the input docs need to have different names or else the join will get confused. For example, for this Join Component, it is getting 3 documents which are of the same name but from different folders/integration components: “webnNonValidCustomerReply”

    Even tho’ the documents have the complete path name of

    sunpkdbTgt:webnNonValidCustomerReply
    proxdbTgt:webnNonValidCustomerReply
    arbordbTgt:webnNonValidCustomerReply

    The join adapter seem to be confused. Once I rename the documents to:

    sunpkdbTgt:webnNonValidCustomerReplySunpk
    proxdbTgt:webnNonValidCustomerReplyProx
    arbordbTgt:webnNonValidCustomerReplyArbor

    The join works perfectly!!!

    Is this the normal behaviour?


    #Integration-Server-and-ESB
    #Adapters-and-E-Standards
    #webMethods