我在2015年CRM上创建了一个新的组织,一切都很顺利。然后,我尝试在服务器上创建一个额外的错误,并得到了下面列出的错误。
在新组织中,究竟什么是“被忽视的案例”?
16:10:44\x\x{e76f} System.Exception:发布客户关系管理报告失败。-> Microsoft.Crm.CrmException:无法发布报告“忽略案例”,原因是以下错误:试图将报告添加到Microsoft时出错。再次尝试添加报告。如果此问题仍然存在,请与系统管理员联系。-> Microsoft.Crm.CrmReportingException:试图将报告添加到Microsoft时出错。再次尝试添加报告。如果此问题仍然存在,请与系统管理员联系。-> System.Web.Services.Protocols.SoapException:加载代码模块时出错:‘Microsoft.Crm.Reporting.RdlHelper,Version=7.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35’。详细信息:无法加载文件或程序集“Microsoft.Crm.Reporting.RdlHelper、Version=7.0.0.0、Culture=neutral、PublicKeyToken=31bf3856ad364e35”或其依赖项之一。所定位的程序集的清单定义与程序集引用不匹配。(来自HRESULT: 0x80131040的例外)在System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage消息,WebResponse响应,流responseStream,布尔asyncCall)在Microsoft.Crm.ReportingServices2005.ReportingService2005.CreateReport(String报告,字符串父级,布尔覆盖,Byte[]定义,Property[]属性)在Microsoft.Crm.Reporting.RuntimeReportServer.UploadReport(String路径,Byte[] reportDefinition,字符串名称,字符串描述,在Microsoft.Crm.Reporting.RuntimeReportServer.UploadReport(String路径,Byte[] reportDefinition,字符串名称,字符串描述,布尔overwriteExistingReport)在Microsoft.Crm.Reporting.RuntimeReportServer.UploadReport(SRSReport报告,字符串reportNameOnSrs,字符串名称,字符串描述,Microsoft.Crm.ObjectModel.ReportServiceInternal
1.UploadSRSReport(Guid reportId, String reportNameOnSrs, String name, String description, SRSReport srsReport, ExecutionContext context, Boolean isCustomReport, Boolean overwriteExistingReport) at Microsoft.Crm.ObjectModel.ReportServiceInternal1.CreateInternal(IBusinessEntity实体,布尔isScheduledReport,ExecutionContext上下文),Microsoft.Crm.Reporting.ReportPublisher.UploadReportInternal(IBusinessEntity报告,Int32[] relatedEntitiesArray,Microsoft.Crm.Reporting.ReportSetupPublisher.UploadReportInternal(IBusinessEntity report的Int32[] categoriesArray,Int32[] visibilitiesArray,Guid organizationId,布尔isProvisioning),Int32[] relatedEntitiesArray,Int32[] categoriesArray,Int32[] visibilitiesArray,Guid organizationId,布尔isProvisioning) at Microsoft.Crm.Reporting.ReportPublisher.UploadReport(String reportFolder,String reportName,String organizationId,String description,,[]en22#,[],[],Object,Guid,版本版本,Guid,Hashtable,字符串,( Microsoft.Crm.Reporting.ReportPublisher.UploadReports(Guid organizationId,String reportFolder,Int32 languageCode,Int32 matchCategoryNumber,Int32 addCategoryNumber,IProgressEventSource进度,Boolean )-内部异常堆栈跟踪-在Microsoft.Crm.Reporting.ReportSetupPublisher.OnPublishFail(Exception异常,字符串消息中-在Microsoft.Crm.Reporting.ReportPublisher.UploadReports(Guid organizationId,String reportFolder,isProvisioning,addCategoryNumber,,进步,布尔)在,String,( Microsoft.Crm.Tools.Admin.RSPublishAction.PublishReports(String ) Microsoft.Crm.Tools.Admin.RSPublishAction.Do()的Microsoft.Crm.Setup.Shared.CrmAction.ExecuteAction(CrmAction动作,IDictionary参数,布尔撤销)-内部异常堆栈跟踪的结束-错误,AbortRetryIgnore,Option1 16:10:51财政信息,InputResult:忽略16:10:51\x\x{e76f}\x{e76f}执行时间;RSPublishAction;00:00:34.6283317 16:10:10:51\{e76f}\{e76f}\x{e76f}\{e76f}\{e76f}安装程序完成: OrganizationCreator --遇到的错误16:10:51-设置组织状态。New state = Enabled 16:10:51\x\x\x{e76f}找到了旧表DBUpdateInstallInfo_V5,更新了新表并删除了16:10:51\x\x\x{e76f} GetDBUpdateRevisionThresholdForServer():阈值= 7.0.0000.3543。
发布于 2015-04-10 14:06:58
Neglected Cases是在创建新组织时发布的标准报告的名称(此报告显示在给定时间内尚未处理的案例)。
创建新的CRM组织时,将发布标准报告。关于您的错误的有趣的细节是这一行:
Could not load file or assembly 'Microsoft.Crm.Reporting.RdlHelper'在我看来,你的装置是腐败的。您在SQL/Reporting服务器上安装了“报告扩展”吗?
https://stackoverflow.com/questions/28699413
复制相似问题