Author |
Message |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 31, 2020 4:44 pm Subject: Re: Unique Records |
Again, this is only an (untested) example; feel free to modify it, as needed.[/quote]
Thank you.. it doesn't worked out.. and thank you so much for your valuable thought. |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 29, 2020 7:43 am Subject: Re: Unique Records |
DECLARE tempRow ROW;
DECLARE recCount INTEGER;
FOR elemRef AS InputRoot.XMLNSC.EmployeeList.EmployeeInfo[] DO
SET tempRow.{elemRef} TYPE = Name;
END FOR;
SET recCount = ... |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2020 8:21 pm Subject: Unique Records |
DECLARE tempGroup,temprow ROW;
DECLARE index INTEGER 1;
SET tempGroup.EmployeeInfo[1] = InputRoot.XMLNSC.EmployeelList.EmployeeInfo[1];
FOR loopField AS InputRoot. ... |
Topic: ESQL Select DISTINCT |
arunkumo
Replies: 17 Views: 34951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2020 2:04 pm Subject: Re: Solution for getting Distinct |
Hi,
DECLARE tempGroup ROW;
DECLARE index INTEGER 1;
set tempGroup.Field[1] = InputRoot.XMLNS.Body.Field[1];
FOR loopField As InputRoot.XMLNS.Body.Field[*]
IF NOT EXIST ... |
Topic: Regarding XSL Transform NODE in a message flow |
arunkumo
Replies: 6 Views: 7554
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2020 1:48 pm Subject: Re: Regarding XSL Transform NODE in a message flow |
Hi ALL,
Need your inputs about the below scenorio.
Our requirement: To place the xslt on external file system and set the endpoint of the xslt (external file system endpoint) in the local environ ... |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 27, 2020 11:52 am Subject: Unique Records |
It doesn't worked with ESQL-COmpute NodeThe technique suggested by abhi_thri/mqjeff does work. I think you mean that you could not work out how to do it
Can you help me ,how to achieve in esql. ... |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jan 25, 2020 8:38 am Subject: Unique Records |
Thank you Abhi and Niki.
It doesn't worked with ESQL-COmpute Node. Well I have achieved this by using xsl transformation node as of now. Because if i want to use java,it suppose to compare and 2 loop ... |
Topic: ESQL Select DISTINCT |
arunkumo
Replies: 17 Views: 34951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 22, 2020 2:41 pm Subject: ESQL Select DISTINCT |
I have created new thread like Unique Records.Can anyone know some solution,please let me know. |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 22, 2020 1:50 pm Subject: Unique Records |
Thank you Abhi. I have tryed this option but it didn't worked out.
I can do iteration but ,we r getting 1000 of records, automatically processing impact slow performance.
I have referred below lin ... |
Topic: Unique Records |
arunkumo
Replies: 17 Views: 20700
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 21, 2020 5:37 pm Subject: Unique Records |
Hi,
I want to calculate unique records while I received from File . The file having number of records and repetitive records like below.
Header file 21012010
Bose,sbi,21022010
sati,icic,210120 ... |
Topic: ESQL Select DISTINCT |
arunkumo
Replies: 17 Views: 34951
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 21, 2020 2:39 pm Subject: distinct records |
Can some one tells how to get the distinct record count from esql for message tree. I don't have any database interactions. From the Message tree, i want to find the unique records, i have tryed cardi ... |
Topic: Message not appering in MQ output node Queue |
arunkumo
Replies: 4 Views: 5594
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Jul 16, 2016 10:36 am Subject: Message not appering in MQ output node Queue |
thank you for the help.
it's working |
Topic: Message not appering in MQ output node Queue |
arunkumo
Replies: 4 Views: 5594
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 08, 2016 10:11 am Subject: Message not appering in MQ output node Queue |
it is in IIB 1o and DFDL parser i am using. |
Topic: Message not appering in MQ output node Queue |
arunkumo
Replies: 4 Views: 5594
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 08, 2016 10:08 am Subject: Message not appering in MQ output node Queue |
Hi,
I have sent a message to output queue to maintain the transaction.
Transaction mode is automatic and persistence mode also automatic.
from compute node,it is going to MQ output node but th ... |
Topic: convert message set project to shared library in IIB 10. |
arunkumo
Replies: 0 Views: 3260
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 04, 2016 9:44 am Subject: convert message set project to shared library in IIB 10. |
Hi,
Is it possible to convert the message set project to Shared library .
we are planning to convert message set project to shared library.
I have created shared library and gave the reference of m ... |