Author |
Message |
Topic: ESQL assistance for the following XML scenario |
CHERIANV
Replies: 7 Views: 4589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 23, 2008 7:02 pm Subject: ESQL assistance for the following XML scenario |
Thanks ! I was able to resolve this. |
Topic: ESQL assistance for the following XML scenario |
CHERIANV
Replies: 7 Views: 4589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 22, 2008 10:24 am Subject: ESQL assistance for the following XML scenario |
What does it mean to not use the XML domain ? Not to use it just in the SELECT clause or not to use the domain itself . What are the other options ?
You're right. The two dots are a typo and not i ... |
Topic: ESQL assistance for the following XML scenario |
CHERIANV
Replies: 7 Views: 4589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 22, 2008 4:42 am Subject: ESQL assistance for the following XML scenario |
Here are the SELECT clauses I tried that hasnt worked :
1.)
SET OutputRoot.MRM.CONTROL_RECORD..ZPURAMT = THE(SELECT ITEM TBL.TotalAmount FROM InputRoot.XML.Body.Line AS TBL
WHERE TB ... |
Topic: ESQL assistance for the following XML scenario |
CHERIANV
Replies: 7 Views: 4589
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 21, 2008 6:20 pm Subject: ESQL assistance for the following XML scenario |
Hi -
This looks simple but I'm having some issues. I need to extract the <TotalAmount> field where the attribute type='PurAmt' and assign it to an MRM field. I tried the different SELECT c ... |
Topic: Japanese XML chars. via MQ |
CHERIANV
Replies: 7 Views: 3191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2006 10:57 am Subject: Japanese XML chars. via MQ |
Thanks Jeff. It appears that the message we are receiving is defaulted to the originating Queue Manager's copepage ie. 819. Is it possible to CAST the incoming message that we currently receive with C ... |
Topic: Japanese XML chars. via MQ |
CHERIANV
Replies: 7 Views: 3191
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 13, 2006 9:41 am Subject: Japanese XML chars. via MQ |
Hello,
We're receiving a UTF-8 XML message with Japanese chars. via MQ but the MQMD codepage is 819 within the message . We parse this message through a Message Flow hosted by a Z/OS WMQI 2.1 Bro ... |
Topic: ESQL question - array / stack implementation |
CHERIANV
Replies: 7 Views: 9608
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 25, 2005 2:36 pm Subject: ESQL question - array / stack implementation |
Thanks! I used POSITION as an immediate workaround for the problem at hand. |
Topic: ESQL question - array / stack implementation |
CHERIANV
Replies: 7 Views: 9608
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 25, 2005 10:05 am Subject: ESQL question - array / stack implementation |
Jeff,
It is just in the *current* message . Currently, I'm just comparing the current and previous item and processing every unique item . For eg., assuming I have line items 10,10,10,20,20,30,30 ... |
Topic: ESQL question - array / stack implementation |
CHERIANV
Replies: 7 Views: 9608
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 25, 2005 8:54 am Subject: ESQL question - array / stack implementation |
Hi,
I have a situation where I need to store the value of a particular field in every occurence of the XML that I process and then check that value against the folllowing occurences to validate if ... |
Topic: Maximum number of Execution Groups in WMQI 2.1 |
CHERIANV
Replies: 1 Views: 1961
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 11, 2005 8:14 am Subject: Maximum number of Execution Groups in WMQI 2.1 |
Hello,
Can someone tell me what is the max. number of exection groups that can be run from a Z/OS WMQI 2.1 Broker ? Thanks! |
Topic: Incomple Message Set during deploy |
CHERIANV
Replies: 2 Views: 2429
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2005 1:23 pm Subject: Incomple Message Set during deploy |
Hi,
Thanks for pointing the field "ADDRESS". It was a complete oversight on my thinking the problem to be something around COBOL. The deploy worked fine now.
Cheers! |
Topic: Incomple Message Set during deploy |
CHERIANV
Replies: 2 Views: 2429
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 15, 2005 10:49 am Subject: Incomple Message Set during deploy |
Hi,
I have been having problems in deploying the following message set to a Z/OS Broker . The import of the COBOL structure works fine excepting for the following warnings :
Summary:
No. of Er ... |
Topic: DOCTYPE in XML document |
CHERIANV
Replies: 3 Views: 3311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 24, 2005 9:10 am Subject: DOCTYPE in XML document |
I think I found the solution :
I had to use (XML.Element) to assign the XML elements to create the XML message to differentiate the DOCTYPE and the XML body and it worked...
Thanks... |
Topic: DOCTYPE in XML document |
CHERIANV
Replies: 3 Views: 3311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 24, 2005 7:26 am Subject: DOCTYPE element error |
Am able to get the DOCTYPE line to the XML doc. but it's failing with the following error posted below when I try to assign the DOCTYPE the same as root element "Update_SAP_OrderStatus" . It works fin ... |
Topic: DOCTYPE in XML document |
CHERIANV
Replies: 3 Views: 3311
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 23, 2005 12:10 pm Subject: DOCTYPE in XML document |
Hi,
Is it possible to create the following DOCTYPE line the XML doc. in the ESQL as the target application is expecting it... Is it possible to create an XML message with this line ?
<?xml ... |