Hello, We are trying to use predictive Analytics for the first time.
We granted the following authorizations:
Now when we try to run a simple predictive we can see that HANA tryies to run the following statement:
CREATE PROCEDURE "TEST_PREDICT_MODEL_PAS2_3" (IN input1 "APR_MODEL_PAS2_3",IN input2 "APR_TYPE_PAS2_3", OUT result "COMP_APRMODEL_STORE_TYPE_PAS2_3") LANGUAGE RLANG READS SQL DATA AS BEGIN attach(input1);attach(input2);library(arules);model_char1
Could not execute 'CREATE PROCEDURE "TEST_PREDICT_MODEL_PAS2_3"(IN input1 "APR_MODEL_PAS2_3",IN input2 ...'
SAP DBTech JDBC: [258]: insufficient privilege: Not authorized
Which authorizations are missing? What did we miss?
Thanks,
Amir