Author |
Message |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Wed Oct 05, 2016 12:38 am Subject: Problems putting message on Queue from Application |
Disable CHLAUTH to start with (2035).
Define a dead letter queue, this helps to identify reasons for failed delivery.
MQ is trying to find a queue called DEST which does not exist (2085) - for t ... |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Wed Oct 05, 2016 12:00 am Subject: Problems putting message on Queue from Application |
Can you point me to documentation that explains how to allow a user on a Queue Manager, because i havent been able to either understand what i've found, or found the right one.
I'd start with the a ... |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Tue Oct 04, 2016 6:07 am Subject: Problems putting message on Queue from Application |
com.ibm.mq.MQException: JMSCMQ0001: WebSphere MQ call failed with compcode '2' ('MQCC_FAILED') reason '2035' ('MQRC_NOT_AUTHORIZED').
That's pretty clear, especially if you've taken no specific act ... |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Tue Oct 04, 2016 6:01 am Subject: Problems putting message on Queue from Application |
An MQ Client connection needs a SVRCONN. The IP needs to be the IP of the machine hosting the MQ Server. The port needs to be the port of the MQ Listener.
Hey Jeff, thanks for the reply.
I did ... |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Tue Oct 04, 2016 5:46 am Subject: Problems putting message on Queue from Application |
The Error:
http://pastebin.com/6A4ns65i
Those of us behind nervous corporate firewalls can't see that. Please post the text of the message and most specifically the MQ reason code in the linked ... |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Tue Oct 04, 2016 2:54 am Subject: Problems putting message on Queue from Application |
The Error:
http://pastebin.com/6A4ns65i |
Topic: Problems putting message on Queue from Application |
MQPupp
Replies: 15 Views: 22893
|
Forum: General IBM MQ Support Posted: Tue Oct 04, 2016 2:53 am Subject: Problems putting message on Queue from Application |
Hallo
I'm completely new at IBM MQ, and am tasked with setting up a IBM MQ server for my workplace.
I've been attempting to setup a test enviroment with two Queue managers, and a client that nee ... |