<?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: Scheduling a qvw reload soon after database is updated in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913603#M316923</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;task-&amp;gt;Triggers&amp;lt;tab&amp;gt;-create new trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task finished and in details we can give the qvd gen task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Aug 2015 10:33:16 GMT</pubDate>
    <dc:creator>vardhancse</dc:creator>
    <dc:date>2015-08-06T10:33:16Z</dc:date>
    <item>
      <title>Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913601#M316921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlikers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a database (Mysql) in AWS where the data analysts update the data soon after their data cleaning process and intimate me so that I can create the qvds and then after I load the qvd data into a template.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ask is , is there a way that we can automate this process, such that,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Soon after the database is updated the qvd extractor should be executed(reloaded)&lt;/P&gt;&lt;P&gt;2. Soon after the qvd extractor reloading is completed my another file should be reloaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest me some senarios.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 10:24:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913601#M316921</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-08-06T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913602#M316922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;while creating task in QMC for the QVD generator and app we can create a dependency like on complete the QVD gen task reload the app.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 10:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913602#M316922</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-08-06T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913603#M316923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;task-&amp;gt;Triggers&amp;lt;tab&amp;gt;-create new trigger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Task finished and in details we can give the qvd gen task.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 10:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913603#M316923</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-08-06T10:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913604#M316924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the cleaning process signalled its completion by dropping a flag file or updating a database table, you could write a batch file that polls for the dropped file or the database table value, and trigger the qvd and application reloads. Set this to run on a scheduled of (for example) every 15 minutes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is easier to implement if you have access to an enterprise scheduling tool, or find a suitable freeware or inexpensive scheduling tool that supports this sort of dependency. We do something very like this using AutoSys or Tivoli TWS, but these are enterprise class tools.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The batch file should trigger the qvd reload via EDX (search EDX / QMSEDX on this site for more on how to do this) and then the application reload task can depend on the completion of the QVD reload.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2015 10:58:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913604#M316924</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-06T10:58:28Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913605#M316925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you eloborate it from QMC point of view .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:39:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913605#M316925</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-08-07T07:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913606#M316926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I didnt see any trigger tab in QMC. probably we dont have publisher.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Kiran Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 07:47:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913606#M316926</guid>
      <dc:creator>kkkumar82</dc:creator>
      <dc:date>2015-08-07T07:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling a qvw reload soon after database is updated</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913607#M316927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expand the default-&amp;gt;Select the QVW&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one new task, while creating new task we can see the trigger&amp;lt;tab&amp;gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Aug 2015 08:17:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-a-qvw-reload-soon-after-database-is-updated/m-p/913607#M316927</guid>
      <dc:creator>vardhancse</dc:creator>
      <dc:date>2015-08-07T08:17:22Z</dc:date>
    </item>
  </channel>
</rss>

