all groups > sql server connect > december 2003 >
You're in the

sql server connect

group:

SQL Agent not starting after reboot.


Re: SQL Agent not starting after reboot. Steve Thompson
12/23/2003 9:12:19 AM
sql server connect:
[quoted text, click to view]

If you change the service account to 'system local' and reboot does the
service start automatically?

If you get the same error, check that the Service start/type keys are set
correctly, you'll need to check the following registry keys:
HKLM\System\CurrentControlSet\Services\MSSQLSERVER\Start
REG_DWORD: 0x2
HKLM\System\CurrentControlSet\Services\MSSQLSERVER\Type
REG_DWORD: 0x10

Note: from an SQL Server 2000 install running on Win 2000.

Steve

SQL Agent not starting after reboot. Chris Whitehead
12/23/2003 10:33:39 AM
On a server the SQL Agent service did not startup after reboot. There is
definitely a tick in Auto-Start. I get the following error in the SQL Agent
log:-

[298] SQLServer Error: 1265, Cannot generate SSPI context [SQLSTATE HY000]
[000] Unable to connect to server '2003SERV2\DEVIN1'; SQLServerAgent cannot
start

The compuer is running Windows 2003 Server. Is there a reason why this
won't have started? If I manually start it after the machine reboots it
loads fine.


Thanks,
Chris



RE: SQL Agent not starting after reboot. kevmc NO[at]SPAM online.microsoft.com
12/23/2003 5:38:54 PM
Try changing the Protocol Order in the Client Network Utility. Put Named
Pipes on top of TCP. Also, you should have the Shared Memory Option turned
on.


Thanks,

Kevin McDonnell
Microsoft Corporation

This posting is provided AS IS with no warranties, and confers no rights.


AddThis Social Bookmark Button