<?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 Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177824#M716032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I encountered the same problem and was able to fix it by changing my STORE syntax to STORE &amp;lt;table&amp;gt; INTO &amp;lt;qvd&amp;gt;.&lt;/P&gt;&lt;P&gt;There seems to be a bug in Qlikview when the STORE &amp;lt;fields&amp;gt; FROM &amp;lt;table&amp;gt; INTO &amp;lt;qvd&amp;gt; syntax is used. If you only want to store a subset of fields, you can drop fields from your table before you store it into the qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 May 2010 11:58:40 GMT</pubDate>
    <dc:creator />
    <dc:date>2010-05-05T11:58:40Z</dc:date>
    <item>
      <title>Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177820#M716024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, We are new to QlikView. Have a very large Microsoft Excel workbook. Tested smaller workbook and it works but fails with a large one. Object: creation of a qvw that created a qvd file as the data source. The statement used in the script's Main tab is below. Do you have a solution for this? Thanks in advance for your feedback.&lt;/P&gt;&lt;P&gt;Ricardo Pous &lt;A href="mailto:-ricardo.pous@pioneer.com"&gt;-ricardo.pous@pioneer.com&lt;/A&gt; -Pioneer Hi-Bred International Inc. 1.515.270.3543&lt;/P&gt;&lt;P&gt;MyTable:&lt;/P&gt;&lt;P&gt;Load *&lt;/P&gt;&lt;P&gt;from &lt;C&gt; (ooxml, embedded labels, table is Sheet1);&lt;/C&gt;&lt;/P&gt;&lt;P&gt;Store *&lt;/P&gt;&lt;P&gt;from MyTable into &lt;C&gt;;&lt;/C&gt;&lt;/P&gt;&lt;P&gt;Drop table MyTable;&lt;/P&gt;&lt;P&gt;Debug reports: Error: File .\extdata.cpp, Line 1826 MyTable: LOAD * FROM &lt;C&gt; (ooxml, embedded labels, table is Sheet1)&lt;/C&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 22:03:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177820#M716024</guid>
      <dc:creator />
      <dc:date>2010-03-11T22:03:25Z</dc:date>
    </item>
    <item>
      <title>Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177821#M716025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The Store statement looks incorrect. Change it to this:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;Store MyTable into &lt;C&gt;;&lt;/C&gt;&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;. Also, what is this C++ file (extdata.cpp) that is being referenced in the debug report? Is this from SAP?&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 22:08:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177821#M716025</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-03-11T22:08:50Z</dc:date>
    </item>
    <item>
      <title>Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177822#M716027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vlad and thank you for the reply. I have changed the Store statement as per your suggestion.&lt;/P&gt;&lt;P&gt;The Debug error happens before the Store, it happens at the Load statement and the debugger reports&lt;/P&gt;&lt;P&gt;Error: File .\extdata.cpp, Line 1826&lt;BR /&gt;MyTable:&lt;BR /&gt;LOAD * FROM&lt;/P&gt;&lt;P&gt;I searched for a cpp file in the QlikView Server &amp;amp; the QlikView Desktop but found nothing.&lt;/P&gt;&lt;P&gt;Best regards -ricardo&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 22:46:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177822#M716027</guid>
      <dc:creator />
      <dc:date>2010-03-11T22:46:01Z</dc:date>
    </item>
    <item>
      <title>Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177823#M716030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmm, maybe QlikView uses a C++ debugger, I've never really noticed this before. Try deleting your load statement and then recreating it using the wizard--you can then be sure it will be in the right format and without typos.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Mar 2010 23:36:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177823#M716030</guid>
      <dc:creator>vgutkovsky</dc:creator>
      <dc:date>2010-03-11T23:36:47Z</dc:date>
    </item>
    <item>
      <title>Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177824#M716032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I encountered the same problem and was able to fix it by changing my STORE syntax to STORE &amp;lt;table&amp;gt; INTO &amp;lt;qvd&amp;gt;.&lt;/P&gt;&lt;P&gt;There seems to be a bug in Qlikview when the STORE &amp;lt;fields&amp;gt; FROM &amp;lt;table&amp;gt; INTO &amp;lt;qvd&amp;gt; syntax is used. If you only want to store a subset of fields, you can drop fields from your table before you store it into the qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 11:58:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177824#M716032</guid>
      <dc:creator />
      <dc:date>2010-05-05T11:58:40Z</dc:date>
    </item>
    <item>
      <title>Re. :Re: Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177825#M716035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;It's an issue due to security rights. Have you writing rights on your destination folder?&lt;/P&gt;&lt;P&gt;See that post :&lt;/P&gt;&lt;P&gt;http://community.qlik.com/forums/p/26440/101333.aspx#101333&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 May 2010 12:07:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177825#M716035</guid>
      <dc:creator>martin59</dc:creator>
      <dc:date>2010-05-05T12:07:45Z</dc:date>
    </item>
    <item>
      <title>Saving Excel (xlsx) data to a QVD - Debug reports: Error: File .\extdata.cpp, Line 1826</title>
      <link>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177826#M716037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I usually get the "Error: File .\extdata.cpp" error when my QVD file is empty and I don't tell in the script to build it from scratch. That might be your case ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jun 2010 10:08:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Saving-Excel-xlsx-data-to-a-QVD-Debug-reports-Error-File-extdata/m-p/177826#M716037</guid>
      <dc:creator />
      <dc:date>2010-06-10T10:08:43Z</dc:date>
    </item>
  </channel>
</rss>

