<?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 Shared-path variables do not update after reload in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403237#M744</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated to QDF 1.7.0 for 2 days and I found the following problem in that version. I have reloaded a QV application once via publisher and once via desktop client and I have got the problem that the Shared-path variables did not updated. Please see the attached screenshot. Could somebody of you observes the same problem?&lt;IMG alt="2017-08-15 11_15_51-Variable Overview.png" class="jive-image image-1" src="/legacyfs/online/173447_2017-08-15 11_15_51-Variable Overview.png" style="height: 335px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Rumen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
    <dc:creator>vasilev</dc:creator>
    <dc:date>2025-07-22T17:59:49Z</dc:date>
    <item>
      <title>Shared-path variables do not update after reload</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403237#M744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have updated to QDF 1.7.0 for 2 days and I found the following problem in that version. I have reloaded a QV application once via publisher and once via desktop client and I have got the problem that the Shared-path variables did not updated. Please see the attached screenshot. Could somebody of you observes the same problem?&lt;IMG alt="2017-08-15 11_15_51-Variable Overview.png" class="jive-image image-1" src="/legacyfs/online/173447_2017-08-15 11_15_51-Variable Overview.png" style="height: 335px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR&lt;/P&gt;&lt;P&gt;Rumen&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/Shared-path-variables-do-not-update-after-reload/m-p/1403237#M744</guid>
      <dc:creator>vasilev</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Shared-path variables do not update after reload</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403238#M745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rumen, this could possible be a problem with the global variable cache&amp;nbsp; introduced in 1.7. Add these lines in the top of the script to clear out the cache:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;set &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vG.BasePath=;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;set &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vG.SharedBasePath=;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;From the reference guide:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;H2&gt;Clear Initiation Cache&lt;/H2&gt;&lt;P&gt;To speed up initiation, a variable cache function has been introduced (v1.7 and later). The cache will validate the &lt;EM&gt;Home&lt;/EM&gt; and &lt;EM&gt;shared&lt;/EM&gt; container root path, if path is the same as last initiation then old global variables will be used. When the cache is used, these lines appear in log and output window. &lt;BR /&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: #595959; background: white;"&gt;'### QDF Info, Global Variables using cache' &lt;BR /&gt;'### QDF Info, Shared Global Variables using cache'&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To override the cache function, add these lines before the initiation script.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;set &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vG.BasePath=;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: blue;"&gt;set &lt;/SPAN&gt;&lt;EM&gt;&lt;SPAN lang="EN-US" style="font-size: 9.0pt; font-family: 'Courier New'; color: gray;"&gt;vG.SharedBasePath=;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Aug 2017 08:36:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403238#M745</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-08-16T08:36:40Z</dc:date>
    </item>
    <item>
      <title>Re: Shared-path variables do not update after reload</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403239#M746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again &lt;A href="https://community.qlik.com/qlik-users/12497"&gt;vasilev&lt;/A&gt;, I added the attached 'fix' to your problem, replace the 1.Init.qvs in your containers. This will clean the shared variable cache in a better way, will introduce this fix in the framework as well.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Aug 2017 14:56:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403239#M746</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-08-18T14:56:29Z</dc:date>
    </item>
    <item>
      <title>Re: Shared-path variables do not update after reload</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403240#M747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I too discovered this issue after upgrading from QDF 1.5.1 to 1.7&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not have noticed it except I attempted to use the IndexAdd function and I received an unknown error attempting to access the sharedfolder on the server instead of my local path (Q:\).&lt;/P&gt;&lt;P&gt;The error I got from indexAdd was:&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;Unknown Error&lt;/P&gt;
&lt;P&gt;store * from [___vL.tmpTable] into '\\DWQLIKDEV\qv-docs\SourceDocs\10.DWQLIKDEV\99.shared_folders\5.Config\Index\SalesThruMargin_2.QVD_BusinessUnit.qvd.Index' (txt,delimiter is ';' )&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Qv_2017-08-24_10-15-33.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/174550_Qv_2017-08-24_10-15-33.png" style="width: 620px; height: 488px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 14:17:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403240#M747</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2017-08-24T14:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: Shared-path variables do not update after reload</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403241#M748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus, I downloaded the 1.Init.qvs file that you posted to the 23 places I had a copy in a container but I'm still not getting the desired result.&amp;nbsp; I have to go into the app and delete the Shared* variables for them to get reset to the correct path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2017 18:40:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403241#M748</guid>
      <dc:creator>aritting</dc:creator>
      <dc:date>2017-08-24T18:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Shared-path variables do not update after reload</title>
      <link>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403242#M749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew, try moving and reloading the app between the two environments. The cache is still available just that the shared cache is now cleaned when the base variable have been updated. To simulate this, try to delete only the basepath:&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: blue;"&gt;set &lt;/SPAN&gt;&lt;EM style="font-weight: inherit; font-family: inherit;"&gt;&lt;SPAN lang="EN-US" style="font-weight: inherit; font-style: inherit; font-size: 9pt; font-family: 'Courier New'; color: gray;"&gt;vG.BasePath=;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This should clear the shared cache as well. Hope that this helps?&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Aug 2017 08:13:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/Shared-path-variables-do-not-update-after-reload/m-p/1403242#M749</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-08-25T08:13:32Z</dc:date>
    </item>
  </channel>
</rss>

