FIX: Error 21770 When Trying to Manage Permissions For User-Owned Stored Procedures in SEM (229003)
The information in this article applies to:
This article was previously published under Q229003
BUG #: 54536 (SQLBUG_70)
SYMPTOMS
You receive the following error message if you attempt to manage permissions for user-owned stored procedures in the SQL Enterprise Manager (SEM), when the server is registered using a login that is not the owner of that stored procedure.
Error 21770:[SQL-DMO]The name <stored_proc_name> was not found in the specified collection.
This problem does not occur while managing permissions for user-owned tables or views.
WORKAROUND
Here are two workarounds:
- Register the server in SEM using the login that is the owner of the stored procedure.
-or- - Manage permissions using the T-SQL GRANT and REVOKE commands from the Query Analyzer.
STATUS
Microsoft has confirmed this to be a problem in SQL Server 7.0. This problem has been corrected in U.S. Service Pack 1 for Microsoft SQL Server 7.0. For more information, click the following article number to view the article in the Microsoft Knowledge Base: 232570INF: How to Obtain Service Pack 1 for Microsoft SQL Server 7.0 and Microsoft Data Engine (MSDE) 1.0
For more information, contact your primary support provider.
Modification Type: | Major | Last Reviewed: | 3/14/2006 |
---|
Keywords: | kbBug kbfix kbSQLServ700sp1fix KB229003 |
---|
|