Hi
I don't know if this affected it but we had a auto notification to change our work passwords the other day, I then couldn't get my local SQL express to logon using domain login.
I then went into SQL Server Config Mgr. and both SQL Server Express and SQL Server Agent were stopped. I tried to restart but no luck, so went into properties of SQL Server Express and remapped my domain name (domain\name) and new password and it started, but agent will not start.I also checked log paths in registry match my log paths in system and went to:
C:\Program Files\Microsoft SQL Server\MSSQL10.SQLEXPRESS\MSSQL
Where a few of the folders I didn't have permission but it asked me to confirm I want permission when I dbl clicked on them.
When I try to start agent I get error:
the request failed or the service did not respond in a timely fashion
Whatever that means I don't really know.
Here is contents of SQL Agent file from log:
2014-06-11 10:05:56 - ? [100] Microsoft SQLServerAgent version 10.0.1600.22 (x86 unicode retail build) : Process ID 2756
2014-06-11 10:05:56 - ? [101] SQL Server DC102084\SQLEXPRESS version 10.00.1600 (0 connection limit)
2014-06-11 10:05:56 - ? [102] SQL Server ODBC driver version 10.00.1600
2014-06-11 10:05:56 - ? [103] NetLib being used by driver is DBNETLIB.DLL; Local host server is XXXXXXXX\SQLEXPRESS
2014-06-11 10:05:56 - ? [310] 2 processor(s) and 1931 MB RAM detected
2014-06-11 10:05:56 - ? [339] Local computer is XXXXXXXX running Windows NT 6.1 (7601) Service Pack 1
2014-06-11 10:05:56 - ! [000] This installation of SQL Server Agent is disabled. The edition of SQL Server that installed this service does not support SQL Server Agent.
2014-06-11 10:05:56 - ? [098] SQLServerAgent terminated (normally)
And some details from Error log:
2014-06-11 09:55:49.11 spid51 Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
2014-06-11 09:55:49.11 spid51 FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
2014-06-11 09:57:49.15 spid51 Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
2014-06-11 09:57:49.15 spid51 FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
2014-06-11 09:57:49.19 spid51 Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
2014-06-11 09:57:49.19 spid51 FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
2014-06-11 10:05:56.09 spid51 Configuration option 'Agent XPs' changed from 0 to 1. Run the RECONFIGURE statement to install.
2014-06-11 10:05:56.09 spid51 FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
2014-06-11 10:05:56.23 spid51 Configuration option 'Agent XPs' changed from 1 to 0. Run the RECONFIGURE statement to install.
2014-06-11 10:05:56.23 spid51 FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQLEXPRESS'.
Any suggestions would be warmly welcomed
Many thanks
Andrew