Running windows XP and failed multiple times to download KB970892__Help
- downloading -SQL Server 2005 Service Pack 3 KB970892
1 person got this answerI do too
Answers
Related:
SQL Server 2005 setup fails when MSXML Core Services 6.0 Service Pack 2 has already been installed:
http://support.microsoft.com/kb/968749==============================================
"[In the US & CA] Please call 1-800-936-5700 (or 1-800-936-4900 and ask to be routed to the SQL-Public Team) to open a free consumer support case. There is no charge for support related to installing a Security Update.
"When you call please let them know that this has to do with Security Bulletin MS09-062.
"If they try to charge you, please let them know that there is free support for any issues with Security Updates."
Source: http://groups.google.com/group/microsoft.public.windowsupdate/msg/05fc180d9f9e71b9 and http://groups.google.com/group/microsoft.public.windowsupdate/msg/dcbeea74c983c1c6
~Robear Dyer (PA Bear) ~ MS MVP (IE, Mail, Security, Windows & Update Services) since 2002 ~ Disclaimer: MS MVPs neither represent nor work for Microsoft- Marked As Answer byMike - Support EngineerMSFT, ModeratorWednesday, November 11, 2009 3:20 PM
- Proposed As Answer byPA Bear MS MVPMVPWednesday, November 04, 2009 10:44 PM
All Replies
- Hi harrytensy,
Try these steps below,
- Open the Programs and Features (Add/Remove Programs) control panel.
- Select Microsoft SQL Server 2005, and click Change.
- Select the database engine component.
- Allow the system configuration check to complete.
- Then choose Complete the suspended installation.
- You may get the error message "The feature you are trying to use is on a network resource that is unavailable. Click OK to try again, or enter an alternate path to a folder containing the installation package "SqlRun_SQL.msi" in the box below." This means that the installer needs access to the original installation files.
- In this case download SQL Express 2005 SP3 from http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=3181842a-4090-4431-acdd-9a1c832e65a6.
- Execute SQLEXPR.EXE /x and extract the installation files to C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\Baseline Cache\Express\SP3. This is the location recommended by the article http://support.microsoft.com/kb/955250/, but the location may not really matter.
- Provide the Setup subdirectory of this path in response to the error dialog above.
- Installation will continue, but you may encounter an additional error "[(Microsoft] [SQL Native Client [SQL Server] Password Validation failed. The password does not meet the Windows policy requirements because it is too short.. To continue, correct the problem, and then run SQL Server Setup again."
- To correct this problem, open the Registry Editor.
- Locate the key HKLM\SOFTWARE\Wow6432Node\Microsoft\Microsoft SQL Server\MSSQL.1\MSSQLServer\Parameters. Note that it may be MSSQL.2 or some other instance number instead of 1. For x86 operating systems, omit Wow6432Node from the registry path.
- Create a string (REG_SZ) value named SQLArg3 and set the data to "-T4606" (no quotes).
- In response to the error message, cancel the installation and allow it to roll back. Then try the installation again.
- Once the suspended installation of SQL Express 2005 SP3 runs to a successful completion, the KB970892 security patch should install successfully.
- You will need to start up the Backup Exec services after the patch installation.
COURTESY: jaspain
I am not 62; I am 16 with 46 years of experience..Think Positive..Think Differnet Erwin Related:
SQL Server 2005 setup fails when MSXML Core Services 6.0 Service Pack 2 has already been installed:
http://support.microsoft.com/kb/968749==============================================
"[In the US & CA] Please call 1-800-936-5700 (or 1-800-936-4900 and ask to be routed to the SQL-Public Team) to open a free consumer support case. There is no charge for support related to installing a Security Update.
"When you call please let them know that this has to do with Security Bulletin MS09-062.
"If they try to charge you, please let them know that there is free support for any issues with Security Updates."
Source: http://groups.google.com/group/microsoft.public.windowsupdate/msg/05fc180d9f9e71b9 and http://groups.google.com/group/microsoft.public.windowsupdate/msg/dcbeea74c983c1c6
~Robear Dyer (PA Bear) ~ MS MVP (IE, Mail, Security, Windows & Update Services) since 2002 ~ Disclaimer: MS MVPs neither represent nor work for Microsoft- Marked As Answer byMike - Support EngineerMSFT, ModeratorWednesday, November 11, 2009 3:20 PM
- Proposed As Answer byPA Bear MS MVPMVPWednesday, November 04, 2009 10:44 PM

