Hi!
I am migrating data from CRM on premise to Dynamics 365 platform. Because I want to preserve historical data, we created "stub users" in Dynamics 365, which gets assigned salesperson security role by default. security role has been changed to allow "Override Created on or Created by for Records during Data Import".
For data migration I am using Kingswaysoft SSIS components.
Prior to June's update of CRM, there was no problems, and you could easily replace creation user with stub user and also assign ownership to it.
Now, when I am trying to do this, I am getting error message from CRM's API:
: CRM service call returned an error:
The user with SystemUserId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx in OrganizationContext=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
is not licensed, and its SystemUserAccessMode is not either of (NonInteractive, SetupUser) (Error Code: -2147167669, Detail Message:
The user with SystemUserId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx in OrganizationContext=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx is not licensed,
and its SystemUserAccessMode is not either of (NonInteractive, SetupUser))System.ServiceModel.FaultException<KingswaySoft.DynamicsCrmServices.Soap2011.OrganizationService.OrganizationServiceFault>
Has anyone had the same experience and found a solution? Many thanks!
Slavko
*This post is locked for comments