Quantcast
Channel: SCN : Discussion List - SAP HANA and In-Memory Computing
Viewing all articles
Browse latest Browse all 5653

_SYS_BIC: SAP DBTech JDBC: [258]: insufficient privilege: Not authorized

$
0
0

Hi,

 

We run BW on HANA and i want to create a HANA model using BW tables.

I have tried to create a Calc. view and Analytical view using a DSO Table. I can validate and activate the model without a problem but i cannon see the Data preview. The following error is occured :

error.png

_SYS_REPO has all the privileges to access my Schema.

 

With the statement : SELECT * from "_SYS_BIC"."ehg-test/EHG_DSO_CALC" i don't have sufficient privileges.

 

When i create a Calc. view with a script i can see the Data:

  select  rt_asort, count(distinct rt_locatio)as filial
  from "SAPBW3"."/BIC/AAAAD_CLT00"
  group by  rt_asort
  ;

 

Has anyboby faced something like that? which privileges are required for this operation?

 

Thanks in advance,

Vjola Dule


Viewing all articles
Browse latest Browse all 5653

Trending Articles