Workflow server fails to start on AIX with an error message of “Can’t find message catalog”

book

Article ID: KB0090325

calendar_today

Updated On:

Products Versions
TIBCO BusinessWorks Collaborator -
Not Applicable -

Description

Resolution:
System message catalog environment variables are not set correctly, or message catalogs are not installed.

On AIX Use locale -a to find out what message catalogs have been installed. Set LC_MESSAGES to a legal message catalog identifier (not “C”).

Example:    % locale -a
en_US.ISO8859-1
En_US.IBM-850
% setenv LC_MESSAGES en_US

Issue/Introduction

Workflow server fails to start on AIX with an error message of “Can’t find message catalog”