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.  How to block the Dulplicate documents

    Posted 04/02/07 06:53 PM

    Hi,

    My partner is sending same PIP document more than once to TN. Even i have duplicate check option in TN xml document on PIP, but its reprocessing the same.

    I have checked the duplicate check for normal xml document its not reprocessing.

    Do we have any alternate procedure to follow-up.

    Thanks,
    Siva


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


  • 2.  RE: How to block the Dulplicate documents

    Posted 04/02/07 07:11 PM

    TN detects that a document is a duplicate, but stiill performs the action specified. Within the service that is invoked by TN, you need to test the variable (I don’t recall the name off-hand) and take the appropriate action based on its value. TN does not automatically ignore/discard duplicate documents. It only identifies them.


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


  • 3.  RE: How to block the Dulplicate documents

    Posted 04/02/07 07:39 PM

    Hi reamon,
    Thanks for your valuable information but mine its Inbound PIP document and there no processing rule, So how can i test the variable ?

    Thanks,
    Siva


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


  • 4.  RE: How to block the Dulplicate documents

    Posted 04/02/07 09:01 PM

    Ah, that’s right. Support for RosettaNet uses models and the PRT. Sorry for the wayward advice.

    I’d have to do some research, so perhaps someone else on the forums knows how to deal with dupes for RosettaNet PIPs?


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


  • 5.  RE: How to block the Dulplicate documents

    Posted 04/10/07 12:36 PM

    Hi-

    1. we can detect the duplicate document for all Document types even PIP inbound document.

    2. we can detect duplicate document using the Duplicate check option in TN XML Document Type or Processing rule.

    3. Once you receive the document in TN, map internal id of Document to service “wm.tn.doc.getEvents”

    4. This above service will result the output “errorCount”.

    5. If errorCount>0 then write your logic to handle duplicate document or you can send some exception document to your partner using service “wm.ip.trp.trputils.sendException”

    Hope this info helps.

    Thanks,
    Arulchristhuraj


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


  • 6.  RE: How to block the Dulplicate documents

    Posted 09/21/07 11:34 AM

    Step 1. Apply patch RN_6-0-1_SP2_Fix2
    Step 2. Modify \packages\WmRosettaNet\config\rosettanet.cnf to set rn.feature.duplicateDocCheck=true


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