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.
🙂
Categories: CRM
Tags: CDS, DataMigrationUtility, don't have permission to access
Leave a Reply Cancel reply
Stats
- 1,243,200 hits
Translate
Categories
Top Posts
- [Step by Step] Postman tool to test Dynamics 365 online Web API
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- Power Apps component framework (PCF) - Beginner guide
- Associate/Disassociate plugin messages in CRM
- Useful JScript syntax's – ADX/Dynamics 365 Portals
- [Step by Step] Restore a Database from Azure Blob to Azure SQL Server
- [Step by Step] Connecting to Azure SQL Server using OLEDB Connection from SSIS
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- Power Apps - Understanding 'Variables'
- Post XML over HTTP and capture the response – C#
You saved my day, thanks so much.