Hi ,
I tried to execute the below syntax and getting below error.
Syntax : CALL _SYS_AFL.PAL_ANOMALY_DETECTION(PAL_AD_DATA_TBL, "#PAL_CONTROL_TBL", PAL_AD_RESULT_TBL) with overview;
SAP DBTech JDBC: [2048]: column store error: search table error: [34091] No ScriptServer available. See SAPNote 1650957 for further information.
I have checked the SAPNote 1650957 and there they have given few steps to start the script server.
Please find the first step for the starting the script server.
ALTER SYSTEM ALTER CONFIGURATION ('daemon.ini', 'host', '<hostname>') SET ('scriptserver','instances') = '1' WITH RECONFIGURE.
But I am using the SAP HANA cloudshare trail version . How can i execute this predictive analysis syntax.
Thanks & Regards,
Ramana.