Это похоже на ошибку: это единственное что я смог выцепить из этого лога: вполне возможно я скопировал лишнее но ошибк где -то здесь:
PHP код:
[2010-09-07 15:18:32.2] Process: w3wp |Organization:00000000-0000-0000-0000-000000000000 |Thread: 6 |Category: Exception |User: 00000000-0000-0000-0000-000000000000 |Level: Error | CrmArgumentException..ctor
at CrmArgumentException..ctor(String message)
at Exceptions.ThrowIfGuidEmpty(Guid parameter, String name)
at RoleServiceInternal`1.AddPrivileges(Guid roleId, RolePrivilege[] privileges, ExecutionContext context)
at SecurityHelper.AddPrivilegesToUserRole(RolePrivilege[] privileges, Guid[] roleTemplates, ExecutionContext context)
at SecurityHelper.CreateEntityHelper(IEntityDescription entityDescription, OwnershipTypes ownershipTypeMask, ExecutionContext context)
at SecurityHelper.CreateEntityHelper(EntityCreateInfo entityCreateInfo, ExecutionContext context)
at EntityService.CreateInternal(EntityCreateInfo entityInfo, ExecutionContext context)
at EntityService.Create(EntityCreateInfo entityInfo, ExecutionContext context)
at EntityService.Create(EntityCreateInfo entityInfo)
at EntityCreate.Execute(IUser user, ParameterBag paramBag)
at SystemCustomization.CreateEntity(XmlNode data)
at RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner)
at RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at LogicalMethodInfo.Invoke(Object target, Object[] values)
at WebServiceHandler.Invoke()
at WebServiceHandler.CoreProcessRequest()
at SyncSessionlessHandler.ProcessRequest(HttpContext context)
at CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
at ApplicationStepManager.ResumeSteps(Exception error)
at HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData)
at HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)
at HttpRuntime.ProcessRequestNoDemand(HttpWorkerRequest wr)
at ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
>Crm Exception: Message: roleId, ErrorCode: -2147220989, InnerException: System.ArgumentException: roleId
[2010-09-07 15:18:32.3] Process: w3wp |Organization:2768dbac-48b7-4ee6-a3cc-de1d36049146 |Thread: 6 |Category: Platform.Metadata |User: 00000000-0000-0000-0000-000000000000 |Level: Error | EntityService.Create
>EntityService.Create caught exception: Microsoft.Crm.CrmArgumentException: roleId ---> System.ArgumentException: roleId
--- Конец трассировки внутреннего стека исключений ---
в Microsoft.Crm.Exceptions.ThrowIfGuidEmpty(Guid parameter, String name)
в Microsoft.Crm.ObjectModel.RoleServiceInternal`1.AddPrivileges(Guid roleId, RolePrivilege[] privileges, ExecutionContext context)
в Microsoft.Crm.Metadata.SecurityHelper.AddPrivilegesToUserRole(RolePrivilege[] privileges, Guid[] roleTemplates, ExecutionContext context)
в Microsoft.Crm.Metadata.SecurityHelper.CreateEntityHelper(IEntityDescription entityDescription, OwnershipTypes ownershipTypeMask, ExecutionContext context)
в Microsoft.Crm.Metadata.SecurityHelper.CreateEntityHelper(EntityCreateInfo entityCreateInfo, ExecutionContext context)
в Microsoft.Crm.Metadata.EntityService.CreateInternal(EntityCreateInfo entityInfo, ExecutionContext context)
в Microsoft.Crm.Metadata.EntityService.Create(EntityCreateInfo entityInfo, ExecutionContext context)
[2010-09-07 15:18:32.3] Process: w3wp |Organization:2768dbac-48b7-4ee6-a3cc-de1d36049146 |Thread: 6 |Category: Application |User: 00000000-0000-0000-0000-000000000000 |Level: Error | ErrorInformation.LogError
>MSCRM Error Report:
--------------------------------------------------------------------------------------------------------
Error: roleId
Error Number: 0x80040203
Error Message: roleId
Error Details: roleId
Source File: Not available
Line Number: Not available
Request URL: https://crm.xxxxxx.ru/xxxxxxxxx/AppWebServices/SystemCustomization.asmx
Stack Trace Info: [ArgumentException: roleId]
[CrmArgumentException: roleId]
в Microsoft.Crm.Exceptions.ThrowIfGuidEmpty(Guid parameter, String name)
в Microsoft.Crm.ObjectModel.RoleServiceInternal`1.AddPrivileges(Guid roleId, RolePrivilege[] privileges, ExecutionContext context)
в Microsoft.Crm.Metadata.SecurityHelper.AddPrivilegesToUserRole(RolePrivilege[] privileges, Guid[] roleTemplates, ExecutionContext context)
в Microsoft.Crm.Metadata.SecurityHelper.CreateEntityHelper(IEntityDescription entityDescription, OwnershipTypes ownershipTypeMask, ExecutionContext context)
в Microsoft.Crm.Metadata.SecurityHelper.CreateEntityHelper(EntityCreateInfo entityCreateInfo, ExecutionContext context)
в Microsoft.Crm.Metadata.EntityService.CreateInternal(EntityCreateInfo entityInfo, ExecutionContext context)
в Microsoft.Crm.Metadata.EntityService.Create(EntityCreateInfo entityInfo, ExecutionContext context)
в Microsoft.Crm.Metadata.EntityService.Create(EntityCreateInfo entityInfo)
в Microsoft.Crm.Application.WebServices.SystemCustomization.EntityCreate.Execute(IUser user, ParameterBag paramBag)
в Microsoft.Crm.Application.WebServices.SystemCustomization.SystemCustomization.CreateEntity(XmlNode data)
Роль под которой происходит создание новой сущности "Системный администратор" находящийся в головном подразделении. Пользователь администратор домена.
Скажите, пожалуйста, в каком направлении мне двигаться, буду благодарен.