Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

Authorization Error with Local Temporary Column Table

$
0
0

Hi all,

 

I have a strange effect with a local temporary column table which is created within a procedure: The following three code lines are inserted in the procedure code, the procedure is an hdbprocedure

 

1) create local temporary column table #T1 (id integer, name varchar(20));

 

2) select * from "Schema"."table";

 

3) create local temporary column table #T2 ( as select * from "Schema"."table" );

 

When trying to activate the procedure, 1) and 2) works, but 3) throws an authorization error. The authorization trace says

 

Not authorized; object: {tenant: , package: <package Name>, Name: <Name of procedure>, suffiix: hdbprocedure}

 

Moreover the trace says "Please see CheckResults for Details" Where are the check results? Unfortunately the trace does not tell me the user who has insufficient rights.

 

Thanks,

Ingo


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>