Hi,
If you receive the error message "SQLServerAgent could not be started (reason: Error creating a new session)" while starting SQL server Agent service in MS SQL server 2008 configuration manager on Windows server, follow the steps below to get this sorted out.
Error :
SQLServerAgent could not be started (reason: Error creating a new session)
[You will see this error in event viewer]
Solution :
If you receive the error message "SQLServerAgent could not be started (reason: Error creating a new session)" while starting SQL server Agent service in MS SQL server 2008 configuration manager on Windows server, follow the steps below to get this sorted out.
Error :
SQLServerAgent could not be started (reason: Error creating a new session)
[You will see this error in event viewer]
Solution :
- Click Start, click Programs, and then click SQL Server 2008.
- Click Configuration Tools, and then click SQL Server Configuration Manager.
- Expand SQL Server 2008 Services.
- Locate the SQL Server Agent service. The SQL Server Agent service is named "SQL Server Agent" for default instances and is named "SQL Server Agent (Instance name)" for named instances.
- Right-click SQL Server Agent, and then click Properties.
- On the Log On tab, click to select the account check box. Specify a different account name and password.
- In the Service status section, click Start, and then click OK.
Comment