<?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 Stop and Start Services April 2020 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799023#M1312936</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I previous had the following batch script to stop and start the Qlikview services on Qlikview v11.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now got the latest version Qlikview April 2020 but I have noticed&amp;nbsp; a new Qlikview Service called "Qlik Service Dispatcher" anyone know what this service does and should it be part of stopping and restarting the services as a scheduled Windows Task.&lt;/P&gt;&lt;P&gt;I presume I will need to change my batch script to the below now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93998"&gt;@Echo&lt;/a&gt; off
REM -------------------------------------------------------
REM - File: QlikViewServer10_Stop.bat
REM - Description: Stop all QlikView related services (v10)
REM -------------------------------------------------------
echo Stop QlikView Services
echo ======================================================

net stop "QlikView Server"
net stop "Qlik Service Dispatcher"
net stop "Qlikview Directory Service Connector"
net stop "QlikView Distribution Service"
net stop "QlikView Management Service"
net stop "QlikView WebServer"

net start "Qlik Service Dispatcher"
net start "Qlikview Directory Service Connector"
net start "QlikView Distribution Service"
net start "QlikView Management Service"
net start "QlikView Server"
net start "QlikView WebServer"

echo ======================================================
echo All QlikView related services have been stopped ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>denwo2010</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Stop and Start Services April 2020</title>
      <link>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799023#M1312936</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I previous had the following batch script to stop and start the Qlikview services on Qlikview v11.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have now got the latest version Qlikview April 2020 but I have noticed&amp;nbsp; a new Qlikview Service called "Qlik Service Dispatcher" anyone know what this service does and should it be part of stopping and restarting the services as a scheduled Windows Task.&lt;/P&gt;&lt;P&gt;I presume I will need to change my batch script to the below now:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/93998"&gt;@Echo&lt;/a&gt; off
REM -------------------------------------------------------
REM - File: QlikViewServer10_Stop.bat
REM - Description: Stop all QlikView related services (v10)
REM -------------------------------------------------------
echo Stop QlikView Services
echo ======================================================

net stop "QlikView Server"
net stop "Qlik Service Dispatcher"
net stop "Qlikview Directory Service Connector"
net stop "QlikView Distribution Service"
net stop "QlikView Management Service"
net stop "QlikView WebServer"

net start "Qlik Service Dispatcher"
net start "Qlikview Directory Service Connector"
net start "QlikView Distribution Service"
net start "QlikView Management Service"
net start "QlikView Server"
net start "QlikView WebServer"

echo ======================================================
echo All QlikView related services have been stopped ...&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799023#M1312936</guid>
      <dc:creator>denwo2010</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Start Services April 2020</title>
      <link>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799058#M1312937</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28268"&gt;@denwo2010&lt;/a&gt;.&lt;/P&gt;&lt;P&gt;The Qlik Service Dispatcher service you see in the Windows Services applet pertains to the LicenseService@ you see in QMC &amp;gt; Status &amp;gt; Services.&amp;nbsp; The Service Dispatcher service is installed along with the QlikView Management service (QMS), so in a multi-node environment, on the server that is also running QMS.&lt;/P&gt;&lt;P&gt;Have a look at the Qlik Support article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/What-is-the-QlikView-License-Service-and-Qlik-Service-Dispatcher/ta-p/1791465" target="_self"&gt;What is the QlikView License Service and Qlik Service Dispatcher?&lt;/A&gt;&amp;nbsp;and ping back if you have further questions.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 11:57:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799058#M1312937</guid>
      <dc:creator>Chip_Matejowsky</dc:creator>
      <dc:date>2021-04-13T11:57:00Z</dc:date>
    </item>
    <item>
      <title>Re: Stop and Start Services April 2020</title>
      <link>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799099#M1312942</link>
      <description>&lt;P&gt;Hey &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28268"&gt;@denwo2010&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This article would help you with the start-stop order of the services.&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge-Base/QlikView-Service-Recommended-Start-Stop-Order/ta-p/1713398" target="_blank"&gt;https://community.qlik.com/t5/Knowledge-Base/QlikView-Service-Recommended-Start-Stop-Order/ta-p/1713398&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Apr 2021 13:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Stop-and-Start-Services-April-2020/m-p/1799099#M1312942</guid>
      <dc:creator>John_Sathya</dc:creator>
      <dc:date>2021-04-13T13:07:42Z</dc:date>
    </item>
  </channel>
</rss>

