Author |
Message |
Topic: DELETE FIELD fucntion in ESQL |
Meow
Replies: 3 Views: 21386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 16, 2004 2:07 pm Subject: DELETE FIELD fucntion in ESQL |
Wow... that really worked.
Thanks a bunch. |
Topic: DELETE FIELD fucntion in ESQL |
Meow
Replies: 3 Views: 21386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 16, 2004 12:24 pm Subject: DELETE FIELD fucntion in ESQL |
I am trying to use the delete function to remove a part of the input message tree and i am getting the following error...
2004-02-16 15:01:56.659000 385 RecoverableException BIP2230E: Error ... |
Topic: assign the i/p xml msg to an attribute of o/p xml msg |
Meow
Replies: 5 Views: 3690
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 16, 2004 8:28 am Subject: assign the i/p xml msg to an attribute of o/p xml msg |
I am not able to use the ASBITSTREAM function when i have multiple elements at the same leve.
we cant use :
ASBITSTREAM(InputRoot.XML.parent.child1); -- as it has multiple child elements at th ... |
Topic: Parsing Error |
Meow
Replies: 5 Views: 3151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 30, 2004 5:32 am Subject: Parsing Error |
WMQI 2.1/CSD 6/DB2/WIN NT
it is running before.
Please let me know |
Topic: Parsing Error |
Meow
Replies: 5 Views: 3151
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 29, 2004 4:41 pm Subject: Parsing Error |
when i start my broker i see the following errors in my event viewer
Database record associated with message flow 'ef98d243-fa00-0000-0080-a214852c5d5b' is not valid.
The message broker foun ... |
Topic: Aggregate nodes Error |
Meow
Replies: 5 Views: 6316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 29, 2004 10:14 am Subject: Aggregate nodes Error |
I have figured out the problem(Infinite Loop).
Shall try what you have suggested once i resolve Database issues on my box. I have tried by generating the new message id though.
It did not work. ... |
Topic: BITSTREAM |
Meow
Replies: 9 Views: 5506
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 29, 2004 6:09 am Subject: BITSTREAM |
try this...
copy the subtree into a new element.
ECLARE myCardinality INTEGER;
DECLARE myIndex INTEGER;
SET myIndex = 1;
SET myCardinality = CARDINALITY ("InputRoot"."XML"."Msg"."CharBody". ... |
Topic: Aggregate nodes Error |
Meow
Replies: 5 Views: 6316
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 28, 2004 2:59 pm Subject: Aggregate nodes Error |
I am trying to work on aggregate nodes. i am getting the following error when i am putting the message flow
Below are the Trace file details:
2004-01-28 18:31:31.077999 552 UserTrace B ... |
Topic: Am i getting the promote property right? |
Meow
Replies: 5 Views: 5445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 28, 2004 9:34 am Subject: Am i getting the promote property right? |
Can you Tell me what to do in a scenario like
I have a subflowA same as what you have mentioned. (input terminal -> compute node -> output terminal). I am making the database transactions in ... |
Topic: Abend Error |
Meow
Replies: 6 Views: 4430
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 28, 2004 9:20 am Subject: Abend Error |
Have you tried this
MOVE outptr TO OutputRoot.MRM.Message."Element".*[LAST];
i am not sure what does this represent:
MOVE outptr TO OutputRoot.MRM.Message."Element"[LAST];
Thanks,
Pa ... |
Topic: Am i getting the promote property right? |
Meow
Replies: 5 Views: 5445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 23, 2004 5:28 am Subject: Am i getting the promote property right? |
Is that true? I still have problems with promote property.
any suggestions plz
Thanks,
meow |
Topic: MQMD Header in custom node |
Meow
Replies: 2 Views: 2346
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 22, 2004 1:38 pm Subject: MQMD Header in custom node |
Cant we copy the MQMD header into the Environment Variables in a compute node before the custom node and copy them back to MQMD header after the custom node?
This is the simplest may be the stupid ... |
Topic: Am i getting the promote property right? |
Meow
Replies: 5 Views: 5445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 21, 2004 8:12 am Subject: Am i getting the promote property right? |
Can some one please confirm what i am doing is correct?
Thanks,
Meow |
Topic: Am i getting the promote property right? |
Meow
Replies: 5 Views: 5445
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2004 3:37 pm Subject: Am i getting the promote property right? |
This is the scenario
I have 3 message flows
1) flow A
2) subflow A
3) subflow_subflow A
I am performing database operation in subflow_subflow A. I am promoting the data source property of t ... |
Topic: ODBC ERROR |
Meow
Replies: 8 Views: 7540
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 20, 2004 3:05 pm Subject: ODBC ERROR |
As long as you give the valid data source name and table name in the compute node this should be fine.
so you can add
say your DSN name is ODBCDSN
then you can add ODBCDSN.EMPLOYEE and still u ... |