Hello,
I am Marc. I am trying to test on my trial account of the SAP HANA Cloud platform to create an Analytic View using modeller. I am using the tables from epmsampledata schema.
I am having problems with "Data Preview". All the views are activated without errors. I don't know if is a problem related to the trial accound and permissions or is a design error. It says CANNOT GET DATA PROVIDER OUTLINE.
I suppose is my error designing but I need some help of someone who has a big knowlege of the tool than me.
I have created two attribute views:
All activated and data preview works after
GRANT SELECT ON SCHEMA my_schema TO _SYS_REPO WITH GRANT OPTION;
This shows me _SYS_BIC schema with the generated views (attribute and analytic views), and
call hcp.hcp_grant_select_on_activated_objects;
In order to update permissions on that objects.
Then I created Analitic view as follows:
Data Foundation:
Logical join:
Semantics:
All activated correctly with no errors.
When I push "Data Preview" button. It says CANNOT GET THE DATA PROVIDER OUTLINE.
What is it wrong?
I have seen on the web something about role _SYS_BI_CP_ALL to solve that problem but I am not an administrator and because is the trial version of the SAP HANA cloud is not a valid solution for me.
I would appreciate some kind of help.