Author |
Message |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 18, 2012 3:44 am Subject: Using File Output Node Broker 7.0.0.4 |
Thank you for the suggestion, I will propose this to my seniors...  |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 3:05 am Subject: Using File Output Node Broker 7.0.0.4 |
Currently the file is being sftp to a linux server... |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 2:30 am Subject: Using File Output Node Broker 7.0.0.4 |
got it SET OutputRoot.BLOB.BLOB = CAST(chrCDataVal as BLOB CCSID 1208)|| X'0D0A';
thanks again  |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 2:23 am Subject: Using File Output Node Broker 7.0.0.4 |
set it like this
DECLARE chrCDataVal CHAR InputRoot.XMLNSC.IBIS.AD.(XMLNSC.CDataValue);
SET OutputRoot.BLOB.BLOB = CAST(chrCDataVal as BLOB CCSID 1208);
works fine now..tha ... |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 2:07 am Subject: Using File Output Node Broker 7.0.0.4 |
I have not set it to SET OutputRoot.BLOB.BLOB = CAST(InputRoot.XMLNSC.IBIS.AD.(XMLNSC.CDataValue) AS BLOB CCSID 1208);
but getting error : The following error messages will give specific de ... |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 1:19 am Subject: Using File Output Node Broker 7.0.0.4 |
Hello,
Yes I am using esql and as a example this is input message
<IBIS version="2.0"><SH><SID>test</SID><TO></TO><FM></FM><MG>N& ... |
Topic: Using File Output Node Broker 7.0.0.4 |
ashrain
Replies: 12 Views: 5094
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Oct 17, 2012 12:45 am Subject: Using File Output Node Broker 7.0.0.4 |
Hello,
I need to read a message from an input queue ,extract the cdata from the message and sftp the file to the server.
My code currently sftp the file successfully to the server but cannot ext ... |
Topic: Converting XML Data to BLOB |
ashrain
Replies: 6 Views: 4088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2011 8:31 am Subject: Converting XML Data to BLOB |
Any help please..how should I proceed with the esql.thank you in advance...  |
Topic: Converting XML Data to BLOB |
ashrain
Replies: 6 Views: 4088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2011 8:06 am Subject: Converting XML Data to BLOB |
hello..I'm able to decode it now..but I need to send the message as blob data..please find below the esql :
--copy the entire message
CALL CopyEntireMessage();
DECLARE oleRef REFERENCE TO ... |
Topic: Converting XML Data to BLOB |
ashrain
Replies: 6 Views: 4088
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 21, 2011 7:17 am Subject: Converting XML Data to BLOB |
Hi All, i need to decode the cdata section and sent the xml as blob.Any help please .Input message is
<?xml version="1.0"?>
<IBISMSG version="1.1">
<SYSHEADE ... |
Topic: Reading hex data in CDATA section |
ashrain
Replies: 10 Views: 9021
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 17, 2011 5:19 am Subject: Reading hex data in CDATA section |
hello..thanks for the reply..my senior will be looking at it to come up with a solution and I will let you guys know if this has been solved.....tnx again |
Topic: Reading hex data in CDATA section |
ashrain
Replies: 10 Views: 9021
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 16, 2011 9:13 am Subject: Reading hex data in CDATA section |
Hello,
I'm trying to read hex data from a CDATA section,but its failing in the input queue.The CCSID is 819 and Encoding 273.
><![CDATA[SSANDHYA ]]>.Any help will be much appreciated |