<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to Fix Error 1055 The Service Database is locked.</title>
	<atom:link href="http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/feed/" rel="self" type="application/rss+xml" />
	<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/</link>
	<description>2 geek life, brainstorm, computing!</description>
	<lastBuildDate>Thu, 02 Feb 2012 14:31:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
	<item>
		<title>By: anims</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-295</link>
		<dc:creator>anims</dc:creator>
		<pubDate>Wed, 30 Nov 2011 12:26:39 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-295</guid>
		<description>I had the same problem and trying to use &#039;sc lock&#039; gave me the same results as Arnaud:
C:\&gt;sc lock
[SC] LockServiceDatabase FAILED 1055:
The service database is locked.
C:\&gt;

A service is locking the Service Control DB. Look through the services to see what is stuck at &#039;Starting&#039; or &#039;Stopping&#039;. My remedy was go into Safe Mode and to set all those services to Manual. The server came back up and was working fine. I then uninstalled the application associated with those services, reboot, and reinstalled the app. We are good to go now.</description>
		<content:encoded><![CDATA[<p>I had the same problem and trying to use &#8216;sc lock&#8217; gave me the same results as Arnaud:<br />
C:\&gt;sc lock<br />
[SC] LockServiceDatabase FAILED 1055:<br />
The service database is locked.<br />
C:\&gt;</p>
<p>A service is locking the Service Control DB. Look through the services to see what is stuck at &#8216;Starting&#8217; or &#8216;Stopping&#8217;. My remedy was go into Safe Mode and to set all those services to Manual. The server came back up and was working fine. I then uninstalled the application associated with those services, reboot, and reinstalled the app. We are good to go now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eugen</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-270</link>
		<dc:creator>eugen</dc:creator>
		<pubDate>Sat, 08 Oct 2011 16:43:32 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-270</guid>
		<description>i have the same problem and i have fixed just by restart my comp good look</description>
		<content:encoded><![CDATA[<p>i have the same problem and i have fixed just by restart my comp good look</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: binay</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-222</link>
		<dc:creator>binay</dc:creator>
		<pubDate>Sat, 12 Mar 2011 09:08:39 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-222</guid>
		<description>Sorry no prompt solution yet</description>
		<content:encoded><![CDATA[<p>Sorry no prompt solution yet</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jj09</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-106</link>
		<dc:creator>jj09</dc:creator>
		<pubDate>Sun, 20 Jun 2010 11:32:43 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-106</guid>
		<description>Hi
after follwing the intructions above I get the error message below. I am using windows 7. do you have any suggestions? thanks in advance

C:\&gt;sc lock
[SC] OpenSCManager FAILED 5:

Access is denied</description>
		<content:encoded><![CDATA[<p>Hi<br />
after follwing the intructions above I get the error message below. I am using windows 7. do you have any suggestions? thanks in advance</p>
<p>C:\&gt;sc lock<br />
[SC] OpenSCManager FAILED 5:</p>
<p>Access is denied</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fabiano</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-101</link>
		<dc:creator>Fabiano</dc:creator>
		<pubDate>Sun, 23 May 2010 11:06:15 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-101</guid>
		<description>The correct command is:
C:\&gt;sc lock u

then, if possible, the system will ask you to press letter &#039;u&#039; on
your keyboard to confirm that you want to unlock the services database
but it&#039;s possible to receive the message

[SC] LockServiceDatabase FAILED 1055:
The service database is locked.

in this case you can just wait and retry.
If the problem persists you have to try identifying the
service that locks tha database in one of this 2 ways:

1) Examine system event logs for errors (database locked ..)
2) Set all unnecessary services to start &quot;Manual&quot; (do this 
editing the registry), reboot and, if the problem does&#039;nt happens,
try re-enabling services one by one to locate which one is causing
the problem.

Hope this helps.</description>
		<content:encoded><![CDATA[<p>The correct command is:<br />
C:\&gt;sc lock u</p>
<p>then, if possible, the system will ask you to press letter &#8216;u&#8217; on<br />
your keyboard to confirm that you want to unlock the services database<br />
but it&#8217;s possible to receive the message</p>
<p>[SC] LockServiceDatabase FAILED 1055:<br />
The service database is locked.</p>
<p>in this case you can just wait and retry.<br />
If the problem persists you have to try identifying the<br />
service that locks tha database in one of this 2 ways:</p>
<p>1) Examine system event logs for errors (database locked ..)<br />
2) Set all unnecessary services to start &#8220;Manual&#8221; (do this<br />
editing the registry), reboot and, if the problem does&#8217;nt happens,<br />
try re-enabling services one by one to locate which one is causing<br />
the problem.</p>
<p>Hope this helps.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjan</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-98</link>
		<dc:creator>Arjan</dc:creator>
		<pubDate>Tue, 04 May 2010 14:32:42 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-98</guid>
		<description>I have the same issue with Arnaud. Isn&#039;t there any fix for this?
It would be much appreciated.</description>
		<content:encoded><![CDATA[<p>I have the same issue with Arnaud. Isn&#8217;t there any fix for this?<br />
It would be much appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnaud</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-89</link>
		<dc:creator>Arnaud</dc:creator>
		<pubDate>Sun, 28 Feb 2010 18:15:36 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-89</guid>
		<description>I get the same result as Chenai, typing sc lock only gives me the information that the database service is locked, it does not give me a prompt to unlock it.

C:\&gt;sc lock
[SC] LockServiceDatabase FAILED 1055:
The service database is locked.
C:\&gt;</description>
		<content:encoded><![CDATA[<p>I get the same result as Chenai, typing sc lock only gives me the information that the database service is locked, it does not give me a prompt to unlock it.</p>
<p>C:\&gt;sc lock<br />
[SC] LockServiceDatabase FAILED 1055:<br />
The service database is locked.<br />
C:\&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anebg</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-66</link>
		<dc:creator>anebg</dc:creator>
		<pubDate>Sat, 17 Oct 2009 02:58:53 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-66</guid>
		<description>Bruno,
I was hoping that the Output display would give away any misconceptions regarding the quotes. I guess If that didn&#039;t do it, your comment will. 
Thanks for visiting!</description>
		<content:encoded><![CDATA[<p>Bruno,<br />
I was hoping that the Output display would give away any misconceptions regarding the quotes. I guess If that didn&#8217;t do it, your comment will.<br />
Thanks for visiting!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruno</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-65</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Fri, 16 Oct 2009 23:58:41 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-65</guid>
		<description>Did u write &quot;u&quot; with quotes? Don&#039;t do that...</description>
		<content:encoded><![CDATA[<p>Did u write &#8220;u&#8221; with quotes? Don&#8217;t do that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nipponzen</title>
		<link>http://anebg.net/2008/06/22/how-to-fix-error-1055-the-service-database-is-locked/comment-page-1/#comment-30</link>
		<dc:creator>nipponzen</dc:creator>
		<pubDate>Sun, 09 Aug 2009 23:07:15 +0000</pubDate>
		<guid isPermaLink="false">http://anebg.net/?p=3#comment-30</guid>
		<description>Did you type on the CMD window &quot;sc lock&quot; first? 
After typing sc lock and pressing enter, then you type &#039;u&#039; and press enter, then the database should be unlocked.
Hope this helps.</description>
		<content:encoded><![CDATA[<p>Did you type on the CMD window &#8220;sc lock&#8221; first?<br />
After typing sc lock and pressing enter, then you type &#8216;u&#8217; and press enter, then the database should be unlocked.<br />
Hope this helps.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

