I am trying to get my SQL Server Agent running, and no conventional means thus far have worked.
I set it to run automatically in the Services window of the Control Panel. Attempting to run it from there yields the error "The SQL Server Agent (BENTLEYECAD) service on Local Computer started then stopped. Some services stop automatically if they are not in use by services or programs"
Attempting to start the Server agent in the Server configuration manager yields the error "The request failed or the service did not respond in a timely fashion. Consult the event log or other applicable error logs for details"
The resulting error log in SQLAGENT.OUT is
2015-02-19 15:58:44 - ? [100] Microsoft SQLServerAgent version 10.50.1600.1 (x86 unicode retail build) : Process ID 60642015-02-19 15:58:44 - ? [101] SQL Server HFC-RND-104-D\BENTLEYECAD version 10.50.1600 (0 connection limit)
2015-02-19 15:58:44 - ? [102] SQL Server ODBC driver version 10.50.1600
2015-02-19 15:58:44 - ? [103] NetLib being used by driver is DBNETLIB.DLL; Local host server is HFC-RND-104-D\BENTLEYECAD
2015-02-19 15:58:44 - ? [310] 4 processor(s) and 4096 MB RAM detected
2015-02-19 15:58:44 - ? [339] Local computer is HFC-RND-104-D running Windows NT 6.1 (7601) Service Pack 1
2015-02-19 15:58:44 - ! [000] This installation of SQL Server Agent is disabled. The edition of SQL Server that installed this service does not support SQL Server Agent.
2015-02-19 15:58:44 - ? [098] SQLServerAgent terminated (normally)
I have installed this version of SQL alongside Promise V8i (M). Any advice on how to get this server agent running is welcome
-Eugene