Hi All,
I am trying to retrieve data from SAP HANA CLous using an XSJS project. I am referring this blog.
8 Easy Steps to Develop an XS application on the SAP HANA Cloud Platform
I am getting an error in step 7. - Add Users for Your XS Application
I created a folder called "role" and created a new file with the name model_access.hdbrole with the content
role <xxxx>trial.hihanaxs.hihanaxs.roles::model_access { |
sql object <xxxx>trial.hihanaxs.hihanaxs:SO_CV.calculationview : SELECT; |
}
But it throws an error saying -
[9000002] Syntax Error : rolename "xxxxtrial.hihanaxs.hihanaxs.roles::model_access" must be identical to the filename "xxxxtrial.hihanaxs.roles::model_access" (without extension).
I have mapped the correct package name.
Please do help in resolving this issue.
Thanks,
Divya