<?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>Codelab Blog &#187; DBA</title>
	<atom:link href="http://blog.codelab.co.nz/tag/dba/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codelab.co.nz</link>
	<description>Technical Articles and News from Codelab Ltd</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:10:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The specified &#8216;@subsystem&#8217; is invalid</title>
		<link>http://blog.codelab.co.nz/2009/04/08/subsysteminvalid/</link>
		<comments>http://blog.codelab.co.nz/2009/04/08/subsysteminvalid/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 23:29:08 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://blog.codelab.co.nz/?p=112</guid>
		<description><![CDATA[If you get the following error: Create maintenance plan failed. The specified &#8216;@subsystem&#8217; is invalid (valid values are returned by sp_enum_sqlagent_subsystems). (Microsoft SQL Server, Error 14234) Just install Integration Services (just a little job&#8230;) and reboot. References: http://support.microsoft.com/kb/909036/en-us]]></description>
			<content:encoded><![CDATA[<p>If you get the following error:</p>
<blockquote><p>Create 		  maintenance plan failed.</p>
<p>The specified &#8216;@subsystem&#8217; is 		  invalid (valid values are returned by sp_enum_sqlagent_subsystems). (Microsoft 		  SQL Server, Error 14234)</p></blockquote>
<p>Just install Integration Services (just a little job&#8230;) and reboot.</p>
<p><em><strong>References:</strong></em></p>
<p><a href="http://support.microsoft.com/kb/909036/en-us">http://support.microsoft.com/kb/909036/en-us</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codelab.co.nz/2009/04/08/subsysteminvalid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“System Cannot Find Specified Path”</title>
		<link>http://blog.codelab.co.nz/2008/08/21/%e2%80%9csystem-cannot-find-specified-path%e2%80%9d/</link>
		<comments>http://blog.codelab.co.nz/2008/08/21/%e2%80%9csystem-cannot-find-specified-path%e2%80%9d/#comments</comments>
		<pubDate>Thu, 21 Aug 2008 08:50:57 +0000</pubDate>
		<dc:creator>Tim</dc:creator>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[DBA]]></category>

		<guid isPermaLink="false">http://blog.codelab.co.nz/?p=16</guid>
		<description><![CDATA[“System Cannot Find Specified Path” when trying to start a SQL Server instance after copying the instance from one machine to another My Scenario 1) Took a snap shot of our production database server using NTBackup 2) Converted the image to run on a virtual server 3) Booted the server with a new server name [...]]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 130%;"><strong><em>“System Cannot Find Specified Path”  when trying to start a SQL Server instance after copying the instance from one  machine to another</em></strong></span></p>
<p><span style="font-size: 130%;">My  Scenario</span></p>
<p>1) Took a snap shot of our production database server  using NTBackup<br />
2) Converted the image to run on a virtual server<br />
3) Booted  the server with a new server name and tried to start up the SQL Server  Instance</p>
<p>At this point, I ran into a critical  error:</p>
<blockquote><p><strong><em>“Error 3: the system cannot find the specified  path.”</em></strong></p></blockquote>
<p><span style="font-size: 130%;">The  Problem</span></p>
<p>After some investigation, I noticed that the paths for the  MSSQL$Instance and SQLAgent$Instance Windows Services had the old (8.3)  format.</p>
<blockquote><p><em>i.e  C:\PROGRA~1\MICROS~4\MSSQL\binn\sqlservr.exe&#8221;</em></p></blockquote>
<p><span style="font-size: 130%;">The Solution</span></p>
<p>I located the file path for  both of these services in the registry and changed them to their fully qualified  path.</p>
<blockquote><p><em>e.g.  HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSSQLSERVER<br />
C:\Program  Files\Microsoft SQL Server\MSSQL$Instance\Binn\ sqlservr.exe</em></p></blockquote>
<p>I  rebooted the machine and started both services up with no problems.</p>
<p>This  is one of those problems where you could spend hours trying to find out what the  error means where in-fact such a simple solution is all that it  takes!</p>
<p><span style="font-size: 130%;">References</span></p>
<p><a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=386678&amp;SiteID=1">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=386678&amp;SiteID=1</a><br />
<a href="http://groups.google.co.nz/group/microsoft.public.sqlserver.server/&lt;br &gt;&lt;/a&gt; browse_thread/thread/e2fbca63a9b7367c/ca63aff756a2cada?hl=en&amp;lnk=st&amp;q=mssql+cannot+find+specified+path#ca63aff756a2cada"></p>
<p>http://groups.google.co.nz/group/microsoft.public.sqlserver.server/</p>
<p>browse_thread/thread/e2fbca63a9b7367c/ca63aff756a2cada?hl=en&amp;lnk=st&amp;q=mssql+cannot+find+specified+path#ca63aff756a2cada</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.codelab.co.nz/2008/08/21/%e2%80%9csystem-cannot-find-specified-path%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

