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.  addICEnvelopeEDIFACT

    Posted Tue February 18, 2014 05:42 AM

    Hi,

    i have an issue when i add the interchange envelope to an edi message (IFTSTA).
    i’m using the service addICEnvelopeEDIFACT to generate the UNB, UNA, UNZ segments. but the UNB segment isn’t generated as expected.

    the generated sgement: UNB+UNOA:1+111AAAA00000:ZZ+666RRRR00100:ZZ+140130:1505+118053015’
    the intended one: UNB+UNOA:1+111AAAA00000:ZZ+666RRR00100:ZZ+142701:1805+124777++IFTSTA

    there are some missed composites in this line (++IFTSTA)

    how can i fix this? are there any extra inputs to set for the service addICEnvelopeEDIFACT ?

    thanks


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


  • 2.  RE: addICEnvelopeEDIFACT

    Posted Tue February 18, 2014 10:38 AM

    What EDI Module version are you on and what fixes level?

    Yes there could be some inputs missing or either in the TPA side.

    HTH,
    RMG


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


  • 3.  RE: addICEnvelopeEDIFACT

    Posted Tue February 18, 2014 11:20 AM

    Hi rmg,

    thanks for your reply.

    actually the WmEDI package lists the following details:

    • version : 8.0.1.0.31
    • patch Name: EDI_8.0_SP1_Fix15

    it seems not to have any relation with the TPA because we don’t use it.
    is there any issue with this patch level ?

    regards


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


  • 4.  RE: addICEnvelopeEDIFACT

    Posted Tue February 18, 2014 12:04 PM

    What are the inputs to the addICEnvelopeEDIFACT you are giving?

    Please reach out to SAG support may be they suggest a patch level for 8.0.1 module.

    HTH,
    RMG


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


  • 5.  RE: addICEnvelopeEDIFACT

    Posted Tue February 18, 2014 06:09 PM

    hi,

    those are the inputs i have set:

    documents: the document (string) we will add the envelope to
    syntaxId: UNOA
    syntaxVersion: 1
    senderId : the sender id
    senderQual: ZZ
    receiverId: the receiver id
    receiverQual: ZZ
    UNARequired: true
    addGroups: false

    the rest of the inputs are not set:
    reverseRoute
    routingAddress
    ICreference
    ctlFromTable
    password
    passwordQual
    applReference
    priority
    ackRequested
    agreementId
    testIndicator
    groupInfo
    delimiters
    directoryVersionNumber
    characterEncoding
    syntaxReleaseNumber
    senderInternalId
    senderInternalSubId
    receiverInternalId
    receiverInternalSubId

    regards


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


  • 6.  RE: addICEnvelopeEDIFACT

    Posted Wed February 19, 2014 11:29 AM

    I believe you don’t need to put this in UNB and it needs to be in the UNH generally speaking

    ++IFTSTA

    Can you check with the target folks is that required in the UNB segment?

    HTH,
    RMG


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


  • 7.  RE: addICEnvelopeEDIFACT

    Posted Thu February 20, 2014 08:03 AM

    thank you RMG for you replies ,

    we finally did it. in fact, as i had mentioned before about the inputs, there is an extra input to set which is "applReference ". once set to “IFTSTA” this text is added automatically at the end of the UNB segment.

    regards


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


  • 8.  RE: addICEnvelopeEDIFACT

    Posted Thu February 20, 2014 10:12 AM