Hi,
querrying a BW Tables, in the BW Schema SAPTHJ, connected to HANA with SYSTEM does not works:
Could not execute 'select * FROM SAPTHJ."/BIC/ACALCOST00"' SAP DBTech JDBC:
: insufficient privilege: Not authorized*
Create a Table, Insert and Select Data in the BW Schema SAPTHJ, connected to HANA with SYSTEM works:
Statement 'CREATE TABLE SAPTHJ.X ( XXX NUMBER)' successfully executed in 96 ms 605 µs - Rows Affected: 0
Statement 'insert into SAPTHJ.X (XXX) Values (123)' successfully executed in 64 ms 83 µs - Rows Affected: 1*
Statement 'select * from SAPTHJ.X' successfully executed in 55 ms 508 µs*
Fetched 1 row(s) in 16 ms
SAP HANA Database Security Guide is not too helpfull with this.
What for a privilege is missing ?
Is this an analytical Privilege ?
ThanXs.
Martin