If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Pervasive.SQL > Cannot Start SQL Server Agent

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-07-04, 07:02
frazzled frazzled is offline
Registered User
 
Join Date: Apr 2004
Posts: 1
Cannot Start SQL Server Agent

I cannot start the SQL Server agent regardless of who I'm logged on as (even as domain admins).

07/04/04 11:39:03 - ? [129] SQLServerAgent starting under Windows NT service control
07/04/04 11:39:03 - ! [298] SQLServer Error: 18456, Login failed for user 'RSC\Administrator'. [SQLSTATE 28000]
07/04/04 11:39:03 - ! [000] Unable to connect to server; SQLServerAgent cannot start
07/04/04 11:39:03 - ? [098] SQLServerAgent terminated (normally)

Anybody got any ideas. I've already checked the port...

Its SQLServer 7 on Windows NT

Lisa
Reply With Quote
  #2 (permalink)  
Old 04-08-04, 06:11
harshal_in harshal_in is offline
Registered User
 
Join Date: Jan 2003
Location: India
Posts: 523
Re: Cannot Start SQL Server Agent

Quote:
Originally posted by frazzled
I cannot start the SQL Server agent regardless of who I'm logged on as (even as domain admins).

07/04/04 11:39:03 - ? [129] SQLServerAgent starting under Windows NT service control
07/04/04 11:39:03 - ! [298] SQLServer Error: 18456, Login failed for user 'RSC\Administrator'. [SQLSTATE 28000]
07/04/04 11:39:03 - ! [000] Unable to connect to server; SQLServerAgent cannot start
07/04/04 11:39:03 - ? [098] SQLServerAgent terminated (normally)

Anybody got any ideas. I've already checked the port...

Its SQLServer 7 on Windows NT

Lisa

were any passwords changed?
Reply With Quote
  #3 (permalink)  
Old 04-16-04, 13:16
Dilyias Dilyias is offline
Registered User
 
Join Date: Feb 2004
Posts: 78
frazzled is correct, you are seeing this because the password for the 'RSC\Administrator' has changed. Go into services, double click sql server agent and change the password to what the new password is. If you do not need the agent to access network drives I'd suggest having it log on as the local system account. Otherwise create a domain user with lower privilages than the administrator account.

BTW, This is a pervasive forum, not a Sql Server forum.

Hope this helps,
Eric
Reply With Quote
  #4 (permalink)  
Old 10-18-11, 15:22
cenkyurtseven cenkyurtseven is offline
Registered User
 
Join Date: Oct 2011
Posts: 1
Assign User Rights to "NT AUTHORITY\SYSTEM"

You may solve this problem by assigning user rights to the user: "NT AUTHORITY\SYSTEM".
Follow these steps:
Open "SQL Server Management Studio".
Open "Security, and then Logins".
Rightclick on user: "NT AUTHORITY\SYSTEM >> Properties".
Select "Server Roles" tab, and check the "sysadmin" server role.
You are done. SQL Server Agent will be started now.

Last edited by cenkyurtseven; 10-18-11 at 15:46.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On