<?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: check if qlikview server services are alive and able to response in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009836#M1255807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;I have used the following script to check if access point is alive.&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [head/title] as title&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://access" rel="nofollow" target="_blank"&gt;http://access&lt;/A&gt;&lt;SPAN&gt; point URL(XmlSimple, Table is [html]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It gave me "QlikView - AccessPoint".&lt;/P&gt;&lt;P&gt;When access point is alive , after running above script it gave &lt;SPAN style="font-size: 13.3333px;"&gt;"QlikView - AccessPoint" and when QVS is stopped the above script is giving the same result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How will i know if access point is down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Saugat&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Jan 2018 15:27:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-16T15:27:18Z</dc:date>
    <item>
      <title>check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009818#M1255789</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;are there any ways to check if qlikview server services are alive and able to response. I don't mean to look into the qmc or to check the services per windows services-check then the checks should be work automatically and a windows services-check queried only if the process is running and no error is communicated to windows - but this doesn't mean that the services worked properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have seen the suggestion to tools like Servers Alive - &lt;/SPAN&gt;&lt;A class="jive-link-message-small" data-containerid="2072" data-containertype="14" data-objectid="196427" data-objecttype="2" href="https://community.qlik.com/message/196427#196427" target="_blank"&gt;https://community.qlik.com/message/196427#196427&lt;/A&gt;&lt;SPAN&gt; - but I'm not sure if this isn't too comprehensive for me then I want not monitor anything I want only to be able to notice if the services aren't response anymore - to restart the services or the machine.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe there are settings within the qmc or directly within the settings.ini which could do or at least support it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my old environment I have had a routine which checked each 6 hours if users are active on the access point (per reading the session logs) and if not restart all services - but I don't want to use such routines anymore. I have thought to something like to ping the services - is this possible? Are there other (easy) ways? How do you handle this topic?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&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/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009818#M1255789</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2026-01-26T18:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009819#M1255790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was facing just the same problem sometime before last Christmas when me and my colleague were both on holiday and someone else was supposed to be managing all about QlikView.&lt;/P&gt;&lt;P&gt;Monitoring the QlikView services with QlikView is tricky ... all the more because QlikView is not officially managed by the IT dpt. and IT would neither check the services running on their server themselves nor implement a batch nor let us do anything on their server ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I came up with at last is creating some small app that fails every time and run it as often as makes sense.&lt;/P&gt;&lt;P&gt;Set up the failure_email in the QMC so you will get an email every time it reloads.&lt;/P&gt;&lt;P&gt;=&amp;gt; When those emails suddenly don't arrive on time you know something is wrong and some service is probably down..&lt;/P&gt;&lt;P&gt;=&amp;gt; Maybe you could go further and implement some automatism checking that particular inbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 09:46:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009819#M1255790</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-09-23T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009820#M1255791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it's excactly my topic - the holdiday and no team which could handle potentially problems. My emergency representatives will be in holdiday, too (I know it's very clever planned) and I will another colleague show how to restart the services and the machine if there are problems - but I would like to avoid it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sendings failure messages to me will be nearby on the worst case - the time-span in which I could react could be quite long and it meant I need to take my laptop on holiday and login - I need not many imagination to know what my wife will say to me ... - or I need to evaluate my mails with some macros (within my active outlook-account on this server) and start then batches (I have already done something like this by external data which we could only get per mail) but I would like to get away from this (horrible) macro-stuff. I would like to have sensible solutions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Sep 2015 10:31:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009820#M1255791</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-23T10:31:19Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009821#M1255792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No one else has trouble with this topic and tried any way to solve it or at least minimize the impact from it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 07:41:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009821#M1255792</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-24T07:41:08Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009822#M1255793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the "QlikView Server Super Agent" in &lt;A href="https://community.qlik.com/docs/DOC-5903"&gt;Power Tools 1.2 for QlikView&lt;/A&gt;. Maybe that one will fit your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:24:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009822#M1255793</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-09-24T09:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009823#M1255794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I will have a look on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:51:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009823#M1255794</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-24T09:51:12Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009824#M1255795</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;well, we had those emails sent to a colleague who had been given access to the QMC. If that is not an option - yes, I guess you will need a macro to check your inbox and if the emails stop arriving, to just restart the services - usually, restarting the distribution_service is sufficient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR - something I tried to have implemented long ago, but (was) failed - just create a batch on the servers to restart the DS once a day regardless, say at midnight - that way you should pretty much be on the safe side - and it solves another problem too, that of the RAM blocked by QlikView continuously rising due to QlikView never releasing any RAM it grabs during peak_times.&lt;/P&gt;&lt;P&gt;However, that approach was immediately blocked by our IT, although I found it recommended by some experts here in the Community - and actually by QlikTech.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 09:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009824#M1255795</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-09-24T09:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009825#M1255796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried using the 'Servers Alive' tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used it in the past for various projects , to check ports are available on servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Worth a google.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://techstuffy.tv"&gt;http://techstuffy.tv&lt;/A&gt; (YouTube - Please subscribe)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009825#M1255796</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2015-09-24T10:03:16Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009826#M1255797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Mark. I have looked on Servers Alive and it's a quite heavy tool (at least to someone who didn't comes from administration- or network IT area) so that I would need quite a lot of efforts to learn to handle it. Further I would need to include our company IT (which usally takes a long time for tickets and explanations and so on before they do anything) because an installation per terminal server isn't possible by Servers Alive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Therefore I'm on search for an easier way, maybe like: ping //QlikViewServer:4799/QMS/Service which didn't work but I hope that something like tis would be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:38:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009826#M1255797</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-24T10:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009827#M1255798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case the QlikView Server Super agent that Peter mentioned is a good tool with email alerts as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I can think of anything else I will let you know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 10:47:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009827#M1255798</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2015-09-24T10:47:35Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009828#M1255799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Marcus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are 2 other tools that might be useful :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://technet.microsoft.com/en-us/sysinternals/jj729731" title="https://technet.microsoft.com/en-us/sysinternals/jj729731"&gt;PsPing&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can ping your ports, for example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;psping -t orbis-clik:4799&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, the sc command you can check that services are running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://technet.microsoft.com/en-us/library/bb490995.aspx" title="https://technet.microsoft.com/en-us/library/bb490995.aspx"&gt;https://technet.microsoft.com/en-us/library/bb490995.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://techstuffy.tv"&gt;http://techstuffy.tv&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 11:10:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009828#M1255799</guid>
      <dc:creator>markodonovan</dc:creator>
      <dc:date>2015-09-24T11:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009829#M1255800</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi DataNibbler,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like above mentioned I want to avoid or at least to minimize own created macro-stuff or similar routines/tasks which is even for me hard to maintain over a longer period. I need to use more standardized logics which could other (intern and extern) people support and maintain. Our environment is grown a lot over the last years and I couldn't and I don't want to do everything by myself. Therefore I must simplify everything - and an kind of automatic control if the services are alive is one step of them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regarding to official statements from qlik there should no need to restart the server services on a regulary basis - in my old environment this didn't worked because there was a RAM leak but I want to give the new release (SR12) a chance to show that it now worked. And I must say that since them the server service was very stable, no problems with RAM or others and for a few crashes was me and my colleague responsible because we worked parallel on the server. Further I had have thought by these checkings in an interval from a few minutes and not many hours.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I'm beginning to test the qlikview server super agent from the power tools and it looked very good after the first trial. For each services will be a log-file generated and I think I will this log-file use by reading it with qlikview fat-client to the max. timestamp and if now() - timestamp &amp;gt; X i will start per execute-statement a batch-file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If this worked I will report it here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Sep 2015 15:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009829#M1255800</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-24T15:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009830#M1255801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;I just knocked up this qv load script out of academic interest :&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;html:&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;LOAD&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [head/title] as title&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;SPAN&gt;FROM [&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://community.qlik.com/" rel="nofollow"&gt;http://&lt;/A&gt;&lt;SPAN style="color: #800000;"&gt;&lt;EM&gt;&lt;STRONG&gt;YourAccesspointurl&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;] (XmlSimple, Table is [html]);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replace &lt;SPAN style="color: #800000; font-size: 13.3333px;"&gt;&lt;EM&gt;&lt;STRONG&gt;YourAccesspointurl&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt; as per your set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your Accesspoint is alive it should return a single row, with single column [&lt;SPAN style="font-size: 13.3333px;"&gt;title], with value &lt;SPAN style="color: #339966;"&gt;&lt;EM&gt;&lt;STRONG&gt;QlikView - AccessPoint&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;You said you need to check if services "are able to respond" and this could be used to check a correct response is indeed being returned.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 09:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009830#M1255801</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-28T09:17:32Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009831#M1255802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a very interesting approach and it worked (if the service is down an error occured which could be handled with the error-mode) for the access point and for the qmc:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;QMC:&lt;/P&gt;&lt;P&gt;LOAD [body/id] as BodyID&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://QVserver:4780/qmc/About.htm" rel="nofollow"&gt;http://QVserver:4780/qmc/About.htm&lt;/A&gt;&lt;SPAN&gt; (XmlSimple, Table is [html]); &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but not (directly) for the server/distribution/directory services or have I missed something?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 11:25:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009831#M1255802</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-09-28T11:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009832#M1255803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I expect it just identifies the AccessPoint status as per what you found and you seem to have also ot it working for the qmc as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Time permitting I may have a poke around the other bits later out of academic interest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2015 12:30:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009832#M1255803</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-09-28T12:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009833#M1255804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is a simple status check option built into the server.&amp;nbsp; Try &lt;A href="http://localhost/QvAjaxZfc/QvsStatus.aspx" title="http://localhost/QvAjaxZfc/QvsStatus.aspx"&gt;http://localhost/QvAjaxZfc/QvsStatus.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here is section from Server Reference Manual, page 104.&amp;nbsp; It mentions clusters but works fine with single node.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Availability Checking&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;A special web page on the AccessPoint provides automated checking of the system status:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A class="jive-link-external-small" href="http://myAccessPoint/QvAjaxZfc/QvsStatus.aspx" rel="nofollow"&gt;http://myAccessPoint/QvAjaxZfc/QvsStatus.aspx&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;This page returns an http status code of 200, if the AccessPoint and at least one QlikView Server in the cluster respond. Any other status code returned by this page should be considered an error. Common errors from this page include:&lt;/P&gt;&lt;P&gt;404: The AccessPoint is unable to respond. Check the web server.&lt;/P&gt;&lt;P&gt;503: No QlikView Servers responded to the AccessPoint and therefore it cannot service user requests.&lt;/P&gt;&lt;P&gt;The status of the QlikView Server cluster is also displayed on the web page:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qvsstatus.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/102840_qvsstatus.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 18:30:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009833#M1255804</guid>
      <dc:creator />
      <dc:date>2015-10-22T18:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009834#M1255805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, this worked for for the QVS services and the same approach should work for the other services, too. On the top of the qmc you get the (red) message-line "n of 4 services are down" if any of services don't work - maybe this could be also read but which url will be needed?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 Oct 2015 10:23:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009834#M1255805</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-25T10:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009835#M1255806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to check the status using the above code in Qlikview File? If we reload the Qlikview code, it will be failed when the services are down?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you please explain.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 15:29:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009835#M1255806</guid>
      <dc:creator />
      <dc:date>2016-11-22T15:29:52Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009836#M1255807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;I have used the following script to check if access point is alive.&lt;/P&gt;&lt;P&gt;LOAD&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; [head/title] as title&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;FROM &lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://access" rel="nofollow" target="_blank"&gt;http://access&lt;/A&gt;&lt;SPAN&gt; point URL(XmlSimple, Table is [html]);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;It gave me "QlikView - AccessPoint".&lt;/P&gt;&lt;P&gt;When access point is alive , after running above script it gave &lt;SPAN style="font-size: 13.3333px;"&gt;"QlikView - AccessPoint" and when QVS is stopped the above script is giving the same result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How will i know if access point is down.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Saugat&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 15:27:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009836#M1255807</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-16T15:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: check if qlikview server services are alive and able to response</title>
      <link>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009837#M1255808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Since this thread from 2015 I have fully migrated to Qlik Sense, so no longer have a QlikView environment to work on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2018 18:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/check-if-qlikview-server-services-are-alive-and-able-to-response/m-p/1009837#M1255808</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-16T18:13:37Z</dc:date>
    </item>
  </channel>
</rss>

