<?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: Class not found error trying to connect to MSSQL instance in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235754#M24697</link>
    <description>Hi Sabrina,&lt;BR /&gt;In Talend 5.6, by default, an external JAR gets copied into the &amp;lt;StudioPath&amp;gt;/configuration/lib/java directory.&lt;BR /&gt;I copied the jtds-1.3.1.jar to the same directory and restarted TOS.&lt;BR /&gt;But it is not getting detected. TOS is asking me to download jtds-1.2.5.jar.&lt;BR /&gt;And after I download the jar, I get the ClassNotFoundException.&lt;BR /&gt;Note I am using the TOS_DI-win-x86_64.exe to start studio.&lt;BR /&gt;Any solution to this particular problem?</description>
    <pubDate>Mon, 25 Jan 2016 11:03:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-01-25T11:03:04Z</dc:date>
    <item>
      <title>Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235746#M24689</link>
      <description>I'm getting this error when trying to enter new connection data. I assume I am supposed to download it, but where do I put it? I tried the %CLASS_PATH% directory, no luck. 
&lt;BR /&gt;Thanks in advance. 
&lt;BR /&gt;Connection failure. You must change the Database Settings. 
&lt;BR /&gt; java.lang.RuntimeException: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:179) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataUtils.connect(ExtractMetaDataUtils.java:1034) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.ExtractMetaDataFromDataBase.testConnection(ExtractMetaDataFromDataBase.java:300) 
&lt;BR /&gt; at org.talend.repository.ui.utils.ManagerConnection.check(ManagerConnection.java:293) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.checkConnection(DatabaseForm.java:2008) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm.access$39(DatabaseForm.java:1933) 
&lt;BR /&gt; at org.talend.repository.ui.wizards.metadata.connection.database.DatabaseForm$23.widgetSelected(DatabaseForm.java:2261) 
&lt;BR /&gt; at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.runEventLoop(Window.java:825) 
&lt;BR /&gt; at org.eclipse.jface.window.Window.open(Window.java:801) 
&lt;BR /&gt; at org.talend.repository.ui.actions.metadata.CreateConnectionAction.doRun(CreateConnectionAction.java:207) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction$2.run(AContextualAction.java:608) 
&lt;BR /&gt; at org.talend.repository.RepositoryWorkUnit.executeRun(RepositoryWorkUnit.java:93) 
&lt;BR /&gt; at org.talend.core.repository.model.AbstractRepositoryFactory.executeRepositoryWorkUnit(AbstractRepositoryFactory.java:237) 
&lt;BR /&gt; at org.talend.repository.localprovider.model.LocalRepositoryFactory.executeRepositoryWorkUnit(LocalRepositoryFactory.java:3197) 
&lt;BR /&gt; at org.talend.core.repository.model.ProxyRepositoryFactory.executeRepositoryWorkUnit(ProxyRepositoryFactory.java:1979) 
&lt;BR /&gt; at org.talend.repository.ui.actions.AContextualAction.run(AContextualAction.java:617) 
&lt;BR /&gt; at org.eclipse.jface.action.Action.runWithEvent(Action.java:498) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501) 
&lt;BR /&gt; at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411) 
&lt;BR /&gt; at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4066) 
&lt;BR /&gt; at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3657) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2640) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2604) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2438) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:671) 
&lt;BR /&gt; at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) 
&lt;BR /&gt; at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:664) 
&lt;BR /&gt; at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149) 
&lt;BR /&gt; at org.talend.rcp.intro.Application.start(Application.java:145) 
&lt;BR /&gt; at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) 
&lt;BR /&gt; at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) 
&lt;BR /&gt; at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) 
&lt;BR /&gt; at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 
&lt;BR /&gt; at java.lang.reflect.Method.invoke(Unknown Source) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574) 
&lt;BR /&gt; at org.eclipse.equinox.launcher.Main.run(Main.java:1407) 
&lt;BR /&gt; Caused by: java.lang.ClassNotFoundException: net.sourceforge.jtds.jdbc.Driver 
&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source) 
&lt;BR /&gt; at java.net.URLClassLoader$1.run(Unknown Source) 
&lt;BR /&gt; at java.security.AccessController.doPrivileged(Native Method) 
&lt;BR /&gt; at java.net.URLClassLoader.findClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.ClassLoader.loadClass(Unknown Source) 
&lt;BR /&gt; at java.lang.Class.forName0(Native Method) 
&lt;BR /&gt; at java.lang.Class.forName(Unknown Source) 
&lt;BR /&gt; at org.talend.core.model.metadata.builder.database.JDBCDriverLoader.getConnection(JDBCDriverLoader.java:129) 
&lt;BR /&gt; ... 48 more</description>
      <pubDate>Tue, 14 Jan 2014 23:47:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235746#M24689</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-14T23:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235747#M24690</link>
      <description>Hi, 
