I am attempting to export the Opportunity entity from a Dynamics CRM 4.0 Rollup 14 server instance...
and I receive the following error in the Application event log...
can anyone assist me in resolving this issue please?
Log Name: Application
Source: ASP.NET 2.0.50727.0
Date: 3/31/2011 4:38:57 PM
Event ID: 1309
Task Category: Web Event
Level: Warning
Keywords: Classic
User: N/A
Computer: mycrm4server.com
Description:
Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 3/31/2011 4:38:57 PM
Event time (UTC): 3/31/2011 2:38:57 PM
Event ID: d5495a7117734d159dca6392499da6f0
Event sequence: 997
Event occurrence: 1
Event detail code: 0
Application information:
Application domain: /LM/W3SVC/2/ROOT-1-129460546916324848
Trust level: Full
Application Virtual Path: /
Application Path: C:\Program Files\Microsoft Dynamics CRM\CRMWeb\
Machine name: mycrm4server
Process information:
Process ID: 2912
Process name: w3wp.exe
Account name: NT AUTHORITY\NETWORK SERVICE
Exception information:
Exception type: TargetInvocationException
Exception message: Exception has been thrown by the target of an invocation.
Request information:
Request URL:
http://mycrm4server:5555/Org-Id/_grid/cmds/dlg_exportcustomizations.aspx
Request path: /Org-Id/_grid/cmds/dlg_exportcustomizations.aspx
User host address: fe80::2de4:861d:9a7:1628/
User: Domain\myUserName
Is authenticated: True
Authentication Type: Negotiate
Thread account name: NT AUTHORITY\NETWORK SERVICE
Thread information:
Thread ID: 3
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at Microsoft.Crm.Application.Utility.Util.RaiseXMLError(Exception exception)
at Microsoft.Crm.Dialogs.ExportCustomizationsPage.ConfigureForm()
at Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Custom event details:
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="ASP.NET 2.0.50727.0" />
<EventID Qualifiers="32768">1309</EventID>
<Level>3</Level>
<Task>3</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2011-03-31T14:38:57.000000000Z" />
<EventRecordID>1625</EventRecordID>
<Channel>Application</Channel>
<Computer>mycrm4server.com</Computer>
<Security />
</System>
<EventData>
<Data>3005</Data>
<Data>An unhandled exception has occurred.</Data>
<Data>3/31/2011 4:38:57 PM</Data>
<Data>3/31/2011 2:38:57 PM</Data>
<Data>d5495a7117734d159dca6392499da6f0</Data>
<Data>997</Data>
<Data>1</Data>
<Data>0</Data>
<Data>/LM/W3SVC/2/ROOT-1-129460546916324848</Data>
<Data>Full</Data>
<Data>/</Data>
<Data>C:\Program Files\Microsoft Dynamics CRM\CRMWeb\</Data>
<Data>mycrm4server</Data>
<Data>
</Data>
<Data>2912</Data>
<Data>w3wp.exe</Data>
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Data>TargetInvocationException</Data>
<Data>Exception has been thrown by the target of an invocation.</Data>
<Data>http://mycrm4server:5555/Org-Id/_grid/cmds/dlg_exportcustomizations.aspx</Data>
<Data>/Org-Id/_grid/cmds/dlg_exportcustomizations.aspx</Data>
<Data>fe80::2de4:861d:9a7:1628%11</Data>
<Data>Domain\myUserName</Data>
<Data>True</Data>
<Data>Negotiate</Data>
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Data>3</Data>
<Data>NT AUTHORITY\NETWORK SERVICE</Data>
<Data>False</Data>
<Data> at Microsoft.Crm.Application.Utility.Util.RaiseXMLError(Exception exception)
at Microsoft.Crm.Dialogs.ExportCustomizationsPage.ConfigureForm()
at Microsoft.Crm.Application.Controls.AppUIPage.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
</Data>
</EventData>
</Event>