<?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: Display the server-status on a HTML-website in Developers</title>
    <link>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182056#M4333</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;I don't understand your question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you are already experienced with stored processes and web services, and you have figured out how to get the server status you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part are you asking for help with? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Oct 2014 13:44:31 GMT</pubDate>
    <dc:creator>Quentin</dc:creator>
    <dc:date>2014-10-13T13:44:31Z</dc:date>
    <item>
      <title>Display the server-status on a HTML-website</title>
      <link>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182055#M4332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi and hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well where should I start.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a HTML-Website where we collect all links for our SAS-web services, the admin consoles, write down the ports, the machine names for our metadata servers etc.&lt;/P&gt;&lt;P&gt;Now we want to Display a message like "Server up" or "Server down" on each Website (one for each metadata-environment)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Our idea is to write a stored process like shown in the attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And than deploy it as a web service. &lt;BR /&gt;And depending on the result of the Stored Process, the Status on the Website should be shown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Do you have an idea how it could be realized. And how I could get the status out of the stored process into the website?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;Daniel&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt; font-family: Courier New;"&gt;PS: the website looks like shown in the attachment.&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11717i66752E4A71B1C5CB/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="13-10-2014 13-16-23.jpg" title="13-10-2014 13-16-23.jpg" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11718i3A6166401A40EE03/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="13-10-2014 13-09-34.jpg" title="13-10-2014 13-09-34.jpg" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 11:17:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182055#M4332</guid>
      <dc:creator>DanielKaiser</dc:creator>
      <dc:date>2014-10-13T11:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Display the server-status on a HTML-website</title>
      <link>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182056#M4333</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;I don't understand your question. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It sounds like you are already experienced with stored processes and web services, and you have figured out how to get the server status you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which part are you asking for help with? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Q.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 13:44:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182056#M4333</guid>
      <dc:creator>Quentin</dc:creator>
      <dc:date>2014-10-13T13:44:31Z</dc:date>
    </item>
    <item>
      <title>Re: Display the server-status on a HTML-website</title>
      <link>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182057#M4334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, I am more or less experienced with STPs. And I only know, that there is the option to create a web service. &lt;BR /&gt;My question is, how do I have to prepare the STP to get the status into my website and what do I have to do, to extract it from the web service.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 13:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/Display-the-server-status-on-a-HTML-website/m-p/182057#M4334</guid>
      <dc:creator>DanielKaiser</dc:creator>
      <dc:date>2014-10-13T13:52:56Z</dc:date>
    </item>
  </channel>
</rss>

