Author |
Message |
Topic: Reading MQ Statistics Message |
Kraven12
Replies: 0 Views: 2355
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 11, 2007 8:50 am Subject: Reading MQ Statistics Message |
Hi All,
We are trying to parse through statistical messages supplied my MQ v6 using WMB v6. Here is the code I am using in the compute node (this code was gotten from another post):
DECLARE cre ... |
Topic: Strange behavior while looping |
Kraven12
Replies: 1 Views: 2295
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 19, 2003 10:58 am Subject: Strange behavior while looping |
I have a need to store pieces of a message into a database under certain conditions. I am trying to create a string of all the values of that section within a loop so as to avoid writing out each fie ... |
Topic: Database Question regarding Passthru |
Kraven12
Replies: 1 Views: 3553
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 15, 2002 10:24 am Subject: Database Question regarding Passthru |
I am trying to retrieve a value from a UDB database using an inner join in the query. Because of the join, I am using Passthru.
Here is the code:
SET rgn_id = (PASSTHRU('SELECT R.RGN#ID
... |
Topic: How does MQSI handle the connection to an external database? |
Kraven12
Replies: 1 Views: 2435
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 24, 2002 8:14 am Subject: How does MQSI handle the connection to an external database? |
Hi,
I have an application that Inserts/Updates a UDB database based on data contained within a messgae.
I recently received a call from the Application DBA saying that the connection was being h ... |
Topic: XML -> MRM question |
Kraven12
Replies: 16 Views: 16902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2002 11:01 am Subject: XML -> MRM question |
sgopal - I did a full deploy but there is no change in behavior. It was a good thought but apparently not the case (I was hoping).
gausspq - As I stated above, I have looked at the traces and all ... |
Topic: XML -> MRM question |
Kraven12
Replies: 16 Views: 16902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 15, 2002 8:12 am Subject: XML -> MRM question |
I checked the things you mention and they are all set as you suggest (although in a different order).
Thanks. |
Topic: XML -> MRM question |
Kraven12
Replies: 16 Views: 16902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 15, 2002 5:15 am Subject: XML -> MRM question |
In the Trace Node it shows this field as having the correct value. This is the first element in the message which, to me, makes this even stranger. It is a simple 20 byte string.
Any thoughts?
... |
Topic: XML -> MRM question |
Kraven12
Replies: 16 Views: 16902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 14, 2002 11:42 am Subject: XML -> MRM question |
Here is my ExceptionList:
(
(0x1000000)RecoverableException = (
(0x3000000)File = '/build/S210_P/src/DataFlowEngine/ImbDataFlowNode.cpp'
(0x3000000)Line = 536
... |
Topic: XML -> MRM question |
Kraven12
Replies: 16 Views: 16902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 14, 2002 8:22 am Subject: XML -> MRM question |
OK - thanks.
I have studied this for hours now and I just can't seem to find where the data is different from the definition. Probably right in front of me though. Back to the drawing board. |
Topic: XML -> MRM question |
Kraven12
Replies: 16 Views: 16902
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 14, 2002 7:13 am Subject: XML -> MRM question |
Quick question. I am sending an XML message into a flow where it is traced to a file, sent to a compute node where it is transformed into an MRM definition, sent to another Trace Node and then sent t ... |
Topic: Possible bug with RFH2 and upgrade to 2.1? |
Kraven12
Replies: 2 Views: 3155
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 18, 2002 5:36 am Subject: Possible bug with RFH2 and upgrade to 2.1? |
I have resolved this.
It was yet another case of me being stupid. I was trying to set a field in the "usr" folder that I could use later in the event of a failure within the compute node. Obvious ... |
Topic: Possible bug with RFH2 and upgrade to 2.1? |
Kraven12
Replies: 2 Views: 3155
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 07, 2002 12:28 pm Subject: Possible bug with RFH2 and upgrade to 2.1? |
Hello all,
In MQSI 2.0.2 I have code that looks like this:
Set OutputRoot.MQRFH2.usr.ReplyToQ = InputRoot.MQMD.ReplyToQ;
This works great and the "usr" folder gets created. We have upgraded ... |
Topic: RFH2 in COBOL |
Kraven12
Replies: 3 Views: 4459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 29, 2002 6:49 am Subject: RFH2 in COBOL |
Yes, the struclength is 132 which is a multiple 4.
Thanks. |
Topic: RFH2 in COBOL |
Kraven12
Replies: 3 Views: 4459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 29, 2002 5:46 am Subject: RFH2 in COBOL |
Currently having a problem generating a valid RFH2 header from COBOL. Has anybody else done this successfully in the past?
The error is reporting an unconvertable character. It appears to be sayi ... |
Topic: ExceptionList Help |
Kraven12
Replies: 5 Views: 4881
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 02, 2002 12:51 pm Subject: ExceptionList Help |
I guess I didn't have the "Catch" hooked up properly cause it's working now.
Thanks |