Checking for the Database Codepage Setting

Status

 

If you are...

This task is...

Installing a new iProcess Engine Version 11.8.0

Required

Upgrading from an iProcess Engine Version 11.0 or later

Possibly required

Database

Oracle, DB2

Description

Before installing TIBCO iProcess Engine, check that the database codepage setting and the codepage setting of your system environment variable used to start up iProcess Engine are consistent.

Node Cluster

The codepage setting of your database must be consistent with the system environment variable in both master server and slave servers.

Procedure

For detailed information about how to configure the codepage setting of the system environment variable and databases, see your operating system documentation and your database documentation.

For example, if you want to use UTF-8 codepage for your databases and your system environment variable, you need to do the following settings:

On Oracle: export NLS_LANG=AMERICAN_AMERICA.AL32UTF8

On DB2: export DB2CODEPAGE=1208