我在其中一台客户服务器上遇到问题,SQL Server 代理没有启动,我在 SQL 代理日志中发现的内容如下:
LogDate ErrorLevel Text
2020-02-22 22:46:48.000 3 [100] Microsoft SQLServerAgent version 11.0.7462.6 (X64 unicode retail build) : Process ID 7840
2020-02-22 22:46:48.000 3 [495] The SQL Server Agent startup service account is NT SERVICE\SQLSERVERAGENT.
2020-02-22 22:46:50.000 1 [150] SQL Server does not accept the connection (error: 808). Waiting for Sql Server to allow connections. Operation attempted was: Verify Connection On Start.
2020-02-22 22:46:50.000 1 [000] Unable to connect to server '(local)'; SQLServerAgent cannot start
2020-02-22 22:46:52.000 1 [298] SQLServer Error: 808, SSL Provider: The received certificate has expired. [SQLSTATE 08001]
2020-02-22 22:46:52.000 1 [298] SQLServer Error: 808, Client unable to establish connection [SQLSTATE 08001]
2020-02-22 22:46:52.000 1 [382] Logon to server '(local)' failed (DisableAgentXPs)
2020-02-22 22:46:52.000 3 [098] SQLServerAgent terminated (normally)
这些条目是 sql server agent 启动失败后日志中存在的所有条目。
服务在标准帐户下运行 NT 服务
我已尝试将这些服务添加到本地管理员组
我试图将代理的服务帐户更改为域帐户 - 没有成功
可能有什么问题,以前有人遇到过这个问题吗?