DataMigrationUtility – Unable to connect to the Dynamics instance
I was getting following error while connecting to dynamics instance using ‘DataMigrationUtility’ comes with SDK.
You don’t have permission to access any of the organizations in the Microsoft Common Data Service region that you specified. If you’re not sure which region your organization resides in, choose “Don’t know” for the CDS region and try again. Otherwise check with your CDS administrator.
Fix:
It seems the issue is with ‘DataMigrationUtility’ and following workaround resolved the issue in my case
- Get the latest version of the ‘DataMigrationUtility’ tool.
- In the Login screen,
- Select ‘Online Region’
- Leave ‘User Name’ and ‘Password’ fields blank
- Click ‘Login’
- Tool will prompt you the credentials in a new popup.
- Enter your credentials and ‘Connect’
Notes:
- I tried by unchecking ‘Show Advanced’ option but had no luck.
- Also, I could not connect when I chose “Don’t Know” option in ‘Online Region’ field and left the ‘User Name’ and ‘Password’ fields blank.
- The exact combination specified in ‘Fix’ worked for me.
- After the workaround, I could connect to the Dynamics instance from ‘DataMigrationUtility’ normally from next time.
🙂
Advertisement
Categories: CRM
Tags: CDS, DataMigrationUtility, don't have permission to access
Leave a Reply Cancel reply
Stats
- 1,609,651 hits
Join 409 other subscribers
Top Posts
- Power Apps component framework (PCF) - Beginner guide
- [Step by Step] Power Apps | Show pop ups in Canvas App
- [Step by Step] Power Apps Portal - Configure Global Search
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- Associate/Disassociate plugin messages in CRM
- [Step by Step] Model-driven apps | In-app notifications
- Set “Created On”,” Created By”, “Modified On”, “Modified By” fields using SDK/Data Import/Plug-in – Dynamics 365
- [Step by Step] Dataverse | Plugins | Using Dependent Assemblies
- [Step by Step] Using TypeScript in Dynamics 365 9.x
- Power Automate Cloud Flow | 'Correct to include a valid reference' error
You saved my day, thanks so much.