Hello
After upgrading SharePoint Reports from SharePoint 2010 to SharePoint 2013, when I click the data source file for a report I get the following error:
Report Server has encountered a SharePoint error. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report Server has encountered a SharePoint error. ---> Microsoft.SharePoint.SPException: User cannot be found.
My SharePoint Farm is made up of 1 WFE, 1 Application Server and 1 SQL Server. I have configured to root Web Application to use Kerberos/Claims and I am using a Domain Account as a Service Account for Reporting Services.
The log file says this:
9/13/2013 13:30:56.71 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Database ahjqp High [Forced due
to logging gap, cached @ 09/13/2013 13:30:56.58, Original Level: Verbose] SQL connection time: 0.0334 for Data Source=SQLServer\DEVMSSQLSERVER;Initial Catalog=WSS_Content;Integrated Security=True;Enlist=False;Pooling=True;Min Pool Size=0;Max Pool Size=100;Asynchronous
Processing=True;Connect Timeout=15;Application Name=SharePoint[w3wp][2][WSS_Content] bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.71 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope
(EnsureListItemsData). Execution Time=177.5627 bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.72 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope
(EnsureListItemsData). Execution Time=6.5361 bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.76 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress:
'http://server:32843/5a954d206f4840699e58858128d98fec/ReportExecution.svc' Channel: 'Microsoft.ReportingServices.ServiceContract.IReportExecution' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Execution/LoadReport' MessageId:
'urn:uuid:db889cc3-0c31-47fa-9ea5-664d0f218e91' bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.88 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation General aipzv High Unable
to write service call usage entry. bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.88 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope
(ExecuteWcfOperation:http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Execution/LoadReport). Execution Time=123.1407 bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.88 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope
(ExecuteOnApplication:LoadReport). Execution Time=124.3992 bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.88 w3wp.exe (0x097C) 0x1AB4 SQL Server Reporting
Services UI Pages aacy High Web part
failed in OnPreRender: System.ServiceModel.FaultException`1[Microsoft.ReportingServices.ServiceContract.RsExceptionInfo]: Report Server has encountered a SharePoint error. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException: Report
Server has encountered a SharePoint error. ---> Microsoft.SharePoint.SPException: User cannot be found. (Fault Detail is equal to Microsoft.ReportingServices.ServiceContract.RsExceptionInfo). bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.88 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation Topology e5mc Medium WcfSendRequest: RemoteAddress:
'http://server:32843/5a954d206f4840699e58858128d98fec/ReportExecution.svc' Channel: 'Microsoft.ReportingServices.ServiceContract.IReportExecution' Action: 'http://schemas.microsoft.com/sqlserver/reporting/2011/06/01/ReportServer/Execution/LoadReport' MessageId:
'urn:uuid:cc3c551e-ffbe-4812-b840-150881579a06' bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.97 w3wp.exe (0x097C) 0x1AB4 SharePoint Foundation General aipzv High Unable
to write service call usage entry. bf78429c-1f2d-b0e4-3283-1cf610b65810
09/13/2013 13:30:56.97 w3wp.exe (0x097C) 0x1AB4 SQL Server Reporting
Services UI Pages aacz High Web part
failed in SetParamPanelVisibilityForParamAreaContent: System.ServiceModel.FaultException`1[Microsoft.ReportingServices.ServiceContract.RsExceptionInfo]: Report Server has encountered a SharePoint error. ---> Microsoft.ReportingServices.Diagnostics.Utilities.SharePointException:
Report Server has encountered a SharePoint error. ---> Microsoft.SharePoint.SPException: User cannot be found. (Fault Detail is equal to Microsoft.ReportingServices.ServiceContract.RsExceptionInfo). bf78429c-1f2d-b0e4-3283-1cf610b65810
Thank you for any suggestions.
Yoshi