HEY @djackson_splunk @jcoates , I am also trying to connect to the SAP database via db connect app (version - 3.4.2) and I came across your solution but its not working for me. As per your answer I placed the ngdbc.jar file in this directory $SPLUNK_HOME/etc/apps/splunk_app_db_connect/drivers as well as created the db_connection_types.conf in the $SPLUNK_HOME/etc/apps/splunk_app_db_connect/local directory. Below are my config of the db_connection_types.conf file. displayName = SAP HANA serviceClass = com.splunk.dbx2.DefaultDBX2JDBC jdbcUrlFormat = jdbc:sap://:/ jdbcDriverClass = com.sap.cloud.db.jdbc database = XXXXXXX port = 41608 I see the connection is up in the UI but its not picking up the driver (Note - driver is there in the directory) Please help me with this issue or let me know where am I going wrong with above configuration. Your help is appreciated. Links I referred - https://docs.splunk.com/Documentation/DBX/3.4.2/DeployDBX/databasespec https://docs.splunk.com/Documentation/DBX/latest/DeployDBX/Installdatabasedrivers#Install_drivers_for_other_databases
... View more