cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Insufficient privilege while data preview

Former Member
0 Likes
5,306

Hi Experts,

While clicking on data preview of calculation view. I am getting below error.

    SAP DBTech JDBC: [258]: insufficient privilege

I have select & execute access for BW package as well as for _SYS_BIC.

I also tried below sql commands too. But still getting privilege issue. Please help me what I am missing here. I am in BW on HANA 7.5.

GRANT SELECT ON SCHEMA "_SYS_BIC" TO _SYS_REPO WITH GRANT OPTION

GRANT SELECT ON SCHEMA "SAPXXX" TO _SYS_REPO WITH GRANT OPTION

Thanks,

Saravanan.

View Entire Topic
FCI
Active Contributor
0 Likes

Hi Saravanan,


Try to add a read access to the "_SYS_BI" schema and to the view you're trying to access (you only talked of _SYS_BIC and package authorizations).

Regards,

Frederic