on 2019 Apr 08 6:51 AM
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.
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 14 | |
| 8 | |
| 6 | |
| 6 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.