<?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: File not exists warnings in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445673#M844</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piotr,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you show what error your getting on your screen and where?&lt;/P&gt;&lt;P&gt;The include should not give a error message, Must_include does if it does not finds the file its referencing.&lt;/P&gt;&lt;P&gt;So, if the inlcude doesn't find it, it just wont load up what the file has in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Dec 2017 12:35:13 GMT</pubDate>
    <dc:creator>felipedl</dc:creator>
    <dc:date>2017-12-07T12:35:13Z</dc:date>
    <item>
      <title>File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445672#M843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the file LoadAll.qvs the include is outside of the if clause, this generates a file does not exists warning every time the load script is run, is there any reason why it's not in the if -&amp;gt; else code block? By moving the "$(Include=$(vG.QVCDisable));" to the else block of the if clause we removed the warning.&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/File-not-exists-warnings/m-p/1445672#M843</guid>
      <dc:creator>piotr_gora</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445673#M844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piotr,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Can you show what error your getting on your screen and where?&lt;/P&gt;&lt;P&gt;The include should not give a error message, Must_include does if it does not finds the file its referencing.&lt;/P&gt;&lt;P&gt;So, if the inlcude doesn't find it, it just wont load up what the file has in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Felipe.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445673#M844</guid>
      <dc:creator>felipedl</dc:creator>
      <dc:date>2017-12-07T12:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445674#M845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I don't get any errors in ux, I see the warning in the server logs as well as Windows Event Viewer. The reason for my investigation of the warning is a different error (also only in logs and windows events) that occurs at the same time as I'm running the data load script. We get a: "CFXFileSize::EvalDual: Unexpected exception" which I believe is somehow related to Qlik trying evaluate the size of a file which probably does not exists, but this is only a guess.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Piotr&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Dec 2017 12:43:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445674#M845</guid>
      <dc:creator>piotr_gora</dc:creator>
      <dc:date>2017-12-07T12:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445675#M846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piotr, that if the QlikView Component file (qvc.qvs), it's used automatically when added into the sub folder, that's why it's an extra line. as its a function inherited we can't have any if statements validating. You can turn it of by adding&amp;nbsp; vG.QVCDisable ='true' in the top of your script. Or by adding the qvc.qvs add on (done in Deploy tool).&lt;/P&gt;&lt;P&gt;Hope that this helped?&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, 08 Dec 2017 08:34:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445675#M846</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-12-08T08:34:53Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445676#M847</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The original LoadAll.qvs looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if trim(lower('$(vG.QVCDisable)'))='true' then&lt;/P&gt;&lt;P&gt;// This is used to disable/enable QlikView Components library (Qvc)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// vG.QVCDisable = true removes Qvc.qvs filename&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;set vG.QVCDisable='$(vG.$(vL.QDF.LinkShared_Folders)SubPath)'; &lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// Not disabled will state the Qvc.qvs filename&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;set vG.QVCDisable='$(vG.$(vL.QDF.LinkShared_Folders)SubPath)Qvc.qvs'; &lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(Include=$(vG.QVCDisable)); &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if we set the &lt;SPAN style="font-size: 13.3333px;"&gt;QVCDisable to true, the include will try to add a directory giving this warning/error:&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;OpenFileOrURL: An exception (badPath \\\\host.domain.com\\ShareDir\\Test\\2.Production\\3.Include\\4.Sub\\) occurred during open of \\\\host.domain.com\ShareDir\\Test\\2.Production\\3.Include\\4.Sub\\)&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 we change the if to the following:&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 style="font-size: 13.3333px;"&gt;if trim(lower('$(vG.QVCDisable)'))='true' then&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;// This is used to disable/enable QlikView Components library (Qvc)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// vG.QVCDisable = true removes Qvc.qvs filename&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set vG.QVCDisable='$(vG.$(vL.QDF.LinkShared_Folders)SubPath)'; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;else&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;// Not disabled will state the Qvc.qvs filename&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;set vG.QVCDisable='$(vG.$(vL.QDF.LinkShared_Folders)SubPath)Qvc.qvs'; &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;$(Include=$(vG.QVCDisable)); &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;endif&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;No warning/error is generated.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;This was found while we were looking at why Qlik engine generates a (large) number of errors that look like this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt; "CFXFileSize::EvalDual: Unexpected exception" &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;The theory is that some process in the engine tries to evaluate the size of a file that is not found....or?&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Piotr&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 09:58:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445676#M847</guid>
      <dc:creator>piotr_gora</dc:creator>
      <dc:date>2017-12-08T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445677#M848</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can't have a sub function include inside an if statement as it will be ignored. Thai's why its placed where it is, I can do a change in the installer removing the qvc lines completely when qvc not installed, the reason why it's like this is because Engine should ignore scripts not found when using Include. There is a special syntax called must_include to force read on the include.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Dec 2017 10:58:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445677#M848</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-12-08T10:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445678#M849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Magnus, I´m also facing the error &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;"CFXFileSize::EvalDual: Unexpected exception" in windows application log after November 2017 release. &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;&lt;BR /&gt;&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;Can this be fixed in a future release?&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;&lt;BR /&gt;&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;Sure we can add "&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;vG.QVCDisable = 'true';" to every script but is that the right way?&lt;/SPAN&gt;&lt;BR /&gt;&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;&lt;BR /&gt;&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;//David &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Dec 2017 17:05:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445678#M849</guid>
      <dc:creator>dajjan81</dc:creator>
      <dc:date>2017-12-13T17:05:44Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445679#M850</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In latest QDF version (sema version no) the QVC section is commented out until you apply setting in Deploy Tool.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-5302"&gt;Qlik Deployment Framework Deploy Tool&lt;/A&gt;&lt;/P&gt;&lt;P&gt;To implement update to latest version using the deploy tool.&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, 15 Dec 2017 14:15:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445679#M850</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-12-15T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445680#M851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, thanks for replying.&lt;/P&gt;&lt;P&gt;I´v also tried to commented out the QVC-lines but still having the error-code.&lt;/P&gt;&lt;P&gt;I think there is another problem in the QDF-script that gives the error &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; background-color: #f2f2f2;"&gt;"CFXFileSize::EvalDual: Unexpected exception" with QlikSense November 2017. I have a case at Qlik on this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2017 14:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445680#M851</guid>
      <dc:creator>dajjan81</dc:creator>
      <dc:date>2017-12-15T14:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: File not exists warnings</title>
      <link>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445681#M852</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi David, Ive done some extensive testing and it seems that filesize and filetime gives error in the event log independent on how I craft the script so it's clearly a bug in November release. There is a support case on this so lets hope it gets fixed during next update.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Best regards&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Magnus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2017 15:18:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/File-not-exists-warnings/m-p/1445681#M852</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2017-12-21T15:18:17Z</dc:date>
    </item>
  </channel>
</rss>

