Configure the cmpServer.bat file (Oracle)
On the Campaign client machines, modify the Campaign Listener startup script as follows:
For Windows
Add the following line to the cmpServer.bat file, located in the <CAMPAIGN_HOME>/bin directory:
set NLS_LANG=AMERICAN_AMERICA.UTF8
For UNIX
Add the following lines to the rc.unica_ac file, located in the <CAMPAIGN_HOME>/bin directory:
NLS_LANG=AMERICAN_AMERICA.UTF8
export NLS_LANG
(The syntax will vary depending on operating system).