" /> Cannot connect to datamart - Genesys CTI User Forum

Author Topic: Cannot connect to datamart  (Read 2602 times)

Offline MR_PT1

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Cannot connect to datamart
« on: April 22, 2014, 07:10:45 PM »
Advertisement
I'm trying to connect to datamart using jdbc. My costumer wants to use ssl encryption then they asked me two properties to insert in the jdbc url:
EncryptionMethod=SSL;ValidateServerCertificate=false

So I'm trying to connect but the SQL Server refuses the connection and logs indicate that "client doesn't supports encryption" and in the DataMart logs I only got "java.sql.SQLException I/O Error: DB server closed connection".

Someone knows if it works?

Offline MR_PT1

  • Newbie
  • *
  • Posts: 8
  • Karma: 0
Re: Cannot connect to datamart
« Reply #1 on: April 24, 2014, 01:48:40 PM »
Just for your information:

Solved using ssl=require instead of EncryptionMethod=SSL;ValidateServerCertificate=false

Now, I must do the same to use ETL Assistant but I just don't know how...