<?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: How to load CrashDumps files into a Qlik Sense app for analysis? in Management &amp; Governance</title>
    <link>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/2447159#M27138</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/292"&gt;@mwallman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a start I'm using something like :&lt;/P&gt;
&lt;P&gt;CTXSources:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as Source,&lt;BR /&gt;@1 as Entry,&lt;BR /&gt;FileName()&amp;amp;'='&amp;amp;@1 as toprocess&lt;BR /&gt;FROM [lib://CD/*.ctxf]&lt;BR /&gt;(txt, utf8, no labels, delimiter is '\n', no eof)&lt;BR /&gt;where not WildMatch(@1,'[*]');&lt;/P&gt;
&lt;P&gt;options: &lt;BR /&gt;Load&lt;BR /&gt;subfield(@1,'_',2) as EngineVersion,&lt;BR /&gt;@1 as Source, &lt;BR /&gt;@2 as Info,&lt;BR /&gt;@3 as Value&lt;BR /&gt;From_Field (CTXSources, toprocess) (txt, utf8, explicit labels, delimiter is '=',msq)&lt;BR /&gt;where len(@3) &amp;gt; 0;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all "my" *.CTXF files are in lib://CD/ folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 30 Apr 2024 16:33:37 GMT</pubDate>
    <dc:creator>Filippo_Nicolussi_P</dc:creator>
    <dc:date>2024-04-30T16:33:37Z</dc:date>
    <item>
      <title>How to load CrashDumps files into a Qlik Sense app for analysis?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/1549287#M12742</link>
      <description>&lt;P&gt;Hello there,&lt;/P&gt;&lt;P&gt;Can anyone please show how to analyse the "Coredump..." files found in the C &amp;gt;ProgramData&amp;gt;Qlik&amp;gt;Sense&amp;gt;Engine&amp;gt;CrashDumps folder in an enterprise environment?&lt;/P&gt;&lt;P&gt;A typical file will have the following:&lt;/P&gt;&lt;P&gt;[ContextInfo]&lt;/P&gt;&lt;P&gt;Integrity=2&lt;/P&gt;&lt;P&gt;NbrActiveRequests=8&lt;/P&gt;&lt;P&gt;.... etc&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I load these files, and load the fields in a table format in a Qlik Sense app?&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 14:52:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/1549287#M12742</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2019-02-26T14:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to load CrashDumps files into a Qlik Sense app for analysis?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/1549354#M12749</link>
      <description>&lt;P&gt;Actually, you need first to&amp;nbsp; make a CrashDump readable, which it requires the environmental keys, which it is a holy grail in the software world, which it is as secret than Dr. Evil chamber, in other words R&amp;amp;D will not shared it to anyone. So at the end, you won't be able to load it into a QS app.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Gio&lt;/P&gt;</description>
      <pubDate>Tue, 26 Feb 2019 16:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/1549354#M12749</guid>
      <dc:creator>Giuseppe_Novello</dc:creator>
      <dc:date>2019-02-26T16:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to load CrashDumps files into a Qlik Sense app for analysis?</title>
      <link>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/2447159#M27138</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/292"&gt;@mwallman&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just a start I'm using something like :&lt;/P&gt;
&lt;P&gt;CTXSources:&lt;BR /&gt;LOAD&lt;BR /&gt;FileName() as Source,&lt;BR /&gt;@1 as Entry,&lt;BR /&gt;FileName()&amp;amp;'='&amp;amp;@1 as toprocess&lt;BR /&gt;FROM [lib://CD/*.ctxf]&lt;BR /&gt;(txt, utf8, no labels, delimiter is '\n', no eof)&lt;BR /&gt;where not WildMatch(@1,'[*]');&lt;/P&gt;
&lt;P&gt;options: &lt;BR /&gt;Load&lt;BR /&gt;subfield(@1,'_',2) as EngineVersion,&lt;BR /&gt;@1 as Source, &lt;BR /&gt;@2 as Info,&lt;BR /&gt;@3 as Value&lt;BR /&gt;From_Field (CTXSources, toprocess) (txt, utf8, explicit labels, delimiter is '=',msq)&lt;BR /&gt;where len(@3) &amp;gt; 0;&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all "my" *.CTXF files are in lib://CD/ folder.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 16:33:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Management-Governance/How-to-load-CrashDumps-files-into-a-Qlik-Sense-app-for-analysis/m-p/2447159#M27138</guid>
      <dc:creator>Filippo_Nicolussi_P</dc:creator>
      <dc:date>2024-04-30T16:33:37Z</dc:date>
    </item>
  </channel>
</rss>

