Author |
Message |
Topic: How do I parse an input String Message - URGENT |
m_wip
Replies: 3 Views: 2001
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2004 2:51 am Subject: How do I parse an input String Message - URGENT |
I am using a MQInput node for taking in a string message,
and need to parse the input message to form an output xml message.
Please let me know, how to get the contents of the Input Message?
I ca ... |
Topic: How to convert Input String Message to an XML |
m_wip
Replies: 1 Views: 1759
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 21, 2004 1:21 am Subject: How to convert Input String Message to an XML |
I need to convert an input fixed length string message to an output XML message. Nodes Used-
MQInput:
MessageDomain=BLOB
MessageFormat=CWF
Message put in the input queue is a fixed length strin ... |
Topic: How to control "commit" on multiple DB nodes |
m_wip
Replies: 3 Views: 2342
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 08, 2004 11:10 pm Subject: How to control "commit" on multiple DB nodes |
I am currently using 3 database nodes to update 3 tables in the same schema. My requirement is to commit only if all three updates are successful.
I am using the transaction property of the node (s ... |
Topic: Stored Procedure call |
m_wip
Replies: 4 Views: 2801
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 08, 2004 10:57 pm Subject: Stored Procedure call |
It worked using the Passthru statement.
thanks! |
Topic: Stored Procedure call |
m_wip
Replies: 4 Views: 2801
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 08, 2004 12:30 am Subject: Stored Procedure call |
Thanks but that is what I referred to.
Using that the proc is not still not executed!
Any help relate dto how to call the stored proc other than what is mentioned in the ESQL ref pdf, will be app ... |
Topic: Stored Procedure call |
m_wip
Replies: 4 Views: 2801
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 07, 2004 2:59 am Subject: Stored Procedure call |
Can we call a stored procedure using the Passthru statement in a Compute Node?
i.e.
passthru('exec schema.procname');
where the stored procedure does not take any input parameter.
Do I need to ... |
Topic: Problem in parsing the Input XML |
m_wip
Replies: 6 Views: 3287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 07, 2004 1:58 am Subject: Problem in parsing the Input XML |
Yes I did, but still the output message doesn't get generated with the Node2 |
Topic: Problem in parsing the Input XML |
m_wip
Replies: 6 Views: 3287
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Apr 06, 2004 9:26 pm Subject: Problem in parsing the Input XML |
The following XML is coming in as input -
<?xml version = "1.0" encoding = "UTF-8"?>
<TestMessage>
<Node1>Sample</Node1>
<Node2>Test</Node2>
</TestMessa ... |