Symptom
The following error occurs: "The database driver is misconfigured. Please contact your on-site SAP Analytics Cloud Agent administrator." when trying to create an import data connection to Progress OpenEdge DB using SQL Database connection.
Environment
- SAP Analytics Cloud.
- Progress OpenEdge 11 Database.
Reproducing the Issue
- Configure an import data connection to SQL Databases as per Import Data Connection to an SQL Database | SAP Help Portal.
- Login to SAC.
- Go to Connections.
- Click on the "+" icon.
- Choose SQL databases.
- From the popup menu, choose "Progress OpenEdge 11".
- Fill the necessary details.
- Click Create.
>> Notice the error: "The database driver is misconfigured. Please contact your on-site SAP Analytics Cloud agent administrator."
Cause
Wrong JDBC driver used.
Resolution
- Use Generic JDBC Datasource, with following parameters in SAC:
- JDBC URL: jdbc:datadirect:openedge://<hostname>:<port>;databaseName=<databaseName>.
- JDBC Class: com.ddtek.jdbc.openedge.OpenEdgeDriver.
- Put the JDBC Driver under tomcat lib folder and configure the Cloud Agent properties file (e.g. "DriverConf.properties") accordingly.
See Also
Keywords
sap analytics cloud, import, sql database, driver, generic, connection , KBA , LOD-ANA-AQU , Import Data Connections (Acquiring Data) , Problem
Product
SAP Analytics Cloud 1.0
SAP Knowledge Base Article - Public