Hi all,
We have a sales map that generates sales estimations based on a HANA 1.0 and we need to upgrade it to version HANA 2.0.
During the upgrade process of our sales map, we are facing an error when training an ARIMA model via this call:
CALL "P_ARIMA" ("STOCKS", "PARAMS", "MODEL") WITH OVERVIEW
In HANA 2.0 SP2, we get the following error:
"SAP DBTech JDBC: [328]: invalid name of function or procedure: no procedure with name P_ARIMA found".
Part of map computation process is based on the ARIMA algorithm, explained SAP HANA Academy example "PAL 110 Time Series - Auto ARIMA Model".
Does anybody know how to convert this process to HANA 2.0?
Kind Regards
mdias