2024 Dec 17 10:42 AM
Hello! We are using object store reference instance in our mta like described here: https://community.sap.com/t5/technology-blogs-by-sap/object-store-on-sap-btp-setting-up-instance-sha...
In our mta we have something like the below with a valid uuid:
resources:
- name: objstore
type: org.cloudfoundry.managed-service
parameters:
service: objectstore
service-name: objstore-ref
service-plan: reference-instance
config:
referenced_instance_id: xxxxxxxx-xxxx-xxxx-xxxxx-xxxxxxxxxx
Deployment the first time works fine. When we do a second deployment, an warning is generated:
2025 May 08 10:22 AM
Did you resolve the issue?
2025 May 08 4:45 PM
Afraid not. We put a workaround which is to create the instance manually in BTP and then set the mta for "existing-service"