Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Failed to get priv user group information / The RPC server is unavailable

$
0
0

We are experiencing some issues in sending messages to an serviceendpoint in our sandbox environment. We have created an servicebus namespace, with two topics. Additionally, we generated two SAS keys to create the service endpoint with the CRM Plugin registration tool. After creation we registered a step on the service endpoint for updates on accounts. When we then change an account we encounter the following error:

 

Microsoft.Crm.CrmException: Failed to get priv user group information. k = <>privUserGroupId: <>, localSystemAdGuid:<> Exception: System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

   at Microsoft.Crm.Tools.ActiveDsWrapper.NameTranslateClass.Init(Int32 lnSetType, String bstrADsPath)

   at Microsoft.Crm.ADNameUtility.Rfc1779NameFromGuid(Guid guid)

   at Microsoft.Crm.SecurityUtils.BuildLdapPath(Guid adGuid)

   at Microsoft.Crm.SecurityUtils.GetDirectoryEntry(Guid objectGuid)

   at Microsoft.Crm.SecurityUtils.CheckMembership(Guid principalId, Guid groupId)

   at Microsoft.Crm.Caching.OrganizationSettingsCacheLoader.LoadCacheData(Guid key, ExecutionContext context). ---> System.Runtime.InteropServices.COMException: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA)

   at Microsoft.Crm.Tools.ActiveDsWrapper.NameTranslateClass.Init(Int32 lnSetType, String bstrADsPath)

   at Microsoft.Crm.ADNameUtility.Rfc1779NameFromGuid(Guid guid)

   at Microsoft.Crm.SecurityUtils.BuildLdapPath(Guid adGuid)

   at Microsoft.Crm.SecurityUtils.GetDirectoryEntry(Guid objectGuid)

   at Microsoft.Crm.SecurityUtils.CheckMembership(Guid principalId, Guid groupId)

   at Microsoft.Crm.Caching.OrganizationSettingsCacheLoader.LoadCacheData(Guid key, ExecutionContext context)

   --- End of inner exception stack trace ---

   at Microsoft.Crm.Caching.OrganizationSettingsCacheLoader.LoadCacheData(Guid key, ExecutionContext context)

   at Microsoft.Crm.Caching.ObjectModelCacheLoader`2.LoadCacheData(TKey key, IOrganizationContext context)

   at Microsoft.Crm.Caching.CrmMultiOrgCacheBase`2.CreateEntry(TKey key, IOrganizationContext context)

   at Microsoft.Crm.Caching.CrmMultiOrgCacheBase`2.LookupEntry(TKey key, IOrganizationContext context)

   at Microsoft.Crm.BusinessEntities.SecurityLibrary.GetOrganizationSystemUser(Guid org, IOrganizationContext context)

   at Microsoft.Crm.BusinessEntities.SystemUserContext..ctor(ExecutionContext context, Boolean switchAuditingInfo)

   at Microsoft.Crm.Caching.StepDescriptionLoader.LoadCacheData(Guid key, ExecutionContext context)

   at Microsoft.Crm.Caching.ObjectModelCacheLoader`2.LoadCacheData(TKey key, IOrganizationContext context)

   at Microsoft.Crm.Caching.CrmMultiOrgCacheBase`2.CreateEntry(TKey key, IOrganizationContext context)

   at Microsoft.Crm.Caching.CrmMultiOrgCacheBase`2.LookupEntry(TKey key, IOrganizationContext context)

   at Microsoft.Crm.Asynchronous.EventOperation.GetPluginTypeId(AsyncExecutionContext context)

 


Viewing all articles
Browse latest Browse all 46379

Trending Articles