Hello Community,
We want to take a copy of our running Dynamics 365 Finance and Operations instance to our on-premise VM. For that purpose we did a setup in our on-premise VM by downloading the VHD from LCS. But we didn't get all our customizations and data. To get back the data we tried to update the database schema of the database by following this link.
https://docs.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/database/dbmovement-scenario-exportuat
But we ended up getting this error message:
"Error importing database: Could not read schema model header information from package. The model version 3.6 is not supported."
We also use 3 VM for FAO customizations purpose but we don't face any problem there. I am giving the version of Sql server and SSMS here.
The Version of our On-Premise VM:
Sql Server Version: Microsoft SQL Server 2016 (SP2-CU14) (KB4564903) - 13.0.5830.85 (X64)
SSMS Version: 18.4
The Version of VM for Customizations of FAO:
Sql Server Version: Microsoft SQL Server 2016 (SP2-GDR) (KB4293802) - 13.0.5081.1 (X64)
SSMS Version: 17.9.1
Can anyone recommend some workable solutions on this?
Thanks In Advance