B2B 11g: Error B2B-50083 - Generated with Valid Encoded Files
(Doc ID 1549920.1)
Last updated on NOVEMBER 13, 2023
Applies to:
Oracle SOA Suite - Version 11.1.1.3.0 to 11.1.1.6.0 [Release 11gR1]Information in this document applies to any platform.
Symptoms
On : 11.1.1.5.0 version, EDI Protocol
When attempting to process an EDI file which has a charset other than default UTF-8 i.e ISO 8859-1, the following error occurs.
REPRODUCTION
----------------------
When you see the files i.e UTF-8 vs ISO 8859-1, both have the same content - this is not an XML file - but if we perform the following command on linux:
file -bi
We can see that one returns charset=UTF-8 and the other charset=ISO 8859-1.
If we do this over the failing file:
iconv -f ISO-8859-1 -t UTF-8 $filename > $outputfilename
And send it again to B2B it processes fine.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |