|
AskSQLTeam
Ask SQLTeam Question
USA
0 Posts |
Posted - 06/22/2005 : 07:46:53
|
Sujit writes "Hi All, I am having a weird problem installing SQL Service Pack4 on a machine that has just SQL Server 2000 Standard edition.
The issue is: I have a clean machine on which I had SQL Server 2000 (no service pack installed) on it. For some reason, I uninstalled SQL Server 2000 and then restarted the machine. After restarting I installed SQL Server 2000 and restarted. Now when I am trying to install the recently released (12th May 2005) Service Pack 4, the Installation is hanging at this point. From the log file : (I opened the SQLSP.log file from Windows folder) ***************************************************************** 16:35:08 Begin Setup 16:35:08 Version on Media: 8.00.2039 16:35:08 Mode = Normal 16:35:08 ModeType = NORMAL 16:35:09 Loading library - sqlsut.dll (#L1) 16:35:09 Begin: SetupInitialize() 16:35:09 End: SetupInitialize() 16:35:09 Begin: CheckFixedRequirements() 16:35:09 Platform ID: 0xf0000000 16:35:09 Version: 5.0.2195 16:35:09 File Version - C:\WINNT\system32\shdocvw.dll: 6.0.2800.1106 16:35:09 End: CheckFixedRequirements() 16:35:09 Begin Action: CheckRequirements 16:35:09 Processor Architecture: x86 (Pentium) 16:35:09 Service Pack: 1024 16:35:09 ComputerName: EAF-INSTALL 16:35:09 User Name: Administrator 16:35:09 IsAllAccessAllowed returned: 1 16:35:09 OS Language: 0x409 16:35:09 End Action CheckRequirements 16:35:09 CreateSetupTopology(EAF-INSTALL), Handle : 0x18d3a00, returned : 0 16:35:09 CreateSetupTopology returned : 0, Handle : 0x18d3a00 16:35:09 Topology Type : 1, Return Value : 0 16:35:09 ST_GetPhysicalNode returned : 0, PNHandle : 0x18d4358 16:35:09 PN_EnumerateEx returned : 0 16:35:09 PN_GetSQLStates returned : 0, SqlStates : 0x88008225 16:35:09 PN_StartScan [0x18d4358] returned : 0 16:35:09 PN_GetNext [0x18d4358] returned : 0, Handle: [0x18d48e8] 16:35:09 SQLI_GetPackageId [0x18d48e8] returned : 0, PackageId = 0x3 16:35:09 SQLI_GetVersion [0x18d48e8] returned : 0, Version = 8.00.194 16:35:09 PN_GetNext [0x18d4358] returned : 18, Handle: [0x0] 16:35:09 ReleaseSetupTopology 16:35:09 This combination of Package and Operating System allows a full product install. 16:35:09 Begin: SetupInstall() 16:35:09 Reading Software\Microsoft\Windows\CurrentVersion\CommonFilesDir ... 16:35:09 CommonFilesDir=C:\Program Files\Common Files 16:35:09 Windows Directory=C:\WINNT16:35:09 Program Files=C:\Program Files16:35:09 TEMPDIR=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp16:35:09 End: SetupInstall() 16:35:09 Begin: ShowDialogs() 16:35:09 Initial Dialog Mask: 0x8300037, Disable Back=0x1 16:35:09 Begin Action ShowDialogsHlpr: 0x1 16:35:09 Begin Action: DialogShowSdWelcome 16:35:17 End Action DialogShowSdWelcome 16:35:17 Dialog 0x1 returned: 1 16:35:17 End Action ShowDialogsHlpr 16:35:17 ShowDialogsGetDialog returned: nCurrent=0x2,index=1 16:35:17 Begin Action ShowDialogsHlpr: 0x2 16:35:17 Begin Action: DialogShowSdMachineName 16:35:17 ShowDlgMachine returned: 1 16:35:17 Name = EAF-INSTALL, Type = 0x1 16:35:17 End Action DialogShowSdMachineName 16:35:17 begin ShowDialogsUpdateMask 16:35:17 nFullMask = 0x8300037, nCurrent = 0x2, nDirection = 0 16:35:17 Updated Dialog Mask: 0xbf00035, Disable Back = 0x1 16:35:17 Dialog 0x2 returned: 0 16:35:17 End Action ShowDialogsHlpr 16:35:17 ShowDialogsGetDialog returned: nCurrent=0x4,index=2 16:35:17 Begin Action ShowDialogsHlpr: 0x4 16:35:17 Begin Action: DialogShowSdInstallMode 16:35:17 ShowDlgInstallMode returned: 1 16:35:17 InstallMode : 0x2 16:35:17 End Action DialogShowSdInstallMode 16:35:17 begin ShowDialogsUpdateMask 16:35:17 nFullMask = 0xbf00035, nCurrent = 0x4, nDirection = 1 16:35:17 Updated Dialog Mask: 0xb000627, Disable Back = 0x1 16:35:17 Dialog 0x4 returned: 1 16:35:17 End Action ShowDialogsHlpr 16:35:17 ShowDialogs |
|