Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings rsInheritedPolicy
| Product: | SQL Server Reporting Services |
| ID: | rsInheritedPolicy |
| Source: | Microsoft.ReportingServices.Diagnostics.Utilities.ErrorStrings.resources.Strings |
| Version: | 8.00 |
| Message: | The item '{0}' inherits its security policy from its parent item. Inherited policies cannot be deleted. |
Explanation
This error occurs when you attempt to delete a role assignment for an item that inherits security settings from another item further up in the report server folder hierarchy. The folder hierarchy is a namespace for all items managed by a report server. Items in the namespace include reports, shared data source items, resources, and folders. Folders contain items and other folders; folders create the structure of the namespace.
User Action
Use GetPolicies or GetSystemPolicies methods to view role assignment information for a specific item. To find out which parent item role assignment is providing security to this item, you must call into each item in the item path until the InheritParent parameter returns false. To see an example of how this is done, check the code example in the topic for GetPolicies in Books Online.
To check for updates to this topic, see the Errors and Events Web site.
