<?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: teradata fastload error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324071#M93827</link>
    <description>Hi, 
&lt;BR /&gt;Why don't use the tTeradataFastLoadUtility component instead of the tTeradataFastLoad(using the BatchSize) ?
&lt;BR /&gt;The tTeradataFastLoadUtility is more efficient than the tTeradataFastLoad. The tTeradataFastLoadUtility executes the script generated by Talend via your Teradata utilities ?
&lt;BR /&gt;Best regards;</description>
    <pubDate>Tue, 05 Jan 2010 15:48:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2010-01-05T15:48:03Z</dc:date>
    <item>
      <title>teradata fastload error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324068#M93824</link>
      <description>I am getting this message when I try to load a csv file into teradata with the fastload component.   I have looked at everything but cannot trace the issue.&lt;BR /&gt;Starting job einstein at 11:21 17/09/2009.&lt;BR /&gt; connecting to socket on port 4026&lt;BR /&gt; connected&lt;BR /&gt;Exception in component tTeradataFastLoad_1&lt;BR /&gt;com.ncr.teradata.jdbc_4.util.JDBCException:   : Name is longer than 30 characters.&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.statemachine.ReceiveInitSubState.action(ReceiveInitSubState.java:92)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.statemachine.StatementReceiveState.subStateMachine(StatementReceiveState.java:270)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.statemachine.StatementReceiveState.action(StatementReceiveState.java:161)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.statemachine.StatementController.runBody(StatementController.java:100)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.statemachine.StatementController.run(StatementController.java:91)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.Statement.executeStatement(Statement.java:287)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.Statement.prepareRequest(Statement.java:441)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.PreparedStatement.&amp;lt;init&amp;gt;(PreparedStatement.java:51)&lt;BR /&gt;	at com.ncr.teradata.jdbc_4.TDSession.createPreparedStatement(TDSession.java:353)&lt;BR /&gt;	at com.ncr.teradata.jdbc_3.ifjdbc_4.TeraLocalPreparedStatement.&amp;lt;init&amp;gt;(TeraLocalPreparedStatement.java:86)&lt;BR /&gt;	at com.ncr.teradata.jdbc_3.ifjdbc_4.TeraLocalConnection.prepareStatement(TeraLocalConnection.java:323)&lt;BR /&gt;	at com.ncr.teradata.jdbc_3.ifjdbc_4.TeraLocalConnection.prepareStatement(TeraLocalConnection.java:145)&lt;BR /&gt;	at com.ncr.teradata.jdbc.fastload.FastLoadManagerConnection.prepareStatement(FastLoadManagerConnection.java:734)&lt;BR /&gt;	at einsteinload.einstein_0_1.einstein.tFileInputDelimited_1Process(einstein.java:481)&lt;BR /&gt;	at einsteinload.einstein_0_1.einstein.runJobInTOS(einstein.java:1004)&lt;BR /&gt;	at einsteinload.einstein_0_1.einstein.main(einstein.java:913)&lt;BR /&gt; disconnected&lt;BR /&gt;Job einstein ended at 11:21 17/09/2009.</description>
      <pubDate>Sat, 16 Nov 2024 13:45:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324068#M93824</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T13:45:52Z</dc:date>
    </item>
    <item>
      <title>Re: teradata fastload error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324069#M93825</link>
      <description>Sheridany
&lt;BR /&gt;What about using the component tTeradataFastLoadUtility.
&lt;BR /&gt;The tTeradataFastLoad is just using some performance issue integrated to the JDBC driver instead of the tTeradataFastLoadUtility using the pure Teradata binary to bulk load data efficiently.
&lt;BR /&gt;Best regards;</description>
      <pubDate>Thu, 01 Oct 2009 15:04:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324069#M93825</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-01T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: teradata fastload error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324070#M93826</link>
      <description>Hi ,
&lt;BR /&gt;Tablename are limited to 30 chars and jdbc fastload needs to create its two temp table when you use the bacth size options.
&lt;BR /&gt;These table will be automaticly named tablename + _ERR1 and _ERR2 thus in this case your table must be less than 25 characters to work .
&lt;BR /&gt;regards</description>
      <pubDate>Tue, 05 Jan 2010 14:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324070#M93826</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2010-01-05T14:47:34Z</dc:date>
    </item>
    <item>
      <title>Re: teradata fastload error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324071#M93827</link>
      <description>Hi, 
&lt;BR /&gt;Why don't use the tTeradataFastLoadUtility component instead of the tTeradataFastLoad(using the BatchSize) ?
&lt;BR /&gt;The tTeradataFastLoadUtility is more efficient than the tTeradataFastLoad. The tTeradataFastLoadUtility executes the script generated by Talend via your Teradata utilities ?
&lt;BR /&gt;Best regards;</description>
      <pubDate>Tue, 05 Jan 2010 15:48:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/teradata-fastload-error/m-p/2324071#M93827</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-01-05T15:48:03Z</dc:date>
    </item>
  </channel>
</rss>

