<?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: Postgres SQL  With CAP Deployment Issue in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaa-p/12770253#M4794094</link>
    <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;pedro.iranzoegea&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your quick response. I have followed the same with standard now the DB creation and binding is working absolutely fine. But while Deploying the app it stops at the db deployer task execution.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229822-image.png" /&gt;&lt;/P&gt;&lt;P&gt;And after that it shows Error starting application "TMS": Controller operation failed: 422 Unprocessable Entity: CF-UnprocessableEntity(10008): memory space_quota_exceeded error. We have 8gb left in the space.&lt;/P&gt;&lt;P&gt;This project has only one Entity which is only book which I have generated using the cds add tiny-sample. Is there any git repo available for CAP-Posgres Implementation, to refer. We are badly stuck at this point not able to move forward, please help us to resolve the issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 08:27:59 GMT</pubDate>
    <dc:creator>avik_saha0104_28</dc:creator>
    <dc:date>2023-11-17T08:27:59Z</dc:date>
    <item>
      <title>Postgres SQL  With CAP Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaq-p/12770251</link>
      <description>&lt;P&gt;Hello Team, &lt;/P&gt;
  &lt;P&gt;I am having PostgresSql service with standard service plan activated in my BTP account. &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229815-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;But while deploying the SAP CAP-Postgres DB app it's giving me the below error.&lt;/P&gt;
  &lt;P&gt;Error monitoring creation or update of services: Error creating service "TMS-db" from offering "postgresql-db" and plan "standard": Service broker error: Service broker backing-services-broker-postgresql-db-cf-us10-001 failed with: You do not have sufficient entitlements for storage_ha&lt;/P&gt;
  &lt;P&gt;Please find the MTA details as below for your reference.&lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229816-image.png" /&gt;&lt;/P&gt;
  &lt;P&gt;Kindly help me to resolve the issue.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;
  &lt;P&gt;Avik&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 05:58:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaq-p/12770251</guid>
      <dc:creator>avik_saha0104_28</dc:creator>
      <dc:date>2023-11-17T05:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres SQL  With CAP Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaa-p/12770252#M4794093</link>
      <description>&lt;P&gt;Hello Avik,&lt;/P&gt;&lt;P&gt;The problem is that the Postgres DB is getting created and has the high-availability option enabled (I think it's a default). Because you don't have the high-availability plan (storage_ha), you are getting the error.&lt;/P&gt;&lt;P&gt;In my experience, it's better to create the database service manually through the cockpit, disabling the high availability option, and then refer to that service in the mta.yaml:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;resources:&lt;BR /&gt;- name: pg-database-service
  type: org.cloudfoundry.existing-service
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pedro&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 08:10:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaa-p/12770252#M4794093</guid>
      <dc:creator>pedro_iranzo</dc:creator>
      <dc:date>2023-11-17T08:10:40Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres SQL  With CAP Deployment Issue</title>
      <link>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaa-p/12770253#M4794094</link>
      <description>&lt;P&gt;Hello  &lt;SPAN class="mention-scrubbed"&gt;pedro.iranzoegea&lt;/SPAN&gt;,&lt;/P&gt;&lt;P&gt;Thanks for your quick response. I have followed the same with standard now the DB creation and binding is working absolutely fine. But while Deploying the app it stops at the db deployer task execution.&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2229822-image.png" /&gt;&lt;/P&gt;&lt;P&gt;And after that it shows Error starting application "TMS": Controller operation failed: 422 Unprocessable Entity: CF-UnprocessableEntity(10008): memory space_quota_exceeded error. We have 8gb left in the space.&lt;/P&gt;&lt;P&gt;This project has only one Entity which is only book which I have generated using the cds add tiny-sample. Is there any git repo available for CAP-Posgres Implementation, to refer. We are badly stuck at this point not able to move forward, please help us to resolve the issue.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 08:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/postgres-sql-with-cap-deployment-issue/qaa-p/12770253#M4794094</guid>
      <dc:creator>avik_saha0104_28</dc:creator>
      <dc:date>2023-11-17T08:27:59Z</dc:date>
    </item>
  </channel>
</rss>

