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

Error dberror(Connection.prepareCall): 258 - insufficient privilege: Not authorized

vangelis_sanchoyerto
Participant
0 Likes
1,713

In the hana default App cockpit login page when clicking the Login button after inserting the correct credentials it gives the following error:

dberror(Connection.prepareCall): 258 - insufficient privilege: Not authorized 

The url to access this webapp is:

http://192.168.10.221:8000/sap/sbo/portal/?site=/sap/sbo/cockpit/index.html

We checked the privileges and seemed fine, even did an authorization trace (

https://blogs.sap.com/2015/08/14/how-to-setup-hana-authorization-trace/

) and there were no traces for this error so it seems the error is in another level/part...

The related SAP HANA Tutorial is:

Introduction to the App Framework for SAP Business One, version for SAP HANA

Login Service of the App Framework


Our system is a SAP HANA 9.2 PL9.

View Entire Topic
Trinidad
Product and Topic Expert
Product and Topic Expert

Hi Vangelis,

Are you using HANA SYSTEM user or a different user as HANA credentials?

Thanks,
Trinidad.

vangelis_sanchoyerto
Participant
0 Likes

We are using the user HANADBS as recomended by the SAP reference manual, tested too with SYSTEM user.

We even created a HANATEST user that had even more privileges than normal in order to find out what privilege we were lacking...to no avail...

vangelis_sanchoyerto
Participant

As a followup we achieved login using the HANATEST user....after giving to this user all assignable permissions, objects, applications, schemas and a dog that was passing by...

Also we changed from Firefox to Chrome as it seemed to work better in not storing the sessions of previous failed attempts (even with private mode).


This will work for learning and local development, but we are afraid of what we will need to do in a production environment with client systems as we cannot add all permissions freely in those cases....any ideas?

Trinidad
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Vangelis,

For the login problem with B1 xApp Framework the only requirement should be to add the Object Priviledges for SBOCOMMON and your company DBs schemas.

I had this problem sometime ago and solved it by adding SBOCOMMON to my user. Can you please test it and let me know?

Regards,
Trinidad.