<?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 automate the process of moving the old qvds into another drive ?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45428#M784882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managing data retention using&amp;nbsp; a batch file is very useful, but there are some inconveniences sch as having to manage the scripting it self plus the fact that you will have to set your server and desktop to run external programs, it tool me quit a while to figure it out, edit the parameter AllowExecuteCommand=1&lt;/P&gt;&lt;P&gt;in the following file: "C:\Windows\System32\config\systemprofile\AppData\Roaming\QlikTech\QlikViewBatch\Settings.ini"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to manage data retention should be in the script it self, so QVDs should be updated automatically and containing only the useful data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; xxx&lt;/P&gt;&lt;P&gt;FROM yyy&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= 'value';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Mar 2018 22:19:32 GMT</pubDate>
    <dc:creator>kfoudhaily</dc:creator>
    <dc:date>2018-03-04T22:19:32Z</dc:date>
    <item>
      <title>how to automate the process of moving the old qvds into another drive ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45426#M784880</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;we have less storage space in out current production as some new qlik apps deployed this year, now with all that apps and their respective qvds prod server is drowing and just 5 % storage is left..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we identified the data retention of the each application and the required qvds to each app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex: one app data retention is last 13 months, so every month new month data will come as old month is not used as a source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so we can move that old month qvd into a diff storage space where we have enough to keep all these historical Qvds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i want to automate this process through a qlik app...is it possible to move the qvds to a different location automatically using a qlik app, as we have lot of applications we dont want to do this manually every month..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help on the above is much appreciated... Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45426#M784880</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: how to automate the process of moving the old qvds into another drive ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45427#M784881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Yes, it is possible. You need to write a simple batch script which moves files from one location to another. You can still run this from QlikView using the EXECUTE command. You can have all the business logic to determine which files to keep and which ones to move in Qlik Script. And based the file names, you move the relevant files using the EXECUTE command. EXECUTE command allows you run external scripts. So, you need to write the batch script and store in .bat file format, which you run using the EXECUTE statement. Also, I recommend logging the file movement, so have audit log of what is moved when.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;All the best!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;Cheers,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'trebuchet ms', geneva;"&gt;DV&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2018 21:39:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45427#M784881</guid>
      <dc:creator>IAMDV</dc:creator>
      <dc:date>2018-03-04T21:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: how to automate the process of moving the old qvds into another drive ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45428#M784882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Managing data retention using&amp;nbsp; a batch file is very useful, but there are some inconveniences sch as having to manage the scripting it self plus the fact that you will have to set your server and desktop to run external programs, it tool me quit a while to figure it out, edit the parameter AllowExecuteCommand=1&lt;/P&gt;&lt;P&gt;in the following file: "C:\Windows\System32\config\systemprofile\AppData\Roaming\QlikTech\QlikViewBatch\Settings.ini"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best way to manage data retention should be in the script it self, so QVDs should be updated automatically and containing only the useful data:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD&amp;nbsp; xxx&lt;/P&gt;&lt;P&gt;FROM yyy&lt;/P&gt;&lt;P&gt;Where Date &amp;gt;= 'value';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this is helpfull.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2018 22:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45428#M784882</guid>
      <dc:creator>kfoudhaily</dc:creator>
      <dc:date>2018-03-04T22:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to automate the process of moving the old qvds into another drive ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45429#M784883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks DV for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it would be really helpful if you share such sample app or script if you have.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Mar 2018 22:39:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45429#M784883</guid>
      <dc:creator>dhasharadh</dc:creator>
      <dc:date>2018-03-05T22:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: how to automate the process of moving the old qvds into another drive ??</title>
      <link>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45430#M784884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dhasharadh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached a sample script in the below thread. You can modify the if statement as per your need. Good luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://qliktech.hosted.jivesoftware.com/thread/284457#1399191" title="https://qliktech.hosted.jivesoftware.com/thread/284457#1399191"&gt;https://qliktech.hosted.jivesoftware.com/thread/284457#1399191&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Mar 2018 06:54:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/how-to-automate-the-process-of-moving-the-old-qvds-into-another/m-p/45430#M784884</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2018-03-06T06:54:13Z</dc:date>
    </item>
  </channel>
</rss>

