<?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: Running RUNSTAT command from tDB2Row component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288211#M61721</link>
    <description>Hi Ayan,&lt;BR /&gt;Were you able to run truncate table with tDB2Row? how did you do it?&lt;BR /&gt;Thanks</description>
    <pubDate>Tue, 22 Mar 2016 01:22:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-22T01:22:06Z</dc:date>
    <item>
      <title>Running RUNSTAT command from tDB2Row component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288206#M61716</link>
      <description>Hello,&lt;BR /&gt;I am trying to run a simple RUNSTAT command from Talend Studio using a Simple Query&amp;nbsp;&lt;BR /&gt;"RUNSTATS ON TABLE ABC.TABLE1 use profile"&lt;BR /&gt;I am getting the following error,&lt;BR /&gt;DB2 SQL Error: SQLCODE=-104, SQLSTATE=42601, SQLERRMC=USE;TABLE1;JOIN &amp;lt;joined_table&amp;gt;, DRIVER=3.63.75&lt;BR /&gt;Can you please help to find how to run the same?</description>
      <pubDate>Sat, 16 Nov 2024 11:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288206#M61716</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Running RUNSTAT command from tDB2Row component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288207#M61717</link>
      <description>You can use the RUNSTATS command without enclosing it only in the DB2 client. From an SQL interface you have to use a stored procedure:&lt;BR /&gt;&lt;PRE&gt;CALL SYSPROC.ADMIN_CMD( 'RUNSTATS ON TABLE ABC.TABLE1 use profile' )&lt;/PRE&gt;&lt;BR /&gt;Use this SQL statement in the tDB2Row.</description>
      <pubDate>Tue, 16 Jun 2015 21:36:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288207#M61717</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-16T21:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Running RUNSTAT command from tDB2Row component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288208#M61718</link>
      <description>Same error when I pasted the same command&amp;nbsp;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;CALL SYSPROC.ADMIN_CMD( 'RUNSTATS ON TABLE ABC.TABLE1 use profile' )&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;In the tDB2Row component.&lt;/FONT&gt;&lt;/FONT&gt;
&lt;BR /&gt;
&lt;FONT size="2"&gt;&lt;FONT face="consolas, monaco, 'bitstream vera sans mono', 'courier new', courier, monospace"&gt;Even I tried with Truncate table command. Getting the same issue there as well.&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Tue, 16 Jun 2015 22:29:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288208#M61718</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2015-06-16T22:29:04Z</dc:date>
    </item>
    <item>
      <title>Re: Running RUNSTAT command from tDB2Row component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288209#M61719</link>
      <description>Sorry to hear but I am absolutely sure this works because I do this very often. Please post a screenshot of the basic settings of the tDB2Row component and also the error message you get. It is simply impossible to get the same error message running this command and running a truncate command. Perhaps you&amp;nbsp;overlook&amp;nbsp;something here.</description>
      <pubDate>Wed, 17 Jun 2015 11:57:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288209#M61719</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-17T11:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Running RUNSTAT command from tDB2Row component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288210#M61720</link>
      <description>Hello&amp;nbsp;
&lt;B&gt;&lt;FONT color="#5b5b5d"&gt;&lt;FONT size="2"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;jlolling,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;B&gt;I am able to run RUNSTAT now Getting issue with TRUNCATE TABLE Statement. Do you know how I can truncate a table in tdb2row component?&lt;/B&gt;</description>
      <pubDate>Wed, 08 Jul 2015 21:21:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288210#M61720</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-08T21:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Running RUNSTAT command from tDB2Row component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288211#M61721</link>
      <description>Hi Ayan,&lt;BR /&gt;Were you able to run truncate table with tDB2Row? how did you do it?&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 22 Mar 2016 01:22:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Running-RUNSTAT-command-from-tDB2Row-component/m-p/2288211#M61721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-22T01:22:06Z</dc:date>
    </item>
  </channel>
</rss>

