Quantcast
Channel: SCN : Discussion List - SAP HANA Cloud Platform Developer Center
Viewing all articles
Browse latest Browse all 3131

hcp's trail instance does not allow me to create CDS artifact

$
0
0

I create a CDS object, xxx.hdbdd and its content like below

 

namespace i034171trial.xs1.HelloDemo.data;

 

@Schema: 'DEV_0K8JWYXI3N4U3TE68NTDY1GH6'

context TPCH {

 

  type key{

  identifier :String(12);

  };

 

  type tt_rname{

  R_NAME :String(25);

  };

 

  type tt_errors {

        HTTP_STATUS_CODE : Integer;

        ERROR_MESSAGE : String(100);

        DETAIL : String(100);

    };

 

 

DEV_0K8JWYXI3N4U3TE68NTDY1GH6 is a system assigned schema, i can create new table under it,,

 

but i could not generate any CDS objects, and system report this message when i try to activate this CDS objects.

 

In this mode only generation to schema "_SYS_BIC" is allowed.Failed to generate CDS artifact



2015-11-03_11-37-30.png


Viewing all articles
Browse latest Browse all 3131

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>