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

Batch process with control number

  • 1.  Batch process with control number

    Posted Thu March 02, 2006 12:06 PM

    Does anyone know how to number the control # globally?

    We need to provide the global control number on the batched EDI document.
    We say, with the same sender/Receiver pair, the number should be provided sequentialize and can be managed via EDI control number table.
    Such as
    UNB+UNOA:1+Sender:ZZ+ReceiverB+060110:0416+78++INVOIC’
    UNB+UNOA:1+Sender:ZZ+ReceiverB+060111:1419+79++INVOIC’
    UNB+UNOA:1+Sender:ZZ+ReceiverB+060112:0716+80++ORDRSP’
    UNB+UNOA:1+Sender:ZZ+ReceiverB+060114:1419+81++INVOIC’

    If we setup the oneBatchQueue to be “singleOutput”, the control number always starts from one. Not an acceptable solution for us.

    Any idea on this? Thanks.


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


  • 2.  RE: Batch process with control number

    Posted Fri March 03, 2006 06:25 PM

    The oneBatchQueue parameter is not the input that controls how control numbers are generated. Set the “controlNumber” input to “fromTable” and you will get the desired behavior. The EDI docs cover this in detail.


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