addICEnvelopeEDIFACT

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

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

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

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

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

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

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

OK great.