<?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: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache' in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460038#M1042</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy, the cache function is a compromise to reduce amount of QDF related lines in the logs, this after several complains.The cache identifies container reuse by comparing the current URL with the previous, if change identified QDF does a total reload refreshing the cache for the new environment. When using mapped drives it's possible that two different environments have the same URL, but that can be ok as long as the container structures are identical between the environments. Else you need to clear the cache every reload by null the vG.BasePath variable. I think this is the best possible compromise.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards Magnus&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 12:23:40 GMT</pubDate>
    <dc:creator>Magnus_Berg</dc:creator>
    <dc:date>2018-01-16T12:23:40Z</dc:date>
    <item>
      <title>Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460032#M1036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using the QDF Framework version 1.7.1 but I think this also affected 1.7.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I install the framework to C:\Qv-Docs\SourceDocs\01.DWQLIKDEV-LOCAL on my pc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or I install it to E:\Qv-Docs\SourceDocs\01.DWQLIKDEV on the server.&amp;nbsp; I copy the container contents from the server to my pc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I map a drive Q:&amp;nbsp; to the \\localhost path to the framework on my pc so it is easier to get to all the files and I may have the copy of the QDF containers on different paths among the several computers I use so the mapped Q:\ drive keeps things consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I reload my applications using the Q:\ mapped drive the vG.Shared* variables do not get updated and if I delete these variables from the qlik application they do not get reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to figure out how to use the QDF framework on a network drive letter&lt;/P&gt;&lt;P&gt;and have the framework load these programs:&lt;/P&gt;&lt;P&gt;### QDF Info, 2.GenericContainerLoader.qvs&amp;nbsp; Started'&lt;/P&gt;&lt;P&gt;vL.temp_table_map &amp;lt;&amp;lt; ContainerMap 3 Lines fetched&lt;/P&gt;&lt;P&gt;vL.temp_table_map 3 Lines fetched&lt;/P&gt;&lt;P&gt;'### QDF Info, found Shared container, mounting as vG.SharedBasePath'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460032#M1036</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460033#M1037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I modify the 0.init.qvs file and comment out the if statement then my programs run correctly when running from the mapped network drive.&amp;nbsp; I'm not sure what is going on because the statement:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;IsNull(filesize('$(vG.$(vL.QDF.LinkShared_Folders)BasePath)\Initlink.qvs'))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757; font-family: arial,helvetica,sans-serif; font-size: 13.33px; font-style: normal; font-weight: 400; text-align: left; text-indent: 0px;"&gt;results in 0 for both tests running it from the actual path on C:\ or the mapped network drive on Q:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;// Shared_Folders Initiation&lt;BR /&gt;//if not IsNull(filesize('$(vG.$(vL.QDF.LinkShared_Folders)BasePath)\Initlink.qvs'))=-1 then&lt;BR /&gt;// trace '### QDF Info, $(vL.QDF.LinkShared_Folders) Global Variables using cache';&lt;BR /&gt;//else&lt;BR /&gt; $(Include=$(vG.SubPath)\4.GenericContainerLoader.qvs);&lt;BR /&gt; // Load Include for LCGV function&lt;BR /&gt; // This function is to be used inside the Qlik scripts to link between containers &lt;BR /&gt; CALL LCGV('$(vL.QDF.LinkShared_Folders)');&lt;/P&gt;&lt;P&gt; if IsNull(filesize('$(vG.$(vL.QDF.LinkShared_Folders)BasePath)\Initlink.qvs'))=-1 then &lt;BR /&gt;&amp;nbsp; set vL.QDF.LinkShared_Folders =; // If no shared container found remove link&lt;BR /&gt;&amp;nbsp; trace '### QDF Info, Shared container is missing';&lt;BR /&gt; endif &lt;BR /&gt;//endif;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 06 Jan 2018 23:18:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460033#M1037</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2018-01-06T23:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460034#M1038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andy, the cache is there to avoid recreation of the global variables during every load. If cache does not work in your case it's easy to disable by adding this line first in the script (works in v1.7.1):&lt;BR /&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;set vG.BasePath=;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope that this helps, &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Magnus&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 13:35:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460034#M1038</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2018-01-08T13:35:41Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460035#M1039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the init script?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jan 2018 16:27:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460035#M1039</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2018-01-08T16:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460036#M1040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before the init section in the load script.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #0070c0; font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Helvetica',sans-serif; color: #3d3d3d; background: white;"&gt; vG.BasePath=;&lt;/SPAN&gt; &lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;//Uncomment this line to reset cache&lt;/SPAN&gt;&lt;/EM&gt;&lt;SPAN style="font-size: 10.0pt; font-family: 'Arial',sans-serif;"&gt;&lt;BR /&gt;&lt;EM&gt;&lt;SPAN style="color: gray;"&gt;$(&lt;/SPAN&gt;&lt;SPAN style="color: #0070c0;"&gt;Include&lt;/SPAN&gt;&lt;SPAN style="color: gray;"&gt;=lib://Root\InitLink.qvs);&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;regards Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jan 2018 16:05:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460036#M1040</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2018-01-09T16:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460037#M1041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; Do you think the QDF framework should work with a mapped network drive.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2018 23:29:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460037#M1041</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2018-01-15T23:29:06Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460038#M1042</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy, the cache function is a compromise to reduce amount of QDF related lines in the logs, this after several complains.The cache identifies container reuse by comparing the current URL with the previous, if change identified QDF does a total reload refreshing the cache for the new environment. When using mapped drives it's possible that two different environments have the same URL, but that can be ok as long as the container structures are identical between the environments. Else you need to clear the cache every reload by null the vG.BasePath variable. I think this is the best possible compromise.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;Regards Magnus&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 12:23:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460038#M1042</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2018-01-16T12:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460039#M1043</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Magnus, after testing this I find this does not cause the Shared variables to be reset to the new path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 20:00:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460039#M1043</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2018-01-16T20:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460040#M1044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my case of running a QDF qvw application on a mapped local drive the fix you suggest to SET vG.BasePath=; does not cause my init.qvs script to rewrite the vG.Shared variables but instead runs 'Global Variables using cache'&lt;/P&gt;&lt;P&gt;&lt;IMG alt="vmconnect_2018-01-24_16-55-58.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/191309_vmconnect_2018-01-24_16-55-58.png" style="width: 620px; height: 85px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2018 22:00:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460040#M1044</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2018-01-24T22:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460041#M1045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then you are probably running 1.7 instead of 1.7.1 where that is fixed. You can add&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #0070c0;"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Helvetica, sans-serif; background-position: initial;"&gt; vG.SharedBasePath=;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;as well that will clean out shared varables in release 1.7&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2018 16:36:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460041#M1045</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2018-01-25T16:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Mapping a drive to the QDF Framework results in reload errors because '### QDF Info, Shared Global Variables using cache'</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460042#M1046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Andy, I'm having a similar problem with 1.7.0. I upgraded to 1.7.1 and it didn't work neither.&lt;/P&gt;&lt;P&gt;Setting the vG.SharedBasePath variable to a random value in the beginning of the script does the trick, as leaving it blank didn't work either for me.&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Arial, sans-serif; color: #0070c0;"&gt;SET&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 10pt; font-family: Helvetica, sans-serif; background-position: initial;"&gt; vG.SharedBasePath='sgiudgsi';&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-style: inherit; font-family: Helvetica, sans-serif; font-weight: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-style: inherit; font-family: Helvetica, sans-serif; font-weight: inherit; background-position: initial;"&gt;Cheers.&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #3d3d3d; font-size: 10pt; font-style: inherit; font-family: Helvetica, sans-serif; font-weight: inherit; background-position: initial;"&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Apr 2018 09:14:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Mapping-a-drive-to-the-QDF-Framework-results-in-reload-errors/m-p/1460042#M1046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-03T09:14:23Z</dc:date>
    </item>
  </channel>
</rss>

