Hi,
Quite new to HANA.
I have a table with just 2 fields on it (both STRING type) and just 1 record as content. I am now creating an attribute view on it, validates correctly but up on activation gives the following error:
MDXRuntime: Internal deployment of object failed: Internal Error:Deploy Attribute View: SQL: insufficient privilege:
Not authorizednCreate view DDL statement: CREATE COLUMN VIEW "_SYS_BIC"."abehanan/AB_ATTR_VIEW" TYPE JOIN WITH PARAMETERS
( joinIndex = "SYSTEM"."AB_TEST1", joinIndexType = 0, viewAttribute = ('FIELD1', "SYSTEM"."AB_TEST1", "FIELD1", '', 'default', 'attribute', '',
'abehanan/AB_ATTR_VIEW$FIELD1'), viewAttribute = ('FIELD2', "SYSTEM"."AB_TEST1", "FIELD2", '', 'default', 'attribute', '', 'abehanan/AB_ATTR_VIEW$FIELD2'),
view = ('V_AB_TEST1', "SYSTEM"."AB_TEST1"), defaultView = 'V_AB_TEST1', 'REGISTERVIEWFORAPCHECK' = '1' )nVersion: 42n
For the user (SYSTEM), I have added _SYS_BIC under SQL Priviliges and have given authority for everything from CREATE ANY to INDEX. The user also has all authorisations for the package (ABEHANAN) where I am creating the attribute view.
What could I be doing wrong?
Thanks in Advance,
Anooj