Author |
Message |
Topic: unset methods in MQ to refresh an object |
girlinusa2006
Replies: 1 Views: 2524
|
Forum: IBM MQ API Support Posted: Thu Aug 03, 2006 10:45 am Subject: unset methods in MQ to refresh an object |
Hi,
In C++, I have created a MQSeriesUtil object library( which has methods to open queue manager, open write/read queue, write to the queue, close queue mgr etc). In this library, I have global Im ... |
Topic: same process act as client/server possible? |
girlinusa2006
Replies: 3 Views: 5537
|
Forum: IBM MQ API Support Posted: Tue May 16, 2006 12:51 pm Subject: same process act as client/server possible? |
Hi,
I have this process which connects to a remote queue manager and writes to it and also reads its local queue manager for any messages.
But when i am compiling an runnign this program, I am ... |
Topic: -lmqm and -lmqic ..question about these libs |
girlinusa2006
Replies: 1 Views: 3382
|
Forum: IBM MQ API Support Posted: Thu May 11, 2006 1:20 pm Subject: -lmqm and -lmqic ..question about these libs |
Hi Folks,
I hope you can shed some light on a question/concern I have. Here is what I am trying to do:
I have created a process which
1) When it is brought up, it connects to this remote QM ... |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 2:52 pm Subject: MQCONN ended with reason code 2059 |
Yes, I have a default queue manager, which is SERVER_QM |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 2:49 pm Subject: MQCONN ended with reason code 2059 |
Oh ok, I thought it would default it. I am getting this error now:
runmqlsr -t tcp -p 1414 -m SERVER_QM
5724-B41 (C) Copyright IBM Corp. 1994, 2002. ALL RIGHTS RESERVED.
05/10/06 18:47:55 AMQ9 ... |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 2:41 pm Subject: MQCONN ended with reason code 2059 |
I am using runmqlsr
runmqlsr -t tcp -p 1414 &
I don't see any updated logs in /var/mqm/errors after running the client program again. |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 2:38 pm Subject: MQCONN ended with reason code 2059 |
wow, an interesting trace.... trying to make sense out of it.
18:24:14.462449 8051.1 -----}! xcsSelect rc=Unknown(1)
18:24:14.462472 8051.1 ----}! select rc=Unknown(1)
18:24:1 ... |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 2:18 pm Subject: MQCONN ended with reason code 2059 |
This was under /var/mqm/errors.
How can I enable MQ tracing? ( on the server?) (/var/mqm/trace)? Do I need to explicitly enable it? |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 2:05 pm Subject: MQCONN ended with reason code 2059 |
Oky, i see the following FDC error... So, looks like my listener is listening on the right port.
| WebSphere MQ First Failure Symptom Report |
|
| Major Error ... |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 11:03 am Subject: MQCONN ended with reason code 2059 |
$ telnet 112.82.12.136 1414
Trying...
Connected to 112.82.12.136.
Escape character is '^]'.
asldfkds;lfds
sldfksd;fsd
slfkds;fksdConnection closed by foreign host.
Now I went back to the queu ... |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:46 am Subject: MQCONN ended with reason code 2059 |
No, none of them have any kind of latest logs. They had logs dated pretty old. |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:40 am Subject: MQCONN ended with reason code 2059 |
I have 4 queue managers runnning on the server box. |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:22 am Subject: MQCONN ended with reason code 2059 |
Surprisingly no errors..
05/09/06 22:07:04
AMQ8003: WebSphere MQ queue manager 'SERVER_QM' started.
EXPLANATION:
WebSphere MQ queue manager 'SERVER_QM' started.
ACTION:
None.
------------ ... |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 10:14 am Subject: MQCONN ended with reason code 2059 |
Yea, I can telnet to that IP/port. and its connected and hanging.
But, I keep getting that error 2059. |
Topic: MQCONN ended with reason code 2059 |
girlinusa2006
Replies: 47 Views: 36229
|
Forum: IBM MQ API Support Posted: Wed May 10, 2006 9:40 am Subject: MQCONN ended with reason code 2059 |
On my server box, is it neccessary that I should set up a default queue manager?
Is it not gud enuf if I explicitly mention the queue manager with amqsputc.
amqsputc writeQ SERVER_QM |