Author |
Message |
Topic: CompCode: 2, Reason: 2035 Error |
crayon_coco
Replies: 11 Views: 9416
|
Forum: IBM MQ API Support Posted: Tue Apr 25, 2006 5:52 pm Subject: CompCode: 2, Reason: 2035 Error |
Yes, all these while we were using ASPNET user to connect to the MQ Server |
Topic: CompCode: 2, Reason: 2035 Error |
crayon_coco
Replies: 11 Views: 9416
|
Forum: IBM MQ API Support Posted: Mon Apr 24, 2006 5:08 pm Subject: CompCode: 2, Reason: 2035 Error |
mm.. how do you do that? |
Topic: CompCode: 2, Reason: 2035 Error |
crayon_coco
Replies: 11 Views: 9416
|
Forum: IBM MQ API Support Posted: Mon Apr 24, 2006 6:55 am Subject: CompCode: 2, Reason: 2035 Error |
Actually we installed Win 2003 on the web server which is the MQ Series Client. Of course i have to reinstall the MQ Client on the web server of the the OS change.The web application is using aspnet u ... |
Topic: CompCode: 2, Reason: 2035 Error |
crayon_coco
Replies: 11 Views: 9416
|
Forum: IBM MQ API Support Posted: Mon Apr 24, 2006 6:29 am Subject: CompCode: 2, Reason: 2035 Error |
Hi,
no setting was changed. only the OS was upgraded to Win 2003 Web Edition |
Topic: Unable to load dll amqxcs2.dll |
crayon_coco
Replies: 1 Views: 2305
|
Forum: IBM MQ API Support Posted: Mon Apr 24, 2006 12:08 am Subject: Unable to load dll amqxcs2.dll |
It works after rebooting the server  |
Topic: CompCode: 2, Reason: 2035 Error |
crayon_coco
Replies: 11 Views: 9416
|
Forum: IBM MQ API Support Posted: Mon Apr 24, 2006 12:06 am Subject: CompCode: 2, Reason: 2035 Error |
Hi,
I have a ASP.Net application running on Win 2K Server connection to MQ Server and it works perfectly fine, however after upgrading the server to Win 2003 Web edition i encounter the error messa ... |
Topic: Unable to load dll amqxcs2.dll |
crayon_coco
Replies: 1 Views: 2305
|
Forum: IBM MQ API Support Posted: Sun Apr 23, 2006 7:44 pm Subject: Unable to load dll amqxcs2.dll |
Hi,
After upgrading my server to windows 2003 i encounter the following error
for my asp.net application
Unable to load dll <amqxcs2.dll>
It works fine previously with windows 2K, and i ... |
Topic: Get Message using matcahing message ID does not really works |
crayon_coco
Replies: 8 Views: 5595
|
Forum: IBM MQ API Support Posted: Wed Apr 13, 2005 11:37 pm Subject: Get Message using matcahing message ID does not really works |
HI,
i have tried it out but it didn't work.
i got the first message in the queue, what i want is if i pass in a array of bytes without values, it should not get the message at all,
i tried to do ... |
Topic: Get Message using matcahing message ID does not really works |
crayon_coco
Replies: 8 Views: 5595
|
Forum: IBM MQ API Support Posted: Wed Apr 13, 2005 8:49 pm Subject: Get Message using matcahing message ID does not really works |
Hi
i have a method that will browse the message with the matching Message ID, it works find when i pass in a valid message id, when i pass in an array of 24 bytes with any value, it will still return ... |
Topic: How to browse a message using MessageID |
crayon_coco
Replies: 6 Views: 4216
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2005 1:55 am Subject: How to browse a message using MessageID |
i tried that and i works for the Message that is in the queue, when i set the MQMD to a messageid that is not exist in the queue it will just return any message that is in the last in the queue |
Topic: Browse message |
crayon_coco
Replies: 1 Views: 2561
|
Forum: IBM MQ API Support Posted: Tue Mar 15, 2005 1:23 am Subject: Browse message |
I've written a method in C# to browse the message from the queue without removing using MessageID
I realise when the message is found in the Queue i will get the correct message, if the message doe ... |
Topic: How to browse a message using MessageID |
crayon_coco
Replies: 6 Views: 4216
|
Forum: IBM MQ API Support Posted: Mon Mar 14, 2005 4:55 pm Subject: How to browse a message using MessageID |
So does it mean that i have to loop through the queue and find the message that i want? how do i do it with the MessageID that i have? |
Topic: How to browse a message using MessageID |
crayon_coco
Replies: 6 Views: 4216
|
Forum: IBM MQ API Support Posted: Mon Mar 14, 2005 2:32 am Subject: How to browse a message using MessageID |
If i have the Message ID how do i browse to get the correct the message from the queue with the message ID without removing it from the queue |
Topic: error with Reason: 2393 |
crayon_coco
Replies: 2 Views: 6022
|
Forum: IBM MQ API Support Posted: Wed Sep 01, 2004 12:58 am Subject: error with Reason: 2393 |
Hi,
I tried to connect to MQ Manager with my program in C#
i have the error Connection: CompCode: 2, Reason: 2393,
i look for the documentation and found nothing about it.
I think it should be rel ... |
Topic: how to make transaction? newbie question |
crayon_coco
Replies: 4 Views: 3229
|
Forum: IBM MQ API Support Posted: Tue Mar 02, 2004 5:07 pm Subject: how to make transaction? newbie question |
is there any code example for java or c#
i really do not know how it work. thanks!
basically i just want to make sure all messages put to queue suceefully, or else i will make a rollback |