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.  Query on EDI X12 4010

    Posted Wed June 09, 2010 05:40 AM

    In a EDI X12 file , can ISA13(Interchange Control Number ) and the ST02 (Transaction Set Control Number) have the same value?

    Thanks,
    Prabha


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


  • 2.  RE: Query on EDI X12 4010

    Posted Wed June 09, 2010 07:24 AM

    yes they can be… ST02 (transaction set control number), it should be unique per transaction set in a single interchange.

    -nD


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


  • 3.  RE: Query on EDI X12 4010

    Posted Wed June 09, 2010 08:47 AM


  • 4.  RE: Query on EDI X12 4010

    Posted Wed June 09, 2010 08:01 PM

    A common convention for ST control numbers is to always start at 1 within a group and increment by 1 for each ST. The enveloping services within IS can do that for you.


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


  • 5.  RE: Query on EDI X12 4010

    Posted Mon June 23, 2014 09:13 PM

    Reamon, could you please help with the following…
    What enveloping services were you referring to? The services wm.b2b.edi.util:addICEnvelope and wm.b2b.edi.util:addGroupEnvelope only generate ISA and GS control numbers but NOT ST control number.

    Is there any service to autogenerate the ST control number starting with 1 for each group? I use the wm.b2b.edi:convertToString service without passing a value for ST02 in input EDI document and it outputs an EDI string with autogenerated number for ST02. Any idea how this autonumber is generated as I want to use the same number for BGN02?

    Thanks,
    Suresh


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


  • 6.  RE: Query on EDI X12 4010

    Posted Tue June 24, 2014 12:13 PM

    Sorry there is no built-in service for auto generate ST level control number and unless you use the EDI batching feature for the outbound documents and so depends on the GS/ST’s the control numbers starts with 0001 for ST02 and SE02

    HTH,
    RMG


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


  • 7.  RE: Query on EDI X12 4010

    Posted Tue June 24, 2014 03:43 PM


  • 8.  RE: Query on EDI X12 4010

    Posted Tue June 24, 2014 04:58 PM