Skip to Content
0
Aug 29, 2017 at 01:08 PM

Problem with CALL "P_ARIMA" in HANA 2.0 PAL

271 Views Last edit Sep 13, 2017 at 09:57 PM 2 rev

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