<?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: Data has not been loaded. Please correct the error and try loading again. in Connectivity &amp; Data Prep</title>
    <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1859161#M9845</link>
    <description>&lt;P&gt;your error message is right here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="headline edc_error"&gt;&lt;STRONG&gt;The following error occurred:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;There is no open data connection.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#000000"&gt;make sure you add the connection to the database table into the load script before running any SQL commands&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#000000"&gt;you must connect to your DB connection as&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#000000"&gt; "LIB&amp;nbsp; CONNECT TO &lt;STRONG&gt;&amp;lt;your connection name&amp;gt;" before running sql statements&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 15 Nov 2021 07:27:14 GMT</pubDate>
    <dc:creator>vinieme12</dc:creator>
    <dc:date>2021-11-15T07:27:14Z</dc:date>
    <item>
      <title>Data has not been loaded. Please correct the error and try loading again.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1858990#M9842</link>
      <description>&lt;P&gt;I am trying to load this script:&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;LI-CODE lang="markup"&gt;LOAD
    ProductID,
    UnitCost
FROM [lib://Case_study_3:DataFiles/abc_4.0.xlsx]
(ooxml, embedded labels, table is products);


// ----- UnitCost Map ----- //
UnitCost_Map:
MAPPING LOAD 
    ProductID,
    UnitCost;
SQL SELECT 
    ProductID,
    UnitCost
FROM products;
&lt;/LI-CODE&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;&lt;EM&gt;but I get this error:&lt;/EM&gt;&lt;/P&gt;
&lt;DIV class="headline undefined"&gt;&lt;STRONG&gt;Started loading data&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class=""&gt;&lt;STRONG&gt;products Lines fetched: 78&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline edc_error"&gt;&lt;STRONG&gt;The following error occurred:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;STRONG&gt;There is no open data connection.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="empty edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline edc_error"&gt;&lt;STRONG&gt;The error occurred here:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;STRONG&gt;SQL SELECT &lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ProductID, &lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UnitCost&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;STRONG&gt; FROM products&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="empty undefined"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline undefined"&gt;&lt;STRONG&gt;Data has not been loaded. Please correct the error and try loading again.&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline undefined"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="headline undefined"&gt;&lt;EM&gt;What am I doing wrong here? Any help would be highly appreciated.&lt;/EM&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Dec 2021 21:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1858990#M9842</guid>
      <dc:creator>ga1996</dc:creator>
      <dc:date>2021-12-10T21:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: Data has not been loaded. Please correct the error and try loading again.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1858999#M9843</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Try like below, taking resident after SQL table loads..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;// ----- UnitCost Map ----- //&lt;BR /&gt;UnitCost_Map:&lt;BR /&gt;LOAD &lt;BR /&gt;ProductID,&lt;BR /&gt;UnitCost&lt;BR /&gt;SQL SELECT &lt;BR /&gt;ProductID,&lt;BR /&gt;UnitCost&lt;BR /&gt;FROM products;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;UnitCostMapping:&lt;BR /&gt;MAPPING LOAD &lt;BR /&gt;ProductID,&lt;BR /&gt;UnitCost&lt;BR /&gt;Resident UnitCost_Map;&lt;BR /&gt;Drop Table UnitCost_Map;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Nov 2021 05:29:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1858999#M9843</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-11-14T05:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Data has not been loaded. Please correct the error and try loading again.</title>
      <link>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1859161#M9845</link>
      <description>&lt;P&gt;your error message is right here&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="headline edc_error"&gt;&lt;STRONG&gt;The following error occurred:&lt;/STRONG&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;There is no open data connection.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#000000"&gt;make sure you add the connection to the database table into the load script before running any SQL commands&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#000000"&gt;you must connect to your DB connection as&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&lt;FONT color="#000000"&gt; "LIB&amp;nbsp; CONNECT TO &lt;STRONG&gt;&amp;lt;your connection name&amp;gt;" before running sql statements&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV class="edc_error"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 15 Nov 2021 07:27:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Connectivity-Data-Prep/Data-has-not-been-loaded-Please-correct-the-error-and-try/m-p/1859161#M9845</guid>
      <dc:creator>vinieme12</dc:creator>
      <dc:date>2021-11-15T07:27:14Z</dc:date>
    </item>
  </channel>
</rss>

