cancel
Showing results for 
Search instead for 
Did you mean: 

How to set privileges for HANA Machine Learning in Cloud Foundry ?

marcus_schiffer
Active Participant
0 Kudos

Hi,

We need to use HANA_ML python package in HANA database in a Cloud Foundry App in BTP. While the code works perfect when running it on a jupyter notebook, it gives unsufficient privilege errors when calling it from within a cloud foundry deployment. (e.g. the ataframe.create_dataframe_from_pandas method fails).

We use the same code and user/password combination in both cases.

Any help appreciated on how to set authorization or how to allow deletion of tables from the CF deployment.

Regards

Marcus

View Entire Topic
marcus_schiffer
Active Participant
0 Kudos

The solution was in the end to use a hard coded user/pw combination with the user from the shared key from the service definition. This user has the required priviledges. However, we would want to use the user from the service binding. But here we cant assign the priviledges.