Hi
For those of us who are dealing with UTF-8 files and:
1) Creating the UTF-8 files on Windows environment (using Windows API)
2) Sending the UTF-8 file to OTM 5.5 via Integration
Please note that as of OTM 5.5, Oracle outlawed the use of several open source libraries that resulted in UTF-8 integration files with BOM failing to processed by the Integration manager.
This caused considerable headache for us as it used to work in OTM 5.0.
All you need to do is to strip the BOM from the file (first 3 bytes) and you are ready to go.
Unfortunately, for me I have to change all my integration programs...
For those of us who are dealing with UTF-8 files and:
1) Creating the UTF-8 files on Windows environment (using Windows API)
2) Sending the UTF-8 file to OTM 5.5 via Integration
Please note that as of OTM 5.5, Oracle outlawed the use of several open source libraries that resulted in UTF-8 integration files with BOM failing to processed by the Integration manager.
This caused considerable headache for us as it used to work in OTM 5.0.
All you need to do is to strip the BOM from the file (first 3 bytes) and you are ready to go.
Unfortunately, for me I have to change all my integration programs...

Comment