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.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 Error during SQL 2005 instalation - Urgent

Author  Topic 

joni
Yak Posting Veteran

50 Posts

Posted - 2007-11-26 : 06:42:10
Hi Gurus,

I have a Windows Server 2003 with SQL Server 2000, and I tryng to upgrading this version to SQL Server 2005 but when I start the setup file a received a big log error:

Microsoft SQL Server 2005 Setup beginning at Mon Nov 26 11:47:08 2007
Process ID : 2332
E:\Temp\sql\cd1\setup.exe Version: 2005.90.1399.0
Running: LoadResourcesAction at: 2007/10/26 11:47:8
Complete: LoadResourcesAction at: 2007/10/26 11:47:8, returned true
Running: ParseBootstrapOptionsAction at: 2007/10/26 11:47:8
Loaded DLL:E:\Temp\sql\cd1\xmlrw.dll Version:2.0.3604.0
Complete: ParseBootstrapOptionsAction at: 2007/10/26 11:47:8, returned false
Error: Action "ParseBootstrapOptionsAction" failed during execution. Error information reported during run:
Could not parse command line due to datastore exception.
Source File Name: utillib\persisthelpers.cpp
Compiler Timestamp: Fri Jul 29 01:13:55 2005
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillib\persisthelpers.cpp
Compiler Timestamp: Fri Jul 29 01:13:55 2005
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: -1073741766
Windows Error Text: Source File Name: cryptohelper\cryptsameusersamemachine.cpp
Compiler Timestamp: Mon Jun 13 14:30:00 2005
Function Name: sqls::CryptSameUserSameMachine::ProtectData
Source Line Number: 50

3221225530
Could not skip Component update due to datastore exception.
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "InstallMediaPath" {"SetupBootstrapOptionsScope", "", "2332"} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Running: ValidateWinNTAction at: 2007/10/26 11:47:8
Complete: ValidateWinNTAction at: 2007/10/26 11:47:8, returned true
Running: ValidateMinOSAction at: 2007/10/26 11:47:8
Complete: ValidateMinOSAction at: 2007/10/26 11:47:8, returned true
Running: PerformSCCAction at: 2007/10/26 11:47:8
Complete: PerformSCCAction at: 2007/10/26 11:47:8, returned true
Running: ActivateLoggingAction at: 2007/10/26 11:47:8
Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
00DCCFC8Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text: The system cannot find the file specified.

Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupBootstrapOptionsScope.InstallMediaPath
Source Line Number: 44

Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:49 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "2332"} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Fri Jul 29 01:13:50 2005
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2

Zoroaster
Aged Yak Warrior

702 Posts

Posted - 2007-11-26 : 09:55:05
I have run into something similar before and this worked for my situation: http://www.developersdex.com/sql/message.asp?p=1870&r=4699024&page=2




Future guru in the making.
Go to Top of Page

joni
Yak Posting Veteran

50 Posts

Posted - 2007-11-26 : 10:12:41
OK New Guru,

This solution solve my problem....

thank´s

Go to Top of Page
   

- Advertisement -