cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2501
Views
0
Helpful
2
Replies

UCCX 12.5.1 - Enterprise Database JDBC Connector for MS SQL 2017

Hi All,

We are working in a IVR Script and we must connect with a MS SQL Server 2017 for write the output of a new voice survey. For that we need create the DB connection in the UCCX.

The first point is upload the JDBC driver to the UCCX 12.5.1 before configure the Datasource section.

I need confirm about what driver must be uploaded to the UCCX, I'm trying to find it but I have doubts about it. What is the correct driver in my case?


I manage two options:


1 - SourceForge jTDS driver: Open source JDBC 3.0 type 4 driver for Microsoft SQL Server (6.5 up to 2012)

https://sourceforge.net/projects/jtds/files/jtds/

Latest update (2013)

 

2 - Microsoft JDBC Driver for SQL Server

https://docs.microsoft.com/es-es/sql/connect/jdbc/download-microsoft-jdbc-driver-for-sql-server?view=sql-server-ver15

https://go.microsoft.com/fwlink/?linkid=2155948

 

Is the SourceForge driver (updated on 2013) compatible with the UCCX 12.5.1 (latest version). What's the correct?


Thanks a lot.

 

1 Accepted Solution

Accepted Solutions

jtds-1.3.1.jar is the most recent one I have seen. I just uploaded it to a CCX 12.5 system. I haven't done extensive testing on it, but it looks good so far.

View solution in original post

2 Replies 2

jtds-1.3.1.jar is the most recent one I have seen. I just uploaded it to a CCX 12.5 system. I haven't done extensive testing on it, but it looks good so far.

Thanks so much Elliot!