Author |
Message |
Topic: Why runmqlsr was stopped when I end my program |
wangquanyong
Replies: 4 Views: 4530
|
Forum: General IBM MQ Support Posted: Tue Feb 19, 2002 6:36 pm Subject: Why runmqlsr was stopped when I end my program |
Thank you a lot,StefanSievert.
I will go to look at the site you suggested.
|
Topic: About queue manager's connect option:MQCNO_FASTPATH_BINDING |
wangquanyong
Replies: 4 Views: 5301
|
Forum: General IBM MQ Support Posted: Tue Feb 19, 2002 6:30 pm Subject: About queue manager's connect option:MQCNO_FASTPATH_BINDING |
Anyway, much thanks for your help. |
Topic: About queue manager's connect option:MQCNO_FASTPATH_BINDING |
wangquanyong
Replies: 4 Views: 5301
|
Forum: General IBM MQ Support Posted: Mon Feb 18, 2002 8:58 pm Subject: About queue manager's connect option:MQCNO_FASTPATH_BINDING |
Thank you very much kolban.
I know I have to study more about MQ after seeing your reply.
Can you tell me some site about studying MQ? |
Topic: About queue manager's connect option:MQCNO_FASTPATH_BINDING |
wangquanyong
Replies: 4 Views: 5301
|
Forum: General IBM MQ Support Posted: Mon Feb 18, 2002 8:21 pm Subject: About queue manager's connect option:MQCNO_FASTPATH_BINDING |
Any one know how to use queue manager's connect option:MQCNO_FASTPATH_BINDING from MQClient to connect a queue manager on a MQServer?
For example: from a client program on MQClient(Win2K) to connec ... |
Topic: Why runmqlsr was stopped when I end my program |
wangquanyong
Replies: 4 Views: 4530
|
Forum: General IBM MQ Support Posted: Sun Feb 17, 2002 5:07 pm Subject: Why runmqlsr was stopped when I end my program |
Thank you very much.
Something new I have to learn. I will try it. |
Topic: MQSeries programing with C++ |
wangquanyong
Replies: 7 Views: 8367
|
Forum: General IBM MQ Support Posted: Fri Feb 15, 2002 4:59 am Subject: MQSeries programing with C++ |
Thank you very much Mr.Kalban.
Use putenv("MQCCSID=1051") I have solved the problem.
|
Topic: unable to establish widowsNT client and AIX server communica |
wangquanyong
Replies: 4 Views: 4215
|
Forum: General IBM MQ Support Posted: Fri Feb 15, 2002 3:06 am Subject: unable to establish widowsNT client and AIX server communica |
Maybe you should run the listening process at a certain port for the queue-manager first.
like : runmqlsr -m queuemanager -t TCP -p 1415 |
Topic: Why runmqlsr was stopped when I end my program |
wangquanyong
Replies: 4 Views: 4530
|
Forum: General IBM MQ Support Posted: Fri Feb 15, 2002 2:59 am Subject: Why runmqlsr was stopped when I end my program |
I am programming a multithread-process on the MQClient(Win2K) and one of the threads gets messages from a queue(in a queue-manager) in the MQServer(HP-Unix).
I start the queue-manager with strmqm fir ... |
Topic: Japanese Client Unable to Connect |
wangquanyong
Replies: 12 Views: 12141
|
Forum: General IBM MQ Support Posted: Sun Jan 27, 2002 7:19 pm Subject: Japanese Client Unable to Connect |
Yes, I am sure. |
Topic: Japanese Client Unable to Connect |
wangquanyong
Replies: 12 Views: 12141
|
Forum: General IBM MQ Support Posted: Thu Jan 24, 2002 6:52 pm Subject: Japanese Client Unable to Connect |
Perhaps I have not explained the problem clearly.
I mean that:
I want to connect from a MQClient(Win2K-Japanese,the codepage is 932) to a MQServer(HP-Unix,the default codepage is 1051). I wrote a Ja ... |
Topic: MQSeries programing with C++ |
wangquanyong
Replies: 7 Views: 8367
|
Forum: General IBM MQ Support Posted: Thu Jan 24, 2002 6:21 pm Subject: MQSeries programing with C++ |
Mr. kolban, thank you for your advice.
The exact line that the error occurs at is that of the call of MQManager.connect() funtion, it returns FALSE.
Now, by setting the system environment varible ... |
Topic: MQSeries programing with C++ |
wangquanyong
Replies: 7 Views: 8367
|
Forum: General IBM MQ Support Posted: Wed Jan 23, 2002 6:53 pm Subject: MQSeries programing with C++ |
I am a begginer to study MQSeries programing with C++.
I want to connect a MQ client(Japanese Win2K) to MQ server(HP-Unix), and put/get messages into/from a queue in a queue manager.
First, I tried ... |
Topic: Japanese Client Unable to Connect |
wangquanyong
Replies: 12 Views: 12141
|
Forum: General IBM MQ Support Posted: Wed Jan 23, 2002 6:06 pm Subject: Japanese Client Unable to Connect |
Thank you StefanSievert for your advices. I will try it.
But I still want to know why Java code dosn't need userid and password to connect with the same QueueManager.(I ran Java code on the same envi ... |
Topic: Japanese Client Unable to Connect |
wangquanyong
Replies: 12 Views: 12141
|
Forum: General IBM MQ Support Posted: Wed Jan 23, 2002 5:39 am Subject: Japanese Client Unable to Connect |
But use Java, I simply connect to the same MQManager, put/get messages from it without user and password.
Why? |
Topic: Japanese Client Unable to Connect |
wangquanyong
Replies: 12 Views: 12141
|
Forum: General IBM MQ Support Posted: Wed Jan 23, 2002 4:49 am Subject: Japanese Client Unable to Connect |
I had set MQCCSID global environment variable. Recommended values 850, 1252 or 819. And then retried it, but an reasoncode of 2035 came back.
What shall I do to resolve it? |