Full disclosure: Very experienced developer, but totally new to this product.
I am following the steps for Develop an App for SAP Build Work Zone, standard edition with Your Own Dev Tools.
I am on this page. When I perform the steps to deploy the application, I am getting the following error when it goes to create the destination service: Service broker error: Service broker destination-service-broker failed with: Service broker parameters are invalid: Destination name: contains invalid character.
What I believe is the relevant section of the mta.yaml file is as follows:
resources:
– name: tutorial.myui5project-destination-service
type: org.cloudfoundry.managed-service
parameters:
service: destination
service-name: tutorial.myui5project-destination-service
service-plan: lite
config:
HTML5Runtime_enabled: true
version: 0.0.1
init_data:
instance:
existing_destinations_policy: update
destinations:
– Name: “”
Authentication: NoAuthentication
ProxyType: Internet
Type: HTTP
HTML5.DynamicDestination: true
HTML5.ForwardAuthToken: true
This was all generated automatically by following the tutorial steps. A lot of Googling and searching the SAP KB has led me nowhere. Any ideas?
Al