Author |
Message |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2009 7:37 am Subject: mqrc_format_error on sending to queue |
I'll let you know how it goes if we actually upgrade to version 6.  |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2009 7:25 am Subject: mqrc_format_error on sending to queue |
The old technology still works, so no budget approval for new stuff. |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2009 7:08 am Subject: mqrc_format_error on sending to queue |
Despite the name javascript is not actually related to Java. With javascript, like VBscript you have to use the MQSeries Automation Classes for ActiveX. According to the documentation:
"The Aut ... |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2009 6:50 am Subject: mqrc_format_error on sending to queue |
In javascript you can't use the built-in MQ constants, you have to declare the values in your script. We were declaring the wrong value for MQFMT_STRING. |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Mon Feb 02, 2009 6:08 am Subject: mqrc_format_error on sending to queue |
Figured out the problem. In another section of code someone had set the MQFMT_STRING to "MQSTRbbb" when it should have been 'MQSTR '. After changing that it worked fine. Thanks for all y ... |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Fri Jan 30, 2009 5:46 am Subject: mqrc_format_error on sending to queue |
Sorry, the message is ending up in the DLQ. Message CCSID is 437. Queue manager CCSID is 437.[/i] |
Topic: mqrc_format_error on sending to queue |
hunter2317
Replies: 18 Views: 9433
|
Forum: General IBM MQ Support Posted: Thu Jan 29, 2009 2:03 pm Subject: mqrc_format_error on sending to queue |
In using the below code to send to a queue, I'm getting an error 2110. The message is sent in mqstr format. Any help would be greatly appreciated. Thanks
//Open the Queue to put my Request into
... |