<?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: Automatic execution process required in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902969#M990885</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Presently we are doing through batch files only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Question is in x-folder for today one one files i generated and that only should process in the automation. other files should not run or move to other folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose in x-folder there are three files only and one file generated A.csv and other files B.csv, C.csv are not generated from SSIS for today. So only A.csv should move to other Y-folder and that A.csv file should be triggered by A.Qvw in z-folder. This execution of whole process should be happen automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the next day in x-folder B.csv and C.csv is generated from SSIS, A.csv is not generated for today. So the above whole process moving these two files B.csv and C.csv to other y-folder and in z-folder B.qvw and C.qvw should be executes successfully. This whole process to be executed by automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jul 2015 16:19:15 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-07-21T16:19:15Z</dc:date>
    <item>
      <title>Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902964#M990880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; &lt;IMG alt="Auto.bmp" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/93280_Auto.bmp" style="height: 368px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the above diagram whole execution process we are doing manually on daily basis. I want this process to be happen automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) In the above SSIS package will be executing all the files and sending .csv files to this x-folder one by one with different times.&lt;/P&gt;&lt;P&gt;2) After that we are moving these .csv files from x-Folder to Y-folder with batch files and we will loading this .csv files into Z-folder QVW files.&lt;/P&gt;&lt;P&gt;3) Now i required to make this automation for all my applications.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give me some suggestions for making automation for this process.&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;Avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Nov 2020 18:02:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902964#M990880</guid>
      <dc:creator />
      <dc:date>2020-11-20T18:02:30Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902965#M990881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is not much information given about your environment, e.g. if you are using a QV server or nor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to trigger a server task from an external system, you can use EDX trigger:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-2650"&gt;Using EDX in QlikView 11&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you then want to copy files / run batch files from QV environment, you can use a supporting server task or use an EXECUTE statement from a QV load script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2015 18:56:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902965#M990881</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2015-07-19T18:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902966#M990882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/AvinashKuraku"&gt;AvinashKuraku&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to move the files of X-Folder to Y-Folder and Y-Folder to Z-Folder you can use batch files and run the batch files through windows task scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 03:32:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902966#M990882</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-20T03:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902967#M990883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write Batch File to copy files from one folder to another &amp;amp; also to reload QVW files.&lt;/P&gt;&lt;P&gt;As follow -&lt;/P&gt;&lt;P&gt;1. Write below code into one of notepad file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy "X Folder\A.scv" "Y Folder\"&lt;/P&gt;&lt;P&gt;copy "X Folder\B.scv" "Y Folder\"&lt;/P&gt;&lt;P&gt;copy "X Folder\C.scv" "Y Folder\"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R "\QV_Application_A.qvw"&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R "\QV_Application_A.qvw"&lt;/P&gt;&lt;P&gt;"C:\Program Files\QlikView\qv.exe" /R "\QV_Application_A.qvw"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save this file as .bat &amp;amp; set it into Windows scheduler.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I hope you want to store A.QVD, B.QVD &amp;amp; C.QVD into Z Folder (you have mentioned qvw &amp;amp; not qvd). This can be done with in A.qvw , B.qvw &amp;amp; C.qvw so that whenever these files will be reloaded QVDs will get updated automatically&amp;nbsp; at desired/mentioned folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant P Baste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 09:01:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902967#M990883</guid>
      <dc:creator>prashantbaste</dc:creator>
      <dc:date>2015-07-20T09:01:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902968#M990884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/AvinashKuraku"&gt;AvinashKuraku&lt;/A&gt;&lt;/STRONG&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 11.6999998092651px;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Please check my document here.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-8899"&gt;Batch file script to reload Qlikview Applications&lt;/A&gt;‌&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 09:07:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902968#M990884</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-20T09:07:09Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902969#M990885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Presently we are doing through batch files only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my Question is in x-folder for today one one files i generated and that only should process in the automation. other files should not run or move to other folder.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose in x-folder there are three files only and one file generated A.csv and other files B.csv, C.csv are not generated from SSIS for today. So only A.csv should move to other Y-folder and that A.csv file should be triggered by A.Qvw in z-folder. This execution of whole process should be happen automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the next day in x-folder B.csv and C.csv is generated from SSIS, A.csv is not generated for today. So the above whole process moving these two files B.csv and C.csv to other y-folder and in z-folder B.qvw and C.qvw should be executes successfully. This whole process to be executed by automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:19:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902969#M990885</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:19:15Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902970#M990886</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Presently i am running with batch files only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look onto the below reply for my question&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902970#M990886</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902971#M990887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks For your reply Swuehl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Already i am using batch files that i am running manually but i want to do automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please look into the below replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;avinash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jul 2015 16:25:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902971#M990887</guid>
      <dc:creator />
      <dc:date>2015-07-21T16:25:16Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902972#M990888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to modify your script like -&lt;/P&gt;&lt;P&gt; &lt;CODE&gt;forfiles /P "c:\X Folder" /M *.csv /D +0 /C "cmd /c copy @path d:\Y Folder"&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will copy all files form "C:\X Folder" to "D:\Y Folder" &amp;amp; which are modified today only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will be helpful for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prashant P Baste&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 05:29:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902972#M990888</guid>
      <dc:creator>prashantbaste</dc:creator>
      <dc:date>2015-07-22T05:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902973#M990889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/AvinashKuraku"&gt;AvinashKuraku&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I guess, This is not related to Qlikview. You can do this based on Windows system file created date.&lt;/P&gt;&lt;P&gt;Please search in google for batch file script.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 09:05:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902973#M990889</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-07-22T09:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic execution process required</title>
      <link>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902974#M990890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this link, it may be useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;superuser.com/questions/753005/move-1-file-at-a-time-based-off-timestamp-using-windows-batch-utility&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 09:10:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Automatic-execution-process-required/m-p/902974#M990890</guid>
      <dc:creator>qlikmsg4u</dc:creator>
      <dc:date>2015-07-22T09:10:50Z</dc:date>
    </item>
  </channel>
</rss>

