Skip to Content
2
Sep 06, 2017 at 09:05 AM

SAP Web IDE Multi-Cloud Trial Version: Build of HDB CDS Artifact fails

519 Views Last edit May 26, 2020 at 02:51 PM 3 rev

I cannot build my HDB CDS Artifact in the SAP Web IDE Multi-Cloud Trial Version. I have done the following steps:

  1. Kickstart a new Multi-Target Application from Template ('HelloWorld')
  2. Create a new SAP HANA Database Module ('db')
  3. Create a new HDB CDS Artifact
  4. Rightlick on folder 'db' -> Build
  5. Console outputs '(Builder) Build of /HelloWorld/db started.'
  6. Build Failed: 'Build of db failed. Could not start the build. Please deploy a builder in the space.'


Content of HDB CDS Artifact:

namespace HelloWorld.db;

context dbf {    
    entity world {
        key continent : String(100);    
    };
};

Content of mta.yaml:

ID: HelloWorld
_schema-version: '2.0'
version: 0.0.1
modules:
 - name: db
   type: hdb
   path: db
   requires:
    - name: hdi_db
resources:
 - name: hdi_db
   properties:
      hdi-container-name: ${service-name}
   type: com.sap.xs.hdi-container

Project Structure:

Can someone explain to me how to do it right? Thanks :)

Attachments