&lt;BR /&gt;Is there any red error indicator appears on the component(A error info shows:external modules are required for that component to work)? 
&lt;BR /&gt;What's the talend studio build version are you using?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Wed, 15 Jan 2014 02:39:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235747#M24690</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-15T02:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235748#M24691</link>
      <description>Hi ,&lt;BR /&gt;My version is 5.4.&lt;BR /&gt;let me know what is this issue.&lt;BR /&gt;Thanks.</description>
      <pubDate>Wed, 22 Jan 2014 06:29:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235748#M24691</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-22T06:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235749#M24692</link>
      <description>Hi, 
&lt;BR /&gt;I have made a testing in Talend Open Studio of Data Integration 5.4. Everything is OK. 
&lt;BR /&gt;Have you checked the documents 
&lt;A href="https://help.talend.com/search/all?query=Identify+required+external+modules&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Identify required external modules&lt;/A&gt; and 
&lt;A href="https://help.talend.com/search/all?query=Install+external+modules&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Install external modules&lt;/A&gt;. 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCLd.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129691iC4C5E8A53557376C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCLd.png" alt="0683p000009MCLd.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Wed, 22 Jan 2014 07:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235749#M24692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-01-22T07:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235750#M24693</link>
      <description>Hi Sabrina,
&lt;BR /&gt;I am using Talend 5.6 and am trying to create a connection to a MS SQL DB in metadata.
&lt;BR /&gt;I have copied the jtds-1.3.1.jar to &amp;lt;TALENDHOME&amp;gt;\configuration\java directory.
&lt;BR /&gt;I have also copied the ntlmauth.dll file to C:\Windows\system32 and to C:\Program Files\Java\jdk\jre\bin directories.
&lt;BR /&gt;However when I try to check the connection, I get the same error as described by Don in the first post.
&lt;BR /&gt;Can you help me resolve this problem?
&lt;BR /&gt;Regards,
&lt;BR /&gt;Ketan</description>
      <pubDate>Wed, 20 Jan 2016 10:52:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235750#M24693</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2016-01-20T10:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235751#M24694</link>
      <description>Hi Ketan,&lt;BR /&gt;First of all, can you successfully connect to your MSSQL DB through client without using Talend Tool?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 21 Jan 2016 04:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235751#M24694</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T04:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235752#M24695</link>
      <description>Hi,&lt;BR /&gt;I am able to connect to the DB server through MS SQL client.&lt;BR /&gt;I am also able to connect through Talend 6.1 after copying the ntlmauth.dll file to windows\system32 and jdk\jre\bin directories.&lt;BR /&gt;I think the problem with Talend 5.6 is that it is not able to detect the DB Driver class to connect to the server.&lt;BR /&gt;Regards,&lt;BR /&gt;Ketan</description>
      <pubDate>Thu, 21 Jan 2016 14:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235752#M24695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-21T14:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235753#M24696</link>
      <description>Hi,&lt;BR /&gt;For the studio 5.6, could you place jtds-1.3.1.jar to&amp;lt;StudioPath&amp;gt;/lib/java to see if it works?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 22 Jan 2016 02:46:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235753#M24696</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-22T02:46:40Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235754#M24697</link>
      <description>Hi Sabrina,&lt;BR /&gt;In Talend 5.6, by default, an external JAR gets copied into the &amp;lt;StudioPath&amp;gt;/configuration/lib/java directory.&lt;BR /&gt;I copied the jtds-1.3.1.jar to the same directory and restarted TOS.&lt;BR /&gt;But it is not getting detected. TOS is asking me to download jtds-1.2.5.jar.&lt;BR /&gt;And after I download the jar, I get the ClassNotFoundException.&lt;BR /&gt;Note I am using the TOS_DI-win-x86_64.exe to start studio.&lt;BR /&gt;Any solution to this particular problem?</description>
      <pubDate>Mon, 25 Jan 2016 11:03:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235754#M24697</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-25T11:03:04Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235755#M24698</link>
      <description>Hi,&lt;BR /&gt;Are you using 64 bit OS?&lt;BR /&gt;could you place jtds-1.3.1.jar to&amp;lt;StudioPath&amp;gt;/lib/java to see if it works? Talend-Studio-win32-x86 is for 32 bit and TOS_DI-win-x86_64.exe is for 64 bit OS.&lt;BR /&gt;Have you tried to place jtds-1.3.1.jar to&amp;lt;StudioPath&amp;gt;/lib/java to see if it is fixed?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Tue, 26 Jan 2016 02:56:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235755#M24698</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-26T02:56:45Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235756#M24699</link>
      <description>Yes, I am using 64-bit Windows 8 OS.
