Author |
Message |
Topic: MQCONN ended with reason code 2059 |
Panico
Replies: 8 Views: 6577
|
Forum: General IBM MQ Support Posted: Thu Feb 17, 2011 6:39 am Subject: MQCONN ended with reason code 2059 |
The true syntax for execute my command on the pc with 2 QM was :
$ ./amqsput REMOTE.QUEUE.NAME QM1
Sample AMQSPUT0 start
target queue is REMOTE.QUEUE.GIANNI2
Don't try this at home!
Sample A ... |
Topic: MQCONN ended with reason code 2059 |
Panico
Replies: 8 Views: 6577
|
Forum: General IBM MQ Support Posted: Thu Feb 17, 2011 5:11 am Subject: Re: MQCONN ended with reason code 2059 |
Hi guys,
i have 2 QM on the same localhost.
When i try trasmitted a message from QM1 to QM2 with using "amqsput" i received this error.
My command is :
$ ./amqsput REMOTE.QUEUE.NAME
... |
Topic: MQCONN ended with reason code 2059 |
Panico
Replies: 8 Views: 6577
|
Forum: General IBM MQ Support Posted: Thu Feb 17, 2011 4:19 am Subject: MQCONN ended with reason code 2059 |
Hi guys,
i have 2 QM on the same localhost.
When i try trasmitted a message from QM1 to QM2 with using "amqsput" i received this error.
My command is :
$ ./amqsput REMOTE.QUEUE.NAME
... |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 7:00 am Subject: Program cannot open queue manager object |
So try again with the correct syntax
But i don't understand where is the error. I want change only CONNAME of that channel, why the error said of CHLTYPE ? |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 6:44 am Subject: Program cannot open queue manager object |
I have 1 question for your example, you wrote for set CONNAME this:
CONNAME('localhost(14141)')
localhost it's ok for me also,because i created 2 QM on the same computer but the port "14141 ... |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 6:30 am Subject: Program cannot open queue manager object |
Yes, when they wrote the example they sort of expected you to replace the part where they'd written 'target queue manager' with the name of your target queue manager. If all you needed to do was blind ... |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 6:07 am Subject: Program cannot open queue manager object |
Your naming convention is not good, try:
1.Define the sender channel at the source queue manager:
DEFINE CHANNEL ('QM1.TO.QM2') CHLTYPE(SDR) CONNAME ('<DNS or IP ADDRES ... |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 5:44 am Subject: Program cannot open queue manager object |
Sorry guys, but i'm new in MQSeries world.
I say which i created a listener channel but it wasn't true, i created a LISTENER with this command :
DEFINE LISTENER ('target.queue.manager') TRPTYPE (T ... |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 5:07 am Subject: Re: Program cannot open queue manager object |
...1 listener channel...
No such thing. What does the error log say?
Sorry but what no suck thing?
Where i can find error log?
I'm use linux system. |
Topic: Program cannot open queue manager object |
Panico
Replies: 19 Views: 19526
|
Forum: General IBM MQ Support Posted: Wed Feb 16, 2011 4:04 am Subject: Program cannot open queue manager object |
Hi guys, i have this problem :
AMQ9509: Program cannot open queue manager object.
it appears when i try start sender channel to another queue manger.
it's my command :
start channel(QM1.T ... |