<?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 Buffer (incremental) load: cannot find .qvd file in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225485#M714491</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm have you checked the settings:&lt;/P&gt;&lt;P&gt;this is from the inside qlikvie help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD buffers will normally be removed when no longer referenced anywhere throughout a complete script execution in the document that created it or when the document that created it no longer exists. This housekeeping can be turned off by checking the options Keep Unreferenced QVD Buffers in &lt;A&gt;Document Properties: General&lt;/A&gt; (first requirement) and Keep Orphaned QVD Buffers in &lt;A&gt;User Preferences: General&lt;/A&gt; (second requirement) property pages respectively, though the procedure cannot be generally recommended.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 17 Jul 2010 09:06:47 GMT</pubDate>
    <dc:creator>wizardo</dc:creator>
    <dc:date>2010-07-17T09:06:47Z</dc:date>
    <item>
      <title>Buffer (incremental) load: cannot find .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225483#M714489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm trying to find out how 'BUFFER (incremental)' load works. I'm using the statement below to load data from a text file:&lt;/P&gt;&lt;P&gt;HourOverview:&lt;BR /&gt;BUFFER (Incremental)&lt;BR /&gt;LOAD&lt;BR /&gt; @1 as Time,&lt;BR /&gt; @2 as Category,&lt;BR /&gt; @3 as Activity&lt;BR /&gt;FROM&lt;BR /&gt;uur.log&lt;BR /&gt;(txt, codepage is 1252, no labels, delimiter is '\t', msq) ;&lt;/P&gt;&lt;P&gt;The data is loaded fine, but I would expect that a .QVD file was created in the default location (in my case C:\Documents and Settings\ddoord\Application Data\QlikTech\QlikView). However, there are no .QVD files in that folder (or any folder below). Are there some limitations on that I'm not aware of?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Jul 2010 15:58:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225483#M714489</guid>
      <dc:creator />
      <dc:date>2010-07-16T15:58:48Z</dc:date>
    </item>
    <item>
      <title>Buffer (incremental) load: cannot find .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225484#M714490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your sample works fine for me on QV9 SR4. I get a QVD created in the buffer loacation.&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jul 2010 05:25:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225484#M714490</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2010-07-17T05:25:25Z</dc:date>
    </item>
    <item>
      <title>Buffer (incremental) load: cannot find .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225485#M714491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hmmm have you checked the settings:&lt;/P&gt;&lt;P&gt;this is from the inside qlikvie help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QVD buffers will normally be removed when no longer referenced anywhere throughout a complete script execution in the document that created it or when the document that created it no longer exists. This housekeeping can be turned off by checking the options Keep Unreferenced QVD Buffers in &lt;A&gt;Document Properties: General&lt;/A&gt; (first requirement) and Keep Orphaned QVD Buffers in &lt;A&gt;User Preferences: General&lt;/A&gt; (second requirement) property pages respectively, though the procedure cannot be generally recommended.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Jul 2010 09:06:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225485#M714491</guid>
      <dc:creator>wizardo</dc:creator>
      <dc:date>2010-07-17T09:06:47Z</dc:date>
    </item>
    <item>
      <title>Buffer (incremental) load: cannot find .qvd file</title>
      <link>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225486#M714492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob,&lt;/P&gt;&lt;P&gt;Thank you for checking!&lt;/P&gt;&lt;P&gt;As your help indicated that the script was correct, I've finally figured out the problem: I've searched in the wrong location. It shouldn't have been C:\Documents and Settings\ddoord\Application Data\QlikTech\QlikView but&lt;BR /&gt;C:\Documents and Settings\ddoord\Local Settings\Application Data\QlikTech\QlikView\Buffers. As it is a hidden directory, a windows search delivered no results with the standard search settings on!&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 18 Jul 2010 14:24:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Buffer-incremental-load-cannot-find-qvd-file/m-p/225486#M714492</guid>
      <dc:creator />
      <dc:date>2010-07-18T14:24:59Z</dc:date>
    </item>
  </channel>
</rss>

