cancel
Showing results for 
Search instead for 
Did you mean: 

Content provider in SAP BWZ standard errors out with connectivity error for design time destination

SumitKundu
Active Participant
0 Kudos
127

I am following this tutorial Integrate Your Application with SAP Build Work Zone, Standard Edition.

In step 3 for Common Data Model approach, I have created mta.yaml file as instructed and the cdm.json file as well. After deployment of the CAPM app to cloud foundry in my trial subaccount, destinations got created however the content provider in SAP Build Work Zone, standard edition is not working. When updating the content provider, it errors out as shown below. 

Not sure what went wrong here.

SumitKundu_0-1730967958560.png

Best regards,

Sumit

 

View Entire Topic
SumitKundu
Active Participant
0 Kudos

In extension landscape subaccounts, the URL should be like this: 

https://html5-apps-repo-rt.cfapps.us10.hana.ondemand.com/applications/cdm/incidents. Also the 
existing_destinations_policy: update is to be used to update the design time destination in case the destination has already been created. So example for the destination module goes as shown below:

 

- name: incident-management-destination-content
  type: com.sap.application.content
  requires:
  - name: incident-management-destination-service
    parameters:
      content-target: true
  - name: incidents_html_repo_runtime
    parameters:
      service-key:
        name: incidents-html5-app-runtime-service-key
  - name: incident-management-html5-repo-host
    parameters:
      service-key:
        name: incident-management-html5-repo-host-key
  - name: incident-management-auth
    parameters:
      service-key:
        name: incident-management-auth-key
  parameters:
    content:
      subaccount:
        destinations:
        - Name: incident-management_cdm
          ServiceInstanceName: incidents-html5-app-runtime-service
          ServiceKeyName: incidents-html5-app-runtime-service-key
          URL: https://html5-apps-repo-rt.cfapps.us10.hana.ondemand.com/applications/cdm/incidents
        existing_destinations_policy: update