You can translate the question and the replies:

SAP BO JDBC Connection - Kerberos authentication

Hello, ist it possible to connect from SAP BO via JDBC and authicate with Kerberos / or pass-through credentials? We managed such connection with ODBC, but prefer a JDBC connection? Is there anything I have to add to one the mentioned driver files in the documentation? Thanks in advance
user
30-07-2021 03:23:11 -0400
code

1 Answer

Hi, **Yes**, it is possibe to connect to Denodo Platform using JDBC Connection and authenticate with Kerberos. For configuring the Kerberos authentication for JDBC connectivity, you can take a look at [**Connecting to Virtual DataPort Using Kerberos Authentication**](https://community.denodo.com/docs/html/browse/latest/en/vdp/developer/access_through_jdbc/connecting_to_virtual_dataport_using_kerberos_authentication/connecting_to_virtual_dataport_using_kerberos_authentication) section of Virtual DataPort Developer Guide for more information about configuring the JDBC driver properties that is distributed with Denodo Platform installation. Then, you could copy the Denodo JDBC driver that can be found in the folder "<DENODO_HOME>/tools/client-drivers/jdbc/**denodo-vdp-jdbcdriver.jar**" of a Denodo Platform installation to the folder "<BO_HOME>/dataAccess/connectionServer/drivers/java". After that, you could follow all the steps mentioned in the Knowledge Base Article [**How to access VDP from SAP BusinessObjects**](https://community.denodo.com/kb/en/view/document/How to access VDP from SAP BusinessObjects) to configure the necessary files then establish the JDBC connection. Besides, we also encourage you to read this [**SAP Article**](https://blogs.sap.com/2013/12/04/configuring-jdbc-driver-and-creating-connection) for more information. Hope this helps!
Denodo Team
30-07-2021 07:03:57 -0400
code
You must sign in to add an answer. If you do not have an account, you can register here