Hi all,
Recently I have upgraded from 2015 to 2016. After the upgrade Server started to throw exceptions as follow and stopping the async service simultaneously.
Host JobId: 8ce7b0bb-a205-e611-80d5-00155d14d725 OrgId:99bf36c0-bec1-e411-80cf-00155d017920 JobType:10; ErrorMessage:Workflow suspended temporarily due to error: Unhandled Exception: Microsoft.Crm.CrmSqlGovernorRequestDeniedException: Simultaneous connections limit reached for organization 99bf36c0-bec1-e411-80cf-00155d017920
at Microsoft.Crm.MultiOrgConnectionSupportBehavior.HandleOpen(IDbConnection connection, Guid organizationId)
at Microsoft.Crm.CrmDbConnection.GetCreateAndOpenConnection()
at Microsoft.Crm.CrmDbConnection.Open()
at Microsoft.Crm.Asynchronous.DataAccessBase.ExecuteSqlCommandAndProcessRecords(IDbCommand command, RecordProcessor recordProcessor, Guid inputOrganizationId)
at Microsoft.Crm.Asynchronous.DataAccessBase.ExecuteSqlCommandAndProcessRecords(IDbCommand command, RecordProcessor recordProcessor, Int32 expectedSelectedRecords)
at Microsoft.Crm.Workflow.WorkflowDataAccess.RetrieveWorkflowInstanceState(Guid instanceId)
at Microsoft.Crm.Workflow.ActivityHost.StartWorkflowExecution(Activity workflow, ICommonWorkflowContext context)
at Microsoft.Crm.Workflow.ActivityHostBase.StartWorkflow(ICommonWorkflowContext context, Activity preLoadedActivity)
ErrorCode:-2147180543 ResultCode:10 Machine SSCRM0082: A Microsoft Dynamics CRM Asynchronous Processing Service operation of type %2 has failed
Organization ID: %3
Organization Unique Name: %4
Error code: %5
Error description: %6
Also I have updated machine.config file as:
<processModel autoConfig="false"
maxWorkerThreads = "100"
maxIoThreads = "100"
minWorkerThreads = "50"
minIoThreads = "50"
/>
<httpRuntime
minFreeThreads="704"
minLocalRequestFreeThreads="608"
/>
Anyone has any idea, about how to overcome this error?
Thanks,
Regards.
Yasin
*This post is locked for comments
I have the same question (0)