Author |
Message |
Topic: to find macima and minima in a given xml file. |
vicentius
Replies: 6 Views: 5408
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 02, 2015 3:01 am Subject: to find macima and minima in a given xml file. |
Given the input message body you posted, you need to loop through each child element of the root of the XML, irrespective to the field type, and compare its field value with the values already encount ... |
Topic: Error when implementing DatabaseInput node |
vicentius
Replies: 11 Views: 19315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 24, 2014 2:13 am Subject: Error when implementing DatabaseInput node |
Because the trigger code is incorrect. |
Topic: Error when implementing DatabaseInput node |
vicentius
Replies: 11 Views: 19315
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 19, 2014 11:14 pm Subject: Error when implementing DatabaseInput node |
The trigger code is incorrect, hence it fails validation. Correct the trigger and compile it.
[url=http://docs.oracle.com/cd/B19306_01/server.102/b14200/statements_7004.htm]Oracle Docs |
Topic: I am trying for some automation script |
vicentius
Replies: 37 Views: 44397
|
Forum: IBM MQ Performance Monitoring Posted: Wed Oct 01, 2014 2:16 am Subject: I am trying for some automation script |
I'm sure Vitor was more interested in how this contraption helps you when smelly hits the fan. What value does endless streams of emails that stuff went wrong add to the whole solving of undesirable s ... |
Topic: Unzip using JCN |
vicentius
Replies: 23 Views: 17529
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 01, 2014 1:05 am Subject: Unzip using JCN |
I would start here:
http://www-01.ibm.com/support/knowledgecenter/api/content/SSKM8N_8.0.0/com.ibm.etools.mft.doc/ac20805_.htm
I found this also useful:
http://www-01.ibm.com/support/knowledgecen ... |
Topic: Build IIB Bar files using ANT script |
vicentius
Replies: 3 Views: 5365
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 28, 2014 11:50 pm Subject: Build IIB Bar files using ANT script |
Please share with us the ANT target code (obscure whatever info you should not share). |
Topic: File Input node is processing the same file multiple times |
vicentius
Replies: 9 Views: 7297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 28, 2014 11:46 pm Subject: File Input node is processing the same file multiple times |
How is the File Input node configured? Do you read the whole file in one go or do you do one record at a time?
In both cases, how do you propagate messages to the output? |
Topic: Java Compute Node |
vicentius
Replies: 7 Views: 3312
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 22, 2014 7:28 am Subject: Java Compute Node |
Probably working with the same mindset as creating fields in ESQL using SET instead of CREATE. |
Topic: Java Compute Node |
vicentius
Replies: 7 Views: 3312
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 22, 2014 1:50 am Subject: Java Compute Node |
Please share with us your context, so we can help. As smdavies already mentioned, let us know what have you tried so far, let us know where you got stuck.
You will find it easy to get help to the is ... |
Topic: How to implement Tracing logs in WMB without TNode |
vicentius
Replies: 3 Views: 4583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Sep 19, 2014 6:05 am Subject: How to implement Tracing logs in WMB without TNode |
Take a look at IAM3 SupportPac, which introduces log4j functionality, albeit with a few limitations.
One thing to consider about logging inside the flow from JCN: if you code a synchronous IO writ ... |
Topic: I am trying for some automation script |
vicentius
Replies: 37 Views: 44397
|
Forum: IBM MQ Performance Monitoring Posted: Wed Sep 17, 2014 2:54 am Subject: I am trying for some automation script |
Have you considered the MQ performance events? Specifically, I am thinking about queue depth events. |
Topic: EVAL function throwing 'Unrecognised character' exception |
vicentius
Replies: 7 Views: 4463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 17, 2014 2:39 am Subject: EVAL function throwing 'Unrecognised character' exception |
So, basically, you want to use in a tree a field with the name 'C@'. And do stuff like SET myRowRef.C@ = 'somethingorother' or EVAL('someRef.C@').
Which would be wrong, because field names, like all ... |
Topic: MQInput to MQOutput - Stopped listening for a response. |
vicentius
Replies: 2 Views: 2169
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 15, 2014 9:55 pm Subject: MQInput to MQOutput - Stopped listening for a response. |
What is the compute mode of the middle node? What destination mode do you have on the MQOutput node? Can you post the ESQL code that alters the message?
Did you try analyzing the user trace to bette ... |
Topic: find the original queue name from alias queue msg |
vicentius
Replies: 8 Views: 6032
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 15, 2014 9:50 pm Subject: find the original queue name from alias queue msg |
Regarding the MQInput node, it cannot listen to multiple queues. For each MQInput in your flow, a thread exists that binds to the configured queue.
Regarding the routing problem you mentioned:
Can ... |
Topic: Reading multiple xml files through same Input Node |
vicentius
Replies: 7 Views: 3795
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 11, 2014 2:41 am Subject: Reading multiple xml files through same Input Node |
Sounds promising. Please do come back and let us know what you did and how it worked out. |