<?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: Logfiles without log extension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55836#M1248650</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not manage to make Governance dashboard read txt file.&lt;/P&gt;&lt;P&gt;I stopped QV services for a moment and changed Sessions.log to Session.log.03 and Sessions.txt to Sessions.&lt;STRONG&gt;log &lt;/STRONG&gt;and now I see sessions statistic. But this is not permanent solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Jun 2018 16:08:30 GMT</pubDate>
    <dc:creator>karolina_</dc:creator>
    <dc:date>2018-06-21T16:08:30Z</dc:date>
    <item>
      <title>Logfiles without log extension</title>
      <link>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55832#M1248635</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I stopped getting some data to Governance Dashboard. It appears that I have data up to mid may in session.log file and later they are in sessions.txt (the same with other):&lt;/P&gt;&lt;P&gt;&lt;IMG alt="logs.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205749_logs.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Governance does only read logs with log extension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Do you know how to make qv generate logs with log extension? And what could have cause the change?&lt;/P&gt;&lt;P&gt;2. Do you know how to make Governance Dashboard read logs with txt extension. I am trying to modify serverScan tab (call fileList for txt extension), but without success so far.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55832#M1248635</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Logfiles without log extension</title>
      <link>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55833#M1248637</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From my point of view this is a bug from the QlikView server respectively there are any exceptions which the server couldn't handle because the error-handling isn't well prepared for it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some years ago I had had a similar case but I don't remember very well what I did to bypass the problem but I think it was changing the load from a wildcard-load like *.log* to a filelist-approach and checking within the loop if it is the right file and also contained data (excluding the ones with 0 KB).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/2870"&gt;Wildcard data loading (*.blah......)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 15:18:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55833#M1248637</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-20T15:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Logfiles without log extension</title>
      <link>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55834#M1248642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Governance Dashboard already use filelist approach&lt;/P&gt;&lt;P&gt;&lt;IMG alt="logs1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/205750_logs1.png" style="height: 325px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 15:47:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55834#M1248642</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2018-06-20T15:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: Logfiles without log extension</title>
      <link>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55835#M1248646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just remove the EXT and the belonging delimiter of .&amp;nbsp; and include appropriate conditions within the loop like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If '$(File)' like '* ... *' then&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jun 2018 17:19:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55835#M1248646</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2018-06-20T17:19:42Z</dc:date>
    </item>
    <item>
      <title>Re: Logfiles without log extension</title>
      <link>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55836#M1248650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not manage to make Governance dashboard read txt file.&lt;/P&gt;&lt;P&gt;I stopped QV services for a moment and changed Sessions.log to Session.log.03 and Sessions.txt to Sessions.&lt;STRONG&gt;log &lt;/STRONG&gt;and now I see sessions statistic. But this is not permanent solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Jun 2018 16:08:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Logfiles-without-log-extension/m-p/55836#M1248650</guid>
      <dc:creator>karolina_</dc:creator>
      <dc:date>2018-06-21T16:08:30Z</dc:date>
    </item>
  </channel>
</rss>

