Hallo folks,
To get hands on with HANA PAL, I am trying to execute a simple linear regression example. I am following this tutorial from Philip MUGGLESTONE. I am using the code snippets from github.
Platform: HANA Cloud trial
Schema : NEO_XXX
I am currently using HANA trial cloud platform and I am ending up with error
Could not execute 'CALL "_SYS_AFL"."NEO_XXX_PAL_RG" (V_RG_DATA, RG_PARAMS, RG_COEFF, RG_FITTED, ...' in 61 ms 252 µs .
SAP DBTech JDBC: [260]: invalid column name: [260] invalid column name: SALES_COST_PC: line 1 col 15 (at pos 14)Please check lines:
My code snippet can be found here. I rechecked the column names of the tables and everything seems to be right.
Can anyone help me fix this issue.
Thanks
Sangamesh