Author |
Message |
Topic: cardinality of an XML document |
KIARA
Replies: 9 Views: 4619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 17, 2004 3:13 am Subject: cardinality of an XML document |
hi again,
When I try the following as you suggested the messsage fails
declare i integer;
declare x integer;
set i = cardinality (InputRoot.XML.SQLMESSAGE.ROW = InputRoot.XML.SQLMESSAGE.ROW.ac ... |
Topic: cardinality of an XML document |
KIARA
Replies: 9 Views: 4619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 17, 2004 1:16 am Subject: cardinality of an XML document |
hi
I know there are definitley 2 lines as when I bring the flow throught the debugger, I can see the 2 lines and all the values are correct for the 2 lines |
Topic: cardinality of an XML document |
KIARA
Replies: 9 Views: 4619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 14, 2004 7:38 am Subject: cardinality of an XML document |
thanks for explaining that - have you any ideas why the code wont loop though using the cardinality function?
k. |
Topic: cardinality of an XML document |
KIARA
Replies: 9 Views: 4619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 14, 2004 7:21 am Subject: cardinality in XML |
hi missam
thanks for the reply
yes , I tried that originally but still get the output as <ACCOUNT_NO>111111</ACCOUNT_NO>
there are definitely 2 line coming back from the database as I ... |
Topic: cardinality of an XML document |
KIARA
Replies: 9 Views: 4619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 14, 2004 7:08 am Subject: cardinality of an XML document |
Hi ,
I am trying to loop in a msg flow using the cardinality of an XML message that has been exptracted from a SQL database and put to a queue using JDBC.
I AM REFERENCING THE CARDINALITY AS
... |
Topic: commiting to a database using segmentation |
KIARA
Replies: 0 Views: 1068
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 26, 2004 2:34 am Subject: commiting to a database using segmentation |
Hi,
The scenario is as follows.
I have a message flow that uses message segmentation.
The offset and message id are set by the flow dynamically.
I also need to sets fields within the flow from a d ... |
Topic: TIMER PLUG IN NODE support pac(iaok) |
KIARA
Replies: 1 Views: 1528
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 16, 2004 1:27 am Subject: TIMER PLUG IN NODE support pac(iaok) |
Hi,
Has anyone installed the timer plug in nodesupport pac(iaok). I have followed the doc exactly, but at the last step, when I right click on IBM Primitives to add the nodes I cannot see them. Howev ... |
Topic: Message Segmentation |
KIARA
Replies: 3 Views: 2756
|
Forum: General IBM MQ Support Posted: Tue Mar 09, 2004 2:39 am Subject: Message Segmentation |
Hi Eddie
What I am doing is on the first flow, all msgs pile up until the trailer message is received. These msgs then go to the output queue.
The output q of the 1st flow is the input q of the se ... |
Topic: Message Segmentation |
KIARA
Replies: 3 Views: 2756
|
Forum: General IBM MQ Support Posted: Fri Mar 05, 2004 8:06 am Subject: Message Segmentation |
I have created a flow, to take msgs off a q. there are 3 types of msgs going to the q - header msgs, lines msgs and trailer msgs. I want the msgs to stay on the q until the flow receives the trailer m ... |