SQL server 2005 express edition安装意外失败
SQL安装失败,请查看日志,日志内容如下,请大神帮忙看下什么原因MicrosoftSQLServer2005SetupbeginningatWedFeb1213:32:1...
SQL安装失败,请查看日志,日志内容如下,请大神帮忙看下什么原因
Microsoft SQL Server 2005 Setup beginning at Wed Feb 12 13:32:12 2014
Process ID : 5096
e:\f333c5825aa8ce9b2ef32146\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2014/1/12 13:32:11
Complete: LoadResourcesAction at: 2014/1/12 13:32:11, returned true
Running: ParseBootstrapOptionsAction at: 2014/1/12 13:32:11
Loaded DLL:e:\f333c5825aa8ce9b2ef32146\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2014/1/12 13:32:12, 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: Wed Oct 26 16:38:20 2005
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillib\persisthelpers.cpp
Compiler Timestamp: Wed Oct 26 16:38:20 2005
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x80070057 (87)
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: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 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: Wed Oct 26 16:37:21 2005
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
00EFCFC0Unable 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: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "5096"} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:21 2005
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2 展开
Microsoft SQL Server 2005 Setup beginning at Wed Feb 12 13:32:12 2014
Process ID : 5096
e:\f333c5825aa8ce9b2ef32146\setup.exe Version: 2005.90.2047.0
Running: LoadResourcesAction at: 2014/1/12 13:32:11
Complete: LoadResourcesAction at: 2014/1/12 13:32:11, returned true
Running: ParseBootstrapOptionsAction at: 2014/1/12 13:32:11
Loaded DLL:e:\f333c5825aa8ce9b2ef32146\xmlrw.dll Version:2.0.3609.0
Complete: ParseBootstrapOptionsAction at: 2014/1/12 13:32:12, 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: Wed Oct 26 16:38:20 2005
Function Name: writeEncryptedString
Source Line Number: 124
----------------------------------------------------------
writeEncryptedString() failed
Source File Name: utillib\persisthelpers.cpp
Compiler Timestamp: Wed Oct 26 16:38:20 2005
Function Name: writeEncryptedString
Source Line Number: 123
----------------------------------------------------------
Error Code: 0x80070057 (87)
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: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 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: Wed Oct 26 16:37:21 2005
Function Name: SetupStateScope.primaryLogFiles
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupStateScope"
00EFCFC0Unable 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: datastore\cachedpropertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:20 2005
Function Name: CachedPropertyCollection::findProperty
Source Line Number: 130
----------------------------------------------------------
Failed to find property "HostSetup" {"SetupBootstrapOptionsScope", "", "5096"} in cache
Source File Name: datastore\propertycollection.cpp
Compiler Timestamp: Wed Oct 26 16:37:21 2005
Function Name: SetupBootstrapOptionsScope.HostSetup
Source Line Number: 44
----------------------------------------------------------
No collector registered for scope: "SetupBootstrapOptionsScope"
Message pump returning: 2 展开
展开全部
出现这个错误是因为丢失了一个注册表项,建议你清理下注册表再安装试试, 这篇文档的作者也遇到过跟你一样的问题,http://social.technet.microsoft.com/Forums/sqlserver/zh-TW/7e5c6662-6cc5-40f8-970c-681f9c4a0736/sql-serv-express-wont-install-error-action-parsebootstrapoptionsaction-failed-during-execution?forum=sqlsetupandupgrade。
给你一篇其他大神写的例子,你试试看,如果还是不行,就重装系统吧。
1.开始菜单,运行,输入regedit.exe打开注册表 2.打开注册表编辑器,选择HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager中找到PendingFileRenameOperations项目,并删除它。 3.打开安装程序,就可以安装啦!经常要给客户装SQL,我遇到N次这个问题了....
给你一篇其他大神写的例子,你试试看,如果还是不行,就重装系统吧。
1.开始菜单,运行,输入regedit.exe打开注册表 2.打开注册表编辑器,选择HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager中找到PendingFileRenameOperations项目,并删除它。 3.打开安装程序,就可以安装啦!经常要给客户装SQL,我遇到N次这个问题了....
追答
这是转的别人的方法,原地址http://blog.csdn.net/hdl62402/article/details/6228559 你试试吧, 再不行我也不知道了,我当时XP系统很随意就安装了,但是Win7 也是死活安不上。
如果在安装Visual Studio 2005时,最后一个组件SQL Server 2005 Express Edition,安装失败,可以考虑如下的解决办法:
1、下载SQL Server 2005 Express Edition 单独版本
2、(如果安装VS2005时SQL Server 2005 Express Edition组件安装失败,进行这一步,如果是全新安装VS2005,可以跳过这一步,直接进入下一步)到“控制面板”中双击“添加或删除程序”,把所有涉及SQL Server的程序删除(估计有四、五个这样的程序);然后删除C:/Program files/Microsoft SQL Server文件夹
3、安装Visual Studio 2005,进行到安装选项时,选择“自定义安装”(缺省的是“全部安装”),在组件选取时,把最后一项“SQL Server 2005 Express”这一项前边的的对号去掉(注:开发语言也可以去掉几个,笔者只用C#,所以把J#、C++和Visual Basic三种语言都选掉了,用不着)
4、开始安装VS2005,同时.NET Framework 2.0也一并安装上了
5、安装第一步下载的SQL Server 2005 Express Edition,注意这个安装稍显麻烦,里边有几个选项,不过不要紧,按照缺省的选项一直点击“下一步”就可以安装成功
6、运行进入VS2005,新建一个网站,选取初学者网站工具包,在“解决方案资源管理器”中双击Default.aspx文件,按F5运行该文件,如果可以打开网页,就说明安装成功了,否则会出现错误信息,说数据库无法连接
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |