Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
paul.covert
Starting Member
2 Posts |
Posted - 2009-10-20 : 08:46:15
|
I am trying to upgrade a version of SQL 2k to 2k5, but cannot get past the first screen. I'm getting error 1603, when I check the log file I see another error 2908. What do I have to do to get this thing to upgrade. I really do not want to have two copies of SQL loaded or running.Thanks.. |
|
GilaMonster
Master Smack Fu Yak Hacker
4507 Posts |
Posted - 2009-10-20 : 10:50:00
|
What are the messages of those errors?--Gail ShawSQL Server MVP |
 |
|
paul.covert
Starting Member
2 Posts |
Posted - 2009-10-20 : 12:32:50
|
Product: Microsoft SQL Server Setup Support Files (English) -- Error 2908. The installer has encountered an unexpected error. The error code is 2908. Could not register component {1F3316BE-825B-4390-A9D2-AF3EECCAE9F6}.MSI (s) (7C:5C) [12:02:10:796]: Product: Microsoft SQL Server Setup Support Files (English) -- Error 2908. The installer has encountered an unexpected error. The error code is 2908. Could not register component {52723CBD-3400-458C-988A-4D012E6CAEDB}.MSI (s) (7C:5C) [12:02:10:796]: Product: Microsoft SQL Server Setup Support Files (English) -- Error 2908. The installer has encountered an unexpected error. The error code is 2908. Could not register component {7F618CB9-9BCE-4C1E-9E33-59E8A564E456}.MSI (s) (7C:5C) [12:02:10:796]: Product: Microsoft SQL Server Setup Support Files (English) -- Error 2908. The installer has encountered an unexpected error. The error code is 2908. Could not register component {F551DA44-8A83-45DD-927C-CDFB7F2B2032}.MSI (s) (7C:5C) [12:02:10:796]: Product: Microsoft SQL Server Setup Support Files (English) -- Error 2908. The installer has encountered an unexpected error. The error code is 2908. Could not register component {0620FF70-BDD4-4BD9-98AE-6C73C7B183E2}.quote: Originally posted by GilaMonster What are the messages of those errors?--Gail ShawSQL Server MVP
|
 |
|
HollywoodBlonde
Starting Member
1 Post |
Posted - 2010-03-10 : 17:51:20
|
JUST FOUGHT THROUGH THIS!!Ok.First, download the most updated version of SQL Server Express 2005.Save it in a folder, don't install it.Download the Microsoft Windows Installer Cleanup Utility, found on their website. Install & go to Start/Programs/Windows Install CleanupOpen it & select only the SQL Server items it finds & Remove. Exit.Control Panel add/remove programs: remove any partial install of SQL it finds.Cut & Paste all of your database files from Program Files/Microsoft SQL Server/Data into a new folder, I have one called Database for this purpose. It won't delete or copy any of the M... files, logs, etc. that are its defaults.Reboot.Install the saved version of SQL Express 2005 you just downloaded, but when the screen comes up that asks for where you want to install it to (the default is Program Files/Microsoft SQL Server), Name type in something else after it, like the current year, so that the remaining data files in Program Files/Microsoft SQL Server/Data from previous installs won't be there.Copy & Paste the database files you moved into the new /Data folder.Now Business Cotact Manager database can actually load when I open Outlook!! Yay!!I've spent 3 or 4 days on this monster, trying different fixes and looking up error codes. Try this.Good luck! |
 |
|
|
|
|
|
|