<?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: [resolved] MSSqlFactory cannot be resolved to a type in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266936#M45986</link>
    <description>Hi,&lt;BR /&gt;Great that this issue has been fixed. Thanks for sharing your solution with us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 06 Mar 2017 07:52:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-03-06T07:52:18Z</dc:date>
    <item>
      <title>[resolved] MSSqlFactory cannot be resolved to a type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266932#M45982</link>
      <description>Hi, 
&lt;BR /&gt;I'm new to Talend Open Studio and currently&amp;nbsp;using TOS Dig Data 6.3.1 on a Linux box with Ubuntu. I've created a simple job with 2 components (a tMSSqlConnection and a tMSSqlInput)&amp;nbsp;just for testing purpose.&amp;nbsp;When running the job,&amp;nbsp;the connection works but the input element&amp;nbsp;fails&amp;nbsp;displaying the following&amp;nbsp;error: 
&lt;I&gt;Execution failed: Job compile errors At least job "MS_Test_Job" has a compile error, please fix and export again. Error Line: 481 Detail Message: org.talend.designer.components.util.mssql.MSSqlUtilFactory cannot be resolved to a type. There may be some other errors caused by JVM compatibility. Make sure your JVM setup is similar to the studio.&lt;/I&gt; 
&lt;BR /&gt;The code line where error appear is: org.talend.designer.components.util.mssql.MSSqlGenerateTimestampUtil&amp;nbsp;mssqlGTU_tMSSqlInput_1 = org.talend.designer.components.util.mssql.MSSqlUtilFactory.getMSSqlGenerateTimestampUtil(); 
&lt;BR /&gt;I downloaded mssql-jdbc.jar from Microsoft and install it&amp;nbsp;using the Import external jar button on the&amp;nbsp;Modules window. It seems to work since I'm able to open the SQL Builder window, run a query and see the results but if I click the Guess schema button a Connection error window appears saying com.talend cannot be resolved to a type. 
&lt;BR /&gt;Have someone had this issue before? 
&lt;BR /&gt;Thanks in advance.</description>
      <pubDate>Sat, 16 Nov 2024 10:01:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266932#M45982</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:01:46Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] MSSqlFactory cannot be resolved to a type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266933#M45983</link>
      <description>Hi, 
&lt;BR /&gt;Have you tried to restart &amp;nbsp;your studio to see if it works? 
&lt;BR /&gt;Did you follow up document about? 
&lt;A href="https://help.talend.com/search/all?query=Installing+external+modules&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;TalendHelpCenter:Installing external modules&lt;/A&gt;&amp;nbsp;to install your external jar? 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Fri, 03 Mar 2017 06:10:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266933#M45983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T06:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] MSSqlFactory cannot be resolved to a type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266934#M45984</link>
      <description>Hi Sabrina,&lt;BR /&gt;Thanks for your quick response.&lt;BR /&gt;I installed mssql-jdbc.jar as the document says and also restarted the studio but still it doesn't work. The&amp;nbsp;component that shows the error is the tMSSqlInput.</description>
      <pubDate>Fri, 03 Mar 2017 16:35:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266934#M45984</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T16:35:14Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] MSSqlFactory cannot be resolved to a type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266935#M45985</link>
      <description>Problem was&amp;nbsp;solved after removing Talend and downloading and installing&amp;nbsp;it again without installing mssql-jdbc.jar.</description>
      <pubDate>Fri, 03 Mar 2017 21:47:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266935#M45985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-03T21:47:20Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] MSSqlFactory cannot be resolved to a type</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266936#M45986</link>
      <description>Hi,&lt;BR /&gt;Great that this issue has been fixed. Thanks for sharing your solution with us.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 06 Mar 2017 07:52:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-MSSqlFactory-cannot-be-resolved-to-a-type/m-p/2266936#M45986</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-03-06T07:52:18Z</dc:date>
    </item>
  </channel>
</rss>

