<?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>article Talend Studio tDBOutput error [Teradata Database] [Error 6706] caused by column definitions using Unicode in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-tDBOutput-error-Teradata-Database-Error-6706/ta-p/2554110</link>
    <description>&lt;P&gt;Loading data from the source (PostgreSQL/Raw) to the Teradata target via JDBC using the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;tDBOutput&lt;/STRONG&gt; &lt;/FONT&gt;component in &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Talend Studio&lt;/STRONG&gt;&lt;/FONT&gt; may lead to the following write error:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;[ERROR] tDBOutput - [Teradata Database] [TeraJDBC 20.00.00.58] [Error 6706] [SQLState HY000] The string contains an untranslatable character.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Talend Studio&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;DDL Update&lt;/STRONG&gt;: Update the non-Unicode table column definitions on the Teradata target to unified &lt;STRONG&gt;Unicode-based types&lt;/STRONG&gt; (e.g., &lt;FONT face="courier new,courier"&gt;NVARCHAR&lt;/FONT&gt; / &lt;FONT face="courier new,courier"&gt;CHARACTER SET UNICODE&lt;/FONT&gt;).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;JDBC Configuration&lt;/STRONG&gt;&lt;SPAN&gt;: Apply &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;CHARSET=UTF8&lt;/FONT&gt;&lt;SPAN&gt; to the JDBC connection string to align session parameters with incoming data streams.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;After applying the changes, verify the write operations. Data loading will resume successfully without untranslatable character errors.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The issue was identified as a&lt;STRONG&gt; character-set conversion failure&lt;/STRONG&gt;. Analysis of the Teradata table DDL revealed that certain target columns were configured with non-Unicode definitions (e.g., standard&amp;nbsp;&lt;FONT face="courier new,courier"&gt;VARCHAR &lt;/FONT&gt;without Unicode encoding), preventing Teradata from storing multi-byte character strings passed from Talend during insertion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Talend Studio&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Wed, 12 Aug 2026 06:29:33 GMT</pubDate>
    <dc:creator>wei_guo</dc:creator>
    <dc:date>2026-08-12T06:29:33Z</dc:date>
    <item>
      <title>Talend Studio tDBOutput error [Teradata Database] [Error 6706] caused by column definitions using Unicode</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-tDBOutput-error-Teradata-Database-Error-6706/ta-p/2554110</link>
      <description>&lt;P&gt;Loading data from the source (PostgreSQL/Raw) to the Teradata target via JDBC using the &lt;FONT color="#339966"&gt;&lt;STRONG&gt;tDBOutput&lt;/STRONG&gt; &lt;/FONT&gt;component in &lt;FONT color="#339966"&gt;&lt;STRONG&gt;Talend Studio&lt;/STRONG&gt;&lt;/FONT&gt; may lead to the following write error:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;[ERROR] tDBOutput - [Teradata Database] [TeraJDBC 20.00.00.58] [Error 6706] [SQLState HY000] The string contains an untranslatable character.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;Talend Studio&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;DDL Update&lt;/STRONG&gt;: Update the non-Unicode table column definitions on the Teradata target to unified &lt;STRONG&gt;Unicode-based types&lt;/STRONG&gt; (e.g., &lt;FONT face="courier new,courier"&gt;NVARCHAR&lt;/FONT&gt; / &lt;FONT face="courier new,courier"&gt;CHARACTER SET UNICODE&lt;/FONT&gt;).&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG style="font-family: inherit;"&gt;JDBC Configuration&lt;/STRONG&gt;&lt;SPAN&gt;: Apply &lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;CHARSET=UTF8&lt;/FONT&gt;&lt;SPAN&gt; to the JDBC connection string to align session parameters with incoming data streams.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt;After applying the changes, verify the write operations. Data loading will resume successfully without untranslatable character errors.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Cause&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The issue was identified as a&lt;STRONG&gt; character-set conversion failure&lt;/STRONG&gt;. Analysis of the Teradata table DDL revealed that certain target columns were configured with non-Unicode definitions (e.g., standard&amp;nbsp;&lt;FONT face="courier new,courier"&gt;VARCHAR &lt;/FONT&gt;without Unicode encoding), preventing Teradata from storing multi-byte character strings passed from Talend during insertion.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Talend Studio&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Wed, 12 Aug 2026 06:29:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Talend-Studio-tDBOutput-error-Teradata-Database-Error-6706/ta-p/2554110</guid>
      <dc:creator>wei_guo</dc:creator>
      <dc:date>2026-08-12T06:29:33Z</dc:date>
    </item>
  </channel>
</rss>

