[Resolved] Specified domain does not exist or cannot be contacted – Error in plugin while executing Batch ExecuteMultiple
![](https://softchief.com/wp-content/uploads/2023/10/image.png)
When your plugin shows the below error you can find solution below.
![](https://softchief.com/wp-content/uploads/2023/10/image-860x562.png)
If Dynamics Online or Dataverse Online use this solution. Instead of using ExecuteMultiple, use Execute method. do not use batch processing.
![](https://softchief.com/wp-content/uploads/2023/10/image-1-842x630.png)
If Dynamics On-promise use this solution. Instead of using Isolation Mode as Isolation, use None as Isolation mode. do not use isolation.
![](https://softchief.com/wp-content/uploads/2023/10/image-2-860x596.png)
hope this helps.