Author |
Message |
Topic: Help with ASBITSTREAM. |
wmb61_user
Replies: 4 Views: 5204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 31, 2008 11:25 am Subject: Help with ASBITSTREAM. |
sridhsri,
Thanks for the response. Now I get a space when I use the function with the changes you have suggested. I know that that an exception is being generated when I debug it in my tool kit.
... |
Topic: Help with ASBITSTREAM. |
wmb61_user
Replies: 4 Views: 5204
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 31, 2008 8:24 am Subject: Help with ASBITSTREAM. |
I am trying to convert the Exceptionlist into Char so that I can send in the e-mail. I am having issues with it. Please see the code below. I get an E-mail message with the relevant informatin as soon ... |
Topic: Help with creating an e-mail message body. |
wmb61_user
Replies: 8 Views: 4289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 24, 2008 1:32 pm Subject: Help with creating an e-mail message body. |
AkankshA,
I am not sure as to what parameters to use in the ASBITSTREAM funciton. Need some guidance.
Thanks. |
Topic: Adding new line character in a string?. |
wmb61_user
Replies: 3 Views: 3027
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 24, 2008 12:57 pm Subject: Adding new line character in a string?. |
sridhsri,
I cannot create any elements underneath Body as I am using an XSD that should conform to what our SendEmail message flow uses. What ever text needs to go out should be in the Body. |
Topic: Adding new line character in a string?. |
wmb61_user
Replies: 3 Views: 3027
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 24, 2008 11:19 am Subject: Adding new line character in a string?. |
I would like to send the source queue name and the a control number that was in error(this is part of the input message) in the body of an e-mail. I was able to figure how to do this but cannot break ... |
Topic: Help with compute node. |
wmb61_user
Replies: 2 Views: 2183
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jul 20, 2008 7:11 pm Subject: Help with compute node. |
Can you please post the ESQL code to check for the return code. I searched the forum but could not find it. Your help is greatly appreciated. |
Topic: Help with compute node. |
wmb61_user
Replies: 2 Views: 2183
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 18, 2008 9:32 am Subject: Help with compute node. |
Hi,
I have a compute node in which I am doing database read on a DB2 table. I would like to ignore go to the next message when the return code is +100 with out going to subsequent nodes. How do I ... |
Topic: Help with creating an e-mail message body. |
wmb61_user
Replies: 8 Views: 4289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 15, 2008 11:06 am Subject: Help with creating an e-mail message body |
I tried the following and it does not work. Any ideas?.
SET Exceptions = ASBITSTREAM(InputRoot.ExceptionList);
SET OutputRoot.XMLNSC.Email.Body = InputRoot.MQMD.SourceQueue || CAST(Exception ... |
Topic: Help with ESQL in compute node. |
wmb61_user
Replies: 7 Views: 4563
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 10, 2008 7:24 am Subject: Help with ESQL in compute node. |
Akankhsa,
The output looks like this.
<ORD_NBR ABC </ORD_NBR>
< ITEM_NBR 123 </ITM_NBR>
<ORD_NBR ABC </ORD_NBR>
< ITEM_NBR 456 </ITM_NBR> |
Topic: Help with ESQL in compute node. |
wmb61_user
Replies: 7 Views: 4563
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 09, 2008 1:28 pm Subject: Help with ESQL in compute node. |
The bottom line is that it is not efficient to do to SQL calls when you can get away with one. |
Topic: Help with ESQL in compute node. |
wmb61_user
Replies: 7 Views: 4563
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 09, 2008 11:21 am Subject: Help with ESQL in compute node. |
I have two SQLs going after a the same set of tables using the PASSTHRU funciton. One to get the header level information and one to get the line level information. I did it this way as I only need on ... |
Topic: Help with creating an e-mail message body. |
wmb61_user
Replies: 8 Views: 4289
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jun 17, 2008 11:05 am Subject: Help with creating an e-mail message body. |
Folks,
We intend to send out an e-mail with the name of the source queue and the execption message in the body of the e-mail. We have figured out the part where we can send an e-mail with the sour ... |
Topic: Add namespace to XML output using XML. |
wmb61_user
Replies: 9 Views: 6684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 22, 2008 1:07 pm Subject: Add namespace to XML output using XML. |
I am almost there. Can some one tell me how to add teh xmlns:xsi and
xsi:schemaLocation to the namespace declaration.
Thanks |
Topic: Add namespace to XML output using XML. |
wmb61_user
Replies: 9 Views: 6684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 22, 2008 12:52 pm Subject: Add namespace to XML output using XML. |
Figured it out. Thanks. |
Topic: Add namespace to XML output using XML. |
wmb61_user
Replies: 9 Views: 6684
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 22, 2008 8:30 am Subject: Adding XML namespace |
Kimbert,
Thanks for the direction so far. I am using the following code and getting a new namspace for each of the elements. How do I get the name space of lfob for all the elements. Thanks a lo ... |