<?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: 409 Error: The requested resource is not concurrent in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540882#M4701593</link>
    <description>&lt;P&gt;I was able to resolve this issues by add a random parameter after the function, so it not happen any more. But still, the issues is coming from the If-Match headers if I'm not wrong. Will try to take another look at this issues.&lt;/P&gt;</description>
    <pubDate>Mon, 29 Nov 2021 08:47:38 GMT</pubDate>
    <dc:creator>Andrew_Mai</dc:creator>
    <dc:date>2021-11-29T08:47:38Z</dc:date>
    <item>
      <title>409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaq-p/12540878</link>
      <description>&lt;P&gt;In my SAP/CAP, sometime, the request will return a error like this:&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1997747-image-20211126-112320.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Not sure what will cause this error? And how to prevent it. Since it happen very randomly, I have no clue what can cause this issues.&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 15:46:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaq-p/12540878</guid>
      <dc:creator>Andrew_Mai</dc:creator>
      <dc:date>2021-11-26T15:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540879#M4701590</link>
      <description>&lt;P&gt;Does it happen with PUT requests as in the description of &lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/409"&gt;409 - Conflict&lt;/A&gt;?&lt;/P&gt;</description>
      <pubDate>Fri, 26 Nov 2021 21:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540879#M4701590</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-11-26T21:34:34Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540880#M4701591</link>
      <description>&lt;P&gt;No. This API is an function endpoint, which will trigger to export an excel file. So it should be GET method, not PUT.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 02:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540880#M4701591</guid>
      <dc:creator>Andrew_Mai</dc:creator>
      <dc:date>2021-11-27T02:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540881#M4701592</link>
      <description>&lt;P&gt;Maybe you can share a sample project on a public Git repository.&lt;/P&gt;</description>
      <pubDate>Sat, 27 Nov 2021 19:34:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540881#M4701592</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-11-27T19:34:18Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540882#M4701593</link>
      <description>&lt;P&gt;I was able to resolve this issues by add a random parameter after the function, so it not happen any more. But still, the issues is coming from the If-Match headers if I'm not wrong. Will try to take another look at this issues.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 08:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540882#M4701593</guid>
      <dc:creator>Andrew_Mai</dc:creator>
      <dc:date>2021-11-29T08:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540883#M4701594</link>
      <description>&lt;P&gt;Hi  &lt;SPAN class="mention-scrubbed"&gt;andrew.mai&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;Yes, this happens if you're sending `if-match` or `if-none-match` headers and the respective entity has no etag configured. In future versions of  @sap/cds (Node.js) we will ignore those headers. Currently, the error 'The requested resource is not concurrent' is thrown.&lt;/P&gt;&lt;P&gt;Best regards,&lt;BR /&gt;David&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 11:14:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540883#M4701594</guid>
      <dc:creator>david_kunz2</dc:creator>
      <dc:date>2021-11-29T11:14:48Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540884#M4701595</link>
      <description>&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;I am not sure, but it seem it is related with some service we can find in tcode SICF. You can debug it, looking for the method you can check in SCIF. For more information, read the following blog: &lt;A href="https://blogs.sap.com/2016/07/15/how-to-debug-the-bsp-application-a-tutorial/" target="test_blank"&gt;https://blogs.sap.com/2016/07/15/how-to-debug-the-bsp-application-a-tutorial/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;As it seems also it is a end point, you need to know who is the SAP user ID this end point is running.&lt;/P&gt;&lt;P&gt;I did it for idocxml, usually it retunrs in the webUI or the other transaction sending an IDOC an error 409, but doint the debugging session I realized there were troubles related with parsing or others.&lt;/P&gt;&lt;P&gt;I hope it helps you&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eduardo Hinojosa&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540884#M4701595</guid>
      <dc:creator>eduardo_hinojosa</dc:creator>
      <dc:date>2021-11-29T15:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: 409 Error: The requested resource is not concurrent</title>
      <link>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540885#M4701596</link>
      <description>&lt;P&gt;As the question is about the SAP Cloud Application Programming Model this has noting to do with an SICF endpoint.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Nov 2021 15:56:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/409-error-the-requested-resource-is-not-concurrent/qaa-p/12540885#M4701596</guid>
      <dc:creator>gregorw</dc:creator>
      <dc:date>2021-11-29T15:56:58Z</dc:date>
    </item>
  </channel>
</rss>

