07-21-2011 04:35 PM - edited 03-14-2019 08:15 AM
Has anyone been able to successfully configure a Datasource with a SQL 2005 server. My 'Test Connection' fails everytime and I can't figure out why. I opened a Cisco TAC case and the TAC engineer told me that the UCCX server needs to have a domain configured as well as DNS. Is this correct? There is very little documentation detailing the steps required to configure the JDBC URL and I am having a very hard time. Here's the current URL I have configured (screenshot attached also):
jdbc:jtds:sqlserver://172.16.200.88:1443/UCCX_IVR;domain=mydomain.org
Any help on this matter will be greatly appreciated.
12-12-2011 08:04 PM
Hi,
I'm having the same problem with test connection failed, but I'm using oracle, can you all help on the JDBC url?
The below url format are not working:
jdbc:oracle:thin:[user/password]@[host][:port]:SID
jdbc:oracle:thin:[user/password]@//[host][:port]/SID
jdbc:oracle:thin:@//ipaddress[:1521]/dbname
Thanks,
HowYee
03-14-2018 12:56 AM
Hi,
Could you please help to integrate SQL database with UCCX 11.6.
I uploaded Driver and create database but after giving database source name and JDBC url its giving Test connection fail.
12-09-2014 09:53 AM
Spent many hours fumbling and stumbling to try and get this working in my 'lab' setup and I know NOTHING about the weird and wonderful ways that Microsoft do things (the master of the esoterica from what I can make out).
Anyway, using SQLExpress (free) database, and no AD (it's a lab VM setup remember) this is what worked for me:
jdbc:jtds:sqlserver://10.200.1.33:1433/BaseLine;instance=SQLExpress
Note, everything is case sensitive it turns out, even the word 'instance'. I hope if saves another poor soul from hours of frustration that I had to endure!
ChrisO
12-07-2018 03:12 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide