Seite 1 von 1

[Gelöst]Workflow Fehler

Verfasst: 24. Januar 2014 12:23
von TheBad
Moin zusammen, ich bekomme bei einigen Workflows folgenden Fehler...

[Microsoft.Crm.Asynchronous.Workflow: Microsoft.Crm.Workflow.WorkflowExpansionPlugin]
[2b6667d0-497d-e311-bfba-0050569c00e3: Workflow expansion task]



Error Message:

Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #1A40D208Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #1A40D208</Message>
<Timestamp>2014-01-23T20:24:39.4575397Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText>[Microsoft.Crm.Asynchronous.Workflow: Microsoft.Crm.Workflow.WorkflowExpansionPlugin]
[2b6667d0-497d-e311-bfba-0050569c00e3: Workflow expansion task]
</TraceText>
</OrganizationServiceFault>
at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Execute(OrganizationRequest request, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType)
at Microsoft.Crm.Extensibility.InprocessServiceProxy.ExecuteCore(OrganizationRequest request)
at Microsoft.Crm.Workflow.WorkflowExpansionPlugin.Execute(IServiceProvider serviceProvider)
at Microsoft.Crm.Asynchronous.V5ProxyPlugin.Execute(IServiceProvider serviceProvider)
at Microsoft.Crm.Asynchronous.EventOperation.InvokePlugin(AsyncExecutionContext context, IPlugin pluginInstance)

Re: Workflow Fehler

Verfasst: 25. Januar 2014 11:47
von Michael Sulz
Hallo Daniel,
da ein SQL FEhler ausgegeben wird würde ich einmal inm SQL Server Log nachsehen, ob dort eine genauere Fehlermeldung steht. Ansonsten würde ich das Problem mit einem Trace und/oder einem SQL Profiler Lauf analysieren.

Re: Workflow Fehler

Verfasst: 10. Februar 2014 14:10
von TheBad
ok, es waren zu viele verbindungen zur DB auf. nach IIS Reset und appPool leeren waren diese geschlossen und es ging wieder alles normal.