cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Creating table in SAP DWC using CLI

atharvapangerkar
Explorer
0 Likes
1,464

I can create tables and views in the UI also I can read the space and table definitions using dwc-cli, but I am not able to create the table using the dwc-cli . I am getting this error "Required privileges are missing for the user to execute the request."

Is there any additional privilege required for DW modeler to create tables and views using dwc-cli?

View Entire Topic
jascha_meiswinkel
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Atharva,

please make sure to not include the spaceDefinition property in case you only want to update the definitions. If you include the spaceDefinition property, the user is required to have update privilege on spaces. If you don't include it, DW Modeler privileges are sufficient.

Thanks,
Jascha

atharvapangerkar
Explorer
0 Likes

Hi Jascha,

Thanks for replying so quickly. Yes, it is working now after removing the space definition property.