<?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: filter CPI Error in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522324#M4693751</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for providing a lot of detail in your question!&lt;/P&gt;&lt;P&gt;The XPath expression in your Filter step is not quite right. Try this slightly edited one instead:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/root/empleados[cargo = "Delantero"]&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please note the the Filter step will remove the root element. To bring it back, add a Content Modifier step immediately after the Filter step with the following Message Body:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;root&amp;gt;&lt;BR /&gt;${body}&lt;BR /&gt;&amp;lt;/root&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;To learn more about the Filter step, check out &lt;A href="https://blogs.sap.com/2017/06/01/sap-cloud-platform-integration-content-filter-in-detail/" target="_blank"&gt;this blog post&lt;/A&gt; by &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;And by the way: To test your iflow while you are developing it, try the simulation mode. That lets you run your steps directly in the Web UI, without having to hook up a sender channel and without deploying the iflow. It's a really useful feature that will make your life easier.&lt;/P&gt;&lt;P&gt;Have fun with CPI!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morten&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 22:35:54 GMT</pubDate>
    <dc:creator>MortenWittrock</dc:creator>
    <dc:date>2022-03-29T22:35:54Z</dc:date>
    <item>
      <title>filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaq-p/12522322</link>
      <description>&lt;P&gt;Dear experts&lt;/P&gt;
  &lt;P&gt;I am creating an iflow using a trial instance for use filter.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034662-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;In the step filter appear this message warning:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034663-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;I modify the content using this structure:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034666-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;And in the step of filter use this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034668-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;However when I run the service in POSTMAL generate this error:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034669-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034670-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034671-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;What is the cause of this error?&lt;/P&gt;
  &lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 21:28:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaq-p/12522322</guid>
      <dc:creator>former_member740482</dc:creator>
      <dc:date>2022-03-29T21:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522323#M4693750</link>
      <description>&lt;P&gt;Can you double-check the email? Your content modifier filter email doesn't seem to match. Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 22:26:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522323#M4693750</guid>
      <dc:creator>amysy</dc:creator>
      <dc:date>2022-03-29T22:26:17Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522324#M4693751</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Thank you for providing a lot of detail in your question!&lt;/P&gt;&lt;P&gt;The XPath expression in your Filter step is not quite right. Try this slightly edited one instead:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;/root/empleados[cargo = "Delantero"]&lt;BR /&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Please note the the Filter step will remove the root element. To bring it back, add a Content Modifier step immediately after the Filter step with the following Message Body:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&amp;lt;?xml version="1.0" encoding="UTF-8"?&amp;gt;&lt;BR /&gt;&amp;lt;root&amp;gt;&lt;BR /&gt;${body}&lt;BR /&gt;&amp;lt;/root&amp;gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;To learn more about the Filter step, check out &lt;A href="https://blogs.sap.com/2017/06/01/sap-cloud-platform-integration-content-filter-in-detail/" target="_blank"&gt;this blog post&lt;/A&gt; by &lt;SPAN class="mention-scrubbed"&gt;sriprasadshivaramabhat&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;And by the way: To test your iflow while you are developing it, try the simulation mode. That lets you run your steps directly in the Web UI, without having to hook up a sender channel and without deploying the iflow. It's a really useful feature that will make your life easier.&lt;/P&gt;&lt;P&gt;Have fun with CPI!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morten&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 22:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522324#M4693751</guid>
      <dc:creator>MortenWittrock</dc:creator>
      <dc:date>2022-03-29T22:35:54Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522325#M4693752</link>
      <description>&lt;P&gt;Hi Morten&lt;/P&gt;&lt;P&gt;With you suggestion , the issue was solved&lt;/P&gt;&lt;P&gt;I have followed this blog for active the simulate mode&lt;/P&gt;&lt;P&gt;&lt;A href="https://blogs.sap.com/2020/04/13/integration-flow-simulation-in-sap-cloud-platform-integration/"&gt;Integration Flow Simulation in SAP Cloud Integration | SAP Blogs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And I dont found the option "Simulation mode"&lt;/P&gt;&lt;P&gt;I am working this with a trial.&lt;/P&gt;&lt;P&gt;How can get this?&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034672-image.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 01:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522325#M4693752</guid>
      <dc:creator>former_member740482</dc:creator>
      <dc:date>2022-03-30T01:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522326#M4693753</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;partytecnico74&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;You have to set the start and end point of the simulation before you can start it:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2034679-simulation.png" /&gt;&lt;/P&gt;&lt;P&gt;You no longer have to switch on simulation mode, as described in your link; it's always on.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morten&lt;/P&gt;</description>
      <pubDate>Wed, 30 Mar 2022 08:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522326#M4693753</guid>
      <dc:creator>MortenWittrock</dc:creator>
      <dc:date>2022-03-30T08:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522327#M4693754</link>
      <description>&lt;BR /&gt;Hi Morten. I question different:&lt;BR /&gt;&lt;BR /&gt;In several blog I have found the concepts of "tenant management node" and "tenant runtime node"&lt;BR /&gt;Where can found this in my count trial? and what are the functions of each one?&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Thu, 31 Mar 2022 13:07:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522327#M4693754</guid>
      <dc:creator>former_member740482</dc:creator>
      <dc:date>2022-03-31T13:07:33Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522328#M4693755</link>
      <description>&lt;P&gt;Hi &lt;SPAN class="mention-scrubbed"&gt;partytecnico74&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;Runtime nodes is where messages are processed and endpoints are exposed. They are managed by a tenant management node, which also runs CPI tools like the Web UI and the OData API.  You can find more information about those topics &lt;A href="https://help.sap.com/viewer/368c481cd6954bdfa5d0435479fd4eaf/IAT/en-US/7fec71dcde4b42e68503d5aa6657f602.html" target="_blank"&gt;here&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Morten&lt;/P&gt;</description>
      <pubDate>Fri, 01 Apr 2022 09:49:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522328#M4693755</guid>
      <dc:creator>MortenWittrock</dc:creator>
      <dc:date>2022-04-01T09:49:19Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522329#M4693756</link>
      <description>&lt;P&gt;Hi Morten&lt;/P&gt;&lt;P&gt;I have other question that created in this link, please can help me &lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.sap.com/questions/13614261/modifying-content-modifier.html"&gt;Modifying Content Modifier | SAP Community&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Regards!&lt;/P&gt;</description>
      <pubDate>Sat, 02 Apr 2022 10:53:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522329#M4693756</guid>
      <dc:creator>former_member740482</dc:creator>
      <dc:date>2022-04-02T10:53:53Z</dc:date>
    </item>
    <item>
      <title>Re: filter CPI Error</title>
      <link>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522330#M4693757</link>
      <description>&lt;P&gt;Hi Morten &lt;/P&gt;&lt;P&gt;I am getting this error when I am using :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; &lt;STRONG&gt;Expression Type &lt;/STRONG&gt;: Non XML 
 &lt;STRONG&gt;condition&lt;/STRONG&gt; : ${property.Account_Type} =  'Individual'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2039722-image.png" /&gt;&lt;/P&gt;&lt;P&gt;I also have used this and not work:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;STRONG&gt;Expression Type &lt;/STRONG&gt;: Non XML 
 &lt;STRONG&gt;condition&lt;/STRONG&gt; : [${property.Account_Type} =  'Individual']&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I have created the condition having into account this:&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2039721-image.png" /&gt;&lt;/P&gt;&lt;P&gt;However the error appear.&lt;/P&gt;&lt;P&gt;What is the cause of this error?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2022 21:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/filter-cpi-error/qaa-p/12522330#M4693757</guid>
      <dc:creator>former_member740482</dc:creator>
      <dc:date>2022-04-14T21:58:25Z</dc:date>
    </item>
  </channel>
</rss>

