|
I have got this error few times while doing a reinstall of CRM connecting to
existing databases. After searching around I got this article which exactly
speak the same error message. Issue is that I used different installation media
this time. The media used eqarlier was different and thus build number was
different in databases.
That means you have to keep the MS CRM Media carefully in case you need to
reinstall for some reason.
You need to have MBS access to see the KB article. Here are the steps:
1. Right-click Properties on SetupServer.exe file on the Microsoft Dynamics CRM
3.0 media from which you are currently installing.
2. On the Version tab, verify the file version that is in the Item name field.
Note The file version should be similar to version 3.0.5300.X. Make sure that
you note the value for the X placeholder.
3. Run the following SQL statement against the
_MSCRM database in Microsoft SQL server
Query Analyzer, and then verify that the value in the Revision
field matches the “File Version” you noted in step 2. Select
Revision From BuildVersion
4. If the values do not match, run the following SQL statement where X is the value copied in step 2.
Update BuildVersion set Revision = X
5. Run the Microsoft Dynamics CRM 3.0 installation.
If you are using the
same media and still getting this error then check the KB
article to see other possible errors options.
|