Author |
Message |
Topic: Error 2087 returned from MQOPEN |
benfield
Replies: 9 Views: 7454
|
Forum: General IBM MQ Support Posted: Fri Feb 10, 2006 1:54 pm Subject: Error 2087 returned from MQOPEN |
Guys,
I wasn't able to post this from the client site during the week, but I'd like to report success thanks to your help.
The problem was eventually traced to a tracing statment that had been p ... |
Topic: Error 2087 returned from MQOPEN |
benfield
Replies: 9 Views: 7454
|
Forum: General IBM MQ Support Posted: Sun Feb 05, 2006 5:29 am Subject: Error 2087 returned from MQOPEN |
Thanks Wayne - I'll try that and report back. |
Topic: Error 2087 returned from MQOPEN |
benfield
Replies: 9 Views: 7454
|
Forum: General IBM MQ Support Posted: Sat Feb 04, 2006 2:48 pm Subject: Error 2087 returned from MQOPEN |
(1) standard extern ''C' MQCONN and MQOPEN
(2) program is dynamically linked to mq client lib - is that what you mean? |
Topic: Error 2087 returned from MQOPEN |
benfield
Replies: 9 Views: 7454
|
Forum: General IBM MQ Support Posted: Sat Feb 04, 2006 11:24 am Subject: Error 2087 returned from MQOPEN |
Hi wschutz,
Yes, this is an exe file that gets its value sent to it from from a dll via standard windows messaging system a block length of 50000. (Don't ask me why, I didn't design it !) As such ... |
Topic: Error 2087 returned from MQOPEN |
benfield
Replies: 9 Views: 7454
|
Forum: General IBM MQ Support Posted: Sat Feb 04, 2006 10:47 am Subject: Error 2087 returned from MQOPEN |
I realise that, vennela, but I've debugged all the values sent to the MQOPEN and even set them back to their original value (those for a successful open), just before, the MQOPEN statement. It still ... |
Topic: Error 2087 returned from MQOPEN |
benfield
Replies: 9 Views: 7454
|
Forum: General IBM MQ Support Posted: Sat Feb 04, 2006 9:57 am Subject: Error 2087 returned from MQOPEN |
Hi folks,
C++ application to send and receive MQ messages via a SOAP server to a mainframe. All is well until the message length reaches > 232 characters - then I get an error 2087 returned fro ... |