Home Forums SQL Server 2005 Administering SQLServerAgent could not be started (reason: Error creating a new session). RE: SQLServerAgent could not be started (reason: Error creating a new session).

  • I know this is old, but I had a similar issue recently. It was a security issue. For whatever reason, the security was not propagated properly during install, I did the following to fix:

    Switched the account in windows services to a local system account.

    Started SQL Agent

    Stopped SQL Agent

    Changed the service to my account in windows services

    Started Agent.

    Hope this helps anyone experiencing a similar issue.