cancel
Showing results for 
Search instead for 
Did you mean: 

java lang runtime exception

Former Member
0 Kudos

Hi ,

i have an issue with my BI :

The following database error occured (CS) Java exception java lang runtime exception :

Com.sap.db.jdbc.exceptions.jdbc40.sqlinvalidAuthorizationSpecException : 10..:authentication failed.

Any idea please ?

thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member240871
Participant

That error usually comes up if you try to use SAML SSO to HANA, but don't have it configured properly.

Go through this wiki, and make sure that you're able to test connect successfully from CMC -> Applications -> HANA Authentication

https://wiki.scn.sap.com/wiki/display/SAPHANA/SAML+SSO+for+BI+Platform+to+HANA

0 Kudos

In the case of your BI database error, the specific exception com.sap.db.jdbc.exceptions.jdbc40.sqlinvalidAuthorizationSpecException indicates that there is an issue with the authentication credentials used to connect to the database. This error occurs when the login credentials supplied for the database are invalid or the user does not have the necessary privileges to access the database.

To resolve this java runtime exception, you should check the username and password being used to connect to the database, and verify that the user account has the appropriate permissions to access the database. You may also want to check that the database is running and that you have a stable network connection to the server. If none of these steps help to resolve the issue, you may need to contact your BI support team or database administrator for further assistance.