<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Terminal Services Log - Blog &#187; printing terminal services</title>
	<atom:link href="http://www.terminalserviceslog.com/blog/index.php/category/printing-terminal-services/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.terminalserviceslog.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Nov 2011 15:08:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Recovery from hangup of spoolsv</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2008/06/20/resurrection-from-hangup-of-spoolsv/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2008/06/20/resurrection-from-hangup-of-spoolsv/#comments</comments>
		<pubDate>Fri, 20 Jun 2008 15:52:28 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[printing terminal services]]></category>
		<category><![CDATA[hangup of spoolsv]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=22</guid>
		<description><![CDATA[<p>Yesterday one of the server hanged because of printer spooler service<br />
No one  is able to log on to the server, when users try to log on there is just a blank screen.</p>
<p>Nobody is able to access the console because the server is in a remote datacenter, and VNC access is not working as a result. How was I able to gain access to the server?</p>
<p>Because I know that spoolsv is the main reason the server hanged, I logged on to the member terminal server. I needed to gain access to the hanged server services. Opening services.msc and connecting to&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Yesterday one of the server hanged because of printer spooler service<br />
No one  is able to log on to the server, when users try to log on there is just a blank screen.</p>
<p>Nobody is able to access the console because the server is in a remote datacenter, and VNC access is not working as a result. How was I able to gain access to the server?</p>
<p>Because I know that spoolsv is the main reason the server hanged, I logged on to the member terminal server. I needed to gain access to the hanged server services. Opening services.msc and connecting to remote terminal server gave me services from the hanged computer. Then, just a simple restart of the printer spooler brings the server back to life.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2008/06/20/resurrection-from-hangup-of-spoolsv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>If spoolsv is in error state</title>
		<link>http://www.terminalserviceslog.com/blog/index.php/2008/06/04/if-spoolsv-is-in-error-state/</link>
		<comments>http://www.terminalserviceslog.com/blog/index.php/2008/06/04/if-spoolsv-is-in-error-state/#comments</comments>
		<pubDate>Wed, 04 Jun 2008 13:13:13 +0000</pubDate>
		<dc:creator>Frane Borozan</dc:creator>
				<category><![CDATA[printing terminal services]]></category>
		<category><![CDATA[spoolsv error state]]></category>

		<guid isPermaLink="false">http://www.terminalserviceslog.com/blog/?p=14</guid>
		<description><![CDATA[<p>Yesterday  explained how to restart spoolsv server (printer spooler) if it exceeds 40MB of memory.<br />
Sometimes spooler service will hang and there will not be high memory consumption, so we would need to detect that problem as well. For this scenario I have written the following script:<br />
<code>net start &#124; findstr /i Spooler &#62; nul<br />
if not errorlevel 1 goto end<br />
net stop Spooler<br />
sleep 2<br />
net start Spooler<br />
:end<br />
exit </code><br />
I created a scheduled task to run this script under system every minute, for 24 hours a day. If spoolsv is OK, the script will just close, and  if it is in error state, the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Yesterday  explained how to restart spoolsv server (printer spooler) if it exceeds 40MB of memory.<br />
Sometimes spooler service will hang and there will not be high memory consumption, so we would need to detect that problem as well. For this scenario I have written the following script:<br />
<code>net start | findstr /i Spooler &gt; nul<br />
if not errorlevel 1 goto end<br />
net stop Spooler<br />
sleep 2<br />
net start Spooler<br />
:end<br />
exit </code><br />
I created a scheduled task to run this script under system every minute, for 24 hours a day. If spoolsv is OK, the script will just close, and  if it is in error state, the script will restart the printer spooler service.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.terminalserviceslog.com/blog/index.php/2008/06/04/if-spoolsv-is-in-error-state/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

