Hi ,
I am practicing the SAP HANA Predictive analysis.
I am working on the SAP HANA SP05 cloud system. I am following the recent SP06 predictive analysis document.
I created the user USER1 and Schema DM_PAL under the USER1. I created the tables PAL_AD_DATA_TBL,PAL_AD_PDATA_TBL and PL_AD_RESULT_TBL.
After user creation I gave the below privilege.
GRANT EXECUTE ON system.afl_wrapper_generator to USER1
I used the syntax after tables as mentioned in the document
GRANT SELECT ON DM_PAL.PAL_AD_PDATA_TBL TO SYSTEM.
But When I am calling the below procedure it giving the live cache error .
call SYSTEM.afl_wrapper_generator('PAL_ANOMALY_DETECTION', 'AFLPAL', 'ANOMALYDETECTION', PAL_AD_PDATA_TBL)
It is throwing the below error while calling the afl_wrapper_generator
SAP DBTech JDBC: [423]: liveCache error: [423] SYSTEM.AFL_WRAPPER_GENERATOR: line 34 col 1 (at pos 1711): liveCache error exception: liveCache error: registration finished with errors, see indexserver trace
Please help any additional setting are required to resolve this issue.
Thanks & Regards,
Ramana.