If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > GLS initialization failed, error -23101

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-04-06, 20:15
seokbee seokbee is offline
Registered User
 
Join Date: Jan 2005
Posts: 2
GLS initialization failed, error -23101

Dear Experts,

I have an Unix ID that is having the following grouping :
  • system
  • lp
  • sysadmin
  • informix
  • orderack
  • bsp

My .profile content is as follow:
---------------------------------------------------------------
# @(#)$RCSfile: .profile,v $ $Revision: 4.1.7.2 $ (DEC) $Date: 1995/06/02 21:10:
58 $
#
PATH=$HOME/bin:${PATH:-/usr/bin:.}:/usr/informix/I731.FD11/bin:/usr/local/etc
export PATH
if [ ! "$DT" ]; then
stty dec
tset -I -Q
fi
PS1="`hostname`> "
MAIL=/usr/spool/mail/$USER
##### Add 04 April 2006
export $INFORMIXSERVER=baan_hm
export $INFORMIXDIR=/usr/informix/I731.FD11
export $ONCONFIG=onconfig.baan

----------------------------------------------------------------------
However, when I try to run the command onstat -d (some other parameters) I received the following error message:

GLS initialization failed, error -23101

May I know where and what should I change or do in order to make my ID able to perform the command?

Thanks.

Regards,
Seok Bee
Reply With Quote
  #2 (permalink)  
Old 04-05-06, 05:21
sysmaster sysmaster is offline
Registered User
 
Join Date: Mar 2006
Posts: 15
In "Informix Find Error" written
_______________________
-23101

Unable to load locale categories.
An invalid locale name was supplied for the locale initialization. The environment variable specifying the locale category has a wrong value.

Check the value of the corresponding environment variable, CLIENT_LOCALE or DB_LOCALE. If this error was encountered when using the "SET COLLATION" statement, check that the value passed to the statement is a valid locale. If this error was encountered when using the "SET NO COLLATION" satatement, check that the session's default locale file is still available. Also check if INFORMIXDIR points to a valid directory where IBM Informix products are installed.

If a client application receives this error when it requests a database server connection, check that the client and database locales are compatible. They are compatible if a valid locale exists on the server computer with the name lg_tr.codeset@mod, where lg_tr (language and territory) and mod (locale modifier) are from the CLIENT_LOCALE and codeset is from the database locale (from the DB_LOCALE, if it is set, or as stored in the database).
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On