Author |
Message |
Topic: I get MQRC_UNEXPECTED_ERROR when I call the ReadUTF() |
hhoang
Replies: 4 Views: 4479
|
Forum: IBM MQ API Support Posted: Thu Nov 30, 2006 8:10 am Subject: I get MQRC_UNEXPECTED_ERROR when I call the ReadUTF() |
The pepole who put the messages on the queue confirm that they used UTF-8 format. My friend can read it. |
Topic: I get MQRC_UNEXPECTED_ERROR when I call the ReadUTF() |
hhoang
Replies: 4 Views: 4479
|
Forum: IBM MQ API Support Posted: Wed Nov 29, 2006 2:15 pm Subject: I get MQRC_UNEXPECTED_ERROR when I call the ReadUTF() |
I get this error MQRC_UNEXPECTED_ERROR when I call the ReadUTF() method. I am using MQ V5.3. A friend of my is using the same routine and no error. We both using the same .NET assembly version and ... |
Topic: MQ added Additional White Spaces |
hhoang
Replies: 8 Views: 6564
|
Forum: General IBM MQ Support Posted: Fri Mar 03, 2006 11:33 am Subject: MQ added Additional White Spaces |
You are right I see the character set id is 1200, which unicode.
I need to set it to 437 instead and it fixes the problem.
Thank you for your help |
Topic: MQ added Additional White Spaces |
hhoang
Replies: 8 Views: 6564
|
Forum: General IBM MQ Support Posted: Fri Mar 03, 2006 11:16 am Subject: MQ added Additional White Spaces |
I am just sending regular text. I didn't specified any encoding. Please take a look at the code on the first post. |
Topic: MQ added Additional White Spaces |
hhoang
Replies: 8 Views: 6564
|
Forum: General IBM MQ Support Posted: Fri Mar 03, 2006 11:13 am Subject: MQ added Additional White Spaces |
Originally, I thought this is a mainframe issue, so I decided to try and send a message to another windows box and I get the same problem.
I check the message length (295) before I send and I see t ... |
Topic: MQ added Additional White Spaces |
hhoang
Replies: 8 Views: 6564
|
Forum: General IBM MQ Support Posted: Fri Mar 03, 2006 10:49 am Subject: MQ added Additional White Spaces |
Where are you seeing the additional data. I'd take a look at the application that "thinks" there is.
I used the message browser and I see the data length is not what I expected. I tested us ... |
Topic: MQ added Additional White Spaces |
hhoang
Replies: 8 Views: 6564
|
Forum: General IBM MQ Support Posted: Fri Mar 03, 2006 8:44 am Subject: MQ added Additional White Spaces |
We are using .NET library of the IBM WebSphere MQ Client, Version 5.3 to send messages to the MQ on the mainframe (IMS). We are sending over 10,000 messages and most having no problems but only a fe ... |
Topic: CompCode: 2, Reason: 2173 error |
hhoang
Replies: 1 Views: 2854
|
Forum: IBM MQ API Support Posted: Mon Jan 09, 2006 1:13 pm Subject: CompCode: 2, Reason: 2173 error |
I have a problem putting the message to the queue. Do you have any ideas?
Here is the code:
Code:
try
{
MQMessage message = new MQMessage();
message.Format = MQC.MQFMT_STRI ... |
Topic: CompCode: 2, Reason: 2035 |
hhoang
Replies: 15 Views: 26514
|
Forum: IBM MQ API Support Posted: Mon Jan 09, 2006 10:27 am Subject: CompCode: 2, Reason: 2035 |
Did you verify the things listed in the description for the 2173 return code?
I did this one but seem now help. Here is what the manual said "Put-message options structure not valid. " I don't un ... |
Topic: CompCode: 2, Reason: 2035 |
hhoang
Replies: 15 Views: 26514
|
Forum: IBM MQ API Support Posted: Mon Jan 09, 2006 9:40 am Subject: CompCode: 2, Reason: 2173 |
The MQ Admin put his user ID in the MCA user field and now I am able to access the queue. Now, I have a problem putting the message to the queue. Do you have any ideas?
Here is the code:
t ... |
Topic: CompCode: 2, Reason: 2035 |
hhoang
Replies: 15 Views: 26514
|
Forum: IBM MQ API Support Posted: Thu Jan 05, 2006 2:19 pm Subject: CompCode: 2, Reason: 2035 |
I am trying to send a message to the mainframe. MQ Server is also installed on the mainframe. I installed the latest MQ Client software on my Windows XP development box. I added my user account t ... |
Topic: WebSphere MQ classes for Microsoft .NET |
hhoang
Replies: 3 Views: 5181
|
Forum: IBM MQ API Support Posted: Mon Sep 19, 2005 12:53 pm Subject: amqmdnet.dll |
Actually, we are using amqmdnet.dll, Version=1.0.0.1, Culture=neutral, PublicKeyToken=dd3cb1c9aae9ec97. |
Topic: WebSphere MQ classes for Microsoft .NET |
hhoang
Replies: 3 Views: 5181
|
Forum: IBM MQ API Support Posted: Mon Sep 19, 2005 12:14 pm Subject: WebSphere MQ classes for Microsoft .NET |
Which software package for .NET do you used to access MQ? We have been using the software from here http://www.kolban.com/mq/DotNET/ but we can put message on a remote machine. We are looking for a ... |
Topic: The Connection Pool Manager could not allocate a Managed Con |
hhoang
Replies: 7 Views: 9470
|
Forum: IBM MQ Java / JMS Posted: Fri Aug 20, 2004 7:22 am Subject: The Connection Pool Manager could not allocate a Managed Con |
I thought lowered the max connection pool help solve the problem but it was not the case. I did a test yesterday by restart the MQ machine and I start seeing the same error messages on WAS site.
... |
Topic: The Connection Pool Manager could not allocate a Managed Con |
hhoang
Replies: 7 Views: 9470
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 19, 2004 12:54 pm Subject: Update: Lower max connections from 500 to 100 |
If I lowered the max connections from 500 to 100, the error message goes away. I guess this problem maybe because MQ can not accept more connections then what is available. Is there away for me to ... |