In addition to the code pages mentioned in the Code Page connection property, you can read and write messages encoded with SHIFT-JIS, ISO-8859, and EBCDIC code pages.
Reading messages encoded with additional code pages
To read messages encoded with additional code pages, you need to perform certain tasks.
•Configure the AddMQGMOConvertOptionForRead custom property in the Secure Agent.
1Log in to Informatica®Intelligent Data Management Cloud™ (IDMC).
2Select Administrator > Runtime Environments.
3On the Runtime Environments page, select the Secure Agent.
4Click Edit.
5In the Custom Configuration Details section, select Data Integration Server as the service and DTM as the type.
6Enter AddMQGMOConvertOptionForRead in the Name field and set the value to true.
7Click Save.
•Change the data type of the Msgid field from String to Binary in the Fields tab in the Source transformation.
Writing messages encoded with additional code pages
To write messages encoded with additional code pages, you need to perform certain tasks.
1Create a mapping task that uses a configured IBM MQ mapping.
2In the Runtime Options tab, navigate to the Advanced Session Properties section.
3From the Session Property Name list, select Custom Properties, and set the Session Property Value to UseCodedCharSetIdForWriter=<CCSID of a code page>.
Note: Ensure that the specified CCSID of the code page is compatible with and certified by IBM MQ.
For more information about CSSIDs of compliant code pages that you can use when writing message data, see the IBM MQ documentation.