<?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: QDF: Shared container paths -- problem when copying from Development to Test/Production in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72461#M1102</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as Drilon sais, from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.7.1 the cache should work as expected (even for shared folders) and be reset as soon as you move an app between environments/folders. Regards Magnus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2018 15:23:23 GMT</pubDate>
    <dc:creator>Magnus_Berg</dc:creator>
    <dc:date>2018-05-08T15:23:23Z</dc:date>
    <item>
      <title>QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72453#M1094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey everyone!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently deployed an app into the QDF and created a three layered Dev-Test-Prod environment for it. Upon making some adjustments to the Development app, I copied it to the two other locations. When I did so, all paths (vG.*) were correctly changed except the Shared paths, which remained with its reference to the Development folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As shown in the variable overview within the Production app, for instance:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...\1.Production\3000.Reports\1.Reports\&lt;/P&gt;&lt;P&gt;...3.Development\99.shared_folders\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the inclusion of the InitLink.qvs file was supposed to make sure that this did not happen. Now I must call the LCGV subroutine in the Test and Production locations in order to correctly name all the Shared paths.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has this happened to any of you? Any ideas why it might happen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By the way, I'm using QlikView, as some might have guessed already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&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/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72453#M1094</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72454#M1095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you clear the QDF cache is the issue resolved? I have highlighted the important lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;set vL.ClearCache = 0;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;set vL.ClearCache = 1;&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;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;if (vL.ClearCache=1) then&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt; &lt;STRONG&gt; set vG.BasePath = ;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;&amp;nbsp; set vG.SharedBasePath =;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;endif;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:04:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72454#M1095</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T22:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72455#M1096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, it does resolve the issue, such that all Shared paths are correctly referring to the locations. However, the code above of course leaves the two important variables BasePath and ShareBasedPath empty. In the script I have put the above after the QDF initiation. Should it instead be preceding it? How do you suggest I fix this robustly?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:22:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72455#M1096</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2018-04-20T22:22:27Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72456#M1097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code ensures that the cache is re-initialised. Those variables should have a value when the script has run. You can always set these to null. This means that the script will be a little slower to execute. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:24:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72456#M1097</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T22:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72457#M1098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite following. Should the cache be re-initialised on every run, or should I just do this once? My apologies for being rather slow on this topic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:34:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72457#M1098</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2018-04-20T22:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72458#M1099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think it really matters. Others can chime in here. It needs to run once when you move environments like you have done. Otherwise you don't need to reinitialise it. The cache speeds up processing time. I often put this code snippet in a include file so I don't need to republish apps etc. Just update the file on disk. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72458#M1099</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-20T22:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72459#M1100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I made a .qvs of the snippet and included it in one of the apps. After one reload, I commented the script line and reloaded the app again; this time all path variables were correctly named.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess this is a workaround to the problem, but I believe there ought to be an explanation to why the InitLink.qvs doesn't take care of it in the first place.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Apr 2018 22:55:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72459#M1100</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2018-04-20T22:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72460#M1101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The latest release (1.7.1) of QDF has fixed this issue to a certain extent. The following is written in the "What's new?" statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Fixed Shared Global Variable cache behavior, vG.BasePath is now controlling cache validation alone".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This means that only vG.BasePath needs to be cleared prior to initiation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 23 Apr 2018 10:13:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72460#M1101</guid>
      <dc:creator>dpollozhani</dc:creator>
      <dc:date>2018-04-23T10:13:33Z</dc:date>
    </item>
    <item>
      <title>Re: QDF: Shared container paths -- problem when copying from Development to Test/Production</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72461#M1102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just as Drilon sais, from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;1.7.1 the cache should work as expected (even for shared folders) and be reset as soon as you move an app between environments/folders. Regards Magnus&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2018 15:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-Shared-container-paths-problem-when-copying-from-Development/m-p/72461#M1102</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2018-05-08T15:23:23Z</dc:date>
    </item>
  </channel>
</rss>

