<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Question Re: Transformation of Message after Join/Gather  is throwing an error in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696675#M188237</link>
    <description>&lt;P&gt;My problem was that for one item i couldnt find any additional data in the soap call, making that in one of the splits i couldnt find the /Orders/Order xpath. But CPI trace says that the problem is in the splitter not the gather.&lt;/P&gt;</description>
    <pubDate>Thu, 10 Dec 2020 13:33:40 GMT</pubDate>
    <dc:creator>former_member717933</dc:creator>
    <dc:date>2020-12-10T13:33:40Z</dc:date>
    <item>
      <title>Transformation of Message after Join/Gather  is throwing an error</title>
      <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaq-p/696671</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I am using gather with XPath to join multiple same format message together. It works well as long as there is no message mapping (to transform message into desired format) after Gather. When I have message mapping or xslt to transform message after gather, then I receive error &lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;BR /&gt;Inbound processing in endpoint at /getData failed with message "Fault:Sequential processing failed for number 1. Exchange[ID-vsa]. Caused by: [com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException - com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException: com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException: No nodes Found matching the source XPath - Cannot continue with Aggregation.]", caused by "AggregationStrategyException:No nodes Found matching the source XPath - Cannot continue with Aggregation."&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;I am using Sender channel soap (Request-Reply) request to return XML message.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;In trace, I can see error message envelope appear on join action. Any clue what is the reason for such error when using message transformation after gather action?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 13:49:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaq-p/696671</guid>
      <dc:creator>Syed1234</dc:creator>
      <dc:date>2018-08-06T13:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation of Message after Join/Gather  is throwing an error</title>
      <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696672#M188234</link>
      <description>&lt;P&gt;Hello Farhan,&lt;/P&gt;
  &lt;P&gt;Could you please provide more information on below&lt;/P&gt;
  &lt;P&gt;1) Input payload&lt;/P&gt;
  &lt;P&gt;2) Screenshot of your iflow.&lt;/P&gt;
  &lt;P&gt;3) Screenshot of your gather with condition and Message Mapping.&lt;/P&gt;
  &lt;P&gt;&lt;STRONG&gt;Regards,&lt;/STRONG&gt;&lt;/P&gt;
  &lt;P&gt;Sriprasad Shivaram Bhat&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 06:00:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696672#M188234</guid>
      <dc:creator>Sriprasadsbhat</dc:creator>
      <dc:date>2018-08-07T06:00:23Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation of Message after Join/Gather  is throwing an error</title>
      <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696673#M188235</link>
      <description>&lt;P&gt;Hi Sriprasad,&lt;/P&gt;
  &lt;P&gt;Thanks for your answer.&lt;/P&gt;
  &lt;P&gt;Sure.This is iflow &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/186263-capture.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Sorry, its a bit lengthy. Issue is arriving only when having highlighted message mapping after Gather. When I want to transform the XML payload to desired one, then error appears. If I remove this message mapping then the result come coorectly. &lt;/P&gt;
  &lt;P&gt;1) Input payload&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soap:Header/&amp;gt;
   &amp;lt;soap:Body&amp;gt;
      &amp;lt;PerPerson&amp;gt; &amp;lt;PerPerson&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/PerPerson&amp;gt;
         &amp;lt;PerPerson&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/PerPerson&amp;gt;
         &amp;lt;PerPerson&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/PerPerson&amp;gt;
         &amp;lt;PerPerson&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/PerPerson&amp;gt;
      &amp;lt;/PerPerson&amp;gt;
   &amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Desired Payload&lt;/P&gt;
  &lt;PRE&gt;&lt;CODE&gt;&amp;lt;soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"&amp;gt;
   &amp;lt;soap:Header/&amp;gt;
   &amp;lt;soap:Body&amp;gt;
      &amp;lt;PerPerson&amp;gt;
         &amp;lt;Employee&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/Employee&amp;gt;
         &amp;lt;Manager1&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/Manager1&amp;gt;
         &amp;lt;Manager2&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/Manager2&amp;gt;
         &amp;lt;Manager3&amp;gt;
            &amp;lt;latestTerminationDate/&amp;gt;
            &amp;lt;externalCode&amp;gt;value&amp;lt;/externalCode&amp;gt;
            &amp;lt;emailAddress&amp;gt;value&amp;lt;/emailAddress&amp;gt;
         &amp;lt;/Manager3&amp;gt;
      &amp;lt;/PerPerson&amp;gt;
   &amp;lt;/soap:Body&amp;gt;
&amp;lt;/soap:Envelope&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;
  &lt;P&gt;Due to replacing PerPerson via Employee, Manager1,Manager2,Manager3, its causing an error as I have used before Gather with XPath on //PerPerson/PerPerson&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/186266-capture1.jpg" /&gt;&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 06:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696673#M188235</guid>
      <dc:creator>Syed1234</dc:creator>
      <dc:date>2018-08-07T06:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation of Message after Join/Gather  is throwing an error</title>
      <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696674#M188236</link>
      <description>&lt;P&gt;I have a similar problem, after adding a gather step suddenly the General splitter gives this error &lt;/P&gt;&lt;P&gt;com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException: com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException: com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException: No nodes Found matching the source XPath - Cannot continue with Aggregation., cause: com.sap.it.rt.camel.aggregate.exception.AggregationStrategyException: No nodes Found matching the source XPath - Cannot continue with Aggregation.&lt;/P&gt;&lt;P&gt;Before the gather was added the splitter works, just that i get multiple timestamped files on my sftp output instead of everything in a single one&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 13:06:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696674#M188236</guid>
      <dc:creator>former_member717933</dc:creator>
      <dc:date>2020-12-10T13:06:56Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation of Message after Join/Gather  is throwing an error</title>
      <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696675#M188237</link>
      <description>&lt;P&gt;My problem was that for one item i couldnt find any additional data in the soap call, making that in one of the splits i couldnt find the /Orders/Order xpath. But CPI trace says that the problem is in the splitter not the gather.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Dec 2020 13:33:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/696675#M188237</guid>
      <dc:creator>former_member717933</dc:creator>
      <dc:date>2020-12-10T13:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: Transformation of Message after Join/Gather  is throwing an error</title>
      <link>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/14039322#M4906320</link>
      <description>Would be nice if you could share your fix .....</description>
      <pubDate>Mon, 10 Mar 2025 17:49:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/transformation-of-message-after-join-gather-is-throwing-an-error/qaa-p/14039322#M4906320</guid>
      <dc:creator>RaviRIyer</dc:creator>
      <dc:date>2025-03-10T17:49:31Z</dc:date>
    </item>
  </channel>
</rss>

