Author |
Message |
Topic: XMS Message Property Error |
fishlips
Replies: 4 Views: 17514
|
Forum: IBM MQ API Support Posted: Mon Mar 05, 2012 4:41 am Subject: XMS Message Property Error |
Interestingly, if I browse the messages using RFHUtil, the usr tab, which lists the properties, only lists the first of the two named properties, "fileName", and not the second property, &qu ... |
Topic: XMS Message Property Error |
fishlips
Replies: 4 Views: 17514
|
Forum: IBM MQ API Support Posted: Mon Mar 05, 2012 4:30 am Subject: XMS Message Property Error |
The answer is probably somewhere on this [url=http://www-01.ibm.com/support/docview.wss?uid=swg1IZ86431]IBM KB Document, but I don't understand it.
What is a "message domain" ? |
Topic: XMS Message Property Error |
fishlips
Replies: 4 Views: 17514
|
Forum: IBM MQ API Support Posted: Mon Mar 05, 2012 4:26 am Subject: XMS Message Property Error |
A customer has placed a DATAGRAM message on an MQ Queue which contains two properties:
fileName
mcd.Msd
This dot annotation is apparently some new heirachical property function of MQ.
Unfort ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Mon Mar 05, 2012 2:27 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
Ok, well I've had a good scan through
In fact, I can't see a setting in the [url=http://publib.boulder.ibm.com/infocenter/dmndhelp/v6r1mx/index.jsp?topic=/com.ibm.websphere.xms.612.doc/sapi/sapi ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Mon Mar 05, 2012 2:11 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
you're using
Quite right, thanks for clarifying that - good point.
So, let me phrase this as clearly as I can - How, using the XMS API for .NET, can I alter my connection factory to accept larg ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 5:52 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
There appears to be a channel in the Channels list, called CLIENT.[QUEUE MANAGER NAME], is this the client channel?
If so, do you know how the API will expect the "XMSC_WMQ_CCDTURL" to lo ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 5:46 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
Ok, a little more progress. I downloaded the first message on the live queue. It's 4.27MB.
This was too big to upload onto my "test" queue, so I had to increase the max message size on th ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 5:30 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
you're using
Quite right, thanks for clarifying that - good point.
So, let me phrase this as clearly as I can - How, using the XMS API for .NET, can I alter my connection factory to accept larg ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 5:23 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
could it be perhaps:
- WMQ_MSG_BATCH_SIZE
- WMQ_MAX_BUFFER_SIZE
Any ideas? Maybe I'll just try setting them to 52,428,800 ?
This didn't work.
 |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 5:20 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
It's not what's causing your 2010 code. That's an object too small to handle the message you're getting as previously indicated.
If this is the case, than fair enough; Of course, the next question ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 5:08 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
Ok, well with a bit more jiggery pokery in RFHUtil I've managed to create a message with an MQHRF2 header:
Data tab:
Set Packed dec = HOST (390)
MQMD Tab:
Code page = 819
I ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Fri Mar 02, 2012 2:23 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
Ok, well here's a bit more info about the messages.
Messages that I uploaded during development have a blank value in the "MQ Message Format" field, and have the msgType of "8 Datagr ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Thu Mar 01, 2012 9:29 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
Just to clarify, I have a test queue that I created. I just put a test message on there and can confirm that my development PC is still able to connect and download the text message successfully.
( ... |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Thu Mar 01, 2012 9:21 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
I can see a CLIENT.[QUEUE MANAGER NAME] in our Channels, is that what you mean by Client Connection?
Or do you actually mean Advanced --> Client Connections? |
Topic: Receiving IBytesMessages via .NET interface - error 2010 |
fishlips
Replies: 24 Views: 12542
|
Forum: General IBM MQ Support Posted: Thu Mar 01, 2012 8:50 am Subject: Receiving IBytesMessages via .NET interface - error 2010 |
I meant "objects as defined in MQ" not ".NET instances of MQ Classes", sorry.
You need to ensure that the queue manager, queue, SVRCONN and CLNTCONN in use all have MAXMSGLN of ... |