Re: permission problem?
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 03/08/04
- Next message: Triveni: "Re: By Pass mode"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Using SQL 2000 with a SAN"
- In reply to: js: "permission problem?"
- Next in thread: js: "Re: permission problem?"
- Reply: js: "Re: permission problem?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 8 Mar 2004 19:31:18 +0100
The windows account that Agent uses need to be able to login to SQL Server.
You removed the Administrators account from SQL Server, and couldn't login,
which indicates that the service account for Agent is Administrator (or some
other Windows account which is member of the Administrators group). So far
no surprise.
The windows group Power Users are not added as logins to SQL Server by the
installation program. Make sure that the service account for Agent has a
login in SQL Server and that login has sysadmin permissions in SQL Server.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp "js" <js@someone@hotmail.com> wrote in message news:ewdgfaTBEHA.3284@TK2MSFTNGP09.phx.gbl... > hi, > for security reason, I changed the "BUILTIN\Administrators" Server Access > from "Permit" to "Deny". > but the SQLSERVERAGENT was failed to start. got this error as follow(even I > chagne the service logon account to another window("power user" group's) > user). > Any ideas? > Thanks... > > Error: > > Event Type: Error > Event Source: SQLSERVERAGENT > Event Category: Service Control > Event ID: 103 > Date: 08/03/2004 > Time: 12:51:02 PM > User: N/A > Computer: LL_SERVER > Description: > SQLServerAgent could not be started (reason: Unable to connect to server > '(local)'; SQLServerAgent cannot start). > > For more information, see Help and Support Center at > http://go.microsoft.com/fwlink/events.asp. > > > >
- Next message: Triveni: "Re: By Pass mode"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Using SQL 2000 with a SAN"
- In reply to: js: "permission problem?"
- Next in thread: js: "Re: permission problem?"
- Reply: js: "Re: permission problem?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|