|
|
|
SSC-Enthusiastic
      
Group: General Forum Members
Last Login: 2 days ago @ 3:56 AM
Points: 101,
Visits: 242
|
|
Hi for some reason my install of SP1 crashed and I cant re-run the installation again. it gives me error as
A failure was detected for a previous installation, patch, or repair for instance 'INS2' during configuration for features [MPT_AGENT_CORE_CNI,]. In order to apply this patch package (KB2528583), you must resolve any issues with the previous operation that failed. View the summary.txt log to determine why the previous operation failed. A failure was detected for a previous installation, patch, or repair for instance 'INS1' during configuration for features [MPT_AGENT_CORE_CNI,]. In order to apply this patch package (KB2528583), you must resolve any issues with the previous operation that failed. View the summary.txt log to determine why the previous operation failed.
Error code 0x84B20001.
now I tried to run the repair but that's also not going pass this point -- > Rule "SQL Server Cluster Resource State Check" failed
now I got end up having 1 instance with SP1 and other one just a base sql2008 r2.
I have rebooted the Server many times but no luck.. its a production Server so i can reinstall. please help! -D
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 10:48 AM
Points: 332,
Visits: 954
|
|
Cleaning up a failed SQL installtion can be a real bear, but sometime you can't reinstall until all traces of a failed installations are removed.
Here are some hints:
1) First go to add/remove programs and remove any SQL components that are listed.
2) Open regedit and delete HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
3) Delete the Program Files and Program Files(x86) Microsoft SQL Server folders
4) Go into local users & groups. There there may be custom users installed by SQL. Remove them.
Reboot and look again for the above items to make sure they weren't added back.
Good luck!
|
|
|
|
|
SSC Rookie
      
Group: General Forum Members
Last Login: Yesterday @ 10:42 AM
Points: 25,
Visits: 464
|
|
| I would recommand you to review the installation log on the failed instance to find out the error. There are just so many things can go wrong.
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Thursday, May 16, 2013 11:06 AM
Points: 1,
Visits: 10
|
|
Hi Damian,
the solution is the following. Change the key HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.<instancename>\ClusterState\MPT_AGENT_CORE_CNI and set the value to 1. All keys there should have the value 1. also the one from HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.<instancename>\ConfigurationState.
This will solve the problem 100%
|
|
|
|
|
Valued Member
      
Group: General Forum Members
Last Login: Today @ 12:09 PM
Points: 55,
Visits: 472
|
|
Modify the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10_50.<instancename>\ConfigurationState seems has resolve the issue. But, it would be helpful to know why and what has caused the Registry value not set correctly and would there be other problems during the initial installation which may have contributed this problem.
GW
|
|
|
|
|
Old Hand
      
Group: General Forum Members
Last Login: Today @ 10:15 AM
Points: 388,
Visits: 1,603
|
|
This has also worked for me. - granted it was for SP1 CU4
On reviewing the previous logs I could see that a patch done almost 1 year previous had been aborted, hence why the configurationstate was set to 3 and not 1.
Changed them to 1 and jobs a good n
Chris
Blog:- chrisjarrintaylor.co.uk Twitter:- @SQLGeordie
|
|
|
|
|
Forum Newbie
      
Group: General Forum Members
Last Login: Monday, January 28, 2013 12:59 PM
Points: 1,
Visits: 43
|
|
| Changing the 3s to 1s worked for me also.
|
|
|
|