Author |
Message
|
vmanel |
Posted: Fri Apr 17, 2020 12:46 am Post subject: dmpmqcfg client connection not working |
|
|
Acolyte
Joined: 12 Mar 2019 Posts: 57
|
Hi,
We need to take dump of iSeries Queue manager present in a different server. I tried the following commands from another linux server:
Code: |
dmpmqcfg -m RemoteQM -c "DEF CHANNEL(ABC.ABC) CHLTYPE(CLNTCONN) CONNAME('host(port)')"
dmpmqcfg -m LocalQM -c "DEF CHANNEL(ABC.ABC) CHLTYPE(CLNTCONN) CONNAME('host(port)')"
|
But this neither returning any result, nor any errors. ABC.ABC is a server connection channel present in the Queue Manager
Not able to figure out the issue here, can someone please help? |
|
Back to top |
|
 |
hughson |
Posted: Fri Apr 17, 2020 1:51 am Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Are there any errors on the iSeries Queue Manager? _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
vmanel |
Posted: Fri Apr 17, 2020 2:44 am Post subject: |
|
|
Acolyte
Joined: 12 Mar 2019 Posts: 57
|
hughson wrote: |
Are there any errors on the iSeries Queue Manager? |
We do not have access to error logs of iSeries Queue Managers, but no messages have gone to DLQ in that QM when this command was executed. And I tried this command with a queue manager present in same linux server. Even there, nothing is coming up. No errors is logs as well. |
|
Back to top |
|
 |
hughson |
Posted: Fri Apr 17, 2020 4:11 am Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Do you have access to the Linux queue manager error logs where you see the same behaviour? I try that command on my Windows queue manager and it works fine, so nothing obviously wrong from the syntax.
What version of MQ are you using?
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
vmanel |
Posted: Fri Apr 17, 2020 8:19 pm Post subject: |
|
|
Acolyte
Joined: 12 Mar 2019 Posts: 57
|
hughson wrote: |
Do you have access to the Linux queue manager error logs where you see the same behaviour? I try that command on my Windows queue manager and it works fine, so nothing obviously wrong from the syntax.
What version of MQ are you using? |
Yes I have access to Error logs of Linux Queue Manager, but no errors in log when the command is executed. MQ version is 9.0 |
|
Back to top |
|
 |
hughson |
Posted: Sat Apr 18, 2020 5:45 pm Post subject: |
|
|
 Padawan
Joined: 09 May 2013 Posts: 1959 Location: Bay of Plenty, New Zealand
|
Are you able to determine whether it is successfully connecting to the queue manager at all? For example, can you see the SVRCONN is DISPLAY CHSTATUS or does it not stay running long enough to see this?
Are there any errors in the client side AMQERR01.LOG?
Cheers,
Morag _________________ Morag Hughson @MoragHughson
IBM MQ Technical Education Specialist
Get your IBM MQ training here!
MQGem Software |
|
Back to top |
|
 |
vmanel |
Posted: Mon Apr 20, 2020 10:14 pm Post subject: |
|
|
Acolyte
Joined: 12 Mar 2019 Posts: 57
|
hughson wrote: |
Are there any errors in the client side AMQERR01.LOG?
|
Yes. This error was found in client side logs.
Code: |
AMQ6174I: The dynamically loadable shared library '/opt/mqm/lib64/libmqdc_r.so'
was not found. The system returned error number '2' and error message 'No such
file or directory'.
EXPLANATION:
This message applies to UNIX systems. The shared library
'/opt/mqm/lib64/libmqdc_r.so' was not found. |
The MQ version is 9.0.5.0, tried from a different server having MQ version 9.1.0.3, and it worked. Thanks for the help |
|
Back to top |
|
 |
|