<?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 Restarting services using powershell  script in Qlikview server in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1895872#M1244483</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to write a script to manually restart services when a service is failed in qlikview server.&lt;/P&gt;
&lt;P&gt;For initial development I have first written the command in Powershell&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;Get-Service -Name "Qlik*" - To get all services related to Qlikview&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Next I have manually stopped a service Qlikview Management Service and tried to restart it using command&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;Restart-Service -Name QlikviewManagementService ,&lt;/CODE&gt;but its throwing me an error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me on this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harika181_0-1645527918827.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72796i0754A89A086083F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harika181_0-1645527918827.png" alt="harika181_0-1645527918827.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
    <dc:creator>harika181</dc:creator>
    <dc:date>2026-01-26T18:19:17Z</dc:date>
    <item>
      <title>Restarting services using powershell  script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1895872#M1244483</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to write a script to manually restart services when a service is failed in qlikview server.&lt;/P&gt;
&lt;P&gt;For initial development I have first written the command in Powershell&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;Get-Service -Name "Qlik*" - To get all services related to Qlikview&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Next I have manually stopped a service Qlikview Management Service and tried to restart it using command&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;Restart-Service -Name QlikviewManagementService ,&lt;/CODE&gt;but its throwing me an error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me on this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harika181_0-1645527918827.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72796i0754A89A086083F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harika181_0-1645527918827.png" alt="harika181_0-1645527918827.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;&lt;/CODE&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Jan 2026 18:19:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1895872#M1244483</guid>
      <dc:creator>harika181</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1898783#M1244486</link>
      <description>&lt;P&gt;Hi harika181, please look at the following script example in the kb article&amp;nbsp;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-restart-Central-and-Rim-node-of-Sense-with-Powershell/ta-p/1713558" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/How-to-restart-Central-and-Rim-node-of-Sense-with-Powershell/ta-p/1713558&lt;/A&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;This example is for QlikSense but should help you with the creation of the powershell script for QlikView&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2022 15:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1898783#M1244486</guid>
      <dc:creator>Lucas_Gatling</dc:creator>
      <dc:date>2022-03-01T15:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell  script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1899082#M1244488</link>
      <description>&lt;BLOCKQUOTE&gt;@&lt;A href="https://www.etenet.biz/" target="_self"&gt;eTenet&lt;/A&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I want to write a script to manually restart services when a service is failed in qlikview server.&lt;/P&gt;
&lt;P&gt;For initial development I have first written the command in Powershell&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;Get-Service -Name "Qlik*" - To get all services related to Qlikview&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Next I have manually stopped a service Qlikview Management Service and tried to restart it using command&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;Restart-Service -Name QlikviewManagementService ,&lt;/CODE&gt;but its throwing me an error&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can someone help me on this?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harika181_0-1645527918827.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72796i0754A89A086083F2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harika181_0-1645527918827.png" alt="harika181_0-1645527918827.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE class="lang-powershell"&gt;&lt;/CODE&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;i had a look at my script and it need some minor adjustments basically making sure the QlikSenseServiceDispatcher Service is the first on RimNode and 2nd on Central node to start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The pause line was just to give you the time to manually push the updates.&lt;/P&gt;
&lt;P&gt;You can simply comment it out with a HashTag (#) in front. If you wanted to fully automate the process you want to break down the script in two parts, a stop script and a start script.&lt;/P&gt;
&lt;P&gt;I updated the attachment with the three versions mentioned, manual, start, stop.&lt;/P&gt;</description>
      <pubDate>Thu, 03 Mar 2022 04:10:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1899082#M1244488</guid>
      <dc:creator>Claude1</dc:creator>
      <dc:date>2022-03-03T04:10:52Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1899269#M1244491</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124964"&gt;@harika181&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tested here and it works for me.&amp;nbsp; Can you copy and paste the error message, it is a bit hard to read&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 12:08:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1899269#M1244491</guid>
      <dc:creator>Maria_Halley</dc:creator>
      <dc:date>2022-03-02T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1899284#M1244492</link>
      <description>&lt;P&gt;Or try this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Get-Service -Name Qlikview* | % {Restart-Service -Name $_.Name -Verbose -Force}&lt;/P&gt;</description>
      <pubDate>Wed, 02 Mar 2022 12:38:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1899284#M1244492</guid>
      <dc:creator>Maria_Halley</dc:creator>
      <dc:date>2022-03-02T12:38:10Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell  script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1905243#M1244494</link>
      <description>&lt;P&gt;Hello Claude,&lt;/P&gt;
&lt;P&gt;I did not receive any attachment, can you send it again&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:08:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1905243#M1244494</guid>
      <dc:creator>harika181</dc:creator>
      <dc:date>2022-03-15T10:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1905246#M1244496</link>
      <description>&lt;P&gt;Hello Maria,&lt;/P&gt;
&lt;P&gt;We are getting following error: Whenever we are trying to restart any service ,we are getting an error service cannot be stopped due to the following error: Cannot open Qlik****service service on computer '.'&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:13:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1905246#M1244496</guid>
      <dc:creator>harika181</dc:creator>
      <dc:date>2022-03-15T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1905254#M1244498</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="harika181_1-1647339602842.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/74486i7811734E7C1A8880/image-size/medium?v=v2&amp;amp;px=400" role="button" title="harika181_1-1647339602842.png" alt="harika181_1-1647339602842.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Hello Maria,&lt;/P&gt;
&lt;P&gt;I have tried the above command and its throwing an error.&lt;/P&gt;
&lt;P&gt;No luck!!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Mar 2022 10:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1905254#M1244498</guid>
      <dc:creator>harika181</dc:creator>
      <dc:date>2022-03-15T10:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Restarting services using powershell script in Qlikview server</title>
      <link>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1906939#M1244500</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/124964"&gt;@harika181&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the user you are user admin on the server? Can you start and stop manually with the same user?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you try starting and stopping another service?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Mar 2022 11:18:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Restarting-services-using-powershell-script-in-Qlikview-server/m-p/1906939#M1244500</guid>
      <dc:creator>Maria_Halley</dc:creator>
      <dc:date>2022-03-18T11:18:47Z</dc:date>
    </item>
  </channel>
</rss>

