现在的位置: 首页 > 综合 > 正文

[转]解决SQL Server 1069错误登录失败

2013年08月26日 ⁄ 综合 ⁄ 共 1492字 ⁄ 字号 评论关闭

SQL Server 服务由于登录失败而无法启动
症状
在重新启动 SQL Server、SQL Executive 或 SQL Server Agent 时,可能无法启动该服务,并显示以下错误信息:

Error 1069:The service did not start due to a logon failure.
或者
错误 1069:由于登录失败而无法启动服务
原因
SQL Server、SQL Agent 或 SQL Server Executive 启动服务帐户的密码不正确,因为密码可能已被更改了。
替代方法
若要解决此问题,请在 SQL Server 主机的 Microsoft SQL Server 服务帐户中键入正确的密码。

若要在 Microsoft Windows 2000 Server 和 Microsoft Windows XP 中更正该密码,请按照下列步骤操作: 1. 单击开始,指向设置,然后单击控制面板。
2. 双击管理工具,然后双击服务。
3. 双击 MSSQLSERVER,然后单击登录选项卡。
4. 在密码和确认密码文本框中键入正确的密码,然后单击确定。
若要在 Microsoft Windows NT 4.0 中更正该密码,请按照下列步骤操作: 1. 单击开始,指向设置,然后单击控制面板。
2. 双击服务,然后双击 MSSQLSERVER。
3. 在密码和确认密码文本框中键入正确的密码,然后单击确定。
注意:通过 Services 小程序更改该密码使 SQL Server 可以成功重新启动;但是,如果安装了 Microsoft 搜索(全文搜索服务),则它要求通过 SQL 企业管理器 (SEM) 进行随后的密码更改。

以下一节摘自 SQL Server 2000 联机图书:

“After
changing the SQL Server service account information in Control Panel,
you must also change the SQL Server service account in SQL Server
Enterprise Manager.This allows the service account information for
Microsoft Search service to remain synchronized as well.

Important:Although
the Microsoft Search service is always assigned to the local system
account, the full-text search engine tracks the SQL Server service
account in Windows.Full-text search and failover clustering are not
available if Windows password changes are not reset using SQL Server
Enterprise Manager.”(在控制面板中更改 SQL Server 服务帐户信息后,您还必须在 SQL Server
企业管理器中更改 SQL Server 服务帐户。这样,用于 Microsoft 搜索服务的服务帐户信息也会保持同步。重要说明:尽管将
Microsoft Search 服务始终分配给本地系统帐户,但全文搜索引擎跟踪 Windows 中的 SQL Server
服务帐户。如果没有使用 SQL Server 企业管理器重置 Windows 密码更改,则无法使用全文搜索和故障转移群集。)

通过使用 SEM,右键单击服务器,单击属性,然后单击安全选项卡。在启动服务帐户下面,输入相应的帐户和密码。

文章来源:微软

本文链接地址:http://www.linwan.net.cn/archives/343.html

抱歉!评论已关闭.