Hello everyone,
I was following this guide HANA Academy - HANA Native Development Workshop: Auto Table Update - YouTube
but I stumbled in this error while I do step by step everything as done in the video, and I get this error when trying to activate .hdbtid file:
Description | Resource | Path | Location | Type |
Repository: Activation failed for at least one objectObject {tenant: , package: projects.xyz.xs1.data, name: header, suffix: hdbtid} has no valid references. | header.hdbtid | /xs1/data | SAP HANA Activation Problem |
meanwhile I get also an alert with this details:
Description | Resource | Path | Location | Type |
hdbtim and hdbtid objects are deprecated; use hdbti objects instead. | header.hdbtid | /xs1/data | SAP HANA Activation Problem |
The content of my header.hdbtid file is:
implements projects.xyz.xs1.data::header.hdbtim; csvFiles = ["projects.xyz.xs1.data::header.csv"];and the content of my header.hdbtim file is:
listCsvFile csvFiles; import csvFiles "XS1_01" "projects.xyz.xs1.data::header";
I tried to look on internet if there was something talking about hdbtid depracated, but found nothing, can someone help me please?
Thank you very much,
Denis.