When you install SQL Server 7.0 onto a Microsoft Windows 2000 domain controller, and you configure the service accounts for the SQL Server Agent and the Microsoft SQL Server per the "Creating SQL Server Services User Accounts" topic in SQL Server Books Online, if you use a different account for each service, the SQL Server Agent reports an error message, similar to the following, every five (5) seconds in the Microsoft Windows NT application log:
Event Type: Error
Event Source: SQLServerAgent
Event Category: Service Control
Date: mm/dd/yyyy
Time: Time of the day
User: N/A
Computer: Computer name
Description:
SQLServerAgent security context does not have server-autorestart privileges.
This problem only occurs on a Windows 2000 domain controller and does not occur on a Member server.
This problem may also occur when the startup accounts and the registry permissions for SQL Server and the SQL Agent service are not configured as stated in the "Creating SQL Server Services User Accounts" topic in SQL Server Books Online.
Back to the top
To work around this problem either:
| • | Make the SQL Server service start up account to a Domain Admin account.
|
| • | Make SQL Server and SQL Agent services start up under the same domain account with appropriate rights.
|
| • | Install SQL Server 7.0 cluster servers on Windows 2000 Member servers only. |
Back to the top
Microsoft has confirmed this to be a problem in SQL Server 7.0.
Back to the top