SQL Server 2005 Embedded Edition Service: KB929665 Fails To Fix
Nov 16, 2007
Hello all,
I€™m looking for some help to get my Windows SharePoint Services 3.0 back on-line running without losing the documents stored on it..
Configuration basics: Microsoft Windows SharePoint Services 3.0 on member Server 2003 Std w/ SP2 using the Windows Internal Database (MS SQL Server 2005 Embedded Edition)
I had the SharePoint Services site operating on a member server.
I used the Manager the Server wizard to Install Active Directory on the member server. (Ouch! My Mistake)
I broke the SQL Server 2005 Embedded Edition Service. It would not restart. The System Evt code was 7024 error 3417.
I researched and found KB 929665 which describes my symptoms perfectly.
http://support.microsoft.com/kb/929665
I tried the recommended command (see Note1) and the configuration failed.
I discovered the following errors in the log file:
GetServiceUserGroup failed for MICROSOFT##SSEE, 5
Error Code: 0x80070534 (1332)
Windows Error Text: No mapping between account names and security IDs was done.
Source File Name: sqlcasqlcax.cpp
Compiler Timestamp: Mon Feb 27 02:04:14 2006
Function Name: SetInstanceProperty
Source Line Number: 1223
Error Code: 1332
MSI (s) (2C!4C) [19:08:50:678]: Product: Microsoft SQL Server 2005 Embedded Edition (Windows) -- Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.
Error 29528. The setup has encountered an unexpected error while Setting Internal Properties. The error is: Fatal error during installation.
Can someone tell me the actual significance of SQL Server Embedded Edition? How is it different from SQL Express edition?
I understood that WSUS 3.0 version uses (installs) the latter when it could not find any SQL 2k or SQL 2k5 other than SP1 release (please see Issue 33 in: http://technet2.microsoft.com/WindowsServer/en/library/94d1385f-4872-4c29-8822-3a4ec5e45ae41033.mspx?mfr=true) on the host machine.
Besides, when i installed WSS v30 release version, i saw this instance being installed (during the configuration of the Sharepoint products and technologies wizard just after the installation is done). Now with this instance installed, i tried opening this instance (instance name being Microsoft#SSEE) through SQL Server Management Studio, i get the following error
"TITLE: Connect to Server ------------------------------
An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified) (Microsoft SQL Server, Error: -1)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=-1&LinkId=20476
------------------------------ "
Please let me know if there's any workaround in getting through this database.
Since i'm not able to open this database, i'm not quite sure if the Sharepoint Central Administration tool is adding the content DBs in the same.
PS: I'm able to create the new webapplication using the Central Administration tool but not able to access the site created. I'm getting site not found errors.
I followed the KB article mentioned in http://support.microsoft.com/default.aspx?scid=kb;en-us;914277, but in vain.
This is what i have in my System:
MS SQL SERVER 2k5 (Release version)+SP1
MS VS 2k5, Developer Edition
Windows 2k3 Standard + SP1
Office 12 beta (I dont think this is an issue as i got the same issue even after uninstalling office12 beta version)
From the Windows update site and also via automatic download of updates, the following update fails every time...The SQL it is trying to update works fine. The following updates were not installed: Microsoft SQL Server 2005 Express Edition with Advanced Services Service Pack 2 (KB 921896)
What is the feature Matrix for the recent SQL Server 2005 for SBS update? I specificly had the update installed to get SQL Server 2005 and utilize the new Database Mail, and the CLR functions. Where is it that it says.. btw, no Database Mail for you SBS chump!... Oh.. and well, you have to buy a new server and a full license of SQL Server 2005 to access smtp and send html email. I'm a little irrate about this, I advocate for MS technology every day and don't like getting bit in the *** reading SQL Server 2005 marketing materials and then recieving its retarded cousin for my SBS server. Hey,, charge me a little more money. Just put in a reasonable feature set. So, as far as can tell so far. No CLR coding and no Database mail, its like the body with no arms and no legs, but a better heart, pumping blood to nowhere.
Someone please tell me I'm ignorant and lazy and point me to how I can get these features working with investing 10,000 for a simple html email trigger.
We have been using Sql Server 2005 Compact Edition 3.1 RDA synchronization method successfully on Sql Server 2000 database. Recently we moved the database to Sql Server 2005, sync doesn't work anymore, it just hangs on one table. On further investigation, we found out that it's the index on that table that causes this. We removed the index, it works fine. We are wondering the root cause, removing the index is not a solution for us. Any thoughts?. Thanks.
HI, My computer keeps trying to download SQL Server 2005 Express Edition SP2 and fails with the error code 0x2B22. It is a new computer running with Windows XP Pro.
I have spent hours searching the forums and the internet, but I can't find anything to help, or I don't understand the solutions or whether they relate to my computer. I don't know how to find out why the update is failing either.
I'm installing SQL 2005 Developer Edition, instalation always fails with the error "Could not find a package to install on the installation media". The summary.txt is pasted bellow:
Microsoft SQL Server 2005 9.00.1399.06 ============================== OS Version : Microsoft Windows XP Professional Service Pack 2 (Build 2600) Time : Mon Nov 05 10:47:30 2007
IA-PJPATRICIO : Could not find a package to install on the installation media.
SQL Server Setup failed. For more information, review the Setup log file in %ProgramFiles%Microsoft SQL Server90Setup BootstrapLOGSummary.txt.
I have an instance of SQL 2000 installed on the same machine, i'm trying to install Analises Services 2005 only, but instalation fails with any of the SQL Server 2005 components.
I have a SQL Server 2005 (build 9.0.3050) database with tables belonging to different schemas. I am in the process of developing a Windows Mobile 5.0 application that will work against this database, and I€™m planning to use Remote Data Access with SQL Server 2005 CE to synch data.
I have my RDA all set up and working correctly IIS-wise, and have no problem pulling a table from my database. However, when I attempt to push a modified table back to the database, I get an €˜Internal error: Failure setting up bindings, possibly caused by insufficient permissions.€™ error (which equates to error 28621: SSCE_M_BINDINGS), which according to http://msdn2.microsoft.com/en-us/library/ms172898.aspx is an internal error which €œcannot be resolved by common troubleshooting techniques€?. The €˜insufficient permissions€™ is a red herring I think, since the problem persists even if the SQL Server login that is being used for RDA is in the sysadmin role.
I€™ve attempted to identify the problem by starting from scratch with a new database and a new table with a couple of test columns. With the table freshly created as dbo.TableName RDA works fine. However, when I create a schema and transfer the table to the schema, RDA push fails as above, so to me it looks like the schema is causing the problem.
Anyone any ideas about this? All help greatly appreciated!
When I try to install SQL Server 2005 evaluation edition, I keep getting the message that SQL server setup has detected beta components of SQL Server 2005 or Visual Studio 2005 which must be uninstalled for setup to continue. I have removed all beta components like sql 2005 ctp, visual studio 2005 beta, etc from my computer and yet it keeps giving me this message.
PLease help!!!! I am unable to install SQL Server 2005 evaluation edition.
I am trying to setup Sql server 2005 express edition but ı getting an error message that cannot install. The Logfile is below.
Thanks...
Cagri
Microsoft SQL Server 2005 9.00.3042.00 ============================== OS Version : Home Edition (Build 6000) Time : Tue Sep 04 22:44:28 2007
Machine : QUIETUS-PC Product : Microsoft SQL Server Setup Support Files (English) Product Version : 9.00.3042.00 Install : Successful Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0007_QUIETUS-PC_SQLSupport_1.log -------------------------------------------------------------------------------- Machine : QUIETUS-PC Product : Microsoft SQL Server Native Client Product Version : 9.00.3042.00 Install : Successful Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0007_QUIETUS-PC_SQLNCLI_1.log -------------------------------------------------------------------------------- Machine : QUIETUS-PC Product : Microsoft SQL Server VSS Writer Product Version : 9.00.3042.00 Install : Successful Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0007_QUIETUS-PC_SqlWriter_1.log -------------------------------------------------------------------------------- Machine : QUIETUS-PC Product : SQL Server Database Services Error : SQL Server Setup failed to execute a command for server configuration. The error was [Microsoft][SQL Native Client][SQL Server]Windows NT user or group 'QUIETUS-PCSQLServer2005MSSQLUser$QUIETUS-PC$SQLEXPRESS' not found. Check the name again.. Refer to the server error logs and Setup logs for detailed error information. -------------------------------------------------------------------------------- Machine : QUIETUS-PC Product : Microsoft SQL Server 2005 Express Edition Product Version : 9.2.3042.00 Install : Failed Log File : c:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0007_QUIETUS-PC_SQL.log Last Action : InstallFinalize Error String : SQL Server Setup failed to execute a command for server configuration. The error was {Microsoft}{SQL Native Client}{SQL Server}Windows NT user or group 'QUIETUS-PCSQLServer2005MSSQLUser$QUIETUS-PC$SQLEXPRESS' not found. Check the name again.. Refer to the server error logs and Setup logs for detailed error information. Error Number : 29521
In the last step of installing the SQL Server 2005 Express edition I get the following error:
Doing Action: Do_sqlScript PerfTime Start: Do_sqlScript : Thu Jun 21 19:38:35 2007 Service MSSQL$SQLEXPRESS with parameters '-d"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamaster.mdf" -l"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamastlog.ldf" -m SqlSetup -Q -qLatin1_General_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Thu Jun 21 19:38:35 2007 Service failed unexpectedly (1814) Error Code: 0x80070716 (1814) Windows Error Text: The specified resource name cannot be found in the image file. Source File Name: sqlsetuplibservice.cpp Compiler Timestamp: Wed Jun 14 16:29:04 2006 Function Name: sqls:ervice:tart Source Line Number: 301
Do_sqlScript SqlScriptHlpr Start service MSSQL$SQLEXPRESS
Error Code: 1814 MSI (s) (80!08) [19:39:58:265]: Product: Microsoft SQL Server 2005 Express Edition -- Error 29503. 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 (1814) The specified resource name cannot be found in the image file. .
Error 29503. 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 (1814) The specified resource name cannot be found in the image file. . <Func Name='GetCAContext'> <EndFunc Name='GetCAContext' Return='T' GetLastError='203'> Doing Action: Do_sqlScript PerfTime Start: Do_sqlScript : Thu Jun 21 19:39:58 2007 Service MSSQL$SQLEXPRESS with parameters '-d"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamaster.mdf" -l"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamastlog.ldf" -m SqlSetup -Q -qLatin1_General_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Thu Jun 21 19:39:58 2007 Service failed unexpectedly (1814) Error Code: 0x80070716 (1814) Windows Error Text: The specified resource name cannot be found in the image file. Source File Name: sqlsetuplibservice.cpp Compiler Timestamp: Wed Jun 14 16:29:04 2006 Function Name: sqls:ervice:tart Source Line Number: 301
I am trying to install SQL Server 2005 onto Windows Server 2003 Small Business Edition. Previously SQL Server 2000 from the SBE disk was installed, automatic updates are enabled.
I have selected the default instance and everything I try results in the error:
An instance with the same name is already installed on this computer. To proceed with SQL Server Setup, provide a unique instance name.
Log file says;
-------------------------------------------------------------------------------- Machine : ISAINTERNET Product : Microsoft SQL Server 2005 Product Version : 9.00.1399.06 Install : Failed Log File : C:Program FilesMicrosoft SQL Server90Setup BootstrapLOGFilesSQLSetup0002_ISAINTERNET_SQL.log Last Action : DetectInstanceClash Error String : An instance with the same name is already installed on this computer. To proceed with SQL Server Setup, provide a unique instance name. Error Number : 28086 --------------------------------------------------------------------------------
If I search for updates with Microsoft or Windows Update it notifies me to upgrade SQL Server Express to SP2. After the download the installation fails. The reason seems to be that Microsoft Update downloads SP2 with the wrong language:
Summary.txt
********************************************************************************** Products Detected Language Level Patch Level Platform Edition Datenbankdienste für Express (SQLEXPRESS) DEU SP1 2005.090.2047.00 x86 EXPRESS Datenbankdienste für Express (SQLExpress) ENU SP2 x86 EXPRESS
********************************************************************************** Products Disqualified & Reason Product Reason Datenbankdienste für Express (SQLExpress) Für dieses Update ist die Sprache DEU erforderlich (required/me). Bei der Produktinstanz SQLExpress wird die Sprache ENU verwendet. Downloaden (download/me) Sie das Update für ENU.
********************************************************************************** Summary One or more products failed to install, see above for details Exit Code Returned: 1627
I downloaded Web Matrix. Very nice. My VB experience makes this very intuitive. But I see in order to do dB development, I also need to download MS SQL, which is labeled MSDE in as step 3 in the Web Matrix download operation. As I follow the link forward I see that there are three distinct components:
Sql2kasp3.exe Sql2kdesksp3.exe Sql2ksp3.exe
Are all three of these required?
Also I see there is a beta version of the SQL Server 2005 Express Edition: http://lab.msdn.microsoft.com/express/sql/ here. Would this be a viable alternative.
I have a Windows 2003 Server SP1, Active Directory, Application Server and RIS installed on my computer. After installing SQL Server 2005 April CTP my DHCP Service fails to start. In the Event Viewer I see the following Events.
In the last step of installing the SQL Server 2005 Express edition I get the following error:
Doing Action: Do_sqlScript PerfTime Start: Do_sqlScript : Thu Jun 21 19:38:35 2007 Service MSSQL$SQLEXPRESS with parameters '-d"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamaster.mdf" -l"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamastlog.ldf" -m SqlSetup -Q -qLatin1_General_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Thu Jun 21 19:38:35 2007 Service failed unexpectedly (1814) Error Code: 0x80070716 (1814) Windows Error Text: The specified resource name cannot be found in the image file. Source File Name: sqlsetuplibservice.cpp Compiler Timestamp: Wed Jun 14 16:29:04 2006 Function Name: sqlservicetart Source Line Number: 301
Do_sqlScript SqlScriptHlpr Start service MSSQL$SQLEXPRESS
Error Code: 1814 MSI (s) (80!08) [19:39:58:265]: Product: Microsoft SQL Server 2005 Express Edition -- Error 29503. 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 (1814) The specified resource name cannot be found in the image file. .
Error 29503. 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 (1814) The specified resource name cannot be found in the image file. . <Func Name='GetCAContext'> <EndFunc Name='GetCAContext' Return='T' GetLastError='203'> Doing Action: Do_sqlScript PerfTime Start: Do_sqlScript : Thu Jun 21 19:39:58 2007 Service MSSQL$SQLEXPRESS with parameters '-d"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamaster.mdf" -l"c:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLTemplate Datamastlog.ldf" -m SqlSetup -Q -qLatin1_General_CI_AS -T4022 -T3659 -T3610 -T4010' is being started at Thu Jun 21 19:39:58 2007 Service failed unexpectedly (1814) Error Code: 0x80070716 (1814) Windows Error Text: The specified resource name cannot be found in the image file. Source File Name: sqlsetuplibservice.cpp Compiler Timestamp: Wed Jun 14 16:29:04 2006 Function Name: sqlservicetart Source Line Number: 301
I am continually prompted to download & install this SP by the windows update utility but it always fails to install it. I have XP SP2. No error msg is provided. I do not have ACT! installed. I do have Oracle 10g Expr. Ed installed. Competitive jealousy?
I found this online:
Important notes about the cumulative hotfix package €¢ You must enable the SQL Server Management Object (SMO) extended stored procedures and the SQL Server Distributed Management Object (SQL-DMO) extended stored procedures before you install the cumulative hotfix package.
Where does one enable SMO & SQL-DMO?
I looked in the summary log file in the Hotfix directory and it says that the problem is that SQL Express cant be started. See below.
I went into the SQL Configuration Mgr and tried to start it and it fails to start. No reason given. Now what?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Time: 11/22/2007 09:44:37.546 KB Number: KB921896 Machine: TOSHIBA-ROGER OS Version: Microsoft Windows XP Professional Service Pack 2 (Build 2600) Package Language: 1033 (ENU) Package Platform: x86 Package SP Level: 2 Package Version: 3042 Command-line parameters specified: /quiet /allinstances Cluster Installation: No
********************************************************************************** Prerequisites Check & Status SQLSupport: Passed
********************************************************************************** Products Detected Language Level Patch Level Platform Edition Express Database Services (SQLEXPRESS) ENU RTM 2005.090.1399.00 x86 EXPRESS Express Database Services (SQLExpress) ENU RTM x86 EXPRESS
********************************************************************************** Products Disqualified & Reason Product Reason Express Database Services (SQLEXPRESS) Unable to start service
********************************************************************************** Processes Locking Files Process Name Feature Type User Name PID
********************************************************************************** Product Installation Status Product : Express Database Services (SQLEXPRESS) Product Version (Previous): 1399 Product Version (Final) : Status : Not Applied Log File : SQL Express Features : SQL_Data_Files,SQL_Engine,SQL_Replication,SQL_SharedTools Error Number : 11042 Error Description : Unable to start service ---------------------------------------------------------------------------------- Product : Express Database Services (SQLExpress) Product Version (Previous): Product Version (Final) : Status : Not Applied Log File : SQL Express Features : Client_Components,Connectivity,SDK Error Number : 0 Error Description : ----------------------------------------------------------------------------------
********************************************************************************** Summary Unable to start service Exit Code Returned: 11042 <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Windows Update Web Page indicates I have BOTH a SUCCESS and FAILURE for SQL Server 2005 Microsoft SQL Server 2005 Express Edition Service Pack 2 (KB 921896) ?Is it possible for my machine to have TWO DIFFERENT MS SQL Server Express installations? Is the problem real or some small ghost issue? I do have a trial CD from Microsoft .. Visual Studio 2005 Team Suite.
Please note that this is what windows update indicates on the web page duplicate lines are on the web page .. not a copy and paste mistake.
SQL Server 2005 Microsoft SQL Server 2005 Express Edition Service Pack 2 (KB 921896) Tuesday, March 13, 2007 Microsoft Update SQL Server 2005 Microsoft SQL Server 2005 Express Edition Service Pack 2 (KB 921896) Tuesday, March 13, 2007 Microsoft Update
LINK FOLLOWED Installation Failure Error Code: 0x652 Try to install the update again, or request help from one of the following resources
I include the logfile since it seems to convey useful informations to SQL Express experienced.
summary.txt logfile >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Time: 03/13/2007 12:28:02.906 KB Number: KB921896 Machine: somejunk OS Version: Microsoft Windows XP Professional Service Pack 2 (Build 2600) Package Language: 1033 (ENU) Package Platform: x86 Package SP Level: 2 Package Version: 3042 Command-line parameters specified: /quiet /allinstances Cluster Installation: No
********************************************************************************** Prerequisites Check & Status SQLSupport: Passed
********************************************************************************** Products Detected Language Level Patch Level Platform Edition Express Database Services (SQLEXPRESS) ENU SP2 2005.090.3042.00 x86 EXPRESS Express Database Services (SQLExpress) ENU RTM x86 EXPRESS
We are trying to install the Standard Edition of SQL Server 2005. We already have SQL Express installed. Standard won't install and Express won't uninstall.
We have tried every suggestion we can find and some we made up. When we try to install Standard, we get to the bit where you choose what you want to install and the only thing available is workstation components.
There are so many cases of this on the Internat that I can't believe MS have not solved the issue. And I am stunned that they want to charge us more money to talk to us about how to fix something we just paid them an arm and a leg for!
What do I need to tell you to get some idea of where to go next with this?
Hi i tried to install the Microsoft SQL Server 2005 Express Edition Service Pack 2 but was unable to do so. I got an error message saying: Error Code: 0x2B22
I went through what the message said, but i was unable to solve the problem. Below is the summary of the problem. Please help me solve it.
Time: 05/19/2007 12:32:24.781 KB Number: KB921896 Machine: DET-NB0631262 OS Version: Microsoft Windows XP Professional Service Pack 2 (Build 2600) Package Language: 1033 (ENU) Package Platform: x86 Package SP Level: 2 Package Version: 3042 Command-line parameters specified: /quiet /allinstances Cluster Installation: No
********************************************************************************** Prerequisites Check & Status SQLSupport: Passed
********************************************************************************** Products Detected Language Level Patch Level Platform Edition Express Database Services (SQLEXPRESS) ENU RTM 2005.090.1399.00 x86 EXPRESS Express Database Services (SQLExpress) ENU SP2 x86 EXPRESS
********************************************************************************** Products Disqualified & Reason Product Reason Express Database Services (SQLEXPRESS) Unable to start service
********************************************************************************** Processes Locking Files Process Name Feature Type User Name PID
********************************************************************************** Product Installation Status Product : Express Database Services (SQLEXPRESS) Product Version (Previous): 1399 Product Version (Final) : Status : Not Applied Log File : SQL Express Features : SQL_Data_Files,SQL_Engine,SQL_Replication,SQL_SharedTools Error Number : 11042 Error Description : Unable to start service ---------------------------------------------------------------------------------- Product : Express Database Services (SQLExpress) Product Version (Previous): Product Version (Final) : Status : Not Applied Log File : SQL Express Features : Client_Components,Connectivity,SDK Error Number : 0 Error Description : ----------------------------------------------------------------------------------
********************************************************************************** Summary Unable to start service Exit Code Returned: 11042
When updating automaticallly, this update always fail, I have put the configuration manager /server browser : the only one that was disabled, on manual (I have not the automatic option for this one) but nothing works, what can I do ? This is a new laptop I have got (XP pro) and I am going through the process of updating many things, only this one fails, any help appreciated.
I've been trying to install the following update: Microsoft SQL Server 2005 Express Edition Service Pack 2 (KB 921896). I always recieve the following error: 2B22,
When trying to install SQL 2005, I keep getting the foll. error:
Error 1706. Setup cannot find the required files. Check your connection to the network or CD-Rom drive. For other potential soltions to this problem, see C:Program ....1033setup.chm
I have tried using two different DVDs, and also downloaded SQL 2005 from msdn, but none of them work.
If I do the installation with the default path the installation goes fine or else the Installation fails with a fatal error. I have pasted the error log below :
Microsoft SQL Server 2005 Setup beginning at Mon Aug 21 22:13:33 2006 Process ID : 3060 C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe Version: 2005.90.1399.0 Running: LoadResourcesAction at: 2006/7/21 22:13:33 Complete: LoadResourcesAction at: 2006/7/21 22:13:33, returned true Running: ParseBootstrapOptionsAction at: 2006/7/21 22:13:33 Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup Bootstrapxmlrw.dll Version:2.0.3604.0 Complete: ParseBootstrapOptionsAction at: 2006/7/21 22:13:33, returned true Running: ValidateWinNTAction at: 2006/7/21 22:13:33 Complete: ValidateWinNTAction at: 2006/7/21 22:13:33, returned true Running: ValidateMinOSAction at: 2006/7/21 22:13:33 Complete: ValidateMinOSAction at: 2006/7/21 22:13:33, returned true Running: PerformSCCAction at: 2006/7/21 22:13:33 Complete: PerformSCCAction at: 2006/7/21 22:13:33, returned true Running: ActivateLoggingAction at: 2006/7/21 22:13:33 Complete: ActivateLoggingAction at: 2006/7/21 22:13:33, returned true Running: DetectPatchedBootstrapAction at: 2006/7/21 22:13:33 Complete: DetectPatchedBootstrapAction at: 2006/7/21 22:13:33, returned true Action "LaunchPatchedBootstrapAction" will be skipped due to the following restrictions: Condition "EventCondition: __STP_LaunchPatchedBootstrap__3060" returned false. Action "BeginBootstrapLogicStage" will be skipped due to the following restrictions: Condition "Setup is running locally." returned true. Running: PerformDotNetCheck2 at: 2006/7/21 22:13:33 Complete: PerformDotNetCheck2 at: 2006/7/21 22:13:33, returned true Running: InvokeSqlSetupDllAction at: 2006/7/21 22:13:33 Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup Bootstrapsqlspars.dll Version:2005.90.1399.0 <Func Name='DwLaunchMsiExec'> Examining 'sqlspars' globals to initialize 'SetupStateScope' Opening 'MachineConfigScope' for [LHDQSKUMARR] 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. Instance Name = LOCALDEV2005 Trying to find install through Instance Name Install Type = 1 If possible, determine action Machine = LHDQSKUMARR, Article = WMIServiceWin32OSWorking, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = WMIServiceWin32CompSystemWorking, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = WMIServiceWin32ProcessorWorking, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = WMIServiceReadRegWorking, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = WMIServiceWin32DirectoryWorking, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = WMIServiceCIMDataWorking, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = XMLDomDocument, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = Processor, Result = 70010 (0x1117a) Machine = LHDQSKUMARR, Article = PhysicalMemory, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = DiskFreeSpace, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = OSVersion, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = OSServicePack, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = OSType, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = iisDep, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = AdminShare, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = PendingReboot, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = PerfMon, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = IEVersion, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = DriveWriteAccess, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = COMPlus, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = ASPNETVersionRegistration, Result = 0 (0x0) Machine = LHDQSKUMARR, Article = MDAC25Version, Result = 0 (0x0) ******************************************* Setup Consistency Check Report for Machine: LHDQSKUMARR ******************************************* 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: Warning Description: Minimum hardware requirements are not met, therefore, some components may not perform as expected. Action: Make sure minimum hardware requirements are met. Please refer to the readme for minimum requirements. Article: IIS Feature Requirement, Result: CheckPassed Article: Pending Reboot Requirement, Result: CheckPassed Article: Performance Monitor Counter 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 <Func Name='PerformDetections'> 0 <EndFunc Name='PerformDetections' Return='0' GetLastError='0'> Loaded DLL:C:Program FilesMicrosoft SQL Server90Setup Bootstrapsqlsval.dll Version:2005.90.1399.0 <EndFunc Name='DwLaunchMsiExec' Return='0' GetLastError='0'> Complete: InvokeSqlSetupDllAction at: 2006/7/21 22:13:54, returned true Running: SetPackageInstallStateAction at: 2006/7/21 22:13:54 Complete: SetPackageInstallStateAction at: 2006/7/21 22:13:54, returned true Running: DeterminePackageTransformsAction at: 2006/7/21 22:13:55 Complete: DeterminePackageTransformsAction at: 2006/7/21 22:13:55, returned true Running: ValidateSetupPropertiesAction at: 2006/7/21 22:13:55 Complete: ValidateSetupPropertiesAction at: 2006/7/21 22:13:55, returned true Running: OpenPipeAction at: 2006/7/21 22:13:55 Complete: OpenPipeAction at: 2006/7/21 22:13:55, returned false Error: Action "OpenPipeAction" failed during execution. Running: CreatePipeAction at: 2006/7/21 22:13:55 Complete: CreatePipeAction at: 2006/7/21 22:13:55, 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: 2006/7/21 22:13:56 Complete: PopulateMutatorDbAction at: 2006/7/21 22:13:56, returned true Running: GenerateRequestsAction at: 2006/7/21 22:13:56 SQL_Engine = 3 SQL_Data_Files = 3 SQL_Replication = -1 SQL_FullText = 3 SQL_SharedTools = 3 SQL_BC_DEP = 3 Analysis_Server = -1 AnalysisDataFiles = -1 AnalysisSharedTools = -1 RS_Server = -1 RS_Web_Interface = -1 RS_SharedTools = -1 Notification_Services = 3 NS_Engine = 3 NS_Client = 3 SQL_DTS = 3 Client_Components = 3 Connectivity = 3 SQL_Tools90 = 3 SQL_WarehouseDevWorkbench = -1 SDK = -1 SQLXML = -1 Tools_Legacy = 3 TOOLS_BC_DEP = 3 SQL_Documentation = 3 SQL_BooksOnline = 3 SQL_DatabaseSamples = -1 SQL_AdventureWorksSamples = 3 SQL_AdventureWorksDWSamples = -1 SQL_AdventureWorksASSamples = -1 SQL_Samples = 3 Complete: GenerateRequestsAction at: 2006/7/21 22:13:57, returned true Running: CreateProgressWindowAction at: 2006/7/21 22:13:57 Complete: CreateProgressWindowAction at: 2006/7/21 22:13:57, returned true Running: ScheduleActionAction at: 2006/7/21 22:13:57 Complete: ScheduleActionAction at: 2006/7/21 22:13:58, 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. Running: InstallDTSAction.11 at: 2006/7/21 22:13:58 Installing: sqlsupport on target: LHDQSKUMARR Complete: InstallDTSAction.11 at: 2006/7/21 22:14:0, returned true Running: InstallDTSAction.12 at: 2006/7/21 22:14:0 Installing: sqlncli on target: LHDQSKUMARR Complete: InstallDTSAction.12 at: 2006/7/21 22:14:2, returned true Running: InstallDTSAction.18 at: 2006/7/21 22:14:2 Installing: owc11 on target: LHDQSKUMARR Complete: InstallDTSAction.18 at: 2006/7/21 22:14:4, returned true Running: InstallDTSAction.22 at: 2006/7/21 22:14:4 Installing: bcRedist on target: LHDQSKUMARR Complete: InstallDTSAction.22 at: 2006/7/21 22:14:7, returned true Running: InstallDTSAction.9 at: 2006/7/21 22:14:7 Installing: msxml6 on target: LHDQSKUMARR Complete: InstallDTSAction.9 at: 2006/7/21 22:14:8, returned true Running: InstallNSAction.11 at: 2006/7/21 22:14:8 Installing: sqlsupport on target: LHDQSKUMARR Complete: InstallNSAction.11 at: 2006/7/21 22:14:10, returned true Running: InstallNSAction.12 at: 2006/7/21 22:14:10 Installing: sqlncli on target: LHDQSKUMARR Complete: InstallNSAction.12 at: 2006/7/21 22:14:12, returned true Running: InstallNSAction.18 at: 2006/7/21 22:14:12 Installing: owc11 on target: LHDQSKUMARR Complete: InstallNSAction.18 at: 2006/7/21 22:14:21, returned true Running: InstallNSAction.22 at: 2006/7/21 22:14:22 Installing: bcRedist on target: LHDQSKUMARR Complete: InstallNSAction.22 at: 2006/7/21 22:14:24, returned true Running: InstallNSAction.9 at: 2006/7/21 22:14:24 Installing: msxml6 on target: LHDQSKUMARR Complete: InstallNSAction.9 at: 2006/7/21 22:14:25, returned true 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: 2006/7/21 22:14:26 Installing: sqlsupport on target: LHDQSKUMARR Complete: InstallSqlAction.11 at: 2006/7/21 22:14:28, returned true Running: InstallSqlAction.12 at: 2006/7/21 22:14:28 Installing: sqlncli on target: LHDQSKUMARR Complete: InstallSqlAction.12 at: 2006/7/21 22:14:30, returned true Running: InstallSqlAction.18 at: 2006/7/21 22:14:30 Installing: owc11 on target: LHDQSKUMARR Complete: InstallSqlAction.18 at: 2006/7/21 22:14:32, returned true Running: InstallSqlAction.21 at: 2006/7/21 22:14:32 Installing: sqlwriter on target: LHDQSKUMARR Complete: InstallSqlAction.21 at: 2006/7/21 22:14:34, returned true Running: InstallSqlAction.22 at: 2006/7/21 22:14:34 Installing: bcRedist on target: LHDQSKUMARR Complete: InstallSqlAction.22 at: 2006/7/21 22:14:36, returned true Running: InstallSqlAction.9 at: 2006/7/21 22:14:36 Installing: msxml6 on target: LHDQSKUMARR Complete: InstallSqlAction.9 at: 2006/7/21 22:14:38, returned true Running: InstallToolsAction.11 at: 2006/7/21 22:14:38 Installing: sqlsupport on target: LHDQSKUMARR Complete: InstallToolsAction.11 at: 2006/7/21 22:14:41, returned true Running: InstallToolsAction.12 at: 2006/7/21 22:14:41 Installing: sqlncli on target: LHDQSKUMARR Complete: InstallToolsAction.12 at: 2006/7/21 22:14:43, returned true 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. Running: InstallToolsAction.18 at: 2006/7/21 22:14:43 Installing: owc11 on target: LHDQSKUMARR Complete: InstallToolsAction.18 at: 2006/7/21 22:14:46, returned true Running: InstallToolsAction.20 at: 2006/7/21 22:14:46 Installing: BOL on target: LHDQSKUMARR Complete: InstallToolsAction.20 at: 2006/7/21 22:15:36, returned true Running: InstallToolsAction.22 at: 2006/7/21 22:15:36 Installing: bcRedist on target: LHDQSKUMARR Complete: InstallToolsAction.22 at: 2006/7/21 22:15:38, returned true Running: InstallToolsAction.9 at: 2006/7/21 22:15:38 Installing: msxml6 on target: LHDQSKUMARR Complete: InstallToolsAction.9 at: 2006/7/21 22:15:40, returned true Running: InstallDTSAction at: 2006/7/21 22:15:40 Installing: dts on target: LHDQSKUMARR Failed to install package Fatal error during installation. Setting package return code to: 1603 Complete: InstallDTSAction at: 2006/7/21 22:16:30, returned false Error: Action "InstallDTSAction" failed during execution. Error information reported during run: Target collection includes the local machine. Invoking installPackage() on local machine. Running: InstallNSAction.10 at: 2006/7/21 22:16:30 Installing: sqlxml4 on target: LHDQSKUMARR Complete: InstallNSAction.10 at: 2006/7/21 22:16:32, returned true Running: InstallSqlAction at: 2006/7/21 22:16:32 Installing: sql on target: LHDQSKUMARR ******* Got commit request from MSI ******* Complete: InstallSqlAction at: 2006/7/21 22:19:4, returned true 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. Running: InstallNSAction at: 2006/7/21 22:19:4 Installing: ns on target: LHDQSKUMARR Failed to install package Fatal error during installation. Setting package return code to: 1603 Complete: InstallNSAction at: 2006/7/21 22:20:17, returned false Error: Action "InstallNSAction" failed during execution. Error information reported during run: Target collection includes the local machine. Invoking installPackage() on local machine. 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. Running: InstallToolsAction at: 2006/7/21 22:20:17 Installing: tools on target: LHDQSKUMARR Failed to install package Fatal error during installation. Setting package return code to: 1603 Complete: InstallToolsAction at: 2006/7/21 22:22:8, returned false Error: Action "InstallToolsAction" failed during execution. Error information reported during run: Target collection includes the local machine. Invoking installPackage() on local machine. Skipped: RepairForBackwardsCompatRedistAction Skipped: Action "RepairForBackwardsCompatRedistAction" was not run. Information reported during analysis: No install request found for package: "bcRedist", install will be skipped as a result. Skipped: UninstallForMSDE2000Action Skipped: Action "UninstallForMSDE2000Action" was not run. Information reported during analysis: No install request found for package: "patchMSDE2000", install will be skipped as a result. Skipped: UninstallForSQLAction Skipped: Action "UninstallForSQLAction" was not run. Information reported during analysis: No install request found for package: "patchLibertySql", install will be skipped as a result. 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. Running: ReportChainingResults at: 2006/7/21 22:22:9 Error: Action "ReportChainingResults" threw an exception during execution. One or more packages failed to install. Refer to logs for error details. : 1603 Error Code: 0x80070643 (1603) Windows Error Text: Fatal error during installation.
Source File Name: sqlchainingsqlchainingactions.cpp Compiler Timestamp: Thu Sep 1 22:23:05 2005 Function Name: sqls::ReportChainingResults::perform Source Line Number: 3097
I have a pentium PC with 599 MHZ speed and 1.5 GB of RAM with Windowsxp SP2. I already have an instance of SQL 2005 running at my box. Let me know if you need any more logs. When I tried to start the sql server it is working fine.
I know that this has been covered a few times and I have made sure that permissions are correct on all the files, however I'm still failing on SQL9_Hotfix_KB918222
I would like to post the SQL9_Hotfix_KB913090_sqlrun_sql.msp.log but either its too big for the forum to handle or the forum is having some problems.
I would be more than happy to send it to anyone interested in helping out
Is it ok to use SQL Server 2005 CE as an embedded DBMS inside a desktop (Windows XP / w2k3 / Vista) application?
The whitepaper available here: http://download.microsoft.com/download/A/4/7/A47B7B0E-976D-4F49-B15D-F02ADE638EBE/Compact_Express_Comparison.doc describes this as one of the primary usages of the product. However, I've seen information elsewhere on this forum that seems to imply that SQL Server 2005 CE is not allowed in desktop applications.
Can you please clarify this, and specify any limitations of this usage?
Also, the whitepaper refers to an online redistribution agreement that needs to be signed in order to freely redistribute SQL Server 2005 CE inside a commercial application. Can you please point to this agreement?
I have been unable to create a replication from an SQL Server 2005 standard edition database to remote SQL Server 2005 Express Edition. The remote express edition is on a Virtual Private Server we are leasing from a hosting company. The name of the remote DB is similar to vs572.si-vs572.com. I can connect to this with SQL server authentication through Management Studio and also with SSIS. But, I have been unable to create a push subscription (I have tried a test push subscription with the same publication to a local SQL Express server here in our office and this works fine).
Here is the error message: SQL Server Replication requires the actual server name to make a connection to the server. Connections through server alias, IP address, or any other alternate name are not supported. Specify the actual server name, 'VS572SQLEXPRESS'.
The hosting company had originally installed a shared SQL server which would not support replication. They then installed SQL Express edition and I was hoping this would allow us to run a replication.
I tried to connect to VS572SQLEXPRESS with out any luck. I check the remote connections, made sure replication was installed, etc., but no luck.
Is it possible to connect SSRS running on SQL Server 2005 enterprise edition (our production system) to a database running on SQL Server 2005 Developer's edition (our test system)
I am currently downloading the mega-sized files for SQL Server 2005 Express Edition and was wondering if I was going to be able to install it onto my workstation alongside the SQL Server 2005 Developer Edition? Was hoping someone could advise. I did browse for an answer, but have not come across it yet. I know I'll find out once my download is complete, but that could be awhile :)
I have installed sqlserver 2005 using the standard msdn universal installation discs on my laptop running vista business.
The mssqlserver service will not start automatically as the setup configures it and I cannot start the service manually because I get the 'Access Denied' error message
I am logged on the the computer with adminstration privileges