Author |
Message
|
pcrparimi |
Posted: Tue Mar 26, 2002 11:07 pm Post subject: |
|
|
Apprentice
Joined: 09 Oct 2001 Posts: 43 Location: NY
|
I have installed MQ 5.2(except DCE components) on AIX(RS6000) machine. When my java program try to connect to Queuemanager, we got 2059 error. On advice, i have added IPCCBaseAddress=11 under Quemanager in mqs.ini file. now i am getting 2012 error.
please help.
Thanks,
Poorna.
|
|
Back to top |
|
 |
mrlinux |
Posted: Wed Mar 27, 2002 5:22 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Remove the IPCCBaseAddress setting
Which java bindings are you using Client or Server
Quick Test
export MQSERVER=SYSTEM.DEF.SVRCONN/TCP/HOST_NAME
run your java program
_________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
pcrparimi |
Posted: Wed Mar 27, 2002 10:16 pm Post subject: |
|
|
Apprentice
Joined: 09 Oct 2001 Posts: 43 Location: NY
|
Hi Jef,
i'm running my java pgm at server.
removed IPCCBaseAddress from mqs.ini.
now i'm getting 2059.
even Quick Test as suggested by u also giving 2059.
Thanks,
Poorna. |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Mar 28, 2002 4:16 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
Well it sounds like the listener process is not running, or you are specifing the wrong port#
_________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
pcrparimi |
Posted: Thu Apr 18, 2002 6:02 am Post subject: |
|
|
Apprentice
Joined: 09 Oct 2001 Posts: 43 Location: NY
|
Actual Problem is like this. Earlier We have MQSeries, MQSI, DB2, and oracle are installed inthe AIX machine. First, we have uninstalled MQSeries 5.2 and MQSI. Again we have installed MQSeries v5.2. Created a QM. when java pgm trying to connect to it it's giving 2059. If i put IPCCBaseAddress = 11 in mqs.ini it's giving 2012 error.
Please help.
Poorna. |
|
Back to top |
|
 |
mrlinux |
Posted: Thu Apr 18, 2002 6:17 am Post subject: |
|
|
 Grand Master
Joined: 14 Feb 2002 Posts: 1261 Location: Detroit,MI USA
|
First remove IPCCBaseAddress = 11.
Try this for a test.
1) export MQSERVER=SYSTEM.DEF.SVRCONN/TCP/HOST_NAME
2) amqsputc QUEUE_NAME
How is the Listener process started ????
_________________ Jeff
IBM Certified Developer MQSeries
IBM Certified Specialist MQSeries
IBM Certified Solutions Expert MQSeries |
|
Back to top |
|
 |
pcrparimi |
Posted: Thu Apr 18, 2002 7:03 am Post subject: |
|
|
Apprentice
Joined: 09 Oct 2001 Posts: 43 Location: NY
|
removed IPCCBaseAddress = 11 and restarted the QM
then exported MQSERVER=SYSTEM.DEF.SVRCONN/TCP/HOST_NAME
amqsputc LOCALQ QM1
giving 2059.
amqsput LOCALQ QM1 is giving 2012
listener process is started at runmqsc command prompt by start listener trptype(TCP).
if i start the listenr process by runmqlsr -m QM1 -t tcp -p 1414 it's telling it can not bind on 1414 port.
do i need to look into /etc/serviece or /etc/inetd.conf?
Thanks for reply
Poorna. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Apr 18, 2002 8:59 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
It sounds like you have multiple listeners running against port 1414. You can check your /etc/services and /etc/inetd.conf to see if you have the listener set to come up automatically via inetd. You might have to kill some processes.
The IPCCBaseAddress fix is usually required when you get an FDC file in the /var/mqm/errors subdirectory with a probe id of XY341019. |
|
Back to top |
|
 |
pcrparimi |
Posted: Fri May 03, 2002 11:06 pm Post subject: |
|
|
Apprentice
Joined: 09 Oct 2001 Posts: 43 Location: NY
|
I did the mistake by not checking the error log(AMQERR01.LOG).
I found one error statement saying that amqzxmr0 is not found in it.
Found that we have to install bos.rte.install.4.3.3.17.bff for this.
So we have installed bos.rte.install.4.3.3.17.bff and then MQ Series software.
Now i could connect to QM by amqsput or through java pgm.
Thanks to all for ur replies.
Poorna |
|
Back to top |
|
 |
|