Hi community,
Today I figured out that analytic privileges on HANA the "real" attributes from the data foundation are mandatory. Sadly I need an analytic privilege which is set up to an calculated attribute only (a column with a fixed value).
So having at least the real attribute view in place it works out. When I'm revoking that the access on the view fails with
SAP DBTech JDBC: [258]: insufficient privilege: search table error: [2950] user is not authorized
I found a post how to trace the issue and to find the column where the privilege is missing (http://scn.sap.com/thread/3353420) but sadly the missed ObjectID does not exist in the OBJECTOWNER table.
I also tried to create a table with my possible values to join them in my analytic view but there is no option like you have in SQL with "... tab1 JOIN tab2 ON tab2.value='myVal' ..." where it would be just added to each line.
Another try was to amend the file .analyticprivilege and enter an attribute with the name "%" or "*" as wildcard... with "%" I was able to activate it but still the insufficent privilege message.
So does anyone had this issue before? Or any ideas how that could be solved?
Happy for any idea right now
Regards,
Marcus