What is the default encoding used in TIBCO IntegrationManager and do we can change the default encoding?

book

Article ID: KB0084934

calendar_today

Updated On:

Products Versions
TIBCO IntegrationManager -
Not Applicable -

Description

Resolution:
Description:
=========
Process to change the default encoding in TIBCO IntegrationManager (IM).

Resolution:
=========
The default encoding used by TIBCO IntegrationManager (IM) is UTF-8. To change the encoding at the Repository level, make sure you have the following in your Repository file(.dat file):


<instanceInfo>
    <instanceInfoProperty name="version" value="3.1.0"/>
    <instanceInfoProperty name="instanceType" value="localFile"/>
    <instanceInfoProperty name="description" value="something to start
with"/>
    <instanceInfoProperty name="isDefault" value="false"/>
    <instanceInfoProperty name="encoding" value="ISO8859-1"/>
  </instanceInfo>

Change the "encoding" field to whatever is required. Also, using IM Editor, you can set the encoding for different channels like FILE, EMAIL, etc.

Issue/Introduction

What is the default encoding used in TIBCO IntegrationManager and do we can change the default encoding?