Hi there,
I have a case where I have a SSRS report which has custom code inside to help the SSRS grab Group Name of the User ID from Active Directory. When I open the report from Report Manager (Native Mode), it works very well. But when I upload the report into SharePoint Server, which I want to use SSRS Integrated Mode, the SharePoint cannot render the report instead it raise error :
An error has occurred during report processing. (rsProcessingAborted)
The Value expression for the query parameter ‘@RptGroupAD’ contains an error: Request for the permission of type 'System.DirectoryServices.DirectoryServicesPermission, System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'
failed. (rsRuntimeErrorInExpression)
Is there any setup configuration to be made in SharePoint administration or SSRS setup to solve fixing this error ?
Thanks