Migrating CRM Users from on-premise to online | Community
Skip to main content
Chris_Harp
Level 1
January 14, 2016
Question

Migrating CRM Users from on-premise to online

  • January 14, 2016
  • 3 replies
  • 3336 views

We're currently preparing to move a Dynamics CRM org from on-premise to online and trying to determine how to maintain user GUIDs. Previously, I didn't think this was a possibility with Office 365, but I have heard conflicting stories. After digging into it, I found one way that seems to work in testing, where we programmatically create the user in CRM, and then add them to Office 365. However, if the user already exists in Office 365, I've had varied success with adding them to CRM to maintain GUIDs.

Is there a better approach to handling this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

Josh_Hill13
Level 10
January 14, 2016

This question might be better to post on a MS Dynamics forum or Support.

Chris_Harp
Level 1
January 14, 2016

I'm checking on this elsewhere as well, I just thought I'd pose it here as I've heard of people doing this for Marketo but haven't heard the specifics on how to do it.

Jim_Clarke
Level 2
June 21, 2016

Chris,
Did you finish your migration?

I have a team that is literally going through this exact same undertaking, would love to connect and here about your approach and/or if you were able to get any assistance in the community somewhere.

Thanks in advance!

August 9, 2017

Microsoft Dynamics CRM comes with a built in migration tool for your Microsoft SQL Server database. The key in keeping your GUID values the same is to use the migration tool, and not to export the records to a .csv list and then re-import them into your new database. If you export and then import the records, the Microsoft SQL Server has no idea they existed before, and will automatically assign new GUID values to each record. However, if you use the built in migration tool, your new Microsoft SQL Server will be passed the existing GUID values.