<?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 Monitor which QVDs are being used in Apps in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974898#M80421</link>
    <description>&lt;P&gt;A more comprehensive solution would be to use the Qlik Catalog and Lineage product:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.qlik.com/us/products/catalog-and-lineage" target="_blank"&gt;https://www.qlik.com/us/products/catalog-and-lineage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If I was going to RYO, I think a better approach may be to get the lineage data from your apps using the GetLineage API method&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/August2022/Subsystems/EngineJSONAPI/Content/service-doc-getlineage.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/August2022/Subsystems/EngineJSONAPI/Content/service-doc-getlineage.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
    <pubDate>Tue, 30 Aug 2022 14:33:53 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2022-08-30T14:33:53Z</dc:date>
    <item>
      <title>How to Monitor which QVDs are being used in Apps</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974883#M80418</link>
      <description>&lt;P&gt;I'm trying to create a monitoring app that outlines all of the QVD files being read into each dashboard and the file path for each of those QVDs. We want to have visibility to this so if we need to change, update, delete a QVD, we know which dashboards we are going to touch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We started accomplishing this by reading in the most recent Log File being saved in either ArchivedLogFiles or ServerLogFolder. For the most part, I am able to grab the most recent script log file for each app and parse through it to grab just the records containing QVD Files.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;During testing, I saw that there are chunks of code that are present in the Data Load Editor, not being carried over to the Log File. It occurs during a for loop and creates a corresponding empty record for each line in the for loop. This resulted in us not having visibility to all of the QVDs being used in the App.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Questions:&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;1. What is the difference between ArchivedLogFiles and ServerLogFolder? What is the cadence and situation when each would get updated?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Is there an easier way to accomplish this file monitoring? We are currently using QlikSense, for reference.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:02:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974883#M80418</guid>
      <dc:creator>moll_whit</dc:creator>
      <dc:date>2022-08-30T14:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor which QVDs are being used in Apps</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974898#M80421</link>
      <description>&lt;P&gt;A more comprehensive solution would be to use the Qlik Catalog and Lineage product:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.qlik.com/us/products/catalog-and-lineage" target="_blank"&gt;https://www.qlik.com/us/products/catalog-and-lineage&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If I was going to RYO, I think a better approach may be to get the lineage data from your apps using the GetLineage API method&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/August2022/Subsystems/EngineJSONAPI/Content/service-doc-getlineage.htm" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/August2022/Subsystems/EngineJSONAPI/Content/service-doc-getlineage.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 14:33:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974898#M80421</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-08-30T14:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor which QVDs are being used in Apps</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974978#M80429</link>
      <description>&lt;P&gt;Hi, Is there any video tutorial for the same, and is this product part of already being used qlik infrastructure or do we have to pay for it?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Aug 2022 16:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1974978#M80429</guid>
      <dc:creator>deepanshuSh</dc:creator>
      <dc:date>2022-08-30T16:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Monitor which QVDs are being used in Apps</title>
      <link>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1975513#M80469</link>
      <description>&lt;P&gt;Some of the lineage function is included in the SaaS Impact Analysis feature. I'm not sure how the Catalog and Lineage connector is currently licensed. Maybe someone from the Qlik Sales team can comment.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 31 Aug 2022 18:59:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/How-to-Monitor-which-QVDs-are-being-used-in-Apps/m-p/1975513#M80469</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-08-31T18:59:47Z</dc:date>
    </item>
  </channel>
</rss>

