A user have ask what the solution was, this is taken from another thread (in here)
Quote:
An invalid locale name was supplied for the locale initialization. The
environment variable to specify the locale category has a wrong value. Check the value of the corresponding environment variable, CLIENT_LOCALE or DB_LOCALE.
Also check if INFORMIXDIR points to a valid directory where Informix products
are installed.
|
the enviroment variable can be controlled by opening a command promth, and type SET
this will display all enviroment variables pressently active.
if the INFORMIXDIR is not listed, it is proberly missing from your autoexec.bat, it should look like
INFOMIXDIR =C:\informix
or simmilar, the path can also be entered as a regular "path"
like
PATH = c:\informix
after changeing this, you need to restart the computer
hopes this helps