Author |
Message |
Topic: Filter Node MQSI 2.1 |
sboucher
Replies: 6 Views: 4600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 21, 2009 3:42 am Subject: Filter Node MQSI 2.1 |
It has been a long time since I used 2.1, and the syntax has changed a little with later releases. That said, try:
SUBSTRING(Root.BLOB.BLOB FROM 1 FOR 2) = CAST( 'TH' AS BLOB CCSID 1208)
BTW, if ... |
Topic: Filter Node MQSI 2.1 |
sboucher
Replies: 6 Views: 4600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 21, 2009 2:17 am Subject: Filter Node MQSI 2.1 |
if you havent defined any Domain, it will be by default take it as "BLOB".
I really wonder that you are using MQSI V2.1, or is it a typo Error
Unfortunately this is not a Typo...Just o ... |
Topic: Filter Node MQSI 2.1 |
sboucher
Replies: 6 Views: 4600
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 20, 2009 2:28 pm Subject: Filter Node MQSI 2.1 |
I want to do what seems to be ridculously simple but not having success:
My input message is just a binary stream. The first two characters of the message determines the output Q. Here is an exam ... |
Topic: XML Msg to Flat Text Output |
sboucher
Replies: 2 Views: 2312
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 12, 2004 8:47 am Subject: XML Msg to Flat Text Output |
I'm having some difficulty navigating/choosing element values from my XML input so I can convert to plain ascii output.
Here is my input:
<?xml version="1.0"?>
<IPA_ZFI_COPA_ACKNOWLEDGEM ... |
Topic: Message Set Not Validating Properly |
sboucher
Replies: 5 Views: 4922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 29, 2004 5:41 am Subject: Message Set Not Validating Properly |
I'm using Fixed Length as the DataElementSeparation. Also I used the amqsput and the message still doesn't validate properly.
Maybe I'm overengineering this operation, because I recreated the me ... |
Topic: Message Set Not Validating Properly |
sboucher
Replies: 5 Views: 4922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 28, 2004 4:14 pm Subject: Message Set Not Validating Properly |
Yes, I am using TDS Fixed Length. Nothing comes through for the value in debug for LNAME when I use test data that should fail. That's what is eluding me. In MQ Explorere I'm just putting a test mess ... |
Topic: Message Set Not Validating Properly |
sboucher
Replies: 5 Views: 4922
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 28, 2004 11:14 am Subject: Message Set Not Validating Properly |
MQSI 2.1 CSD04
I created a message set with a TDS physical format using MRM parser. The message contains fields FNAME and LNAME each with a min and max length value of 5 (small value for easier te ... |
Topic: Triggering - Is This Possible |
sboucher
Replies: 5 Views: 3503
|
Forum: General IBM MQ Support Posted: Fri Feb 27, 2004 12:34 am Subject: Triggering - Is This Possible |
Thanks for the replies. I feel really stupid not scolling up in the triggering panel on the Q to find trigger type of Depth DUH!!
So everything is working but I find it a little strange that MQ af ... |
Topic: Moving MQSeries to different drive AND Integrator Impact |
sboucher
Replies: 1 Views: 2048
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Feb 27, 2004 12:20 am Subject: Moving MQSeries to different drive AND Integrator Impact |
I inherited a project where MQSeries 5.3 and MQSI2.1 are on a server and all on one drive. I have to move MQseries5.3 to a different drive on the same box but I'm at a loss how the integrator knows w ... |
Topic: Triggering - Is This Possible |
sboucher
Replies: 5 Views: 3503
|
Forum: General IBM MQ Support Posted: Thu Feb 26, 2004 5:46 am Subject: Triggering - Is This Possible |
I would like to trigger a process when the QDepth reaches 3000 or every 15 minutes whichever comes first. The Queue will be constantly receiving messages during the business day.
I set Trigger Typ ... |
Topic: XML Output Question |
sboucher
Replies: 5 Views: 3404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 13, 2004 11:53 am Subject: XML Output Question |
Put your code in a new compute node - Got a syntax error then placed a semicolon after the 'set index' and error went away. My main goal is to get the XML data into a format that can be easily read in ... |
Topic: XML Output Question |
sboucher
Replies: 5 Views: 3404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 13, 2004 7:31 am Subject: XML Output Question |
I'm a little new to all this so bear with me:
I would like Date,Store_Num,Reg_Num,Trans_Num (HDR_DATA) to also appear with each repeating set of data which is comprised of Code,Sign,Qty (DTAIL_DATA ... |
Topic: XML Output Question |
sboucher
Replies: 5 Views: 3404
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 13, 2004 5:31 am Subject: XML Output Question |
The following raw input generates the XML shown Below using MQSI2.1:
20040211221051234222222022222233333303333334444441444444:
- <MSG>
- <HDR_DATA>
<DATE>20040211</DATE> ... |
Topic: Adding Second Broker |
sboucher
Replies: 7 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2003 4:00 pm Subject: Adding Second Broker |
SOLVED!! Once I set the default XMITQ for the QMGR to the one having the same name as the QMGR everything began to deploy. Also I was using the localhost IP address rather than the server's actual I ... |
Topic: Adding Second Broker |
sboucher
Replies: 7 Views: 4356
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 19, 2003 12:33 pm Subject: Adding Second Broker |
Jeff,
I believe I've done everything correctly per your checklist but still deploy hangs when I create the new broker in the topology and then from the menu do: File Deploy Complete Configurations ... |