Hi everyone
I want to access our HANA Express Edition from BODS via JDBC. The JDBC-Driver works fine with other Applications. But when I try to add the Adapter to BODS I get the following error:
07.05.18 08:49:20 [SAX Parser Error] :1:23 : cvc-elt.1.a: Cannot find the declaration of element 'AdapterConfiguration'. 07.05.18 08:49:20 Cannot connect to JDBC driver. ClassNotFoundException com.sap.db.jdbc.Driver 07.05.18 08:49:20 com.acta.adapter.sdk.AdapterException: Cannot connect to JDBC driver. ClassNotFoundException com.sap.db.jdbc.Driver at com.acta.adapter.jdbcadapter.JDBCAdapter.start(JDBCAdapter.java:140) at com.acta.adapter.sdk.AdapterRunnerImpl.startAdapter(AdapterRunnerImpl.java:536) at com.acta.adapter.sdk.AdapterRunnerImpl.run(AdapterRunnerImpl.java:785) at java.lang.Thread.run(Thread.java:812)
Does anyone know how I can resolve this?
Thanks