Hi, In one of our integration EDIFACT data mapped from Idoc is posted to TN for batching and then batched doc (envelope) is delivered to the partner through FTP.
In one of the case, we found out the data from end system came with single quote at end, which was mapped to one of the EDIFACT segments last field. Issue is we were also using the Single quote as a segment delimiter. We have specified the release character is ^ before posting to TN in convertToString service and it was working when the EDIFACT messgae is first posted to TN (before batching).
Data Before batching: << After string XYZ we had a spl character as single quote which was now prefixed with release character ^ and two single quotes - first single quote for data from end system and other quote is a segment delimiter for FTX segment >>
FTX+LIN+++H20091005:XYZ^'‘MOA+79:469.95:EUR:4’MOA+98:469.95:EUR:4’
Whereas after batching on the EDIFACT envelope posted back to TN has only single quote after the release character:
FTX+LIN+++H20091005:XYZ^‘MOA+79:469.95:EUR:4’MOA+98:469.95:EUR:4’
On the batch queue also the delimiter-release character was set as ^.
Do I have to correct my configuration somewhere or do we have any known fixes for this issue?
We were using 7.1.2 IS and EDI version is 6.5.2 with fix Fix_11.
#Integration-Server-and-ESB#edi#webMethods