Saturday, June 13, 2009

MSCRM: the specified database has a later version

Upgrading or redeploying your Microsoft Dynamics CRM (MSCRM) 3.0 installation, you get the error: "the specified database has a later version" in the final checks of the installation wizard.

This is a warning only, so the wizard will allow you to continue. To remove the error though, you can update the Build Number field in the MSCRM Build Version table:

UPDATE BuildVersion SET Revision = 0 WHERE BuildNumber = 5300

No comments: