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.

 View Only
Expand all | Collapse all

EDI Document Duplicate Check -- Any help appreciated

  • 1.  EDI Document Duplicate Check -- Any help appreciated

    Posted Thu September 07, 2006 06:55 PM

    Hi All,

    We are trying to perform a duplicate check on a particular field in EDI Document in the Trading Networks.

    We need to extract the Field from the EDI document and perform a duplicate check on it in TN.

    Any advice on how it can be done ?

    Thanks a lot in advance,

    Lavanya


    #edi
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: EDI Document Duplicate Check -- Any help appreciated

    Posted Mon September 11, 2006 04:19 PM

    Lavanya,

    You could extract/store the field as a custom document attribute. To validate, you should be able to execute wm.tn.query:createDocumentQuery, wm.tn.query:documentQuery to see if document(s) already exist.


    #webMethods
    #edi
    #Integration-Server-and-ESB


  • 3.  RE: EDI Document Duplicate Check -- Any help appreciated

    Posted Tue September 12, 2006 05:40 PM

    Hi TillMan,

    We wrote a custom service in IS and also updated the TN user status.
    I was wondering if there is any configuration tht can be done in the TN directly to perform the duplicate check.

    Thanks for the info !

    Lavanya Poduri


    #edi
    #webMethods
    #Integration-Server-and-ESB


  • 4.  RE: EDI Document Duplicate Check -- Any help appreciated

    Posted Tue September 12, 2006 06:35 PM

    Lavanya, you can configure TN to perform duplicate checking via the Pre-processing tab on the Processing Rules Details. wM TN User’s Guide has info on this. If you want to check for duplicate for something other than Doc ID, Sender, Receiver, or Doc Type, you would need a custom service and I’m pretty sure you would still need to be storing the custom document attribute for the successful documents so your duplicate checking service can query on that.

    Duplicate EDI control number checking can be performed via TN Trading Partner Agreement.


    #webMethods
    #Integration-Server-and-ESB
    #edi


  • 5.  RE: EDI Document Duplicate Check -- Any help appreciated

    Posted Tue September 12, 2006 08:31 PM

    Lavanya,

    Glad to know it is working :wink: using Custom Service logic and update UserStatus as per discussed.As i also mentioned there is not direct configuration in TN unless you are going to check duplication of contrlnum,sender/receiver,TN docid etc…via ProcessingRule,TPA…

    –RMG


    #Integration-Server-and-ESB
    #edi
    #webMethods