Author |
Message
|
JT |
Posted: Tue Dec 21, 2004 11:34 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
There should be a sample profile available to you at /opt/mqsi/sample/profiles. This is just one of the entries from that file (Solaris):
Quote: |
# The following will setup the NLS environment
NLSPATH=/usr/lib/locale/%L/LC_MESSAGES/%N:$NLSPATH:/opt/mqsi/messages/%N
export NLSPATH |
I recommend that you view this file to ensure you have all of the environment variables set properly for your Linux installation. |
|
Back to top |
|
 |
mq_pm |
Posted: Tue Dec 21, 2004 12:43 pm Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
I don't find any ....
What I see in directory /usr/share/locale/en_US/LC_MESSAGES/ is
amq.cat -> /usr/share/locale/en/LC_MESSAGES/amq.cat
in the directory /usr/share/locale/en/LC_MESSAGES/ is
amq.cat -> /usr/share/locale/C/LC_MESSAGES/amq.cat
in the directory /usr/share/locale/C/LC_MESSAGES/ is
amq.cat
I see they r set correctly but anyway want to set the variable ...
Can anyone let me know the exact NLSPATH.
Thanks. |
|
Back to top |
|
 |
vennela |
Posted: Tue Dec 21, 2004 8:19 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
I have RH9
I have MQ installed on it. MQ 5.3 CSD 08. If I am logged in as mqm I have the following env
Code: |
HOSTNAME=localhost.localdomain
PVM_RSH=/usr/bin/rsh
SHELL=/bin/bash
TERM=xterm
HISTSIZE=1000
QTDIR=/usr/lib/qt-3.1
USER=mqm
LD_LIBRARY_PATH=/opt/mqm/java/lib
LS_COLORS=no=00:fi=00:di=00;34:ln=00;36:pi=40;33:so=00;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:ex=00;32:*.cmd=00;32:*.exe=00;32:*.com=00;32:*.btm=00;32:*.bat=00;32:*.sh=00;32:*.csh=00;32:*.tar=00;31:*.tgz=00;31:*.arj=00;31:*.taz=00;31:*.lzh=00;31:*.zip=00;31:*.z=00;31:*.Z=00;31:*.gz=00;31:*.bz2=00;31:*.bz=00;31:*.tz=00;31:*.rpm=00;31:*.cpio=00;31:*.jpg=00;35:*.gif=00;35:*.bmp=00;35:*.xbm=00;35:*.xpm=00;35:*.png=00;35:*.tif=00;35:
AMQ_INHIBIT_DLCLOSE=TRUE
PVM_ROOT=/usr/share/pvm3
MAIL=/var/spool/mail/mqm
MAIL=/var/spool/mail/mqm
PATH=/opt/java1.4/j2sdk1.4.2_06/bin:/opt/mqm/samp/bin:/usr/kerberos/bin:/bin:/usr/bin:/usr/local/bin:/usr/bin/X11:/usr/X11R6/bin
INPUTRC=/etc/inputrc
PWD=/users/home/mqm
LANG=en_US.UTF-8
LAMHELPFILE=/etc/lam/lam-helpfile
SSH_ASKPASS=/usr/libexec/openssh/gnome-ssh-askpass
SHLVL=1
HOME=/users/home/mqm
XPVM_ROOT=/usr/share/pvm3/xpvm
LD_ASSUME_KERNEL=2.2.5
LOGNAME=mqm
CLASSPATH=/opt/java1.4/j2sdk1.4.2_06/lib/dt.jar:/opt/java1.4/j2sdk1.4.2_06/lib/tools.jar:/opt/java1.4/j2sdk1.4.2_06/lib/htmlconverter.jar:/opt/mqm/java/lib/com.ibm.mqbind.jar:/opt/mqm/java/lib/com.ibm.mq.jar:/opt/mqm/java/lib/com.ibm.mqjms.jar:/opt/mqm/java/lib/connector.jar:/opt/mqm/java/lib/fscontext.jar:/opt/mqm/java/lib/jms.jar:/opt/mqm/java/lib/jndi.jar:/opt/mqm/java/lib/jta.jar
LESSOPEN=|/usr/bin/lesspipe.sh %s
DISPLAY=:0.0
G_BROKEN_FILENAMES=1
XAUTHORITY=/root/.Xauthority
_=/bin/env
|
LANG=en_US.UTF-8
I don't have NLSPATH.
On HP and AIX I see this variable. Maybe you should try the above LANG and see if it helps.
You may also wanna try try LANG=en_US
Last thing if you have a chance is to re-install MQ |
|
Back to top |
|
 |
mq_pm |
Posted: Wed Dec 22, 2004 9:04 am Post subject: |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
I have reinstalled and it is the same.....no change...
the value LANG=en_US is already set.
not able to figure out... |
|
Back to top |
|
 |
Philip Morten |
Posted: Thu Dec 23, 2004 4:08 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
Try it with LANG=C _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
wmq_guy |
Posted: Mon Dec 27, 2004 11:50 am Post subject: |
|
|
Acolyte
Joined: 21 Oct 2004 Posts: 50
|
will mq 5.3 that works on Unix AIX work on a Linux intel box?
It does not seem so, RISC/CISC cpu's but just wanted to check. |
|
Back to top |
|
 |
Anirud |
Posted: Mon Dec 27, 2004 1:14 pm Post subject: |
|
|
 Master
Joined: 12 Feb 2004 Posts: 285 Location: Vermont
|
wmq_guy wrote: |
will mq 5.3 that works on Unix AIX work on a Linux intel box? |
No |
|
Back to top |
|
 |
mq_pm |
Posted: Tue Dec 28, 2004 5:18 pm Post subject: Solved |
|
|
Centurion
Joined: 27 Aug 2003 Posts: 132
|
|
Back to top |
|
 |
|