Drop Table

Support Forum for database administrators and web based access to important newsgroups related to databases
Register on Database Support Forum Edit your profileCalendarFind other Database Support forum membersFrequently Asked QuestionsSearch this forum -> 
For Database admins: Free Database-related Magazines Now Free shipping to Texas


Post New Thread










Thread
Author

members of db_owner can't mangage roles?
I have two people assigned to the db_owner role in a database and they can d
o
everything except manage users and roles.  For example when they try to look
at the properties of a role in EM they get the following error message:

Error229:  EXECUTE permission denied on object  ‘sp_helprolemember
’, data
base
‘master’, owner dbo

(The same thing happens in QA)

In master, the public role has permission to execute sp_helprolemember and
both of these users are members of the public role in master.

I also tried adding them to the db_accessadmin and db_securityadmin roles in
the database as well as making them members of the securityadmin server role
.
None of this worked either.

Any suggestions?


Report this thread to moderator Post Follow-up to this message
Old Post
AlexB_05
04-28-05 01:23 AM


Re: members of db_owner can't mangage roles?
Did you check for user, roles denied execute on the stored
procedure?
use master
go
sp_helprotect 'sp_helprolemember'

-Sue

On Wed, 27 Apr 2005 14:22:07 -0700, "AlexB_05"
< AlexB_05@discussions
.microsoft.com> wrote:

>I have two people assigned to the db_owner role in a database and they can 
do
>everything except manage users and roles.  For example when they try to loo
k
>at the properties of a role in EM they get the following error message:
>
>Error229:  EXECUTE permission denied on object  ‘sp_helprolemember’,
 databas
e
>‘master’, owner dbo
>
>(The same thing happens in QA)
>
>In master, the public role has permission to execute sp_helprolemember and
>both of these users are members of the public role in master.
>
>I also tried adding them to the db_accessadmin and db_securityadmin roles i
n
>the database as well as making them members of the securityadmin server rol
e.
> None of this worked either.
>
>Any suggestions?


Report this thread to moderator Post Follow-up to this message
Old Post
Sue Hoegemeier
04-28-05 08:23 AM


Re: members of db_owner can't mangage roles?
That was it.  Somehow the public role did not have permission to execute
sp_helprolemember.  Once I granted those permissions everything worked.

"Sue Hoegemeier" wrote:

> Did you check for user, roles denied execute on the stored
> procedure?
> use master
> go
> sp_helprotect 'sp_helprolemember'
>
> -Sue
>
> On Wed, 27 Apr 2005 14:22:07 -0700, "AlexB_05"
> < AlexB_05@discussions
.microsoft.com> wrote:
> 
>
>

Report this thread to moderator Post Follow-up to this message
Old Post
AlexB_05
04-28-05 06:23 PM


Sponsored Links





Last Thread Next Thread
Post New Thread

MS SQL Server archive

Show a Printable Version Email This Page to Someone! Receive updates to this thread
Microsoft SQL Server
Access database support
PostgreSQL Replication
SQL Server ODBC
FoxPro Support
PostgreSQL pgAdmin
SQL Server Clustering
MySQL ODBC
Web Applications with dBASE
SQL Server CE
MySQL++
Sybase Database Support
MS SQL Full Text Search
PostgreSQL Administration
SQL Anywhere support
DB2 UDB Database
Paradox Database Support
Filemaker Database
Berkley DB
SQL 2000/2000i database
ASE Database
Forum Jump:
All times are GMT. The time now is 09:09 PM.

 
Mobile devices forum | Database support forum archive




Copyrights DropTable.com Database Support Forum 2004 - 2006