Sep 6, 2006
Hi All,
I am facing a familiar issue, with a slight variance in the situation. I have already spent hours googling for a solution, so along with the problem I'll highlight what I have already tried to remedy it.
Problem
--------
I am trying to install SQL Server 2000 Dev. Edition on my Win XP SP1 platform. I did a default instance installation. I am able to start up the server and keep it up.
Issue
-----
On opening the Enterprise Manager I get the error, "SQLDMO.DLL not registered, re-run SQL Server setup etc."
Next I navigated to <install dir>Microsoft SQL Server80ToolsBinn and executed regsvr32 sqldmo.dll and I get the following error, "LoadLibrary("sqldmo.dll") failed - Invalid Access to Memory Location"
Comments
----------
I have verified that all the relevant dlls are present in the above and <...>system32 folders. I have also created an alias for the server using the client network utility.
There was a time when I had installed SQL Server 2000 previously and I did manage to get it to work, even the sqldmo.dll registeration bit. But uninstalled it subsequently as I was having space issues.
Since then I have installed various XP hotfixes and security fixes, except for Win XP SP2
Any thoughts, anyone?????
View 1 Replies
View Related
Mar 14, 2007
Hi everyone...
I'm facing a problem while installing the SQL Server 2005 Express on Windows 2000 Pro with SP4.
After finishing the downloading from Microsoft I start the installation and things seems to go ok but during Extracting Files step a message appears "SQL Server Setup unexpectedly failed. For more information, review the setup summary log file in %Program Files%Microsoft SQL Server90Setup BootstrapLOGSummary.txt" and it terminates the installation.
I located the log file and open it but can't understand the problem..I copy the text and paste it here for anyone who can understand it.Please, it is very importand for me to work with SQL Server for my project. Any advice or information or anything else???
Thank you all,
HERE IS THE LOG FILE:
"Microsoft SQL Server 2005 Setup beginning at Wed Mar 14 07:45:33 2007
Process ID : 2684
c:c7720b32114815db82783dd06c2d54b9setup.exe Version: 2005.90.3042.0
Running: LoadResourcesAction at: 2007/2/14 7:45:33
Complete: LoadResourcesAction at: 2007/2/14 7:45:33, returned true
Running: ParseBootstrapOptionsAction at: 2007/2/14 7:45:33
Loaded DLL:c:c7720b32114815db82783dd06c2d54b9xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2007/2/14 7:45:33, 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: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillibpersisthelpers.cpp
Compiler Timestamp: Wed Jun 14 16:30:14 2006
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x80070002 (2)
Windows Error Text: Error: Action "ActivateLoggingAction" threw an exception during execution. Error information reported during run:
Datastore exception while trying to write logging properties.
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "primaryLogFiles" {"SetupStateScope", "", ""} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
02B1CFC0Unable to proceed with setup, there was a command line parsing error. : 2
Error Code: 0x80070002 (2)
Windows Error Text:
Class not registered.
Failed to create CAB file due to datastore exception
Source File Name: datastorecachedpropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:27:59 2006
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "2684"} in cache
Source File Name: datastorepropertycollection.cpp
Compiler Timestamp: Wed Jun 14 16:28:01 2006
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2"
View 4 Replies
View Related
Dec 29, 2004
** Error in msgbox : “Setup failed to configure the server. Refer to the server error logs and C:WINDOWSsqlstp.log for more information. �
** Cut From: C:WINDOWSsqlstp.log – ( previous exit codes look OK) ---
(previous text removed) …
21:54:29 C:Program FilesMicrosoft SQL Server80ToolsBinncnfgsvr.exe -F "C:WINDOWSsqlstp.log" -I MSSQLSERVER -V 1 -M 0 -Q "SQL_Latin1_General_CP1_CI_AS" -H 66364 -U sa -P
Starting Service ...
SQL_Latin1_General_CP1_CI_AS
-m -Q -T4022 -T3659
Connecting to Server ...
driver={sql server};server=cn91909-a;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][Shared Memory]General network error. Check your network documentation.
[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (recv()).
driver={sql server};server=cn91909-a;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][Shared Memory]General network error. Check your network documentation.
[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (recv()).
driver={sql server};server=cn91909-a;UID=sa;PWD=;database=master
[Microsoft][ODBC SQL Server Driver][Shared Memory]General network error. Check your network documentation.
[Microsoft][ODBC SQL Server Driver][Shared Memory]ConnectionRead (recv()).
SQL Server configuration failed.
###############################################################################
21:54:55 Process Exit Code: (-1)
21:57:07 Setup failed to configure the server. Refer to the server error logs and C:WINDOWSsqlstp.log for more information.
21:57:07 Action CleanUpInstall:
21:57:07 C:WINDOWSTEMPSqlSetupBinscm.exe -Silent 1 -Action 4 -Service SQLSERVERAGENT
21:57:07 Process Exit Code: (1060) The specified service does not exist as an installed service.
21:57:07 C:WINDOWSTEMPSqlSetupBinscm.exe -Silent 1 -Action 4 -Service MSSQLSERVER
21:57:07 Process Exit Code: (0)
21:57:07 StatsGenerate returned: 2
21:57:07 StatsGenerate (0x0,0x1,0xf000000,0x200,1033,303,0x0,0x1,0,0,0
21:57:07 StatsGenerate -1,debbie)
21:57:07 Installation Failed.
View 1 Replies
View Related
Apr 10, 2008
Greetz All.
XP Pro SP2. For days I've been trying to install SQL SERVER 2005 EXPRESS EDITION.
Installation gets to around 95% and stops, citing error 2950. I've applied MS Workaround and
provided Full Rights to folder NetworkService (I have no folder named
Protect), to no avail. Any and all help most welcome. Relevant logs follow.
Microsoft SQL Server 2005 9.00.3042.00
==============================
OS Version : Microsoft Windows XP Professional Service Pack 2 (Build
2600)
Time : Wed Apr 09 19:59:03 2008
Machine : GEMINI
Product : Microsoft SQL Server Setup Support Files (English)
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SQLSupport_1.log
Machine : GEMINI
Product : Microsoft SQL Server Native Client
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SQLNCLI_1.log
Machine : GEMINI
Product : Microsoft SQL Server VSS Writer
Product Version : 9.00.3042.00
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SqlWriter_1.log
Machine : GEMINI
Product : MSXML 6.0 Parser (KB933579)
Product Version : 6.10.1200.0
Install : Successful
Log File : C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_MSXML6_1.log
Machine : GEMINI
Product : SQL Server Database Services
Error : The SQL Server service failed to start. For more
information, see the SQL Server Books Online topics, "How to: View SQL Server
2005 Setup Log Files" and "Starting SQL Server Manually."
Machine : GEMINI
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SQL.log
Last Action : InstallFinalize
Error String : The SQL Server service failed to start. For more
information, see the SQL Server Books Online topics, "How to: View SQL Server
2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (1067) The process terminated unexpectedly.
Error Number : 29503
SQL Server Setup failed. %ProgramFiles%Microsoft SQL Server90Setup
bootstrapLOGSummary.txt.
Time : Wed Apr 09 23:15:10 2008
List of log files:
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_Core(Local).log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SQLSupport_1.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SQLNCLI_1.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SqlWriter_1.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_MSXML6_1.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SQL.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_Datastore.xml
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_.NET Framework 2.0.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SNAC.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_Core.log
C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGSummary.txt
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_Support.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_SCC.log
C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_WI.log
C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLLOGERRORLOG
------------------------------------------------------------------------------------------------
Microsoft SQL Server 2005 Setup beginning at Wed Apr 09 19:59:03 2008
Process ID : 2148
C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe Version:
2005.90.3042.0
Running: LoadResourcesAction at: 2008/3/9 19:59:3
Complete: LoadResourcesAction at: 2008/3/9 19:59:3, returned true
Running: ParseBootstrapOptionsAction at: 2008/3/9 19:59:3
Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup
Bootstrapxmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2008/3/9 19:59:3, returned true
Running: ValidateWinNTAction at: 2008/3/9 19:59:3
Complete: ValidateWinNTAction at: 2008/3/9 19:59:3, returned true
Running: ValidateMinOSAction at: 2008/3/9 19:59:3
Complete: ValidateMinOSAction at: 2008/3/9 19:59:3, returned true
Running: PerformSCCAction at: 2008/3/9 19:59:3
Complete: PerformSCCAction at: 2008/3/9 19:59:3, returned true
Running: ActivateLoggingAction at: 2008/3/9 19:59:3
Complete: ActivateLoggingAction at: 2008/3/9 19:59:3, returned true
Running: DetectPatchedBootstrapAction at: 2008/3/9 19:59:3
Complete: DetectPatchedBootstrapAction at: 2008/3/9 19:59:3, returned true
Action "LaunchPatchedBootstrapAction" will be skipped due to the following
restrictions:
Condition "EventCondition: __STP_LaunchPatchedBootstrap__2148" returned false.
Action "BeginBootstrapLogicStage" will be skipped due to the following
restrictions:
Condition "Setup is running locally." returned true.
Running: PerformDotNetCheck2 at: 2008/3/9 19:59:3
Complete: PerformDotNetCheck2 at: 2008/3/9 19:59:3, returned true
Running: InvokeSqlSetupDllAction at: 2008/3/9 19:59:3
Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup
Bootstrapsqlspars.dll Version:2005.90.3042.0
<Func Name='DwLaunchMsiExec'>
Examining 'sqlspars' globals to initialize 'SetupStateScope'
Opening 'MachineConfigScope' for [GEMINI]
Trying to find Product Code from command line or passed transform
If possible, determine install id and type
Trying to find Instance Name from command line.
No Instance Name provided on the command line
If possible, determine action
Machine = GEMINI, Article = WMIServiceWin32OSWorking, Result = 0 (0x0)
Machine = GEMINI, Article = WMIServiceWin32CompSystemWorking, Result = 0 (0x0)
Machine = GEMINI, Article = WMIServiceWin32ProcessorWorking, Result = 0 (0x0)
Machine = GEMINI, Article = WMIServiceReadRegWorking, Result = 0 (0x0)
Machine = GEMINI, Article = WMIServiceWin32DirectoryWorking, Result = 0 (0x0)
Machine = GEMINI, Article = WMIServiceCIMDataWorking, Result = 0 (0x0)
Machine = GEMINI, Article = XMLDomDocument, Result = 0 (0x0)
Machine = GEMINI, Article = Processor, Result = 0 (0x0)
Machine = GEMINI, Article = PhysicalMemory, Result = 0 (0x0)
Machine = GEMINI, Article = DiskFreeSpace, Result = 0 (0x0)
Machine = GEMINI, Article = OSVersion, Result = 0 (0x0)
Machine = GEMINI, Article = OSServicePack, Result = 0 (0x0)
Machine = GEMINI, Article = OSType, Result = 0 (0x0)
Machine = GEMINI, Article = AdminShare, Result = 0 (0x0)
Machine = GEMINI, Article = PendingReboot, Result = 0 (0x0)
Machine = GEMINI, Article = IEVersion, Result = 0 (0x0)
Machine = GEMINI, Article = DriveWriteAccess, Result = 0 (0x0)
Machine = GEMINI, Article = COMPlus, Result = 0 (0x0)
Machine = GEMINI, Article = ASPNETVersionRegistration, Result = 0 (0x0)
Machine = GEMINI, Article = MDAC25Version, Result = 0 (0x0)
Machine = GEMINI, Article = SKUUpgrade, Result = 0 (0x0)
*******************************************
Setup Consistency Check Report for Machine: GEMINI
*******************************************
Article: WMI Service Requirement, Result: CheckPassed
Article: MSXML Requirement, Result: CheckPassed
Article: Operating System Minimum Level Requirement, Result: CheckPassed
Article: Operating System Service Pack Level Requirement, Result: CheckPassed
Article: SQL Compatibility With Operating System, Result: CheckPassed
Article: Minimum Hardware Requirement, Result: CheckPassed
Article: Pending Reboot Requirement, Result: CheckPassed
Article: Default Installation Path Permission Requirement, Result: CheckPassed
Article: Internet Explorer Requirement, Result: CheckPassed
Article: Check COM+ Catalogue, Result: CheckPassed
Article: ASP.Net Registration Requirement, Result: CheckPassed
Article: Minimum MDAC Version Requirement, Result: CheckPassed
Article: Edition Upgrade Check, Result: CheckPassed
<Func Name='PerformDetections'>
0
<EndFunc Name='PerformDetections' Return='0' GetLastError='0'>
<Func Name='DisplaySCCWizard'>
CSetupBootstrapWizard returned 1
<EndFunc Name='DisplaySCCWizard' Return='0' GetLastError='183'>
Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup
Bootstrapsqlsval.dll Version:2005.90.3042.0
<EndFunc Name='DwLaunchMsiExec' Return='0' GetLastError='0'>
Complete: InvokeSqlSetupDllAction at: 2008/3/9 20:0:44, returned true
Running: SetPackageInstallStateAction at: 2008/3/9 20:0:44
Complete: SetPackageInstallStateAction at: 2008/3/9 20:0:45, returned true
Running: DeterminePackageTransformsAction at: 2008/3/9 20:0:45
Complete: DeterminePackageTransformsAction at: 2008/3/9 20:0:45, returned true
Running: ValidateSetupPropertiesAction at: 2008/3/9 20:0:45
Complete: ValidateSetupPropertiesAction at: 2008/3/9 20:0:45, returned true
Running: OpenPipeAction at: 2008/3/9 20:0:45
Complete: OpenPipeAction at: 2008/3/9 20:0:45, returned false
Error: Action "OpenPipeAction" failed during execution.
Running: CreatePipeAction at: 2008/3/9 20:0:45
Complete: CreatePipeAction at: 2008/3/9 20:0:45, returned false
Error: Action "CreatePipeAction" failed during execution.
Action "RunRemoteSetupAction" will be skipped due to the following
restrictions:
Condition "Action: CreatePipeAction has finished and passed." returned false.
Running: PopulateMutatorDbAction at: 2008/3/9 20:0:45
Complete: PopulateMutatorDbAction at: 2008/3/9 20:0:45, returned true
Running: GenerateRequestsAction at: 2008/3/9 20:0:45
SQL_Engine = 3
SQL_Data_Files = 3
SQL_Replication = -1
SQL_FullText = -1
SQL_SharedTools = 3
SQL_BC_DEP = -1
Analysis_Server = -1
AnalysisDataFiles = -1
AnalysisSharedTools = -1
RS_Server = -1
RS_Web_Interface = -1
RS_SharedTools = -1
Notification_Services = -1
NS_Engine = -1
NS_Client = -1
SQL_DTS = -1
Client_Components = -1
Connectivity = -1
SQL_Tools90 = -1
SQL_WarehouseDevWorkbench = -1
SDK = -1
SQLXML = -1
Tools_Legacy = -1
TOOLS_BC_DEP = -1
SQL_SSMSEE = -1
SQL_Documentation = -1
SQL_BooksOnline = -1
SQL_DatabaseSamples = -1
SQL_AdventureWorksSamples = -1
SQL_AdventureWorksDWSamples = -1
SQL_AdventureWorksASSamples = -1
SQL_Samples = -1
Complete: GenerateRequestsAction at: 2008/3/9 20:0:47, returned true
Running: CreateProgressWindowAction at: 2008/3/9 20:0:47
Complete: CreateProgressWindowAction at: 2008/3/9 20:0:47, returned true
Running: ScheduleActionAction at: 2008/3/9 20:0:47
Complete: ScheduleActionAction at: 2008/3/9 20:0:48, returned true
Skipped: InstallASAction.11
Skipped: Action "InstallASAction.11" was not run. Information reported
during analysis:
No install request found for package: "sqlsupport", referred by package:
"as", install will be skipped as a result.
Skipped: InstallASAction.18
Skipped: Action "InstallASAction.18" was not run. Information reported
during analysis:
No install request found for package: "owc11", referred by package: "as",
install will be skipped as a result.
Skipped: InstallASAction.22
Skipped: Action "InstallASAction.22" was not run. Information reported
during analysis:
No install request found for package: "bcRedist", referred by package: "as",
install will be skipped as a result.
Skipped: InstallASAction.9
Skipped: Action "InstallASAction.9" was not run. Information reported
during analysis:
No install request found for package: "msxml6", referred by package: "as",
install will be skipped as a result.
Skipped: InstallDTSAction
Skipped: Action "InstallDTSAction" was not run. Information reported during
analysis:
No install request found for package: "dts", install will be skipped as a
result.
Skipped: InstallDTSAction.11
Skipped: Action "InstallDTSAction.11" was not run. Information reported
during analysis:
No install request found for package: "sqlsupport", referred by package:
"dts", install will be skipped as a result.
Skipped: InstallDTSAction.12
Skipped: Action "InstallDTSAction.12" was not run. Information reported
during analysis:
No install request found for package: "sqlncli", referred by package: "dts",
install will be skipped as a result.
Skipped: InstallDTSAction.18
Skipped: Action "InstallDTSAction.18" was not run. Information reported
during analysis:
No install request found for package: "owc11", referred by package: "dts",
install will be skipped as a result.
Skipped: InstallDTSAction.22
Skipped: Action "InstallDTSAction.22" was not run. Information reported
during analysis:
No install request found for package: "bcRedist", referred by package:
"dts", install will be skipped as a result.
Skipped: InstallDTSAction.9
Skipped: Action "InstallDTSAction.9" was not run. Information reported
during analysis:
No install request found for package: "msxml6", referred by package: "dts",
install will be skipped as a result.
Skipped: InstallNSAction
Skipped: Action "InstallNSAction" was not run. Information reported during
analysis:
No install request found for package: "ns", install will be skipped as a
result.
Skipped: InstallNSAction.11
Skipped: Action "InstallNSAction.11" was not run. Information reported
during analysis:
No install request found for package: "sqlsupport", referred by package:
"ns", install will be skipped as a result.
Skipped: InstallNSAction.12
Skipped: Action "InstallNSAction.12" was not run. Information reported
during analysis:
No install request found for package: "sqlncli", referred by package: "ns",
install will be skipped as a result.
Skipped: InstallNSAction.18
Skipped: Action "InstallNSAction.18" was not run. Information reported
during analysis:
No install request found for package: "owc11", referred by package: "ns",
install will be skipped as a result.
Skipped: InstallNSAction.22
Skipped: Action "InstallNSAction.22" was not run. Information reported
during analysis:
No install request found for package: "bcRedist", referred by package: "ns",
install will be skipped as a result.
Skipped: InstallNSAction.9
Skipped: Action "InstallNSAction.9" was not run. Information reported
during analysis:
No install request found for package: "msxml6", referred by package: "ns",
install will be skipped as a result.
Skipped: InstallRSAction.11
Skipped: Action "InstallRSAction.11" was not run. Information reported
during analysis:
No install request found for package: "sqlsupport", referred by package:
"rs", install will be skipped as a result.
Skipped: InstallRSAction.18
Skipped: Action "InstallRSAction.18" was not run. Information reported
during analysis:
No install request found for package: "owc11", referred by package: "rs",
install will be skipped as a result.
Skipped: InstallRSAction.22
Skipped: Action "InstallRSAction.22" was not run. Information reported
during analysis:
No install request found for package: "bcRedist", referred by package: "rs",
install will be skipped as a result.
Running: InstallSqlAction.11 at: 2008/3/9 20:0:48
Installing: sqlsupport on target: GEMINI
Complete: InstallSqlAction.11 at: 2008/3/9 20:2:8, returned true
Running: InstallSqlAction.12 at: 2008/3/9 20:2:9
Installing: sqlncli on target: GEMINI
Complete: InstallSqlAction.12 at: 2008/3/9 20:3:30, returned true
Skipped: InstallSqlAction.18
Skipped: Action "InstallSqlAction.18" was not run. Information reported
during analysis:
No install request found for package: "owc11", referred by package: "sql",
install will be skipped as a result.
Running: InstallSqlAction.21 at: 2008/3/9 20:3:30
Installing: sqlwriter on target: GEMINI
Complete: InstallSqlAction.21 at: 2008/3/9 20:3:36, returned true
Skipped: InstallSqlAction.22
Skipped: Action "InstallSqlAction.22" was not run. Information reported
during analysis:
No install request found for package: "bcRedist", referred by package:
"sql", install will be skipped as a result.
Running: InstallSqlAction.9 at: 2008/3/9 20:3:36
Installing: msxml6 on target: GEMINI
Complete: InstallSqlAction.9 at: 2008/3/9 20:3:39, returned true
Skipped: InstallToolsAction.11
Skipped: Action "InstallToolsAction.11" was not run. Information reported
during analysis:
No install request found for package: "sqlsupport", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallToolsAction.12
Skipped: Action "InstallToolsAction.12" was not run. Information reported
during analysis:
No install request found for package: "sqlncli", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallToolsAction.13
Skipped: Action "InstallToolsAction.13" was not run. Information reported
during analysis:
No install request found for package: "PPESku", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallToolsAction.18
Skipped: Action "InstallToolsAction.18" was not run. Information reported
during analysis:
No install request found for package: "owc11", referred by package: "tools",
install will be skipped as a result.
Skipped: InstallToolsAction.20
Skipped: Action "InstallToolsAction.20" was not run. Information reported
during analysis:
No install request found for package: "BOL", referred by package: "tools",
install will be skipped as a result.
Skipped: InstallToolsAction.22
Skipped: Action "InstallToolsAction.22" was not run. Information reported
during analysis:
No install request found for package: "bcRedist", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallToolsAction.23
Skipped: Action "InstallToolsAction.23" was not run. Information reported
during analysis:
No install request found for package: "ssmsee", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallToolsAction.9
Skipped: Action "InstallToolsAction.9" was not run. Information reported
during analysis:
No install request found for package: "msxml6", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallNSAction.10
Skipped: Action "InstallNSAction.10" was not run. Information reported
during analysis:
No install request found for package: "sqlxml4", referred by package: "ns",
install will be skipped as a result.
Running: InstallSqlAction at: 2008/3/9 20:3:39
Installing: sql on target: GEMINI
Failed to install package
Fatal error during installation.
Setting package return code to: 29503
Complete: InstallSqlAction at: 2008/3/9 20:51:2, returned false
Error: Action "InstallSqlAction" failed during execution. Error information
reported during run:
Target collection includes the local machine.
Invoking installPackage() on local machine.
Skipped: InstallToolsAction.10
Skipped: Action "InstallToolsAction.10" was not run. Information reported
during analysis:
No install request found for package: "sqlxml4", referred by package:
"tools", install will be skipped as a result.
Skipped: InstallASAction
Skipped: Action "InstallASAction" was not run. Information reported during
analysis:
No install request found for package: "as", install will be skipped as a
result.
Skipped: InstallRSAction
Skipped: Action "InstallRSAction" was not run. Information reported during
analysis:
No install request found for package: "rs", install will be skipped as a
result.
Skipped: InstallToolsAction
Skipped: Action "InstallToolsAction" was not run. Information reported
during analysis:
No install request found for package: "tools", install will be skipped as a
result.
Skipped: RepairForBackwardsCompatRedistAction
Skipped: Action "RepairForBackwardsCompatRedistAction" was not run.
Information reported during analysis:
Action: "RepairForBackwardsCompatRedistAction" will be skipped due to the
following condition:
Condition "sql was successfully upgraded." returned false. Condition context:
sql failed to upgrade and so the uninstall of the upgraded product will not
occur.
Error: Action "UninstallForMSDE2000Action" failed during execution. Error
information reported during run:
Action: "UninstallForMSDE2000Action" will be marked as failed due to the
following condition:
Condition "sql was successfully upgraded." returned false. Condition context:
sql failed to upgrade and so the uninstall of the upgraded product will not
occur.
Installation of package: "patchMSDE2000" failed due to a precondition.
Error: Action "UninstallForSQLAction" failed during execution. Error
information reported during run:
Action: "UninstallForSQLAction" will be marked as failed due to the
following condition:
Condition "sql was successfully upgraded." returned false. Condition context:
sql failed to upgrade and so the uninstall of the upgraded product will not
occur.
Installation of package: "patchLibertySql" failed due to a precondition.
Skipped: UninstallForRS2000Action
Skipped: Action "UninstallForRS2000Action" was not run. Information
reported during analysis:
Action: "UninstallForRS2000Action" will be skipped due to the following
condition:
Condition "Action: InstallRSAction was skipped." returned true.
Error: Action "ExposeVistaClusteredResources" failed during execution.
Error information reported during run:
Action: "ExposeVistaClusteredResources" will be marked as failed due to the
following condition:
Condition "The Clustered SQL Server instance that hosts is installed."
returned false.
Running: ReportChainingResults at: 2008/3/9 20:51:3
Error: Action "ReportChainingResults" threw an exception during execution.
One or more packages failed to install. Refer to logs for error details. :
1067
Error Code: 0x8007042b (1067)
Windows Error Text: The process terminated unexpectedly.
------------------------------------------------------------------------------------------------
Source File Name: sqlchainingsqlchainingactions.cpp
Compiler Timestamp: Thu Nov 16 20:31:57 2006
Function Name: sqls::ReportChainingResults:erform
Source Line Number: 3521
---- Context -----------------------------------------------
sqls::HostSetupPackageInstallerSynch:ostCommit
sqls::HighlyAvailablePackage:reInstall
led due to cancel code received from cancel source: 29539
Error: Failed to add file :"C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGFilesSQLSetup0005_GEMINI_.NET Framework 2.0.log" to cab file :
"C:Program FilesMicrosoft SQL Server90Setup
BootstrapLOGSqlSetup0005.cab" Error Code : 2
Running: UploadDrWatsonLogAction at: 2008/3/9 23:15:31
Message pump returning: 1067
2008-04-09 20:49:34.32 Server Microsoft SQL Server 2005 - 9.00.3042.00
(Intel X86)
Feb 9 2007 22:47:07
Copyright (c) 1988-2005 Microsoft Corporation
Express Edition on Windows NT 5.1 (Build 2600: Service Pack 2)
2008-04-09 20:49:34.32 Server (c) 2005 Microsoft Corporation.
2008-04-09 20:49:34.32 Server All rights reserved.
2008-04-09 20:49:34.32 Server Server process ID is 2788.
2008-04-09 20:49:34.32 Server Authentication mode is MIXED.
2008-04-09 20:49:34.32 Server Logging SQL Server messages in file
'C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLLOGERRORLOG'.
2008-04-09 20:49:34.32 Server This instance of SQL Server last reported
using a process ID of 2524 at 4/9/2008 8:42:12 PM (local) 4/9/2008 10:42:12
AM (UTC). This is an informational message only; no user action is required.
2008-04-09 20:49:34.32 Server Registry startup parameters:
2008-04-09 20:49:34.32 Server -d C:Program FilesMicrosoft SQL
ServerMSSQL.1MSSQLDATAmaster.mdf
2008-04-09 20:49:34.32 Server -e C:Program FilesMicrosoft SQL
ServerMSSQL.1MSSQLLOGERRORLOG
2008-04-09 20:49:34.32 Server -l C:Program FilesMicrosoft SQL
ServerMSSQL.1MSSQLDATAmastlog.ldf
2008-04-09 20:49:34.32 Server Command Line Startup Parameters:
2008-04-09 20:49:34.32 Server -m SqlSetup
2008-04-09 20:49:34.32 Server SqlSetup
2008-04-09 20:49:34.32 Server -Q
2008-04-09 20:49:34.32 Server -q SQL_Latin1_General_CP1_CI_AS
2008-04-09 20:49:34.32 Server -T 4022
2008-04-09 20:49:34.32 Server -T 3659
2008-04-09 20:49:34.32 Server -T 3610
2008-04-09 20:49:34.32 Server -T 4010
2008-04-09 20:49:34.34 Server SQL Server is starting at normal priority
base (=7). This is an informational message only. No user action is required.
2008-04-09 20:49:34.34 Server Detected 2 CPUs. This is an informational
message; no user action is required.
2008-04-09 20:49:34.51 Server Using dynamic lock allocation. Initial
allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node. This is
an informational message only. No user action is required.
2008-04-09 20:49:34.56 Server The time stamp counter of CPU on
scheduler id 1 is not synchronized with other CPUs.
2008-04-09 20:49:34.57 Server Database Mirroring Transport is disabled
in the endpoint configuration.
2008-04-09 20:49:34.57 spid4s Warning ******************
2008-04-09 20:49:34.57 spid4s SQL Server started in single-user mode.
This an informational message only. No user action is required.
2008-04-09 20:49:34.57 spid4s Starting up database 'master'.
2008-04-09 20:49:34.78 spid4s SQL Trace ID 1 was started by login "sa".
2008-04-09 20:49:34.84 spid4s Starting up database 'mssqlsystemresource'.
2008-04-09 20:49:34.89 spid4s The resource database build version is
9.00.3042. This is an informational message only. No user action is required.
2008-04-09 20:49:35.06 spid4s Error: 15209, Severity: 16, State: 1.
2008-04-09 20:49:35.06 spid4s An error occurred during encryption.
2008-04-09 20:49:35.06 spid4s SQL Trace was stopped due to server
shutdown. Trace ID = '1'. This is an informational message only; no user
action is required.
View 1 Replies
View Related
Nov 2, 2007
I have been through many Forums and newsgroups but I just end up in a loop.
Im trying to install the basic Microsoft SQL Server 2005 Express Edition. Without advanced services, toolkit and management studio.
First of all it incorrectly says I do not have the recommended specifications but I cant work out what I am missing. I have 20GB free HDD space. 1.2Ghz CPU, 512MB RAM, Windows XP Pro SP2. This meets the Minimum and Recommended.
All the other system checks have green ticks so I just igore the warning about recommended specs and continue to install.
The options I change from the default settings are: 'Default Instance', Built in system account: Local Service, 'Mixed mode' with a password.
It installs the following parts successfully:
MSXML6
SQL Setup support files
SQL native Client
SQL VSS Writer
As soon as it tries to install 'SQL server Database Services' it attempts to start MSSQLSERVER but fails. I try to start it manually and again it fails.
I notice that the Service is looking for the file: "C:Program FilesMicrosoft SQL ServerMSSQLBinnsqlservr.exe -sMSSQLSERVER"
However the only 2 folders that exist in "C:Program FilesMicrosoft SQL Server" are "90" and "80", the "MSSQL" folder doesnt even exist.
The SQLSetup0001_PCNAME_SQL.log reports:
MSI (s) (50:C0) [11:48:46:170]: Note: 1: 1708
MSI (s) (50:C0) [11:48:46:180]: Product: Microsoft SQL Server 2005 Express Edition -- Installation failed.
MSI (s) (50:C0) [11:48:46:220]: Cleaning up uninstalled install packages, if any exist
MSI (s) (50:C0) [11:48:46:220]: MainEngineThread is returning 1603
MSI (s) (50:E0) [11:48:46:220]: Destroying RemoteAPI object.
MSI (s) (50:08) [11:48:46:220]: Custom Action Manager thread ending.
=== Logging stopped: 02/11/2007 11:48:46 ===
MSI (c) (84:6C) [11:48:46:230]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
MSI (c) (84:6C) [11:48:46:230]: MainEngineThread is returning 1603
=== Verbose logging stopped: 02/11/2007 11:48:46 ===
The Windows error signature contains:
EventType : sql90setup P1 : do_sqlshutdownranuinstance P2 : 0x733f
P3 : sqls__service__start P4 : 0x2 P5 : sqlsetuplib_service.cpp@316
P6 : sqlca.dll@2005.90.3042.0 P7 : sqlrun_sql.msi@9.2.3042.00
Bootstrap Contains:
Product : Microsoft SQL Server 2005 Express Edition
Product Version : 9.2.3042.00
Install : Failed
Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0001_PCNAME_SQL.log
Last Action : InstallFinalize
Error String : The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually."
The error is (2) The system cannot find the file specified.
Error Number : 29503
None of these logs seem to point to any solutions. Id be grateful if anyone can suggest something.
Many Thanks
View 17 Replies
View Related