Author |
Message |
Topic: Getting XML Parsed Exception while getting the EVENT data |
sk531
Replies: 10 Views: 4788
|
Forum: General Discussion Posted: Mon May 02, 2011 11:55 am Subject: Getting XML Parsed Exception while getting the EVENT data |
I solved the two xml issue, but I am getting null values to these CHAR variables: GROUP_NBR, OUT_GROUP. when I am parsing the returned values as below,
Did I miss something here, please help me?
D ... |
Topic: Getting XML Parsed Exception while getting the EVENT data |
sk531
Replies: 10 Views: 4788
|
Forum: General Discussion Posted: Mon May 02, 2011 9:34 am Subject: Getting XML Parsed Exception while getting the EVENT data |
hey Vitor,
Looks like i found the issue, I could see this in the SQL query, they are concatenating the two columns SELECT B.DATA_VALUE ||Y.DATA_VALUE AS Response.....etc
I changed it to SELECT B.DA ... |
Topic: Getting XML Parsed Exception while getting the EVENT data |
sk531
Replies: 10 Views: 4788
|
Forum: General Discussion Posted: Mon May 02, 2011 8:02 am Subject: Re: Getting XML Parsed Exception while getting the EVENT dat |
My versions are WMB 7.0, DB2 9.5
I remember i worked on other flow which had only one xml in the event data.
The event data should contain only one xml data right? |
Topic: Getting XML Parsed Exception while getting the EVENT data |
sk531
Replies: 10 Views: 4788
|
Forum: General Discussion Posted: Mon May 02, 2011 7:12 am Subject: Getting XML Parsed Exception while getting the EVENT data |
Thanks Vitor.
I am not embedding that xml's, the EVENT data itself populating in the database when you use monitoring on the WMB nodes. |
Topic: Getting XML Parsed Exception while getting the EVENT data |
sk531
Replies: 10 Views: 4788
|
Forum: General Discussion Posted: Mon May 02, 2011 6:57 am Subject: Getting XML Parsed Exception while getting the EVENT data |
My flow looks as below: Basically it is related Monitoring event data xmls
MQI/p-->Compute Node --> WTX Map -->MQo/p
The compute node getting a column value as BLOB from the database whic ... |
Topic: is there any mqsc program/process available for my req? |
sk531
Replies: 14 Views: 7160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 04, 2011 11:23 am Subject: is there any mqsc program/process available for my req? |
Hello,
My Problem has been solved , Below is the updated flow
Earlier:
Sending application --> WMB flow connected to a remote QR0 of QM0-->QL1 of QM1 (on machine A) ???? Q2 of QM2(on machin ... |
Topic: is there any mqsc program/process available for my req? |
sk531
Replies: 14 Views: 7160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 25, 2011 9:32 am Subject: Re: is there any mqsc program/process available for my req? |
Well aside from the many support pacs that could do this, and the samples you could easily adapt to do this, you could easily reconfigure WMQ itself to forward any message addressed to one queue to be ... |
Topic: is there any mqsc program/process available for my req? |
sk531
Replies: 14 Views: 7160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 24, 2011 4:57 pm Subject: Re: is there any mqsc program/process available for my req? |
Errrr Yes. Lots. E.g. MQGET then MQPUT. Or MQInput Node and MQOutput Node.
If you really are struggling with this I suggest you get some basic MQ training.
Thanks for the quick response.
If ... |
Topic: is there any mqsc program/process available for my req? |
sk531
Replies: 14 Views: 7160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 24, 2011 3:59 pm Subject: is there any mqsc program/process available for my req? |
Hi,
I am wondering that if you guys have any process which takes the message from a Queue (eg: Q1 on QM1 in one machine) and puts to another Queue (eg:Q2 on QM2 on different machine). Please Let me ... |