Medium severityfabric
Power BI Refresh Error:
DynamicsCreateServiceClientError
What does this error mean?
A Data Factory pipeline connecting to Dynamics 365, Dataverse, or Dynamics CRM failed to create the service client. This is a transient server-side error on the Dynamics platform — the pipeline should be retried, with reduced parallelism if the error repeats.
Common causes
- 1Transient server-side issue on the Dynamics / Dataverse platform (most common cause)
- 2High parallelism in the copy activity putting excessive load on the Dynamics endpoint
- 3Temporary service degradation or throttling on the Dynamics 365 side
- 4Service principal or user credentials losing access mid-run (less common)
How to fix it
- 1Rerun the pipeline — this is usually a transient error that resolves on retry
- 2If the error recurs, reduce the parallelism setting on the copy activity (lower 'Degree of copy parallelism')
- 3If the error persists after multiple retries, contact Dynamics 365 support with the correlation ID from the pipeline run
Beyond the docs
Common practitioner solutions not covered in the official documentation.
- 1Check the Dynamics 365 service health dashboard for any ongoing incidents
Official documentation: https://learn.microsoft.com/en-us/fabric/data-factory/connector-troubleshoot-dynamics-dataverse