I recently performed a migration of an organization from a cloud-based instance to an on-premise instance.
After successfully importing the organization, everything seems to be working fine. That is, everything except for:
- Bing Maps Integration
- Data Encryption
It seems that the required developer key for Bing Maps is not transferred over. In fact, querying the organization table using the .bak provided by Microsoft) directly shows the Bing Maps key to be "NULL".
SELECT BingMapsApiKey FROM OrganizationBase
The question is not "How do I get Bing Maps integration back up" - that is well documented here.
The question is also not "How do I re-enable data encryption - see the answer to that issue here.
My question is: What other things may not have been migrated, that are not immediately noticeable?
Thanks for the help!