<?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: Length or precision specification 0 is invalid. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198419#M1755</link>
    <description>You will have to provide "Length" (character columns) and "Length" and "Precision" (numeric columns) in the schema of tMSSqlOutput. I assume you have "0" as "Length" somewhere in there, correct?&lt;BR /&gt;&lt;BR /&gt;And by the way: in the future please create a new issue. There is no real benefit in adding new questions to long resolved issues.</description>
    <pubDate>Wed, 23 Nov 2016 19:14:46 GMT</pubDate>
    <dc:creator>JR1</dc:creator>
    <dc:date>2016-11-23T19:14:46Z</dc:date>
    <item>
      <title>Length or precision specification 0 is invalid.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198418#M1754</link>
      <description>Hi I am issues when loading txt file to MS sql database please help
&lt;BR /&gt;Exception in component tMSSqlOutput_3
&lt;BR /&gt;java.sql.SQLException: Line 1: Length or precision specification 0 is invalid.
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:368)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2820)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2258)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:632)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:584)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:546)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.executeImpl(JtdsStatement.java:723)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at net.sourceforge.jtds.jdbc.JtdsStatement.execute(JtdsStatement.java:1160)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at text1.flatloading_0_1.FlatLoading.tFileInputDelimited_1Process(FlatLoading.java:885)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at text1.flatloading_0_1.FlatLoading.runJobInTOS(FlatLoading.java:1823)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#ff2600"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; at text1.flatloading_0_1.FlatLoading.main(FlatLoading.java:1680)&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt; disconnected&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT color="#0433ff"&gt;&lt;FONT size="1"&gt;&lt;FONT face="Courier"&gt;&lt;I&gt;Job FlatLoading ended at 11:28 23/11/2016. &lt;/I&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Wed, 23 Nov 2016 17:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198418#M1754</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-23T17:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Length or precision specification 0 is invalid.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198419#M1755</link>
      <description>You will have to provide "Length" (character columns) and "Length" and "Precision" (numeric columns) in the schema of tMSSqlOutput. I assume you have "0" as "Length" somewhere in there, correct?&lt;BR /&gt;&lt;BR /&gt;And by the way: in the future please create a new issue. There is no real benefit in adding new questions to long resolved issues.</description>
      <pubDate>Wed, 23 Nov 2016 19:14:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198419#M1755</guid>
      <dc:creator>JR1</dc:creator>
      <dc:date>2016-11-23T19:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Length or precision specification 0 is invalid.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198420#M1756</link>
      <description>Hi,&lt;BR /&gt;Split this topic to a new one.&lt;BR /&gt;@&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;&lt;B&gt;midhun123&lt;/B&gt; how did you set the schema for&lt;B&gt;&amp;nbsp;&lt;/B&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tMSSqlOutput component? Screenshots will be preferred.&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Thu, 24 Nov 2016 06:50:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Length-or-precision-specification-0-is-invalid/m-p/2198420#M1756</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-24T06:50:27Z</dc:date>
    </item>
  </channel>
</rss>

