cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while creating new Postgresql instance in SAP Cloud Platform Cloud Foundry

christian102094
Participant
0 Kudos
1,520

Hello community,

I'm getting an error while creating new Postgresql instance in SAP Cloud Platform Cloud Foundry.

Used plan: shared-postgresql

Parameters (JSON): none

Application assignment: none

Instance name: newinstancedb (for example, it fails for any name)

Error: Unable to create service instance. We are sorry, but we have encountered an internal error. If the problem persists, please create a support ticket.

Service broker error: Service instance with name undefined not found

Any idea what I'm missing?

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Viktor
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Everyone,

Please try to create the instance using the below command example:

cf create-service postgresql shared-postgresql tenant-instance-1 -c '{"dedicated_instance": "postgres-dedicated-instance-1"}'

You should add the name of the dedicated service instance on which the tenant database will be created.

Best Regards,

Viktor

0 Kudos

Hi Viktor,
I'm still seeing this issue. Has there been any resolution?