<?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: URL Connection is invalid on tCreateTable with MSSqlServer in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332038#M100960</link>
    <description>Hi Serpico,&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;If you are using the MSSQLConnection does this mean that you don't have any connection info in the tCreateTable component itself ? Or have you coded that to "use existing connection" ?&lt;BR /&gt;Cheers,&lt;BR /&gt;Dave</description>
    <pubDate>Thu, 04 Feb 2010 22:34:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-02-04T22:34:50Z</dc:date>
    <item>
      <title>URL Connection is invalid on tCreateTable with MSSqlServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332034#M100956</link>
      <description>Hi, 
&lt;BR /&gt;I think the following is a bug but I'm not sure. 
&lt;BR /&gt;I am trying to use tCreateTable against MS-SQL 2005. It does not run, generating the error shown below: 
&lt;BR /&gt;Exception in component tCreateTable_1 
&lt;BR /&gt;java.lang.RuntimeException: Creating table failed 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.tCreateTable_1Process(PCV10_WMI.java:5826) 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.tFileInputDelimited_1Process(PCV10_WMI.java:5722) 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.tSystem_1Process(PCV10_WMI.java:1261) 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.tFileInputXML_1Process(PCV10_WMI.java:1118) 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.runJobInTOS(PCV10_WMI.java:7048) 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.main(PCV10_WMI.java:6909) 
&lt;BR /&gt;Caused by: java.sql.SQLException: The syntax of the connection URL 'jdbc:jtds:sqlserver://VMCPCV10://PerformanceCentral_Dev10;noDatetimeStringSync=true;instance=SQLS2005A' is invalid. 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.Driver.setupConnectProperties(Driver.java:239) 
&lt;BR /&gt; at net.sourceforge.jtds.jdbc.Driver.connect(Driver.java:175) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at java.sql.DriverManager.getConnection(Unknown Source) 
&lt;BR /&gt; at performancecentralv10.pcv10_wmi_0_1.PCV10_WMI.tCreateTable_1Process(PCV10_WMI.java:5775) 
&lt;BR /&gt; ... 5 more 
&lt;BR /&gt;From reading around the forums the connection string looks to be incorrectly formed. According to 
&lt;BR /&gt; 
&lt;A href="http://www.talendforge.org/forum/viewtopic.php?pid=17856#p17856" target="_blank" rel="nofollow noopener noreferrer"&gt;http://www.talendforge.org/forum/viewtopic.php?pid=17856#p17856&lt;/A&gt; 
&lt;BR /&gt;the connection string should be formed as: 
&lt;BR /&gt; jdbc:jtds:sqlserver://172.22.10.7:3268;DatabaseName=REAL_Warehouse_Sample_V6;noDatetimeStringSync=true;instance=Training 
&lt;BR /&gt;(but obviously with appropiate values !). The connection string in my case is nothing like that. 
&lt;BR /&gt;I have attached screenshots of the Basic and Advanced tabs for this component. You'll notice that virtually all of the fields refer to context variables. In another part of the processing for this job I use tMSSqlOutput with the same context variables and that connects to the database quite happily. 
&lt;BR /&gt;Any ideas anyone ? 
&lt;BR /&gt;Have I got something configured incorrectly ? 
&lt;BR /&gt;Cheers, 
&lt;BR /&gt;Dave</description>
      <pubDate>Sat, 16 Nov 2024 13:34:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332034#M100956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:34:17Z</dc:date>
    </item>
    <item>
      <title>Re: URL Connection is invalid on tCreateTable with MSSqlServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332035#M100957</link>
      <description>oops, the images were too big. Trying again.</description>
      <pubDate>Thu, 04 Feb 2010 17:11:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332035#M100957</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-04T17:11:01Z</dc:date>
    </item>
    <item>
      <title>Re: URL Connection is invalid on tCreateTable with MSSqlServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332036#M100958</link>
      <description>Hi,
&lt;BR /&gt;I have just tried it out on MS-SQL 2008 Express, and it worked fine.
&lt;BR /&gt;I used a tMSSqlConnection before I call the tCreateTable.
&lt;BR /&gt;My table name is Vertex running on my machine, and here is my connection string taken from my DB metadata: jdbc:jtds:sqlserver://127.0.0.1:1433/vertex;
&lt;BR /&gt;I have uploaded the picture of my job.
&lt;BR /&gt;Hope it helps!
&lt;BR /&gt;Regards,
&lt;BR /&gt;Serpico</description>
      <pubDate>Thu, 04 Feb 2010 17:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332036#M100958</guid>
      <dc:creator>Serpico</dc:creator>
      <dc:date>2010-02-04T17:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: URL Connection is invalid on tCreateTable with MSSqlServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332037#M100959</link>
      <description>Oops I meant my database name is Vertex</description>
      <pubDate>Thu, 04 Feb 2010 17:41:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332037#M100959</guid>
      <dc:creator>Serpico</dc:creator>
      <dc:date>2010-02-04T17:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: URL Connection is invalid on tCreateTable with MSSqlServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332038#M100960</link>
      <description>Hi Serpico,&lt;BR /&gt;Thanks for the response.&lt;BR /&gt;If you are using the MSSQLConnection does this mean that you don't have any connection info in the tCreateTable component itself ? Or have you coded that to "use existing connection" ?&lt;BR /&gt;Cheers,&lt;BR /&gt;Dave</description>
      <pubDate>Thu, 04 Feb 2010 22:34:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332038#M100960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-04T22:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: URL Connection is invalid on tCreateTable with MSSqlServer</title>
      <link>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332039#M100961</link>
      <description>DaveWellman&lt;BR /&gt;When you use a database component connection such MSSQLConnection, you must use it in your other database components by checking "use existing connection" and selecting it.</description>
      <pubDate>Thu, 04 Feb 2010 22:40:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/URL-Connection-is-invalid-on-tCreateTable-with-MSSqlServer/m-p/2332039#M100961</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-02-04T22:40:34Z</dc:date>
    </item>
  </channel>
</rss>

