CRM 2011 多组织导出错误行报错
-
14 Maret 2012 2:24
服务器上有两个组织,默认组织导出错误行没有问题,不是默认组织的导出错误行报错,原因是导出错误行页面的URL没有加上组织名称;
导出错误行页面的URL如下:请求 URL: http://localhost:5555/import/downloaderrors.aspx?id={AC8A6805-6968-E111-A649-5EF3FCBD977B}
如果在这个URL上加上组织名称就可以导出来:请求 URL: http://localhost:5555/zuzhimingcheng/import/downloaderrors.aspx?id={AC8A6805-6968-E111-A649-5EF3FCBD977B}
报错原因:
事件代码: 3005
事件消息: 发生了未经处理的异常。
事件时间: 2012/3/14 9:32:46
事件时间(UTC): 2012/3/14 1:32:46
事件 ID: 142e338ca53c4ee988d8b9ae78652589
事件序列: 16021
事件匹配项: 84
事件详细信息代码: 0
应用程序信息:
应用程序域: /LM/W3SVC/2/ROOT-1-129760984715153560
信任级别: Full
应用程序虚拟路径: /
应用程序路径: E:\Microsoft Dynamics CRM\CRMWeb\
计算机名: CRMWEB
进程信息:
进程 ID: 69292
进程名: w3wp.exe
帐户名: NT AUTHORITY\NETWORK SERVICE
异常信息:
异常类型: CrmException
异常消息: importfile With Id = ac8a6805-6968-e111-a649-5ef3fcbd977b Does Not Exist
在 Microsoft.Crm.Application.Platform.ServiceCommands.PlatformCommand.XrmExecuteInternal()
在 Microsoft.Crm.Application.Platform.ServiceCommands.RetrieveCommand.Execute()
在 Microsoft.Crm.Application.Platform.EntityProxy.Retrieve(String[] columns, Guid auditingTransactionId)
在 Microsoft.Crm.Application.Platform.EntityProxy.Retrieve(String columnSet, Guid auditingTransactionId)
在 Microsoft.Crm.Application.Platform.EntityProxy.Retrieve(String columnSet)
在 Microsoft.Crm.Web.Import.DownloadImportErrorsPage.ConfigurePage()
在 Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e)
在 System.Web.UI.Control.PreRenderRecursiveInternal()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
请求信息:
请求 URL: http://localhost:5555/yasnec/import/downloaderrors.aspx?id={AC8A6805-6968-E111-A649-5EF3FCBD977B}
http://localhost:5555/yasnec/userdefined/edit.aspx?_gridType=4412&etc=4412&id=%7bAC8A6805-6968-E111-A649-5EF3FCBD977B%7d&pagemode=iframe&rskey=924711273&sitemappath=Workplace%7cMyWork%7cnav_dashboards
请求路径: /import/downloaderrors.aspx
用户主机地址: 192.168.7.228
用户: YASN\guijun.zhao
是否已经过身份验证: True
身份验证类型: Negotiate
线程帐户名: NT AUTHORITY\NETWORK SERVICE
线程信息:
线程 ID: 1176
线程帐户名: NT AUTHORITY\NETWORK SERVICE
是否正在模拟: False
堆栈跟踪: 在 Microsoft.Crm.Application.Platform.ServiceCommands.PlatformCommand.XrmExecuteInternal()
在 Microsoft.Crm.Application.Platform.ServiceCommands.RetrieveCommand.Execute()
在 Microsoft.Crm.Application.Platform.EntityProxy.Retrieve(String[] columns, Guid auditingTransactionId)
在 Microsoft.Crm.Application.Platform.EntityProxy.Retrieve(String columnSet, Guid auditingTransactionId)
在 Microsoft.Crm.Application.Platform.EntityProxy.Retrieve(String columnSet)
在 Microsoft.Crm.Web.Import.DownloadImportErrorsPage.ConfigurePage()
在 Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e)
在 System.Web.UI.Control.PreRenderRecursiveInternal()
在 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
自定义事件详细信息:过好今天!
- Jenis yang Diubah 王红福 31 Maret 2012 6:38 CRM2011多组织的BUG
Semua Balasan
-
14 Maret 2012 5:31
你可开启crm2011 的日志然后用crm 4日志查看工具分析,日志开启工具
请修改注册表:
开启
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM] "TraceEnabled"=dword:00000000 "TraceRefresh"=dword:00000004 "SandboxTrackingLevel"=dword:00000000 "SandboxDebugPlugins"=dword:00000000 "TraceDirectory"="C:\\Program Files\\Microsoft Dynamics CRM\\Trace"
关闭
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSCRM] "TraceEnabled"=dword:00000001 "TraceRefresh"=dword:00000003 "SandboxTrackingLevel"=dword:00000003 "SandboxDebugPlugins"=dword:00000001 "TraceDirectory"="C:\\Program Files\\Microsoft Dynamics CRM\\Trace"
-
14 Maret 2012 5:37谢谢你的答复,问题原因已经找到,就是导出文件的URL没有加上组织名,我认为中CRM本身的一个BUG,就是不知道怎么解决
过好今天!