<?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 service restart in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811662#M1259519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have successfully used the following bat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all contributors !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Mar 2015 11:52:55 GMT</pubDate>
    <dc:creator>googel84</dc:creator>
    <dc:date>2015-03-13T11:52:55Z</dc:date>
    <item>
      <title>Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811658#M1259510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there, we have been asked by a client to schedule a QlikView Server service restart on a weekly basis.&lt;/P&gt;&lt;P&gt;The solution we are about to advise is to set up a batch and schedule it through the &lt;EM&gt;Task Scheduler&lt;/EM&gt; Windows functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this a good idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811658#M1259510</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811659#M1259512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes it is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order in which you stop/start the services is unimportant.&lt;/P&gt;&lt;P&gt;Make sure your customer picks a moment when there are no AccessPoint visitors and no scheduled Publisher reloads.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For more information, see here: &lt;A href="http://www.qlikblog.at/919/qliktip-23-restartingstoppingstarting-services-qlikview-10/" title="http://www.qlikblog.at/919/qliktip-23-restartingstoppingstarting-services-qlikview-10/"&gt;QlikTip #29: Restarting/Stopping/Starting services in QlikView 10&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 09:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811659#M1259512</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-03-02T09:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811660#M1259514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That should work fine. Just create 2 .bat files, one to stop the services:&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET STOP QlikviewDirectoryServiceConnector&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET STOP QlikViewDistributionService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET STOP QlikviewManagementService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET STOP QlikviewServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET STOP QlikviewWebserver&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then another to restart them:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;REM Starting Qlik Services&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET START QlikviewDirectoryServiceConnector&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET START QlikViewDistributionService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET START QlikviewManagementService&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET START QlikviewServer&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;NET START QlikviewWebserver&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;And then schedule the running of the 2 bat files.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Mar 2015 09:47:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811660#M1259514</guid>
      <dc:creator>awhitfield</dc:creator>
      <dc:date>2015-03-02T09:47:19Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811661#M1259516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option if you didn't want to actually restart the services, but rather to clear the cache of the QVS and reduce the memory amount used at the time, would be to set the ClearCacheTimesPerDay=1 in the settings.ini file, you'd add this under the [Settings 7] section, located in C:\ProgramData\QlikTech\QlikViewServer (on my server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This would clear any cache built up by the QVS service once a day, setting this to 2 would be twice a day and 3 for three times, the clear would be done at equal intervals during the day.&lt;/P&gt;&lt;P&gt;However the cache is built for a reason and the server should be configured and sized to allow your document and server loading, clearing the cache would slow things down a little as the QVS would then have to re-calculate values and slowly build the cache back up, but it would of cause depend on your customers specific setup etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 10:21:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811661#M1259516</guid>
      <dc:creator>peter_turner</dc:creator>
      <dc:date>2015-03-13T10:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811662#M1259519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have successfully used the following bat file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks to all contributors !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Mar 2015 11:52:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/811662#M1259519</guid>
      <dc:creator>googel84</dc:creator>
      <dc:date>2015-03-13T11:52:55Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/1844605#M1259522</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/6543"&gt;@Peter_Cammaert&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;As you mentioned above for customer to pick a moment when there are no accesspoint visitors and no scheduled publisher reloads.&lt;/P&gt;&lt;P&gt;I would like to check is there a way we can find this ideal moment when server is free?&lt;/P&gt;&lt;P&gt;Thanks in advance...!&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 02:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/1844605#M1259522</guid>
      <dc:creator>vivekocbc</dc:creator>
      <dc:date>2021-10-11T02:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Scheduling service restart</title>
      <link>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/1844872#M1259525</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/151310"&gt;@vivekocbc&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;If you have Governance Dashboard, you can review it to see when there are no users, or when the lowest number of users, are active in QlikView Server. If you don't have Governance Dashboard, review the QVS Sessions log for the lowest number of active sessions.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2021 12:46:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Scheduling-service-restart/m-p/1844872#M1259525</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-10-11T12:46:55Z</dc:date>
    </item>
  </channel>
</rss>

