<?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>Toaster Gremlin</title>
	<atom:link href="http://toastergremlin.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://toastergremlin.com</link>
	<description>Your web host is not your server admin</description>
	<lastBuildDate>Wed, 17 Apr 2013 14:44:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
		<item>
		<title>Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed. Access is denied.</title>
		<link>http://toastergremlin.com/?p=543&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=retrieving-the-com-class-factory-for-component-with-clsid-000209ff-0000-0000-c000-000000000046-failed-access-is-denied</link>
		<comments>http://toastergremlin.com/?p=543#comments</comments>
		<pubDate>Thu, 13 Dec 2012 17:49:07 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=543</guid>
		<description><![CDATA[While trying to work with Microsoft Word on a server through .NET the following error was thrown: Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)). To resolve this you will need to grant COM permissions to the user [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to work with Microsoft Word on a server through .NET the following error was thrown:</p>
<blockquote><p>Retrieving the COM class factory for component with CLSID {000209FF-0000-0000-C000-000000000046} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)).  </p></blockquote>
<p>To resolve this you will need to grant COM permissions to the user running the application pool.</p>
<p>1. Open up Component Services (Start -> Run -> dcomcnfg)<br />
2. Expand Component Services -> Computers<br />
3. Right click My Computer -> Properties<br />
<a href="http://toastergremlin.com/?attachment_id=544" rel="attachment wp-att-544"><img src="http://toastergremlin.com/wp-content/uploads/2012/12/dcom01-300x204.png" alt="" title="COM Config 1" width="300" height="204" class="aligncenter size-medium wp-image-544" /></a><br />
4. On the COM Security tab click Edit Default under the &#8220;Launch and Activation Permissions&#8221; section<br />
<a href="http://toastergremlin.com/?attachment_id=545" rel="attachment wp-att-545"><img src="http://toastergremlin.com/wp-content/uploads/2012/12/dcom02-219x300.png" alt="" title="COM config 2" width="219" height="300" class="aligncenter size-medium wp-image-545" /></a><br />
5. Add the IIS_IUSRS group and check allow next to Local Launch and Local Activation<br />
<a href="http://toastergremlin.com/?attachment_id=546" rel="attachment wp-att-546"><img src="http://toastergremlin.com/wp-content/uploads/2012/12/dcom03-249x300.png" alt="" title="COM config 3" width="249" height="300" class="aligncenter size-medium wp-image-546" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=543</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WCAT Perfmon Counters: An error occured collecting server information data. Check that WMI is available.</title>
		<link>http://toastergremlin.com/?p=539&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=wcat-perfmon-counters-an-error-occured-collecting-server-information-data-check-that-wmi-is-available</link>
		<comments>http://toastergremlin.com/?p=539#comments</comments>
		<pubDate>Wed, 21 Nov 2012 20:58:20 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=539</guid>
		<description><![CDATA[When trying to use Performance counters with WCAT testing I was getting this error on the final report: An error occured collecting server information data. Check that WMI is available. Looking back at the command prompt on the controller I also saw this: ERROR:Unknown error -1073738789 (c0000bdb) Wireshark and Procmon did not really indicate any [...]]]></description>
			<content:encoded><![CDATA[<p>When trying to use Performance counters with WCAT testing I was getting this error on the final report:</p>
<blockquote><p>An error occured collecting server information data. Check that WMI is available.</p></blockquote>
<p>Looking back at the command prompt on the controller I also saw this:</p>
<blockquote><p>ERROR:Unknown error -1073738789 (c0000bdb)</p></blockquote>
<p>Wireshark and Procmon did not really indicate any problems. In my situation I was logged into the WCAT controller as a domain user which did not have administrative access on the web server I was trying to start the Perfmon counters on.</p>
<p>After adding this domain user to the administrative users group on the web server, the WCAT test successfully collected the Performance counters specified in my settings.ubr file.</p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=539</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unable to Remove SQL 2008 After Removing From Cluster</title>
		<link>http://toastergremlin.com/?p=502&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=unable-to-remove-sql-2008-after-removing-from-cluster</link>
		<comments>http://toastergremlin.com/?p=502#comments</comments>
		<pubDate>Mon, 10 Sep 2012 18:58:33 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[MS SQL]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=502</guid>
		<description><![CDATA[After SQL was removed from Failover Cluster Manager I was unable to uninstall it. The following error was logged in the application logs: Product: Microsoft SQL Server 2008 Database Engine Services &#8212; Error 25012. There was an error attempting to remove the configuration of the product which prevents any other action from occuring. The current [...]]]></description>
			<content:encoded><![CDATA[<p>After SQL was removed from Failover Cluster Manager I was unable to uninstall it. The following error was logged in the application logs:</p>
<blockquote><p>Product: Microsoft SQL Server 2008 Database Engine Services &#8212; Error 25012. There was an error attempting to remove the configuration of the product which prevents any other action from occuring.  The current configuration of the product is being cancelled as a result.</p></blockquote>
<p>To correct this I needed to follow the steps below to tell SQL it was no longer in a cluster. Then I was able to uninstall normally.</p>
<p>1. Open Registry Editor (Start -> run -> type in &#8216;regedit&#8217;)</p>
<p>2. Navigate to the following key:</p>
<p><code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.MSSQLSERVER\ClusterState\SQL_Engine_Core_Inst</code></p>
<p>3. Change the value of this &#8220;SQL_Engine_Core_Inst&#8221; key from 1 to 0.</p>
<p><a href="http://toastergremlin.com/?attachment_id=528" rel="attachment wp-att-528"><img src="http://toastergremlin.com/wp-content/uploads/2012/09/uninstallSQL20082-300x196.png" alt="" title="Regedit" width="300" height="196" class="aligncenter size-medium wp-image-528" /></a></p>
<p>4. Uninstall as normal through Programs and Features</p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=502</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix Event ID 10016 DistributedCOM error</title>
		<link>http://toastergremlin.com/?p=488&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=fix-event-id-10016-distributedcom-error</link>
		<comments>http://toastergremlin.com/?p=488#comments</comments>
		<pubDate>Tue, 10 Jul 2012 20:46:49 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=488</guid>
		<description><![CDATA[These instructions will work for Server 2003 and 2008. Here is the full error message: The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID {12345} to the user NT AUTHORITY\NETWORK SERVICE SID from address LocalHost 1. Open Component Servers (Start -> Run -> dcomcnfg). 2. Expand Component [...]]]></description>
			<content:encoded><![CDATA[<p>These instructions will work for Server 2003 and 2008. Here is the full error message:</p>
<blockquote><p>The application-specific permission settings do not grant Local Launch permission for the COM Server application with CLSID {12345} to the user NT AUTHORITY\NETWORK SERVICE SID from address LocalHost
</p></blockquote>
<p>1. Open Component Servers (Start -> Run -> dcomcnfg).<br />
<br />
2. Expand Component Services -> expand Computers.<br />
<br />
3. Right click My Computer -> Properties -> COM Security tab.<br />
<br />
4. Click &#8220;Edit Default&#8221; under the &#8220;Launch and Activation Permission section.<br />
<a href="http://toastergremlin.com/wp-content/uploads/2012/07/DCOM01.png"><img src="http://toastergremlin.com/wp-content/uploads/2012/07/DCOM01-300x228.png" alt="" title="DCOM01" width="300" height="228" class="aligncenter size-medium wp-image-491" /></a><br />
<br />
5. Click Add -> Advanced -> Find Now.<br />
<br />
6. Scroll down and select the &#8220;NETWORK SERVICE&#8221; user -> OK -> OK<br />
<br />
7. Select the &#8220;NETWORK SERVICE&#8221; user and check the allow box next to &#8220;Local Launch&#8221;.<br />
<a href="http://toastergremlin.com/wp-content/uploads/2012/07/DCOM021.png"><img src="http://toastergremlin.com/wp-content/uploads/2012/07/DCOM021-249x300.png" alt="" title="DCOM02" width="249" height="300" class="aligncenter size-medium wp-image-494" /></a><br />
<br />
8. Click OK -> OK</p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=488</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The source for the specified package or file was not found (error value: 0x800F081F)</title>
		<link>http://toastergremlin.com/?p=480&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=the-source-for-the-specified-package-or-file-was-not-found-error-value-0x800f081f</link>
		<comments>http://toastergremlin.com/?p=480#comments</comments>
		<pubDate>Thu, 28 Jun 2012 15:52:35 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=480</guid>
		<description><![CDATA[I received the following error when trying to install the SNMP service on Windows Server 2008: Attempt to install SNMP Service failed. The source for the specified package or file was not found (error value: 0x800F081F). The solution was to install the System Update Readiness tool for the appropriate version of Windows. I recommend the [...]]]></description>
			<content:encoded><![CDATA[<p>I received the following error when trying to install the SNMP service on Windows Server 2008:<br />
<code><br />
Attempt to install SNMP Service failed.  The source for the specified package or file was not found (error value: 0x800F081F).<br />
</code></p>
<p>The solution was to install the System Update Readiness tool for the appropriate version of Windows. I recommend the manual install (method 2) here:<br />
<a href="http://support.microsoft.com/kb/947821">http://support.microsoft.com/kb/947821</a></p>
<p>After hotfix 947821 is installed just try installing the failing feature or role again. In my case an incomplete Windows update or feature installation was preventing the installation of the SNMP feature.</p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=480</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change SQL Instance Name (2005/2008)</title>
		<link>http://toastergremlin.com/?p=453&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=change-sql-instance-name-20052008</link>
		<comments>http://toastergremlin.com/?p=453#comments</comments>
		<pubDate>Thu, 12 Apr 2012 15:37:28 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=453</guid>
		<description><![CDATA[First check the current instance name by running these two queries: select @@servername sp_helpserver Then to actually change this instance name run the following query. Make sure to update &#8216;old_instance_name&#8217; and &#8216;new_instance_name&#8217; accordingly: sp_dropserver 'old_instance_name' go sp_addserver 'new_instance_name','local' go Restart the SQL service in order to apply this change. Then confirm it took effect by [...]]]></description>
			<content:encoded><![CDATA[<p>First check the current instance name by running these two queries:</p>
<pre lang="tsql" line="1">
select @@servername
sp_helpserver
</pre>
<p>Then to actually change this instance name run the following query. Make sure to update &#8216;old_instance_name&#8217; and &#8216;new_instance_name&#8217; accordingly:</p>
<pre lang="tsql" line="1">
sp_dropserver 'old_instance_name'
go
sp_addserver 'new_instance_name','local'
go
</pre>
<p>Restart the SQL service in order to apply this change. Then confirm it took effect by running the two queries mentioned above:</p>
<pre lang="tsql" line="1">
select @@servername
sp_helpserver
</pre>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=453</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Resolved] Error message file had only 481 error messages, but it should contain at least 641 error messages.</title>
		<link>http://toastergremlin.com/?p=447&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=resolved-error-message-file-had-only-481-error-messages-but-it-should-contain-at-least-641-error-messages</link>
		<comments>http://toastergremlin.com/?p=447#comments</comments>
		<pubDate>Tue, 27 Mar 2012 16:12:46 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=447</guid>
		<description><![CDATA[This occurred after an update was run with Yum. Two MySQL versions were present and the errmsg.sys file from the old or &#8220;bad&#8221; version was used. I was able to resolve this by tracking down the correct errmsg.sys file for the &#8220;good&#8221; version of MySQL. Full instructions for this can be found below. Full error [...]]]></description>
			<content:encoded><![CDATA[<p>This occurred after an update was run with Yum. Two MySQL versions were present and the errmsg.sys file from the old or &#8220;bad&#8221; version was used.</p>
<p>I was able to resolve this by tracking down the correct errmsg.sys file for the &#8220;good&#8221; version of MySQL. Full instructions for this can be found below.</p>
<p>Full error message:</p>
<blockquote><p>120327  9:18:48 [ERROR] Error message file &#8216;/usr/share/mysql/english/errmsg.sys&#8217; had only 481 error messages,<br />
but it should contain at least 641 error messages.<br />
Check that the above file is the right version for this program!<br />
/usr/libexec/mysqld: Unknown error 1146<br />
120327  9:18:48 [ERROR] Can&#8217;t open the mysql.plugin table. Please run mysql_upgrade to create it.</p></blockquote>
<p>1. Determine the correct version of MySQL:</p>
<pre lang="bash">yum list installed | grep mysql</pre>
<p>Example output:</p>
<pre lang="bash">mysql.i386                              5.0.95-1.el5_7.1               installed
mysql.x86_64                            5.1.58-jason.1                 installed</pre>
<p>2. Find the tar.gz installer file for your specific version of MySQL. Change the version in the following URL as needed:<br />
<a href="http://mysql.llarian.net/Downloads/MySQL-5.1/">http://mysql.llarian.net/Downloads/MySQL-5.1/</a></p>
<p>The example output above confirms there are two versions installed. The newer one is the &#8220;correct&#8221; version (5.1.58). You are looking for the .tar.gz file with no additional details in the name, for example &#8220;mysql-5.1.58.tar.gz&#8221;.</p>
<p>3. Extract the newly downloaded install files:</p>
<pre lang="bash">tar -zxf mysql-5.1.58.tar.gz</pre>
<p>4. Make a copy of the old errmsg.sys file just in case:</p>
<pre lang="bash">mv /usr/share/mysql/english/errmsg.sys /usr/share/mysql/english/errmsg.sys.old</pre>
<p>5. Copy the new errmsg.sys file to this same location:</p>
<pre lang="bash">cp mysql-5.1.58/sql/share/english/errmsg.sys /usr/share/mysql/english/errmsg.sys</pre>
<p>6. Attempt to start the MySQL service again:</p>
<pre lang="bash">/etc/init.d/mysqld start</pre>
<p>If this process does not work the best option may be to uninstall and reinstall MySQL (after backing everything up of course).</p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=447</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Force failover for HA firewalls (Juniper SSG series)</title>
		<link>http://toastergremlin.com/?p=442&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=force-failover-for-ha-firewalls-juniper-ssg-series</link>
		<comments>http://toastergremlin.com/?p=442#comments</comments>
		<pubDate>Mon, 06 Feb 2012 18:34:38 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[Juniper ScreenOS]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=442</guid>
		<description><![CDATA[It may be necessary to failover a high availability firewall pair for troubleshooting or maintenance purposes. To do this on a Juniper SSG# login to the master firewall through SSH and issue the following command: exec nsrp vsd-group 0 mode backup To confirm this was successful check the logs on the new master firewall. There [...]]]></description>
			<content:encoded><![CDATA[<p>It may be necessary to failover a high availability firewall pair for troubleshooting or maintenance purposes. To do this on a Juniper SSG# login to the master firewall through SSH and issue the following command:<br />
<code>exec nsrp vsd-group 0 mode backup</code></p>
<p></p>
<p>To confirm this was successful check the logs on the new master firewall. There should be an entry that looks similar to this:<br />
<code>Peer device 5303936 in the Virtual Security Device group 0 changed state from primary backup to master.</code></p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=442</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IIS 7 Complete Certificate Request: Access is Denied</title>
		<link>http://toastergremlin.com/?p=432&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=iis-7-complete-certificate-request-access-is-denied</link>
		<comments>http://toastergremlin.com/?p=432#comments</comments>
		<pubDate>Wed, 11 Jan 2012 22:00:35 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=432</guid>
		<description><![CDATA[I received this error when trying to complete a certificate request in IIS: Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED)) This turned out to be a permissions issue with the following folder C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys Ensure that the &#8220;Administrators&#8221; group has full control and the &#8220;Everyone&#8221; group has the following permissions on this folder only: List [...]]]></description>
			<content:encoded><![CDATA[<p>I received this error when trying to complete a certificate request in IIS:<br />
Access is denied. (Exception from HRESULT: 0&#215;80070005 (E_ACCESSDENIED))</p>
<p><a href="http://toastergremlin.com/wp-content/uploads/2012/01/MachineKeyErrorIIS7.png"><img src="http://toastergremlin.com/wp-content/uploads/2012/01/MachineKeyErrorIIS7-300x150.png" alt="" title="Complete Certificate Request Error" width="300" height="150" class="aligncenter size-medium wp-image-433" /></a></p>
<p>This turned out to be a permissions issue with the following folder<br />
C:\ProgramData\Microsoft\Crypto\RSA\MachineKeys</p>
<p>Ensure that the &#8220;Administrators&#8221; group has full control and the &#8220;Everyone&#8221; group has the following permissions on this folder only:<br />
List folder / read data<br />
Read attributes<br />
Read extended attributes<br />
Create files /write data<br />
Create folders / append data<br />
Write attributes<br />
Write extended attributes<br />
Read permissions</p>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=432</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tar error: not in gzip format</title>
		<link>http://toastergremlin.com/?p=428&#038;utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tar-error-not-in-gzip-format</link>
		<comments>http://toastergremlin.com/?p=428#comments</comments>
		<pubDate>Wed, 11 Jan 2012 20:39:40 +0000</pubDate>
		<dc:creator>melikeum</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://toastergremlin.com/?p=428</guid>
		<description><![CDATA[When attempting to untar an archive you may see the following error: tar -zxvf archive.tar gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error exit delayed from previous errors This tar may have been created without compression. In that case just remove the -z option. If this still does not work [...]]]></description>
			<content:encoded><![CDATA[<p>When attempting to untar an archive you may see the following error:</p>
<pre lang="bash">
tar -zxvf archive.tar
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
</pre>
<p>This tar may have been created without compression. In that case just remove the -z option. If this still does not work the tar file may be corrupt. Try confirming the file type using the &#8220;file&#8221; command:</p>
<pre lang="bash">file archive.tar
html.tar: POSIX tar archive</pre>
]]></content:encoded>
			<wfw:commentRss>http://toastergremlin.com/?feed=rss2&#038;p=428</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
