Quantcast
Channel: SCN: Message List
Viewing all articles
Browse latest Browse all 2895

OData problem: ERROR [SQL-258] insufficient privilege: Not authorized

$
0
0

Hi,

I want to simply access a sap hana table via a website and I use the OData service for this. My table is located in a custom NEO schema.

 

 

 

When I run my .xsodata file this page opens: page1.png

 

But when I want to access the table, I get an authorization error: page2.png

 

I already checked this Thread, but i couldnt find a solution there. Maybe you can help me .

 

 

 

Here you can see my project: page3.png

 

 

Those are the files:

xsaccess:

{

     "exposed" : true, 

                 

     "authentication" :                                           

            {

               "method": "Form"  

            },

 

     "cache_control" : "must-revalidate",

 

 

     "cors" :                     

            {

             "enabled" : false

            },

                    

     "enable_etags" : false,

 

 

     "force_ssl" : false,

    

     "prevent_xsrf" : true

}

 

 

xsodata:

 

service {

"NEO_85J1WXTGGKNE5N9SVH1UNPDYI"."PRODUCT" as "Adressen"; }

 

 

model_access.hdbrole:

role s0015309874trial.xstestin.Gpack.geotabelle::model_access {

  catalog schema "NEO_85J1WXTGGKNE5N9SVH1UNPDYI": SELECT, UPDATE, INSERT, DELETE;

}

 

 

 

Thank you in advance,

Leon


Viewing all articles
Browse latest Browse all 2895

Trending Articles



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