<?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>article License or Operations Monitor apps fail to reload with error: Error: Field 'Sequence#' not found in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/ta-p/1713619</link>
    <description>&lt;P&gt;The reload task fails with a message like this in the document log:&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;SPAN&gt;Failed reload log shows errors when loading Archived Logs like:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM 'lib://ArchivedLogsFolder/servername\Engine\Audit\XXXX.log'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, utf8, embedded labels, delimiter is '\t', msq)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE isnum(Sequence#)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND CounterName &amp;lt;&amp;gt; 'Layout' and CounterName &amp;lt;&amp;gt; 'Properties'&lt;BR /&gt;&lt;STRONG&gt;Error: Field not found - &amp;lt;CounterName&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;General Script Error&lt;BR /&gt;Execution Failed&lt;BR /&gt;Execution finished.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;&amp;nbsp;2017-11-10 10:16:48 0454 &amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE isnum(Sequence#)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017-11-10 10:16:48 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Error: Field 'Sequence#' not found&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017-11-10 10:16:48 &amp;nbsp; &amp;nbsp; &amp;nbsp;Execution Failed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017-11-10 10:16:48 &amp;nbsp; &amp;nbsp; &amp;nbsp;Execution finished.&lt;BR /&gt;&lt;BR /&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-left: 40px;"&gt;&lt;SPAN&gt;Sequence# field not found in 'lib://SHARE/Repository/Trace/SERVERNAME_Synchronization_Repository.txt'&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The steps below apply where it cannot find any field. The field that cannot be found includes but is not limited to CounterName, ProxySessionID.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows and Qlik Sense Monitoring apps&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;QLIK-35804:&amp;nbsp;Occasionally when Qlik Sense services stop, they do not fully write to the logs in the expected format.&amp;nbsp;&lt;/P&gt;
&lt;P class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Services need a restart&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restart the Qlik Sense services&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Last stop of services did not write logs in the expected format&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Modify the License and Operations Monitor apps such that it will continue parsing logs even if it fails to fully parse a particular log.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When logged in to the server, import a new copy of the problematic app from C:\ProgramData\Qlik\Sense\Repository\DefaultApps&amp;nbsp;(You will need to give it a new name, i.e. License Monitor (New))&lt;/LI&gt;
&lt;LI&gt;Go to the Hub to the My Work section and open the application&lt;/LI&gt;
&lt;LI&gt;Click on Open to go to the Data Load Editor&lt;/LI&gt;
&lt;LI&gt;Go to the Run Logic section&lt;/LI&gt;
&lt;LI&gt;It will initially look like below. For reference, the screenshots are from the Operations Monitor but the principle applies to the License Monitor as well even though the load script will look slightly different.&lt;BR /&gt;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000003sAcs&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1491902415000" border="0" alt="User-added image" width="500" /&gt;&lt;/LI&gt;
&lt;LI&gt;Wrap the section labelled&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;working:&lt;/STRONG&gt;&lt;/SPAN&gt; with the following code:
&lt;PRE class="ckeditor_codeblock"&gt;//begin ignoring errors parsing logs
set errormode = 0;&lt;/PRE&gt;
and&amp;nbsp;
&lt;PRE class="ckeditor_codeblock"&gt;//end ignoring errors parsing logs
set errormode = 1;&lt;/PRE&gt;
This will look something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000003sAcx&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1491902459000" border="0" alt="User-added image" width="500" /&gt;&lt;/LI&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;
&lt;LI&gt;Reload from the Hub or QMC
&lt;OL style="list-style-type: lower-alpha;"&gt;
&lt;LI&gt;From the Hub: Click on the Load Data icon in the upper right hand corner&lt;/LI&gt;
&lt;LI&gt;From the QMC: Apps &amp;gt; Select the new License or Operations Monitor App &amp;gt; More Actions &amp;gt; Reload Now&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ensure that it has reloaded successfully&lt;/LI&gt;
&lt;LI&gt;Delete the original License or Operations Monitor app&lt;/LI&gt;
&lt;LI&gt;Rename the new copy, i.e. License Monitor (New) will be renamed to License Monitor&lt;/LI&gt;
&lt;LI&gt;Publish the new app to the Monitoring Apps stream&lt;/LI&gt;
&lt;LI&gt;Create a reload task to reload the new app. The default reload schedule for the default apps is to reload every hour, but you can set to this to be as frequent as your needs require.&lt;/LI&gt;
&lt;/OL&gt;</description>
    <pubDate>Fri, 13 Jun 2025 13:22:38 GMT</pubDate>
    <dc:creator>Andre_Sostizzo</dc:creator>
    <dc:date>2025-06-13T13:22:38Z</dc:date>
    <item>
      <title>License or Operations Monitor apps fail to reload with error: Error: Field 'Sequence#' not found</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/ta-p/1713619</link>
      <description>&lt;P&gt;The reload task fails with a message like this in the document log:&lt;/P&gt;
&lt;DIV style="margin-left: 40px;"&gt;&lt;SPAN&gt;Failed reload log shows errors when loading Archived Logs like:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; FROM 'lib://ArchivedLogsFolder/servername\Engine\Audit\XXXX.log'&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (txt, utf8, embedded labels, delimiter is '\t', msq)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; WHERE isnum(Sequence#)&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; AND CounterName &amp;lt;&amp;gt; 'Layout' and CounterName &amp;lt;&amp;gt; 'Properties'&lt;BR /&gt;&lt;STRONG&gt;Error: Field not found - &amp;lt;CounterName&amp;gt;&lt;/STRONG&gt;&lt;BR /&gt;General Script Error&lt;BR /&gt;Execution Failed&lt;BR /&gt;Execution finished.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;P&gt;&lt;BR /&gt;or&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;SPAN&gt;&amp;nbsp;2017-11-10 10:16:48 0454 &amp;nbsp; &amp;nbsp; &amp;nbsp; WHERE isnum(Sequence#)&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017-11-10 10:16:48 &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;STRONG&gt;Error: Field 'Sequence#' not found&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017-11-10 10:16:48 &amp;nbsp; &amp;nbsp; &amp;nbsp;Execution Failed&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 2017-11-10 10:16:48 &amp;nbsp; &amp;nbsp; &amp;nbsp;Execution finished.&lt;BR /&gt;&lt;BR /&gt;or&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin-left: 40px;"&gt;&lt;SPAN&gt;Sequence# field not found in 'lib://SHARE/Repository/Trace/SERVERNAME_Synchronization_Repository.txt'&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;The steps below apply where it cannot find any field. The field that cannot be found includes but is not limited to CounterName, ProxySessionID.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Sense Enterprise on Windows and Qlik Sense Monitoring apps&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H5 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Cause:&lt;/STRONG&gt;&lt;/H5&gt;
&lt;P&gt;QLIK-35804:&amp;nbsp;Occasionally when Qlik Sense services stop, they do not fully write to the logs in the expected format.&amp;nbsp;&lt;/P&gt;
&lt;P class="qlik-migrated-tkb-headings"&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3 class="qlik-migrated-tkb-headings"&gt;&lt;STRONG&gt;Resolution:&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Services need a restart&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Restart the Qlik Sense services&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;STRONG&gt;Last stop of services did not write logs in the expected format&lt;/STRONG&gt;&lt;/H4&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Modify the License and Operations Monitor apps such that it will continue parsing logs even if it fails to fully parse a particular log.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When logged in to the server, import a new copy of the problematic app from C:\ProgramData\Qlik\Sense\Repository\DefaultApps&amp;nbsp;(You will need to give it a new name, i.e. License Monitor (New))&lt;/LI&gt;
&lt;LI&gt;Go to the Hub to the My Work section and open the application&lt;/LI&gt;
&lt;LI&gt;Click on Open to go to the Data Load Editor&lt;/LI&gt;
&lt;LI&gt;Go to the Run Logic section&lt;/LI&gt;
&lt;LI&gt;It will initially look like below. For reference, the screenshots are from the Operations Monitor but the principle applies to the License Monitor as well even though the load script will look slightly different.&lt;BR /&gt;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000003sAcs&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1491902415000" border="0" alt="User-added image" width="500" /&gt;&lt;/LI&gt;
&lt;LI&gt;Wrap the section labelled&amp;nbsp;&lt;SPAN&gt;&lt;STRONG&gt;working:&lt;/STRONG&gt;&lt;/SPAN&gt; with the following code:
&lt;PRE class="ckeditor_codeblock"&gt;//begin ignoring errors parsing logs
set errormode = 0;&lt;/PRE&gt;
and&amp;nbsp;
&lt;PRE class="ckeditor_codeblock"&gt;//end ignoring errors parsing logs
set errormode = 1;&lt;/PRE&gt;
This will look something like this:&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="https://qlik.my.salesforce.com/servlet/servlet.ImageServer?id=015D0000003sAcx&amp;amp;oid=00D20000000IGPX&amp;amp;lastMod=1491902459000" border="0" alt="User-added image" width="500" /&gt;&lt;/LI&gt;
&lt;LI&gt;Save the file&lt;/LI&gt;
&lt;LI&gt;Reload from the Hub or QMC
&lt;OL style="list-style-type: lower-alpha;"&gt;
&lt;LI&gt;From the Hub: Click on the Load Data icon in the upper right hand corner&lt;/LI&gt;
&lt;LI&gt;From the QMC: Apps &amp;gt; Select the new License or Operations Monitor App &amp;gt; More Actions &amp;gt; Reload Now&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;LI&gt;Ensure that it has reloaded successfully&lt;/LI&gt;
&lt;LI&gt;Delete the original License or Operations Monitor app&lt;/LI&gt;
&lt;LI&gt;Rename the new copy, i.e. License Monitor (New) will be renamed to License Monitor&lt;/LI&gt;
&lt;LI&gt;Publish the new app to the Monitoring Apps stream&lt;/LI&gt;
&lt;LI&gt;Create a reload task to reload the new app. The default reload schedule for the default apps is to reload every hour, but you can set to this to be as frequent as your needs require.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Fri, 13 Jun 2025 13:22:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/ta-p/1713619</guid>
      <dc:creator>Andre_Sostizzo</dc:creator>
      <dc:date>2025-06-13T13:22:38Z</dc:date>
    </item>
    <item>
      <title>Re: License or Operations Monitor apps fail to reload with error: Error: Field 'Sequence#' not found</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521138#M15950</link>
      <description>&lt;P&gt;There's an error on the statement:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;"//end ignoring errors parsing logs
set errormode = 1;?"&lt;/PRE&gt;&lt;P&gt;The question mark shouldn't be there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 12:53:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521138#M15950</guid>
      <dc:creator>KTyler</dc:creator>
      <dc:date>2025-06-13T12:53:49Z</dc:date>
    </item>
    <item>
      <title>Re: License or Operations Monitor apps fail to reload with error: Error: Field 'Sequence#' not found</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521140#M15951</link>
      <description>&lt;P&gt;But why is it not finding the Sequence # field? This works around the issue, it doesn't solve the problem, or even diagnose it.&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 13:03:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521140#M15951</guid>
      <dc:creator>KTyler</dc:creator>
      <dc:date>2025-06-13T13:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: License or Operations Monitor apps fail to reload with error: Error: Field 'Sequence#' not found</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521141#M15952</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/197838"&gt;@KTyler&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for alerting me to the typo. I've correct it.&lt;/P&gt;
&lt;P&gt;As for your question:&lt;/P&gt;
&lt;P&gt;From my understanding, this specifically addresses the issue&amp;nbsp;&lt;EM&gt;QLIK-35804&lt;/EM&gt;, whereas the Qlik Sense services do not fully write to the logs in the expected format at stop.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you receive the same error though maybe not specifically tied to this issue, I would recommend posting about it in detail (version, error behaviour, error message, etc) in the &lt;A href="https://community.qlik.com/t5/Management-Governance/bd-p/qlik-sense-deployment" target="_blank" rel="noopener"&gt;Qlik Sense Management and Governance forum&lt;/A&gt;, where your knowledgeable Qlik peers and our active Support agents can assist you.&lt;/P&gt;
&lt;P&gt;All the best,&lt;BR /&gt;Sonja&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 13:25:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521141#M15952</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-06-13T13:25:43Z</dc:date>
    </item>
    <item>
      <title>Re: License or Operations Monitor apps fail to reload with error: Error: Field 'Sequence#' not found</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521144#M15953</link>
      <description>&lt;P&gt;I believe it's the same error, but as time passes, it doesn't quite look the same:&lt;BR /&gt;&lt;BR /&gt;The following error occurred:&lt;BR /&gt;Field 'Sequence#' not found&lt;BR /&gt;The error occurred here:&lt;BR /&gt;CONCATENATE (working)&lt;BR /&gt;Load&lt;BR /&gt;Round(TimeStamp(ConvertToLocalTime(Round("Timestamp",1/86400))),1/1440) &amp;amp;'|'&lt;BR /&gt;&amp;amp; Round(ConvertToLocalTime(Timestamp),1/1440) AS _date_time_link,&lt;BR /&gt;TimeStamp(ConvertToLocalTime(Round("Timestamp",1/86400))) AS LogEntryPeriodStart,&lt;BR /&gt;timestamp(ConvertToLocalTime(Round(Timestamp,1/86400))) AS LogTimeStamp,&lt;BR /&gt;Message,&lt;BR /&gt;Severity,If(ProxyPackageId=0 AND ProxySessionId=0, Id, ProxySessionId&amp;amp;ProxyPackageId) as _proxySessionPackage,UserDirectory &amp;amp; chr(92) &amp;amp; UserId as UserId,&lt;BR /&gt;ObjectId,ObjectName,&lt;BR /&gt;Lower(If(Left(Message, 12)='Sending task', Subfield(Subfield(Message, ' ', -4), chr(46),1), Hostname)) as Hostname,&lt;BR /&gt;Service,&lt;BR /&gt;ProxySessionId,ProxyPackageId,RequestSequenceId,&lt;BR /&gt;Context,Command,Result,Description,&lt;BR /&gt;if(ObjectName ='Not available',null(),&lt;BR /&gt;IF(Service='Scheduler',subfield(ObjectName,'|',2),&lt;BR /&gt;IF(Service='Printing' and Index(Command,'Export'),subfield(ObjectName,'|',-1),&lt;BR /&gt;IF(right(Command,3)='app' OR Context like '*/app/*',ObjectName,&lt;BR /&gt;IF(lower(Command)='get layout',Subfield(ObjectName,chr(124),1),Null())&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;)&lt;BR /&gt;) AS [App Name],&lt;BR /&gt;ProductVersion,&lt;BR /&gt;Id as Id_temp&lt;BR /&gt;FROM 'lib://ArchivedLogsFolder/qsense2.int.excelsior.edu/Repository/System/QSENSE2_Service_Repository_2025-06-10T14.48.22Z.log'&lt;BR /&gt;(txt, utf8, embedded labels, delimiter is '\t', msq)&lt;BR /&gt;WHERE isnum(Sequence#)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What I need to know is, can I remove the referenced log? Is that all that's happening here is that a log file is corrupted in some way?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;KT&lt;/P&gt;</description>
      <pubDate>Fri, 13 Jun 2025 15:03:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/License-or-Operations-Monitor-apps-fail-to-reload-with-error/tac-p/2521144#M15953</guid>
      <dc:creator>KTyler</dc:creator>
      <dc:date>2025-06-13T15:03:32Z</dc:date>
    </item>
  </channel>
</rss>

