I have built an on-prem CRM 2016 environment, one CRM server and one SQL 2014 server for SSRS. The installation went well and everything (claims/IFD) seems to be working as expected with the exception of reporting. Whether I attempt to run/edit an existing report or create new, I receive error:
Error occurred while fetching the list of data extensions installed on the report server.
Full Stack:
[CrmException: Error occurred while fetching the list of data extensions installed on the report server.]
at Microsoft.Crm.Application.Platform.ServiceCommands.PlatformCommand.XrmExecuteInternal()
at Microsoft.Crm.Application.Platform.ServiceCommands.IsReportingDataConnectorInstalledCommand.Execute()
at Microsoft.Crm.Web.Tools.ReportProperty.ReportPropertyPage.ConfigureForm()
at Microsoft.Crm.Application.Controls.PageManager.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException: Exception of type 'System.Web.HttpUnhandledException' was thrown.]
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I receive two errors in Application event log on CRM server, 19968 and 1309. Details of 19968 are:
Web service request ListExtensions to Report Server http://sqlserver/reportserver_instance/reportservice2010.asmx failed. Error: The value of the property 'proxyaddress' cannot be parsed. The error is: Invalid URI: The URI is empty. (C:\Program Files\Microsoft Dynamics CRM\CRMWeb\web.config line 387)
I can browse to the report server url from the crm server, login and see the reports listed. I can access the reportservice2010.asmx page from crm server. I've tried reinstalling report extensions on SQL, rebooted both servers, tried to add "enable="false"" in web.config defaultproxy section, just in case but no luck.
It certainly seems like crm server can't see report server but I'm not sure why. There is nothing in the SSRS log file or event logs that I can find.
Any help/direction would be appreciated.
Scott
*This post is locked for comments