&lt;BR /&gt;As suggested I moved the jtds-1.3.1.jar file from &amp;lt;StudioPath&amp;gt;/configuration/lib/java to &amp;lt;StudioPath&amp;gt;/lib/java.
&lt;BR /&gt;Then when I started TOS and tried to create a connection, the studio asked me to download the jtds-1.2.5 jar, which it placed in the &amp;lt;StudioPath&amp;gt;/configuration/lib/path directory.
&lt;BR /&gt;And then I got the same exception. So your solution to place the JAR file in &amp;lt;StudioPath&amp;gt;/lib/java did not work.
&lt;BR /&gt;Any other solution?</description>
      <pubDate>Wed, 27 Jan 2016 14:59:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235756#M24699</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-27T14:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235757#M24700</link>
      <description>Hi, 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Then when I started TOS and tried to create a connection, the studio asked me to download the jtds-1.2.5 jar, which it placed in the &amp;lt;StudioPath&amp;gt;/configuration/lib/path directory.&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Did you go to&amp;nbsp; Window--&amp;gt;Show View--&amp;gt;Talend--&amp;gt;Modules to see if your jtds-1.2.5 jar is installed? If not, could you please try to install it into studio by manul? 
&lt;BR /&gt;Have you already tried to use studio 6.1.1 to see if this issue repro? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCbA.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/148424iAF5785DBCED43F72/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCbA.png" alt="0683p000009MCbA.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Thu, 28 Jan 2016 03:15:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235757#M24700</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T03:15:33Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235758#M24701</link>
      <description>I have tried with Studio 6.2 and the problem is not reproduced. 
&lt;BR /&gt;I checked the module/JAR is already installed, check the screenshot I have attached. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MCM1.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152022i99F89CED7592CC93/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MCM1.png" alt="0683p000009MCM1.png" /&gt;&lt;/span&gt;I also tried installing manually by selecting the jtds-1.3.1.jar file but the modules list has not got updated.</description>
      <pubDate>Thu, 28 Jan 2016 13:20:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235758#M24701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-28T13:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235759#M24702</link>
      <description>Hi,&lt;BR /&gt;We can not repro your issue on V 5.6.2.&lt;BR /&gt;Is it Ok with you when you using 6.2.0M1? Could you please try to copy&amp;nbsp;jtds-1.2.5 jar into&amp;nbsp; &amp;lt;StudioPath&amp;gt;/lib/java also to see if it works?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 29 Jan 2016 06:49:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235759#M24702</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T06:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Class not found error trying to connect to MSSQL instance</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235760#M24703</link>
      <description>As you are not able to reproduce this issue and the higher versions do not face the same issue, I will consider this issue as resolved.</description>
      <pubDate>Fri, 29 Jan 2016 11:41:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Class-not-found-error-trying-to-connect-to-MSSQL-instance/m-p/2235760#M24703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-01-29T11:41:50Z</dc:date>
    </item>
  </channel>
</rss>

