<?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: tCreateTable error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252610#M36205</link>
    <description>&lt;P&gt;The only thing is that on its own it works fine so, it's able to create the DDL with the permissions and the data types are fine as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;</description>
    <pubDate>Thu, 09 Jul 2020 18:19:54 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-07-09T18:19:54Z</dc:date>
    <item>
      <title>tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252603#M36198</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt; 
&lt;P&gt;I have a createtable statement in my job with a 'create table if not exists' that works well on its own.&lt;/P&gt; 
&lt;P&gt;However when I put another trunjob after it, it will give me an error message.&lt;/P&gt; 
&lt;P&gt;See screenshot for setup.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Createtable issue.png" style="width: 761px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaLq.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127900i31B51EF69E705818/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaLq.png" alt="0683p000009MaLq.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;If I run the job, I get the following error message:&lt;/P&gt; 
&lt;P&gt;"&lt;/P&gt; 
&lt;P&gt;Exception in component tCreateTable_1 (job_load_dim_party_inc)&lt;BR /&gt;java.lang.RuntimeException: Creating table failed&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tCreateTable_1Process(job_load_dim_party_inc.java:980)&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tDBConnection_1Process(job_load_dim_party_inc.java:805)&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tChronometerStart_1Process(job_load_dim_party_inc.java:590)&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.runJobInTOS(job_load_dim_party_inc.java:1887)&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.main(job_load_dim_party_inc.java:1632)&lt;BR /&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tCreateTable_1Process(job_load_dim_party_inc.java:956)&lt;BR /&gt;... 4 more&lt;BR /&gt;[FATAL] 12:51:52 poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc- tCreateTable_1 Creating table failed&lt;BR /&gt;java.lang.RuntimeException: Creating table failed&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tCreateTable_1Process(job_load_dim_party_inc.java:980) [classes/:?]&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tDBConnection_1Process(job_load_dim_party_inc.java:805) [classes/:?]&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tChronometerStart_1Process(job_load_dim_party_inc.java:590) [classes/:?]&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.runJobInTOS(job_load_dim_party_inc.java:1887) [classes/:?]&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.main(job_load_dim_party_inc.java:1632) [classes/:?]&lt;BR /&gt;Caused by: java.lang.NullPointerException&lt;BR /&gt;at poc_revenue_data_mart.job_load_dim_party_inc_0_1.job_load_dim_party_inc.tCreateTable_1Process(job_load_dim_party_inc.java:956) ~[classes/:?]&lt;BR /&gt;... 4 more&lt;/P&gt; 
&lt;P&gt;"&lt;/P&gt; 
&lt;P&gt;Roland&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 17:53:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252603#M36198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-07T17:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252604#M36199</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLUSAA4"&gt;@dev323&lt;/A&gt;&amp;nbsp;,can you share settings of&amp;nbsp;&lt;SPAN&gt;tCreateTable_1 ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 05:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252604#M36199</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-07-08T05:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252605#M36200</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LLUSAA4"&gt;@dev323&lt;/A&gt;&amp;nbsp;,can you share settings of&amp;nbsp;&lt;SPAN&gt;tCreateTable_1 ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 05:01:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252605#M36200</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2020-07-08T05:01:16Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252606#M36201</link>
      <description>&lt;P&gt;Hi Manohar,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the quick reply. Attached some screenshots of the settings (for some reason my earlier reply did not come through)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Roland&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create table settings.png" style="width: 705px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaMe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135968i53760D1E58846D85/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaMe.png" alt="0683p000009MaMe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="connection settings.png" style="width: 823px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaMt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154796i7CDC370D23C5FF8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaMt.png" alt="0683p000009MaMt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 15:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252606#M36201</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-09T15:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252607#M36202</link>
      <description>&lt;P&gt;Hi Manohar,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks for the quick reply. Attached some screenshots of the settings (for some reason my earlier reply did not come through)&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Roland&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create table settings.png" style="width: 705px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaMe.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135968i53760D1E58846D85/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaMe.png" alt="0683p000009MaMe.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="connection settings.png" style="width: 823px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MaMt.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154796i7CDC370D23C5FF8A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MaMt.png" alt="0683p000009MaMt.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 15:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252607#M36202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-09T15:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252608#M36203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically a failure on tCreateTable is one of 2 things:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You dont have DDL permission where you're trying to create the table&lt;/LI&gt;&lt;LI&gt;The schema you are using is incomplete, missing DB data types, column lengths, etc.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 17:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252608#M36203</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2020-07-09T17:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252609#M36204</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically a failure on tCreateTable is one of 2 things:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;You dont have DDL permission where you're trying to create the table&lt;/LI&gt;&lt;LI&gt;The schema you are using is incomplete, missing DB data types, column lengths, etc.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 17:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252609#M36204</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2020-07-09T17:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252610#M36205</link>
      <description>&lt;P&gt;The only thing is that on its own it works fine so, it's able to create the DDL with the permissions and the data types are fine as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 18:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252610#M36205</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-09T18:19:54Z</dc:date>
    </item>
    <item>
      <title>Re: tCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252611#M36206</link>
      <description>&lt;P&gt;The only thing is that on its own it works fine so, it's able to create the DDL with the permissions and the data types are fine as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Roland&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 18:19:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tCreateTable-error/m-p/2252611#M36206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-09T18:19:54Z</dc:date>
    </item>
  </channel>
</rss>

