Get this error in CRM tracelog on running default CRM reports. Even with deployment admin / systemadmin rights.
CRM 2016 Onpremise with separate SQL server with ssrs data connector.
prior:Uninstalled 4.0 SSRS data connector and installed 2016 SSRS data connector.
at CrmException..ctor(String message, Exception innerException, Int32 errorCode, Boolean isFlowControlException) ilOffset = 0x7
at CrmException..ctor(Exception innerException, Int32 errorCode, Object[] arguments) ilOffset = 0xB
at SrsReportViewer.ReportErrorHandler(Object sender, ReportErrorEventArgs e) ilOffset = 0x315
at ReportViewer.OnError(Exception e) ilOffset = 0x22
at ReportViewer.OnPreRender(EventArgs e) ilOffset = 0x1D5
at Control.PreRenderRecursiveInternal() ilOffset = 0x54
at Control.PreRenderRecursiveInternal() ilOffset = 0x8E
at Control.PreRenderRecursiveInternal() ilOffset = 0x8E
at Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ilOffset = 0x6D3
at Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) ilOffset = 0x3C
at Page.ProcessRequest() ilOffset = 0x14
at Page.ProcessRequest(HttpContext context) ilOffset = 0x33
at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() ilOffset = 0x18D
at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) ilOffset = 0x15
at PipelineStepManager.ResumeSteps(Exception error) ilOffset = 0x27C
at HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) ilOffset = 0x31
at HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) ilOffset = 0xD3
at PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) ilOffset = 0x11E
at PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) ilOffset = 0x9
at UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) ilOffset = 0xFFFFFFFF
at UnsafeIISMethods.MgdIndicateCompletion(IntPtr pHandler, RequestNotificationStatus& notificationStatus) ilOffset = 0xFFFFFFFF
at PipelineRuntime.ProcessRequestNotificationHelper(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) ilOffset = 0x1C8
at PipelineRuntime.ProcessRequestNotification(IntPtr rootedObjectsPointer, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) ilOffset = 0x9
Crm Exception: Message: A parameter expected by the report has not been supplied. ReportId:1043{469462CE-08B2-46E7-97DA-7B8D4BA7F19A}, ErrorCode: -2147187948, InnerException: Microsoft.Reporting.WebForms.MissingParameterException: The 'CRM_CalendarType' parameter
is missing a value
at Microsoft.Reporting.WebForms.ParametersArea.ValidateNonVisibleReportInputsSatisfied()
at Microsoft.Reporting.WebForms.ReportViewer.OnPreRender(EventArgs e)