<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Issue connecting SQL Server from Talend Data Integration Open Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347604#M114822</link>
    <description>&lt;P&gt;@prakhar dubey​&amp;nbsp;- I think I figured where to add it. I am on windows and I edited the file named : TOS_DI-win-x86_64. I added the entry you recommended in the end and restarted Talend but it didnt work. I tried with TLSv1.1 and TLSv1.2 but no luck. Anything else you suggest I do?&lt;/P&gt;</description>
    <pubDate>Wed, 09 Jun 2021 16:27:24 GMT</pubDate>
    <dc:creator>AVasavada1623202633</dc:creator>
    <dc:date>2021-06-09T16:27:24Z</dc:date>
    <item>
      <title>Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347597#M114815</link>
      <description>&lt;P&gt;&lt;B&gt;Hi - I am trying to setup a connection to Microsoft SQL Server from Talend Open Studio for Data Integration but it is failing with the below error. It seems like we need to change some configuration in java to allow TLS1.1 and TLS1.2 protocols. Does anyone know where to configure that? Any help or pointers is appreciated. Thanks in advance.&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Connection failure. You must change the Database Settings.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;java.lang.RuntimeException: com.microsoft.sqlserver.jdbc.SQLServerException:&amp;nbsp;&lt;/P&gt;&lt;B&gt;&lt;I&gt;The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol version TLS11 is not accepted by client preferences [TLS12]". ClientConnectionId:5addf972-b218-40ef-8d53-497d1571def0&lt;/I&gt;&lt;/B&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:208)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1146)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:315)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.metadata.managment.repository.ManagerConnection.check(ManagerConnection.java:290)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$67.runWithCancel(DatabaseForm.java:4208)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$67.runWithCancel(DatabaseForm.java:1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$1.runnableWithCancel(AProgressMonitorDialogWithCancel.java:77)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.repository.ui.dialog.AProgressMonitorDialogWithCancel$ARunnableWithProgressCancel$1.call(AProgressMonitorDialogWithCancel.java:161)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at java.util.concurrent.FutureTask.run(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at java.lang.Thread.run(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The driver could not establish a secure connection to SQL Server by using Secure Sockets Layer (SSL) encryption. Error: "The server selected protocol version TLS11 is not accepted by client preferences [TLS12]". ClientConnectionId:5addf972-b218-40ef-8d53-497d1571def0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.terminate(SQLServerConnection.java:3206)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1916)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectHelper(SQLServerConnection.java:2760)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.login(SQLServerConnection.java:2418)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connectInternal(SQLServerConnection.java:2265)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.SQLServerConnection.connect(SQLServerConnection.java:1291)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.SQLServerDriver.connect(SQLServerDriver.java:881)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.core.model.metadata.builder.database.DriverShim.connect(DriverShim.java:41)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:199)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... 9 more&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Caused by: javax.net.ssl.SSLHandshakeException: The server selected protocol version TLS11 is not accepted by client preferences [TLS12]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.Alert.createSSLException(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.Alert.createSSLException(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.fatal(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.ServerHello$ServerHelloConsumer.onServerHello(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.ServerHello$ServerHelloConsumer.consume(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLHandshake.consume(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.HandshakeContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.TransportContext.dispatch(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLTransport.decode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.decode(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.readHandshakeRecord(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at sun.security.ssl.SSLSocketImpl.startHandshake(Unknown Source)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at com.microsoft.sqlserver.jdbc.TDSChannel.enableSSL(IOBuffer.java:1824)&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 00:04:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347597#M114815</guid>
      <dc:creator>AVasavada1623202633</dc:creator>
      <dc:date>2024-11-16T00:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347598#M114816</link>
      <description>&lt;P&gt;Hi, maybe you can add : "TLSProtocol=TLSv1.1" in additionnal JDBC paremeter field of the connection component.&lt;/P&gt;&lt;P&gt;By default it's 1.2&lt;/P&gt;&lt;P&gt;Send me Love and Kudos&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 06:49:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347598#M114816</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-09T06:49:58Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347599#M114817</link>
      <description>&lt;P&gt;Hi @guenneguez jeremy​&amp;nbsp;- I tried with multiple combinations but still not working. Below are the combinations I tried:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;enableTLS=true&lt;/P&gt;&lt;P&gt;sslProtocol=TLSv1&lt;/P&gt;&lt;P&gt;sslProtocol=TLSv1.1&lt;/P&gt;&lt;P&gt;sslProtocol=TLSv1.2&lt;/P&gt;&lt;P&gt;TLSProtocol=TLSv1&lt;/P&gt;&lt;P&gt;TLSProtocol=TLSv1.1&lt;/P&gt;&lt;P&gt;TLSProtocol=TLSv1.2&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are using windows authentication so I also added integratedSecurity=true parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any other thoughts?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 14:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347599#M114817</guid>
      <dc:creator>AVasavada1623202633</dc:creator>
      <dc:date>2021-06-09T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347600#M114818</link>
      <description>&lt;P&gt;are you using jtds or jdbc ?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 14:58:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347600#M114818</guid>
      <dc:creator>gjeremy1617088143</dc:creator>
      <dc:date>2021-06-09T14:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347601#M114819</link>
      <description>&lt;P&gt;jdbc. I selected "Microsoft" in the DB Version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my connection string:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;jdbc:sqlserver://servername;instancename=XXXX;integratedSecurity=true;DatabaseName=XXX;enableTLS=true;sslProtocol=TLSv1&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 15:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347601#M114819</guid>
      <dc:creator>AVasavada1623202633</dc:creator>
      <dc:date>2021-06-09T15:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347602#M114820</link>
      <description>&lt;P&gt;Add&lt;/P&gt;&lt;P&gt; -Djdk.tls.client.protocols=TLSv1&lt;/P&gt;&lt;P&gt;In Jvm parameters​&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 15:48:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347602#M114820</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-06-09T15:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347603#M114821</link>
      <description>&lt;P&gt;@prakhar dubey​&amp;nbsp;- Can you please guide me when can I add/update the jvm paramters on Talend? Or is it something you do it at the java level?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 15:56:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347603#M114821</guid>
      <dc:creator>AVasavada1623202633</dc:creator>
      <dc:date>2021-06-09T15:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347604#M114822</link>
      <description>&lt;P&gt;@prakhar dubey​&amp;nbsp;- I think I figured where to add it. I am on windows and I edited the file named : TOS_DI-win-x86_64. I added the entry you recommended in the end and restarted Talend but it didnt work. I tried with TLSv1.1 and TLSv1.2 but no luck. Anything else you suggest I do?&lt;/P&gt;</description>
      <pubDate>Wed, 09 Jun 2021 16:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347604#M114822</guid>
      <dc:creator>AVasavada1623202633</dc:creator>
      <dc:date>2021-06-09T16:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347605#M114823</link>
      <description>&lt;P&gt;Goto Run tab in talend studio &lt;/P&gt;&lt;P&gt;then in advance setting , select the "Use JVM arguments"&lt;/P&gt;&lt;P&gt;and then click on new and paste this line.&lt;/P&gt;&lt;P&gt;This is how you add a JVM parameter.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 06:10:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347605#M114823</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-06-10T06:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347606#M114824</link>
      <description>&lt;P&gt;try to add &lt;/P&gt;&lt;P&gt;-Djavax.net.debug=ssl:handshake:verbose&lt;/P&gt;&lt;P&gt;this as well in jvm parameter&lt;/P&gt;</description>
      <pubDate>Thu, 10 Jun 2021 06:16:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347606#M114824</guid>
      <dc:creator>Prakhar1</dc:creator>
      <dc:date>2021-06-10T06:16:54Z</dc:date>
    </item>
    <item>
      <title>Re: Issue connecting SQL Server from Talend Data Integration Open Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347607#M114825</link>
      <description>&lt;P&gt;@prakhar dubey​&amp;nbsp;- I tried to add jvm parameter as you suggested but I am not even able to run the job because of compilation errors. The tMSSQLInput component needs a table or a view to pull data from and without connecting to the database, it wont work. &lt;/P&gt;</description>
      <pubDate>Fri, 11 Jun 2021 00:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Issue-connecting-SQL-Server-from-Talend-Data-Integration-Open/m-p/2347607#M114825</guid>
      <dc:creator>AVasavada1623202633</dc:creator>
      <dc:date>2021-06-11T00:42:17Z</dc:date>
    </item>
  </channel>
</rss>

