Article ID: 259710 - Last Review: October 17, 2003 - Revision: 3.2 PRB: SQL Server Agent Fails to Start on Windows 9x When You Change the sa PasswordThis article was previously published under Q259710 SYMPTOMS
Changing the system administrator (sa) password from a blank to any other value, for security purposes, on a Microsoft Windows 95-based computer or a Microsoft Windows 98-based computer, might prevent the SQL Server Agent from starting. The SQLAgent.out file found in the C:\Mssql7\Log directory appears as follows:
Sqlagent.out ------------------- 4/7/00 1:36:14 AM - ? [129] SQLServerAgent starting under Windows 9x service control 4/7/00 1:36:16 AM - ! [298] SQLServer Error: 18456, Login failed for user 'sa'. [SQLSTATE 28000] 4/7/00 1:36:16 AM - ! [000] Unable to connect to server; SQLServerAgent cannot start 4/7/00 1:36:16 AM - ? [098] SQLServerAgent terminated (normally) CAUSE
The information needed for SQL Server Agent to start is obtained from the registry; however, the information does not exist in the registry until after the sa password is changed by the SQL Server Enterprise Manager (SEM). This method is used on Microsoft Windows 9x computers, because they do not support trusted-connections, which is the default for Microsoft SQL Server 7.0 on both Microsoft Windows NT 4.0-based computers and Microsoft Windows 2000-based computers.
WORKAROUND
To work around this problem:
| Article Translations
|
Back to the top
