Hi,
getting below error while validating existing SharePoint site in Dynamics 365(on premise) with SharePoint 2013 integrated site.
----------------------------------------------------------------------------------------------------------------------------------------------------------------
The Web Service plug-in failed in OrganizationId: 00000000-b89d-4d73-be83-000000000000; SdkMessageProcessingStepId: 22d2846a-8d2e-4e39-a042-c29d5759bbe8; EntityName: sharepointdocument; Stage: 30; MessageName: ValidateUrl; AssemblyName: Microsoft.Crm.Extensibility.InternalOperationPlugin, Microsoft.Crm.ObjectModel, Version=8.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35; ClassName: Microsoft.Crm.Extensibility.InternalOperationPlugin; Exception: Unhandled Exception: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object[] parameters, Object[] arguments)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at System.Web.Services.Protocols.LogicalMethodInfo.Invoke(Object target, Object[] values)
at Microsoft.Crm.Extensibility.InternalOperationPlugin.Execute(IServiceProvider serviceProvider)
at Microsoft.Crm.Extensibility.V5PluginProxyStep.ExecuteInternal(PipelineExecutionContext context)
at Microsoft.Crm.Extensibility.VersionedPluginProxyStepBase.Execute(PipelineExecutionContext context)
Inner Exception: System.Threading.SemaphoreFullException: Adding the specified count to the semaphore would cause it to exceed its maximum count.
at System.Threading.Semaphore.Release(Int32 releaseCount)
at System.Threading.Semaphore.Release()
at Microsoft.Crm.ObjectModel.SemaphoreUtility.ReleaseSemaphore(ThreadSafeDictionary`2 organizationSemaphoreMap, ThreadSafeDictionary`2 userSemaphoreMap, ExecutionContext context)
at Microsoft.Crm.ObjectModel.SharepointWebServerThrottle.ReleaseSemaphores(ExecutionContext context)
at Microsoft.Crm.ObjectModel.SharePointManagedApiWrapper.TrySharePointCallWithoutClaims(String site)
at Microsoft.Crm.ObjectModel.SharePointManagedApiWrapper.ValidateSharePointSite(String[] siteUrls, String& validationLog)
at Microsoft.Crm.ObjectModel.SPCommands.ValidateUrl.Execute()
at Microsoft.Crm.ObjectModel.SharePointSDKGlobalExecutor`1.Execute()
.
*This post is locked for comments