<?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/2261943#M42568</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You might have a couple of things to check here:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The user you're connecting as has permission to create tables in the required DB schema&lt;/LI&gt;&lt;LI&gt;The schema within Talend for the Create Table is complete (all data types and field lengths are entered).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Apr 2019 11:40:56 GMT</pubDate>
    <dc:creator>David_Beaty</dc:creator>
    <dc:date>2019-04-16T11:40:56Z</dc:date>
    <item>
      <title>TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261942#M42567</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I wanted to create a table with the script if the table doesn't exist. I didn't know how to give the script instead I used TCreateTable Component and edited the schema manually and gave "Drop table if exists and Create" for Table Action.&lt;/P&gt;
&lt;P&gt;When I tried to run, the following error occurred:&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;Exception in component tCreateTable_1 (create_table)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;java.lang.RuntimeException: Creating table failed&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at local_project.create_table_0_1.create_table.tCreateTable_1Process(create_table.java:399)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at local_project.create_table_0_1.create_table.runJobInTOS(create_table.java:832)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at local_project.create_table_0_1.create_table.main(create_table.java:681)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Caused by: java.lang.NullPointerException&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;at local_project.create_table_0_1.create_table.tCreateTable_1Process(create_table.java:385)&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;... 2 more&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I missing out anything? Kindly advice on this further. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Sowmiya R&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261942#M42567</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-16T11:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261943#M42568</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You might have a couple of things to check here:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The user you're connecting as has permission to create tables in the required DB schema&lt;/LI&gt;&lt;LI&gt;The schema within Talend for the Create Table is complete (all data types and field lengths are entered).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:40:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261943#M42568</guid>
      <dc:creator>David_Beaty</dc:creator>
      <dc:date>2019-04-16T11:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261944#M42569</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/0053p000007LLtjAAG"&gt;@dsoulalioux&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes, Instead of using the existing connection I manually entered the connection credentials and created the table. Kindly let me know how to create an index for the created table by using Script. I used TDBRow and its throwing null pointer exception error.&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sowmiya R&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261944#M42569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-16T11:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261945#M42570</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP9hAAG"&gt;@sowmi333&lt;/A&gt;&amp;nbsp;,is that script is working form outside of Talend?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:48:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261945#M42570</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-16T11:48:23Z</dc:date>
    </item>
    <item>
      <title>Re: TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261946#M42571</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.qlik.com/s/profile/0053p000007LKmJAAW"&gt;@manodwhb&lt;/A&gt;&amp;nbsp;,&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Yes it's working perfectly fine while executing in the front end tool.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;Thanks,&lt;/P&gt; 
&lt;P&gt;Sowmiya R&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:51:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261946#M42571</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-04-16T11:51:54Z</dc:date>
    </item>
    <item>
      <title>Re: TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261947#M42572</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP9hAAG"&gt;@sowmi333&lt;/A&gt;&amp;nbsp;,can you show me the job design and the component of tDBRow?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 11:59:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261947#M42572</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-16T11:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: TCreateTable error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261948#M42573</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LP9hAAG"&gt;@sowmi333&lt;/A&gt;&amp;nbsp;,I believe you might have not provided schema name or some other parameter in tDBrow&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 12:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TCreateTable-error/m-p/2261948#M42573</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2019-04-16T12:21:53Z</dc:date>
    </item>
  </channel>
</rss>

