When installing SQL Server 2008 you are at one point asked to provide the service accounts and passwords for the SQL services and agents. When providing these service accounts and passwords you might encounter one of the following error messages, which prevents you from continuing the installation:
- The credentials you provided for the SQL Server Agent service are invalid. To continue, provide a valid account and password for the SQL Server Agent service.
- The specified credentials for the SQL Server service are not valid. To continue, provide a valid account and password for the SQL Server service.
I don’t know if this is a common problem, but it seems that logging on as the Local Administrator is the root cause for these errors, at least in my case. Logging on as domain admin, not a local admin and i could enter the service accounts with passwords and continue the install without any problem.
Incoming search terms:
- - the credentials you provided for the sql - the credentials you provided for the sql server agent service are invalid - the specified credentials for the sql server service are not valid - the credentials you provided for the sql server agent - The credentials you provided for the SQL Server Agent service are invalid To continue provide a valid account and password for the SQL Server Agent service - The specified credentials for the SQL Server service are not valid To continue provide a valid account and password for the SQL Server service - the credentials you provided for the sql server agent are invalid - The specified credentials that were provided for the SQL Server service are not valid To continue provide a valid account and password for the SQL Server service - the specified credentials for the sql service are not valid - the specified credentials that were provided for the sql server service are not valid

本文探讨了在安装SQL Server 2008过程中,当输入服务账号与密码时遇到的验证错误问题,并提供了解决方案。主要关注了使用本地管理员账户作为原因导致的错误,以及通过切换到域管理员账户成功完成安装的过程。
595

被折叠的 条评论
为什么被折叠?



