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
  • 1.  Avoiding duplication in TN queue

    Posted Mon February 12, 2007 09:39 AM

    Hi,
    I have a scenario where we are storing the documents in TN queue and every hour we batch it and send it to partner.While sending i have to avoid duplicate documents i.e should send only the latest document and ignore the old ones(based on document id).Is there any way we can configure this in TN or any service tht wm provides to acheive this.I wouldbe thankfull if someone can help.


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 2.  RE: Avoiding duplication in TN queue

    Posted Mon February 12, 2007 04:19 PM

    First of all why are you getting the duplicates?Is it your backend system generating those??Can you elaborate your document batching process flow before TN queueing invoked…so that users can assist you with better responses…Also there is a dulicate check mechanism in the processing rules actions you may have to utilize that option to avoid duplicates in TN

    HTH,
    RMG


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 3.  RE: Avoiding duplication in TN queue

    Posted Mon February 12, 2007 04:55 PM

    I think there was a thread along these lines a short time ago. There may be some useful info there if you do a search.


    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 4.  RE: Avoiding duplication in TN queue

    Posted Tue February 13, 2007 10:59 AM

    Hi,
    Yeah there is a duplicate checking option in TN.But the catch here is i need to use the latest document and ignore the previous ones.But by using the duplicate check in TN i will be using the first document and ignoring the rest which is not the way i want it.Actually the documents are being sent by a custom application,with the requirement that the documents will b stored in a private queue and every hour a scheduled service does a batching of it and FTP’s it to a location.

    Thanks


    #Integration-Server-and-ESB
    #webMethods
    #B2B-Integration


  • 5.  RE: Avoiding duplication in TN queue

    Posted Tue February 13, 2007 02:52 PM

    Sounds like you may have to create your own delivery service. There is a whole chapter in the TN User’s Guide about Delivery Services.

    • Percio

    #webMethods
    #Integration-Server-and-ESB
    #B2B-Integration


  • 6.  RE: Avoiding duplication in TN queue

    Posted Thu February 15, 2007 06:08 AM