Author |
Message |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sun Sep 24, 2017 10:30 pm Subject: Trouble setting up a mq client access to queue 2058 |
Happy to help.
But, you have not explained exactly and precisely what the problem that is now fixed. Please share with us and others who might have the same/similar problem in the future.
I thi ... |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sun Sep 24, 2017 12:57 pm Subject: Trouble setting up a mq client access to queue 2058 |
I've figured out the issue. This was my second attempt at setting up a QM and my first attempt at a QM was apparently still running and listening on port 1415 (although I didn't see any errors about t ... |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sun Sep 24, 2017 9:07 am Subject: Trouble setting up a mq client access to queue 2058 |
So you mean instead of :
export MQSERVER=CHANNEL1/TCP/'svr110(1415)'
I should use:
export MQSERVER='CHANNEL1/TCP/svr110(1415)'
I tried and I get exactly the same error.
... |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sun Sep 24, 2017 1:03 am Subject: Trouble setting up a mq client access to queue 2058 |
The URL you posted is for setting up the queue manager on the server platform - not the client platform. What procedure are you following to enable a client connection on the client platform?
I'm ... |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sat Sep 23, 2017 1:49 pm Subject: Trouble setting up a mq client access to queue 2058 |
Yes,
export MQSERVER=CHANNEL1/TCP/'svr110(1415)'
I get different error codes if I amend the above to other values |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sat Sep 23, 2017 12:36 pm Subject: Trouble setting up a mq client access to queue 2058 |
I was using some software developed in-house that writes/reads to queues. I can try amqsputc following the link at the bottom of the page for this.
If I try on the local machine (v9.0.3.0):
[ ... |
Topic: Trouble setting up a mq client access to queue 2058 |
rib445
Replies: 18 Views: 22903
|
Forum: General IBM MQ Support Posted: Sat Sep 23, 2017 7:49 am Subject: Trouble setting up a mq client access to queue 2058 |
Hi
I've followed the instructions on this page to the letter to create a QMGR, QLOCAL and Channel using MQ Series 9.0.3
www.ibm.com/support/knowledgecenter/en/SSFKSJ_7.5.0/com.ibm.mq.ins.doc/q00 ... |