cancel
Showing results for 
Search instead for 
Did you mean: 

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

vangelis_sanchoyerto
Participant
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Trinidad
Product and Topic Expert
Product and Topic Expert

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.

vangelis_sanchoyerto
Participant
0 Kudos

Well after our systems guy installed the Load Balancer for Service Layer and restarted the server now it enters fine without touching the privileges of HANADBS and other users that previously failed....So I will mark this answer as correct and bring it back if it fails again with this error....

Thanks,

Vangelis

Answers (1)

Answers (1)

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 Kudos

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 Kudos

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.