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