SAP Analytics Cloud Kit – update SQL Driver
Continuing the SAP Analytics Cloud Kit thread – today there will be a few words about updating the SQL driver. Earlier articles are here and here.
In my case, I’ll be updating MSSQL driver. Initially, we must verify SQL version compatibility and choose the correct JDBC driver version. Look here.
We can download the suitable driver from here.
Update driver
- Stop Apache and SAP Cloud connector services.
- Unzip and copy the driver to the directory: C:\Program Files\SAP\SACAgentKit\drivers or other location where You have installed SACAgentKit.
- Backup file C:\Program Files\SAP\SACAgentKit\c4a_agent_drivers.properties and next edit it.
- In the file, c4a_agent_drivers.properties specify the location of the driver – look at the screen below.
- Save changes and start Apache and SAP Cloud connector services.
- Verify SQL connection, which uses a new driver.