Author |
Message |
Topic: shared row can't we use in flow level |
djosyula
Replies: 2 Views: 3147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 07, 2017 7:41 am Subject: shared row can't we use in flow level |
Dear experts,
I have 2 flows in one integration project
flow 1: mqinput1->compute1->mqoutput1
compute node1 :
DECLARE shrdrw SHARED ROW;
set shrdrw =inputroot.xmlnsc.input.emp;
fl ... |
Topic: Conversion of time from GMT to EST/EDT |
djosyula
Replies: 2 Views: 2619
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 15, 2017 7:02 am Subject: Conversion of time from GMT to EST/EDT |
Hi Experts,
I stucked in Time conversion in esql ,Is it possible in ESQL ? or I have to go for external java class
In esql :
how to convert GMT time to EST/EDT based on time zone |
Topic: Need to check condition only-once until EG restart |
djosyula
Replies: 1 Views: 1919
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 08, 2017 3:02 am Subject: Need to check condition only-once until EG restart |
Hi Experts,
I'll get several inputs from source and I might get inputs in different times but for the first input only I have to get details(user name ,pwd) from database remaining times no need ,i ... |
Topic: ESQL coding for sorting of data from XML input |
djosyula
Replies: 4 Views: 5707
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 03, 2017 5:56 am Subject: sorting in esql is done |
Here is code for sorting in ESQL
DECLARE SIZE INTEGER CARDINALITY(InputRoot.XMLNSC.LIST.*[]);
DECLARE rOutRef REFERENCE TO OutputRoot.XMLNSC;
DECLARE I,J INTEGER 1;
DECLARE A ,TEMP_F,TEMP_S,TEM ... |
Topic: ESQL coding for sorting of data from XML input |
djosyula
Replies: 4 Views: 5707
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 27, 2017 6:16 am Subject: ESQL coding for sorting of data from XML input |
Hi Experts , Is there any way in ESQL coding for sorting of data from XML file.Thanks in advance
input :
<LIST>
<EMP>
<EMP_ID>4</EMP_ID>
</EMP>
<EMP>
< ... |
Topic: Removing unicodes in XML file |
djosyula
Replies: 10 Views: 5487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 31, 2017 2:32 am Subject: Removing unicodes in XML file |
My sincere apologies for that
Actually I didn't mean you are in my team ,I don't know who are in online at that moment so mentioned like that ,it's my bad going forward I'll not repeat this .T ... |
Topic: Removing unicodes in XML file |
djosyula
Replies: 10 Views: 5487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 31, 2017 1:28 am Subject: Removing unicodes in XML file |
Hi Team,
Good Morning! I'm receiving above mentioned input from vendor same I'm doing map to output fields ,while I'm debugging I'have't seen those unicodes in IIB but when I'm placing same outp ... |
Topic: Removing unicodes in XML file |
djosyula
Replies: 10 Views: 5487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 30, 2017 7:49 am Subject: Removing unicodes in XML file |
Thanks for quick response , In earlier message My unicodes are not properly pasted here ,I'll give you my input ,please find below
<Task>
<Item>
(&)(#)8226;Adjusble stra ... |
Topic: Removing unicodes in XML file |
djosyula
Replies: 10 Views: 5487
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 30, 2017 7:11 am Subject: Removing unicodes in XML file |
Hi Experts ,
Good evening! I'm facing issue unicodes ,I want to remove unicodes from input XML File, below is my input file
<Task>
<Item>
•Adjusble strap with 22-in. dro ... |