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,484,064 hits
Translate
Categories
Top Posts
- Power Apps component framework (PCF) - Beginner guide
- [Code Snippet] Custom Workflow Activity with Input and Output Params
- Power Apps | Custom connector | User does not have an entitlement to use PowerApps
- Canvas App -Working with Bing Maps connector
- [Step by Step] Dataverse | Connect Cloud flow with Service Principal (Application User)
- [Step by Step] Power Apps Portal - Configure Global Search
- Associate/Disassociate plugin messages in CRM
- Azure DevOps (ADO) | Pipeline failure | You need the Git 'GenericContribute' permission
- Auto generate new GUID for ‘uniqueidentifier’ column in SQL Table
- 'Callback Registration Expander' System Jobs stuck at 'Waiting For Resources'
Recent Posts
- General availability of Power Apps for Windows
- PCF | Using Fluent UI and React | Error during react installation
- Power Platform CLIÂ | Pack and Unpack solution using map xml
- Power Platform CLI | Authenticate environment using device code
- Power Apps Maker Portal | Create tables with Table hub and new designer
You saved my day, thanks so much.