<?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 tWaitForSqlData on Snowflake connection in Data Quality</title>
    <link>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202660#M596</link>
    <description>&lt;P&gt;I have a working Snowflake connection (if I omit tWaitForSqlData, tDBInput returns data from the table to be tested by tWaitForSqlData).&lt;/P&gt;&lt;P&gt;Yet when running the job, I get:&lt;/P&gt;&lt;P&gt;Starting job Monitor_SF_table at 22:29 20/07/2020.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3463&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tWaitForSqlData_1 (Monitor_SF_table)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.tWaitForSqlData_1Process(Monitor_SF_table.java:725)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.tDBConnection_1Process(Monitor_SF_table.java:519)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.runJobInTOS(Monitor_SF_table.java:1591)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.main(Monitor_SF_table.java:1440)&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;Job Monitor_SF_table ended at 22:29 20/07/2020. [Exit code&amp;nbsp;= 1]&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 01:51:05 GMT</pubDate>
    <dc:creator>mickg</dc:creator>
    <dc:date>2024-11-16T01:51:05Z</dc:date>
    <item>
      <title>tWaitForSqlData on Snowflake connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202660#M596</link>
      <description>&lt;P&gt;I have a working Snowflake connection (if I omit tWaitForSqlData, tDBInput returns data from the table to be tested by tWaitForSqlData).&lt;/P&gt;&lt;P&gt;Yet when running the job, I get:&lt;/P&gt;&lt;P&gt;Starting job Monitor_SF_table at 22:29 20/07/2020.&lt;/P&gt;&lt;P&gt;[statistics] connecting to socket on port 3463&lt;/P&gt;&lt;P&gt;[statistics] connected&lt;/P&gt;&lt;P&gt;Exception in component tWaitForSqlData_1 (Monitor_SF_table)&lt;/P&gt;&lt;P&gt;java.lang.NullPointerException&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.tWaitForSqlData_1Process(Monitor_SF_table.java:725)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.tDBConnection_1Process(Monitor_SF_table.java:519)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.runJobInTOS(Monitor_SF_table.java:1591)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;at thehartford.monitor_sf_table_0_1.Monitor_SF_table.main(Monitor_SF_table.java:1440)&lt;/P&gt;&lt;P&gt;[statistics] disconnected&lt;/P&gt;&lt;P&gt;Job Monitor_SF_table ended at 22:29 20/07/2020. [Exit code&amp;nbsp;= 1]&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 01:51:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202660#M596</guid>
      <dc:creator>mickg</dc:creator>
      <dc:date>2024-11-16T01:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: tWaitForSqlData on Snowflake connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202661#M597</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;From the error stack trace, it seems that there is a DB connection issue from your side. Are you able to retrieve data from your DB by using a simple job? Such as, tDBConnection--&amp;gt;tDBInput--&amp;gt;tLogRow&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;​&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 03:07:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202661#M597</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-21T03:07:20Z</dc:date>
    </item>
    <item>
      <title>Re: tWaitForSqlData on Snowflake connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202662#M598</link>
      <description>&lt;P&gt;You need to select an existing DB connection on tWaitForSQLData, and make sure the DB connection is created before it is used. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Jul 2020 07:30:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202662#M598</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-21T07:30:32Z</dc:date>
    </item>
    <item>
      <title>Re: tWaitForSqlData on Snowflake connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202663#M599</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm getting the same error&lt;/P&gt;&lt;P&gt;It's working when I tested it with other DBs, as well as testing just the job without the tWaitForSQLData component (with Snowflake components only).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide a screenshot of a working job for this use case? as well as screenshot of the tWaitForSQLData component tab?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Nadav&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 20:24:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202663#M599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-29T20:24:32Z</dc:date>
    </item>
    <item>
      <title>Re: tWaitForSqlData on Snowflake connection</title>
      <link>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202664#M600</link>
      <description>&lt;P&gt;@Nadav Malka​&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made a testing and reproduced the issue. I see you have created an issue on our bugtracker, I just paste it here for other users to watch it&lt;/P&gt;&lt;P&gt;&lt;A href="https://jira.talendforge.org/browse/TDI-44643" alt="https://jira.talendforge.org/browse/TDI-44643" target="_blank"&gt;https://jira.talendforge.org/browse/TDI-44643&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jul 2020 02:47:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Data-Quality/tWaitForSqlData-on-Snowflake-connection/m-p/2202664#M600</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-07-30T02:47:34Z</dc:date>
    </item>
  </channel>
</rss>

