I have installed CRM 2013 on my test server from my production environment. Records are getting saved, created and working fine but while I am using the workflows they are being run but are in the waiting state. I tried for two different entities and both of them giving a plugin error. I can see the plugins under my organization from the plugin registration tool. The crm async service is also working fine. What am I missing??
Please advise
Plugin Trace: [Microsoft.Xrm.Sdk.Workflow: Microsoft.Xrm.Sdk.Workflow.Activities.UpdateEntity] [UpdateStep1] [Microsoft.Crm.DuplicateDetection: Microsoft.Crm.PersistMatchcodesPlugin] [cbcdbb1b-ea3e-db11-86a7-000a3a5473e8: PersistMatchcodesPlugin] Error Message: Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: An unexpected error occurred.Detail: <OrganizationServiceFault xmlns:i="www.w3.org/.../XMLSchema-instance" xmlns="schemas.microsoft.com/.../Contracts"><ErrorCode>-2147220970</ErrorCode><ErrorDetails xmlns:d2p1="schemas.datacontract.org/.../System.Collections.Generic" /><Message>An unexpected error occurred.</Message><Timestamp>2015-09-07T09:14:15.4801329Z</Timestamp><InnerFault><ErrorCode>-2147220970</ErrorCode><ErrorDetails xmlns:d3p1="schemas.datacontract.org/.../System.Collections.Generic" /><Message>An unexpected error occurred.</Message><Timestamp>2015-09-07T09:14:15.4801329Z</Timestamp><InnerFault><ErrorCode>-2147220970</ErrorCode><ErrorDetails xmlns:d4p1="schemas.datacontract.org/.../System.Collections.Generic" /><Message>System.MissingMethodException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #FFB3F7F6</Message><Timestamp>2015-09-07T09:14:15.4801329Z</Timestamp><InnerFault i:nil="true" /><TraceText i:nil="true" /></InnerFault><TraceText i:nil="true" /></InnerFault><TraceText>[Microsoft.Xrm.Sdk.Workflow: Microsoft.Xrm.Sdk.Workflow.Activities.UpdateEntity] [UpdateStep1] [Microsoft.Crm.DuplicateDetection: Microsoft.Crm.PersistMatchcodesPlugin] [cbcdbb1b-ea3e-db11-86a7-000a3a5473e8: PersistMatchcodesPlugin] </TraceText></OrganizationServiceFault> at Microsoft.Crm.Extensibility.OrganizationSdkServiceInternal.Update(Entity entity, CorrelationToken correlationToken, CallerOriginToken callerOriginToken, WebServiceType serviceType) at Microsoft.Crm.Extensibility.InprocessServiceProxy.UpdateCore(Entity entity) at Microsoft.Crm.Workflow.Services.UpdateActivityService.<>c__DisplayClass1.<UpdateInternal>b__0(IOrganizationService sdkService) at Microsoft.Crm.Workflow.Services.ActivityServiceBase.ExecuteInTransactedContext(ActivityDelegate activityDelegate) at Microsoft.Crm.Workflow.Services.UpdateActivityService.UpdateInternal(Entity entity, String stepId) at Microsoft.Crm.Workflow.Services.UpdateActivityService.ExecuteInternal(ActivityContext executionContext, UpdateEntity updateEntity) at Microsoft.Crm.Workflow.Services.UpdateActivityService.Execute(ActivityContext executionContext, UpdateEntity updateEntity) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager bookmarkManager, Location resultLocation)