We're trying to use the unattended installation method for installing SQL 2000 on Windows 2000 servers. I've installed it (through terminal server) on two machines successfully, and two machines unsuccessfully. On the unsuccessful machines, it fails with no errors, and no SQL files are installed (bombs out almost immediately).
Anyone else had this problem? Could it possibly be a hardware issue?
Hi guys i am trying to install 2005 SQL server(enterprise) on 80-100 servers, mostly with default instances and some with named instances( may be 30 of htem) on 2003 Windpws enterprise platform. i wanted to unattended installation and also if all the configurations are the same, can i install on all servers at time.
Some pros and cons are appreciated and also if you got better scripts please do share it, Thanks Derek
I have a problem with an unattended installation of the SQL Server 2005. I am trying to convert a manual-installation to unattended but am stuck with the service accounts. According to the manual I have to install the server using the built-in system account without customization for each service account.
Installation takes place on a machine with German Windows XP Professional Service Pack 2. It stopped the installation with a message telling me to specify sqlaccount, rsaccount, etc.
I did this and still get an error. According to http://msdn2.microsoft.com/en-us/library/ms144259.aspx I tried NT AuthoritySystem and Nt Authority, but I can't get the unattended install to work.
The manual installation works fine on this system so I think it must be a problem with the parameters I'm using.
I have tried to do a new SQL 2005 install via an unattended install script. I have tried both a modified version of the template.ini and just from the command line.
The installation starts and successfully installs some of the components I have selected through the ADDLOCAL option. Unfortunately it then reports an execution error and exits.
The errors I find in the install log files are as follows...
SQLSetup..._Core.log:
Error: Action "LaunchLocalBootstrapAction" threw an exception during execution. Error information reported during run: "C:Program FilesMicrosoft SQL Server90Setup Bootstrapsetup.exe" finished and returned: 1603 Aborting queue processing as nested installer has completed Message pump returning: 1603
SQLSetup..._Core(Local).log
Running: InstallToolsAction.10 at: 2006/1/14 14:58:11 Error: Action "InstallToolsAction.10" threw an exception during execution. Error information reported during run: Target collection includes the local machine. Fatal Exception caught while installing package: "10" Error Code: 0x80070002 (2) Windows Error Text: The system cannot find the file specified.
Source File Name: sqlchainingsqlprereqpackagemutator.cpp Compiler Timestamp: Tue Aug 9 01:14:20 2005 Function Name: sqls::SqlPreReqPackageMutator::modifyRequest Source Line Number: 196
The files reported as failing to be added to the .cab file do not exist, although .Net 2.0 was successfully installed. All other log files do not seem to contain errors.
When calling the install from the command line I am running the following
I have an installation of SQL Server 2000. Both MBSA and @@versionshow this to be the gold release. When I install Service Pack 3a, itshows no error. But after restart of the server, it's still unpatched,by both MBSA and @@version.Any idea what may be going on here?
Installation of MSDE 2000 fails on 64-bit Windows Vista (Build 5308).
The error message is "Setup failed to configure the server.Please refer the error logs for more information". No error log can be found on the machine at the time of installation. Please let me know if anyone else has encountered this problem?
Is it possible to install MSDE 2000 on 64-bit Windows Vista(Build 5308)?
Hey guys - I am busy testing SQL 2005 Server Unattended installations and have a quick question. Microsoft specifies the following code for command line installation:
Start /wait <CD or DVD Drive>serverssetup.exe /qb INSTANCENAME=<InstanceName> ADDLOCAL=All PIDKEY=<pidkey value with no "-"> SAPWD=<StrongPassword>
Here is a link to the installation pages: Click Here (http://msdn2.microsoft.com/en-us/library/ms144259.aspx) My question is what are all the different accounts for? Any help will be appreciated. Thanks Reghardt
Hi, i tried to install SQL Server 2000 Developer and MSDE the whole day on my Windows XP SP2. MDAC is the latest, that come with WinXP SP2 (2.81). The installation fails at the end after 100% complete.
It says: Translated: "the setup programm starts the server and installs the configuration you chose..." ("das setup-programm startet den server und installiert die von ihnen gewählte konfiguration...")
then it takes some time and the failure appears, saying: "the setup programm could not configure the server. you can find more information in the server-failure-log files and in "C:windowssqlstp.log."
I 'm trying to install Sql Server 2005 Express Edition using c# 2.0 by starting a process and launching setup. I also want to informed about installation progress. For instance i want to inform end user if any installation error return or if setup has successfully completed etc. I think i need a callback... I have no problem about silent - unattended install but how can i informed about running installation progress ? and send these info to end user 's form ?
Our product ships with a bootstrapper that installs SQL Server 2005 silently for our clients - basically it's a pre-req which we load for them if it's not already installed.
The bootstrapper supplies the service account identity parameters for the SQL Server install command line in English. It supplies the local system account (NT AUTHORITYSYSTEM).
The problem occurs when we tried to install the product onto a French version of XP. We got the error message "SQL Server setup could not validate the service accounts. Either the service accounts have not been provided for all the services being installed, or the specified username or password is incorrect. For each service, specify a valid username, password, and domain, or specify a built-in system account."
Having read the page http://msdn2.microsoft.com/en-us/library/ms143504.aspx#Localized_service_names we have discovered that the system account identity has a different name for French (AUTORITE NTSYSTEM) along with some other languages ... but we're not sure how to resolve the problem.
Can anyone out there tell me whether we ... 1) Can get the machine being installed on to tell us the local system account identity so we can substitute it into our command line in the bootstrapper? 2) Have to write a different bootstrapper for each language that names the local system account identity differently? 3) Have overlooked some other solution?
Also, does anyone know how many languages and which they are that give the local system account a name that's different to "NT AUTHORITYSYSTEM"??
Thanks, Sara
<EDIT>
Sorry, omitted a vital bit of information. The bootstrapper is written in C++. We know the .NET code to retrieve an NT account given a well known SID. Can we do the same in C++ somehow?? </EDIT>
I have a script that performs an unattended installation of SQL Server and works fine.
However, if I un-install via the control panel all the files are removed apart from the databases that are created by me when SQl server was installed. This is good and ensures data is not deleted.
The files left over are in the following directory: C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLData and contains: MyDatabase.mdf MyDatabase_log.LDF
The problem I have is after performing the re-installtion of SQL server (unattended) I am unable to create a new database with the same name (in this instance called "myDatabase").
The actual files are physically there so this is the reason a new database with the same name cannot be creacted.
Again this is ok again because it ensures I cannot overwrite existing data. However I am unable to re-attach this database to SQl server so I can continue to use it!
The question is:
How do I make this database usable again after an unattended install? Is there a parameter I am missing?
Below are the commands I use that are passed to the installation of SQL Server as command line parameters:
The last four commands I have played around with but for some reason SQL Server service will not start when these are used! (This is a different issue though!).
I'm trying to do an unattended upgrade of 2014 RTM to 2014 SP1.
It's my first attempt at an upgrade configuration file, and its failing with missing registry entry for database engine service and replication service.
Error in summary.txt is:
The registry key SOFTWAREMicrosoftMicrosoft SQL ServerMSSQL12.MSSQLSERVER2495Setup is missing
That's a valid error, as the registry only has an entry for:
The 6:th of march Sql server data tools for Visual Studio 2012 was released.
[URL]
I seem to be unable to install this using the link provided on the blog page. I'm getting a "Same architecture installation" error. Running on the machine is Visual Studio 2012 Premium & Sql Server 2012 (64bit).
Please help,I am trying to install MSDE 2000 so that Backup exec will run on thisserver. I have gotten so far as to find an entry in my SQLSTP.TXT filethat says that c:mssql7 was detected so the install fails.Now, to start with there is no directory called C:mssql7 on thisserver. I have gone through all MS articles on manual removal of SQLserver and instances. I have searched the registry for mssql7 andremoved any keys that matched, as per MS article I have searched onSQLBOOT.dll and it is not present anywhere on my system and I still getthe same results.2:07:44 Begin Action: Detection12:07:44 SQL Server version already installed: 7.00.62312:07:44 Previous Install SQL Path: C:MSSQL712:07:44 Previous Install SQL Data Path: C:MSSQL712:07:44 End Action Detection12:07:44 Begin Action: ODBCLocked12:07:44 End Action ODBCLocked12:07:44 GetDefinition returned: 112:07:44 Previous SQL Server ProductType: MSDE [0x4]12:07:44 This combination of Package and Operating System allows a fullproduct install.can anyone think of anything here..what else could be causing the server to think there is a previousversion of SQL 7 on this box!!!?
I get an error when trying to install the SQL Native Client. It says it cannot find the installation package and to use a valid copy of 'sqlncli.msi'. I've downloaded the Express setup twice and get the same error from both of them.
I'm attempting this in a VMWare session setup for Windows 2K, Advanced Server. I am trying to test my installation and setup procedures. This is not a production setup, just install testing and documentation. I have allocated only 272MB to the VMWare session, which is why the system doesn't meet the recommended settings.
Any help would be greatly appreciated.
Below is the Summary.txt output file.
Microsoft SQL Server 2005 9.00.2047.00
==============================
OS Version : Microsoft Windows 2000 Advanced Server Service Pack 4 (Build 2195)
Time : Wed May 03 09:54:23 2006
CPCWIN2KVM1 : The current system does not meet recommended hardware requirements for this SQL Server release. For detailed hardware requirements, see the readme file or SQL Server Books Online.
Machine : CPCWIN2KVM1
Product : Microsoft SQL Server Setup Support Files (English)
Error : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
Error String : An installation package for the product Microsoft SQL Server Native Client cannot be found. Try the installation again using a valid copy of the installation package 'sqlncli.msi'.
I couldn't manage to install SQL Server 2005 Express or Standart Edition on Windows Vista. The installation fails with the error message I pasted below:
TITLE: Microsoft SQL Server 2005 Setup ------------------------------
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 'FUSIONSQLServer2005MSSQLUser$FUSION$MSSQLSERVER' not found. Check the name again.. Refer to the server error logs and Setup logs for detailed error information.
For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&ProdVer=9.00.2047.00&EvtSrc=setup.rll&EvtID=29521&EvtType=lib%5codbc_statement.h%40Do_sqlScript%40OdbcStatement%3a%3aexecute_batch%40CnfgSQL%4080%40x3c29
Can someone please help me on this as this is an urgent situation...
The setup athenticates the Database Services and the Reporting Services. Database Services login is successful, but the setup raises an error on the authentication of the reporting Services.
It seems that all of a sudden my companies clients are running into problems with the installation of servicepack 5a on SQL Server 6.5 workstations. The servicepack is apparently getting to the point where it checks the master DB and then Chkmast.exe returns a value of 0 which seems to indicate that there is not enough space in the master DB for the service pack to install. I have expanded master databases well beyond the capacity where this would ever be a problem but the service pack continues to fail on chkmast.exe. What nweeds to be done to allow the service pack installation to complete?
Installing SQL Server Express on Vista, directly after the "Compatibility Issues" dialogue, I get the error:
SQL Server setup unexpectedly failed. For more information, review the setup summary log file in %Program Files%Microsoft SQL Server90Setup BootstrapLOGSummary.txt
This file mentioned is virtually blank, but the Files subdirectory of LOG contains a setup log which contains:
Microsoft SQL Server 2005 Setup beginning at Sat Jun 23 12:44:49 2007 Process ID : 5068 C:UsersdajaboDesktop 8c1e33f5803c0da83setup.exe Version: 2005.90.2047.0 Running: LoadResourcesAction at: 2007/5/23 12:44:49 Complete: LoadResourcesAction at: 2007/5/23 12:44:49, returned true Running: ParseBootstrapOptionsAction at: 2007/5/23 12:44:49 Loaded DLL:C:UsersdajaboDesktop 8c1e33f5803c0da83xmlrw.dll Version:2.0.3609.0 Complete: ParseBootstrapOptionsAction at: 2007/5/23 12:44:49, returned falseError: 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 Oct 26 16:38:20 2005 Function Name: writeEncryptedString Source Line Number: 124 ---------------------------------------------------------- writeEncryptedString() failed Source File Name: utillibpersisthelpers.cpp Compiler Timestamp: Wed Oct 26 16:38:20 2005 Function Name: writeEncryptedString Source Line Number: 123 ---------------------------------------------------------- Error Code: 0x80070005 (5) Windows Error Text: Access is denied.
Source File Name: cryptohelpercryptsameusersamemachine.cpp Compiler Timestamp: Wed Oct 26 16:37:25 2005 Function Name: sqls::CryptSameUserSameMachine:rotectData Source Line Number: 50
5 Could not skip Component update due to datastore exception. Source File Name: datastorecachedpropertycollection.cpp Compiler Timestamp: Wed Oct 26 16:37:20 2005 Function Name: CachedPropertyCollection::findProperty Source Line Number: 130 ---------------------------------------------------------- Failed to find property "InstallMediaPath" {"SetupBootstrapOptionsScope", "", "5068"} in cache Source File Name: datastorepropertycollection.cpp Compiler Timestamp: Wed Oct 26 16:37:21 2005 Function Name: SetupBootstrapOptionsScope.InstallMediaPath Source Line Number: 44 ---------------------------------------------------------- No collector registered for scope: "SetupBootstrapOptionsScope" Running: ValidateWinNTAction at: 2007/5/23 12:44:49 Complete: ValidateWinNTAction at: 2007/5/23 12:44:49, returned true Running: ValidateMinOSAction at: 2007/5/23 12:44:49 Complete: ValidateMinOSAction at: 2007/5/23 12:44:49, returned true Running: PerformSCCAction at: 2007/5/23 12:44:49 Complete: PerformSCCAction at: 2007/5/23 12:44:49, returned true Running: ActivateLoggingAction at: 2007/5/23 12:44:49 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 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: datastorepropertycollection.cpp Compiler Timestamp: Wed Oct 26 16:37:21 2005 Function Name: SetupStateScope.primaryLogFiles Source Line Number: 44 ---------------------------------------------------------- No collector registered for scope: "SetupStateScope" 038DCFACUnable 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: datastorepropertycollection.cpp Compiler Timestamp: Wed Oct 26 16:37:21 2005 Function Name: SetupBootstrapOptionsScope.InstallMediaPath Source Line Number: 44
The installation fails and crashes with "Error 110", while attempting to install the SQL Native Client... then crashes (DrWatson). This happens on every OS and test machines that we have within our company... flavors of W2K and WXP, all with .Net Framework 2.0.
If the SQL Native Client exists, the installation continues without error. If SQLEXPR32.EXE is run directly from the command line, the installation will succeed.
If SQLEXPR32.EXE is called from a Windows Installer Custom Action type 50, it will always fail. This is the method we used to successfully install MSDE previously.
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.
I have tried this many times....cleaned all previous MS SQL installations...rebooted....all with the same result below.
I insert Disc 1 of the Developer edition and all is find until it gets to the main installation...then OWC fails ("Setup cannot find the files specified") although I have an open Internet connection from where it can be downloaded.
Then the main Database server and Integration services installation fails, and other components succeed. When I click the error message it says "Please insert Disc 2" - although the main installation never prompts for Disc 2 (which are the Tools I believe).
Even if I install Disc 2, the installation never succeeds - and the main componets I am interested in - Database server and Integration services - always fails.
I'm trying to install a version of SQL server 2005 with reporting services on a vista 64 bits.
I've a licence for SQL server 2005 standard edition in French, my vista is in French, and I'm using visual studio standard edition in English to develop. I would like to develop reports using SQL server to include these reports in my applications developped with Visual Studio.
Wich version of SQL server should I install ? I've tryed to install SQL server express 2005 with advanced feature SP2 (english version) and then later the standard edition (French version) (each time uninstalling all SQL server components between tries), but I got problems with reporting services each time.
I got first a warming saying than reporting services is 32 bits and IIS is 64 bits, I so allowed IIS to run 32 bits ASP .Net, but after that, I now get a problem of .Net registration in IIS as warming message on the line concerning Reporting services during the install of SQL Server, and it doesn't even offer to install RS on the next window.
I reinstalled the DotnetFX64 to be sure, but still get the same message. If I look in the IIS the application pools are looking me to be normal, with the ASPNET 32 bit code allowed.
I am attempting to install the first of the cumulative hotfix packages ( SQL2005-KB918222-x64-ENU.exe) after applying Service Pack 1 to a SQL Server 2005 std edn 64-bit installation. The service pack installed no problem but the hot fix fails with the following errors in the log file below.
I have installed the 32-bit versions of the hotfix packages onto a different server and I did not get these errors.
Any help on how to sort this out would be much appreciated!
08/23/2006 15:03:44.592 ================================================================================ 08/23/2006 15:03:44.608 Hotfix package launched 08/23/2006 15:03:45.842 Product discovery successfully completed during the install process for MSSQLSERVER 08/23/2006 15:03:45.858 SP Level check successfully completed during the install process for MSSQLSERVER 08/23/2006 15:03:45.889 Product language check successfully completed during the install process for MSSQLSERVER 08/23/2006 15:03:45.905 Product version check successfully completed during the install process for MSSQLSERVER 08/23/2006 15:03:45.920 Command-line instance name check completed during the install process 08/23/2006 15:03:45.936 Baseline build check completed during the install process 08/23/2006 15:03:52.107 Attempting to install instance: MSSQLSERVER 08/23/2006 15:03:52.154 Attempting to install target: SRVLEBIZTALK 08/23/2006 15:03:52.170 Attempting to check for locked files: sqlrun_sql.msp 08/23/2006 15:03:52.232 Attempting to check for locked files: \SRVLEBIZTALKd$dd32a156dacc8dbe70a862647d70hotfixsqlFilessqlrun_sql.msp 08/23/2006 15:03:52.248 Creating MSP locked file check log at: C:WINDOWSHotfixSQL9LogsSQL9_Hotfix_KB918222_sqlrun_sql.msp.out 08/23/2006 15:04:02.107 MSP returned 1602: The user cancels installation. 08/23/2006 15:04:02.310 Successfully checked file: \SRVLEBIZTALKd$dd32a156dacc8dbe70a862647d70hotfixsqlFilessqlrun_sql.msp 08/23/2006 15:04:02.326 Successfully opened registry key: SystemCurrentControlSetControlSession Manager 08/23/2006 15:04:02.357 Failed to read registry key: PendingFileRenameOperations 08/23/2006 15:04:02.373 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLBinnxmlfilt.dll 08/23/2006 15:04:02.388 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLBinnThaWBrkr.dll 08/23/2006 15:04:02.435 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLBinnquery.dll 08/23/2006 15:04:02.451 Failed to read associated hotfix build information for the following file: C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLBinnls400.dll.
-----------------------
It carries on with errors like the above but my post will be massive if I include it all, so below is the last few lines of the log file.
--------------------------
08/23/2006 15:04:07.591 Failed to read associated hotfix build information for the following file: C:Program Files (x86)Microsoft SQL Server90SharedMicrosoft.SqlSac.Public.dll 08/23/2006 15:04:07.653 Attempting to install file: sqlrun_sql.msp 08/23/2006 15:04:07.700 Attempting to install file: \SRVLEBIZTALKd$dd32a156dacc8dbe70a862647d70hotfixsqlFilessqlrun_sql.msp 08/23/2006 15:04:07.716 Creating MSP install log file at: C:WINDOWSHotfixSQL9LogsSQL9_Hotfix_KB918222_sqlrun_sql.msp.log 08/23/2006 15:04:07.732 Successfully opened registry key: SoftwarePoliciesMicrosoftWindowsInstaller 08/23/2006 15:04:07.747 Failed to read registry key: Debug 08/23/2006 15:05:11.197 MSP returned 1603: A fatal error occurred during installation. 08/23/2006 15:05:11.212 Successfully opened registry key: SoftwarePoliciesMicrosoftWindowsInstaller 08/23/2006 15:05:11.244 Failed to read registry key: Debug 08/23/2006 15:05:11.259 Unable to install MSP file: \SRVLEBIZTALKd$dd32a156dacc8dbe70a862647d70hotfixsqlFilessqlrun_sql.msp 08/23/2006 15:05:11.275 The following exception occurred: Unable to install Windows Installer MSP file Date: 08/23/2006 15:05:11.275 File: depotsqlvaultstablesetupmainl1setupsqlsesqlsedllcopyengine.cpp Line: 856 08/23/2006 15:05:11.322 08/23/2006 15:05:11.353 Product Status Summary: 08/23/2006 15:05:11.369 Product: SQL Server Database Services 2005 (64-bit) 08/23/2006 15:05:11.384 MSSQLSERVER - Failure 08/23/2006 15:05:11.415 Details: Unable to install Windows Installer MSP file
We are trying to Install the Hot fix KB936305 on our SQL 2005 SP2 on Win2k3 machine. We are able to install the hotfix in our test environment but its failing in our PILOT environment. Below is the log for the installation. Any clues on why this happens??
=== Verbose logging started: 4/17/2008 4:46:37 Build type: SHIP UNICODE 3.01.4000.2435 Calling process: o:94d5ea5728f26407a1d7f52282hotfix.exe === MSI (c) (94:C0) [04:46:37:781]: Resetting cached policy values MSI (c) (94:C0) [04:46:37:781]: Machine policy value 'Debug' is 0 MSI (c) (94:C0) [04:46:37:781]: ******* RunEngine: ******* Product: {EB76B218-8FC5-41DF-9F1F-7FF3E0448383} ******* Action: ******* CommandLine: ********** MSI (c) (94:C0) [04:46:37:781]: Client-side and UI is none or basic: Running entire install on the server. MSI (c) (94:C0) [04:46:37:781]: Grabbed execution mutex. MSI (c) (94:C0) [04:46:37:875]: Cloaking enabled. MSI (c) (94:C0) [04:46:37:875]: Attempting to enable all disabled priveleges before calling Install on Server MSI (c) (94:C0) [04:46:37:890]: Incrementing counter to disable shutdown. Counter after increment: 0 MSI (s) (C8:90) [04:46:37:937]: Grabbed execution mutex. MSI (s) (C8:34) [04:46:37:937]: Resetting cached policy values MSI (s) (C8:34) [04:46:37:937]: Machine policy value 'Debug' is 0 MSI (s) (C8:34) [04:46:37:937]: ******* RunEngine: ******* Product: {EB76B218-8FC5-41DF-9F1F-7FF3E0448383} ******* Action: ******* CommandLine: ********** MSI (s) (C8:34) [04:46:37:937]: Machine policy value 'DisableUserInstalls' is 0 MSI (s) (C8:34) [04:46:37:937]: Adding MSIINSTANCEGUID to command line. MSI (s) (C8:34) [04:46:37:953]: End dialog not enabled MSI (s) (C8:34) [04:46:37:953]: Original package ==> C:WINDOWSInstaller82f71.msi MSI (s) (C8:34) [04:46:37:953]: Package we're running from ==> C:WINDOWSInstaller82f71.msi MSI (s) (C8:34) [04:46:38:062]: APPCOMPAT: looking for appcompat database entry with ProductCode '{EB76B218-8FC5-41DF-9F1F-7FF3E0448383}'. MSI (s) (C8:34) [04:46:38:062]: APPCOMPAT: no matching ProductCode found in database. MSI (s) (C8:34) [04:46:38:062]: Detected that this product uses a multiple instance transform. MSI (s) (C8:34) [04:46:38:078]: MSCOREE not loaded loading copy from system32 MSI (s) (C8:34) [04:46:38:078]: Applying multiple instance transform 'qlRun01.mst'... MSI (s) (C8:34) [04:46:38:078]: Looking for storage transform: SqlRun01.mst MSI (s) (C8:34) [04:46:38:078]: Validating transform 'SqlRun01.mst' with validation bits 0x809 MSI (s) (C8:34) [04:46:38:078]: Transform 'SqlRun01.mst' is valid. MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2205 2: 3: Patch MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2205 2: 3: PatchPackage MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _Tables 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _Columns 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Media 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: File 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary. MSI (s) (C8:34) [04:46:38:078]: TRANSFORM: Applying regular transform to database. MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _Tables 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _Columns 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _Validation 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: File 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: MsiFileHash 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Signature 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: RegLocator 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: AppSearch 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: CompLocator 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: DrLocator 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Binary 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: CustomAction 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Directory 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Registry 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Condition 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: CreateFolder 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _sqlObjectSecurity 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Icon 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: InstallExecuteSequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: InstallUISequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: AdminUISequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _sqlAction 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _sqlActionsModule 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: _sqlDriveType 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: ReserveCost 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: TypeLib 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Feature 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: MsiAssembly 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Class 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: Extension 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: PublishComponent 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: ServiceControl 3: -2147287038 MSI (s) (C8:34) [04:46:38:078]: Note: 1: 2262 2: ModuleDependency 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ModuleSignature 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ModuleExclusion 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ModuleComponents 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlBuiltInAccounts 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: MsiAssemblyName 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ServiceInstall 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlNativeImage 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlPropertyValues 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUserSecurity 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlRegistry 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlServiceControl 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlHiveCopy 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlRegSecurity 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlGroup 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlGroupMember 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlConfig 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUpgradeScript 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlHotfixScript 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlScript 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ActionText 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlSku 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlStart 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlServiceAccount 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlDelimitProperty 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlEquivalent 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlWizardSequence 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Dialog 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlMofcomp 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlWMISecurity 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlInstanceProperty 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlInstanceComponents 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlAssembly 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Error 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlPerfCounters 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlCollation 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlExecutable 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlFileSR 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUnmanagedComponent 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUpgradeComponent 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlProducts 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlTopLevelFeatureProducts 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlFileRename 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlFollowComponents 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlLocalServers 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlVerIndependentProgID 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlServiceState 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlServiceProperty 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlServiceConfig 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlSupportFiles 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlDomainGroup 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: FeatureComponents 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Control 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ControlEvent 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ControlCondition 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ListBox 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ListView 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: ComboBox 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: CheckBox 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: EventMapping 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: RadioButton 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Upgrade 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: TextStyle 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: UIText 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Media 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Shortcut 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: SxsMsmGenComponents 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: MsiSFCBypass 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: RemoveFile 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: RemoveRegistry 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: Environment 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUpgradeFile 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUpgradeRegistry 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _sqlUpgradeFolders 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2262 2: _MsiPatchTransformView 3: -2147287038 MSI (s) (C8:34) [04:46:38:094]: Couldn't find local patch ''. Looking for it at its source. MSI (s) (C8:34) [04:46:38:094]: Resolving Patch source. MSI (s) (C8:34) [04:46:38:094]: User policy value 'SearchOrder' is 'nmu' MSI (s) (C8:34) [04:46:38:094]: User policy value 'DisableMedia' is 0 MSI (s) (C8:34) [04:46:38:094]: Machine policy value 'AllowLockdownMedia' is 0 MSI (s) (C8:34) [04:46:38:094]: SOURCEMGMT: Media enabled only if package is safe. MSI (s) (C8:34) [04:46:38:094]: SOURCEMGMT: Looking for sourcelist for product {4A35EF4A-D868-4B15-A84D-3E8925AA9558} MSI (s) (C8:34) [04:46:38:094]: Note: 1: 1706 2: {4A35EF4A-D868-4B15-A84D-3E8925AA9558} 3: MSI (s) (C8:34) [04:46:38:094]: SOURCEMGMT: Failed to resolve source MSI (s) (C8:34) [04:46:38:094]: Note: 1: 1708 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2729 MSI (s) (C8:34) [04:46:38:094]: Note: 1: 2729 MSI (s) (C8:34) [04:46:38:094]: Product: Microsoft SQL Server 2005 -- Installation failed.
MSI (s) (C8:34) [04:46:38:140]: MainEngineThread is returning 1612 The installation source for this product is not available. Verify that the source exists and that you can access it. C:WINDOWSInstaller82f71.msi MSI (c) (94:C0) [04:46:38:140]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1 MSI (c) (94:C0) [04:46:38:140]: MainEngineThread is returning 1612 === Verbose logging stopped: 4/17/2008 4:46:38 ===
I have been trying to install SQL Server 2005 developer version on my second laptop IBM Thinkpad Windows XP PRO, for the first time. All other components installed successfully except the database. I 've tried selecting the named instance and default instance it didn't make any difference. I have a Admin role on the laptop and as a service id I selected my user id. password and domain. I am running the setup behind my company's firewall.
The error in the log is :
Doing Action: Do_UpdateETWMOFWithGUID PerfTime Start: Do_UpdateETWMOFWithGUID : Wed May 09 11:07:46 2007 <Func Name='Do_UpdateETWMOFWithGUID'> Calling installSqlEvent Trance The arguments that are passed to InstallSqlEventTrace are InstanceName: SQLSERVER2005 , ProductCodeL: {2373A92B-1C1C-4E71-B494-5CA97F96AA19} , BinPath: C:Program FilesMicrosoft SQL ServerMSSQL.1MSSQLBinn INFO: Checking installed version INFO: Writing MOF file ERROR: Unable to open registry key: HRESULT = 0x80070005, Key = SYSTEMCurrentControlSetControlWMISecurity
The value returned is -2147024891 <EndFunc Name='Do_UpdateETWMOFWithGUID' Return='1603' GetLastError='0'> PerfTime Stop: Do_UpdateETWMOFWithGUID : Wed May 09 11:07:46 2007 Gathering darwin properties for failure handling. Error Code: 1603
MSI (s) (88!E0) [11:09:48:898]: Product: Microsoft SQL Server 2005 -- Error 29528. The setup has encountered an unexpected error while Updating Installed Files. The error is: Fatal error during installation.
Error 29528. The setup has encountered an unexpected error while Updating Installed Files. The error is: Fatal error during installation.
I have tried to attach the log but I think it is too big. I cannot post this message.
Please let me know another way to send the log file.
I have recently updated from XP to Vista Home Premium. Now when I try to install SQL Serve Express SP2 I get :
"setup has detected problem with .net framework installation and cannot proceed. Microsoft .net framework 2.0 is either not installed or is corrupt."
I have tried to run sfc /scannow to make sure my .NET 2.0 was not corrupted and also was running as an administrator but could not get it installed. Anyone has any ideas?
I'll install SQL Server Express SP2 on Vista during my Setup. But the setup beaks with error 110. In other articles it sounds like an folder access problem. On a Custom Action Type 210 i start a application which execute the sqlexpress.exe. I tried some other codes to impersonate or noImersonate but without success.
But i can not use the unpacked files because size is to large(170MB)
An good Idea would be unpack the setup files during setup to an custom folder with right permissions. But I dont know how unpack files without GUI (SQLEXPRESS x always show the GUI).
Hi We have a problem installing SQL Express Edition SP1 on Vista. The installation stops during installation of setup support files with the following message:
Errors occurred during the installation:Error 2 installing Microsoft SQL Server 2005 Setup Support Files. See log file for more detailed information.Det går inte att hitta filen. (translated: File not found) The log file points to the support.log file with the following content:
=== Verbose logging started: 2007-03-13 17:34:23 Build type: SHIP UNICODE 4.00.6000.00 Calling process: C:cd nät40..SQLEXPRSetup.exe ===MSI (c) (C4:F4) [17:34:23:450]: Resetting cached policy valuesMSI (c) (C4:F4) [17:34:23:450]: Machine policy value 'Debug' is 0MSI (c) (C4:F4) [17:34:23:450]: ******* RunEngine: ******* Product: C:cd nät40..SQLEXPRSetupSqlSupport.msi ******* Action: ******* CommandLine: **********MSI (c) (C4:F4) [17:34:23:450]: Client-side and UI is none or basic: Running entire install on the server.MSI (c) (C4:F4) [17:34:23:450]: Grabbed execution mutex.MSI (c) (C4:F4) [17:34:23:591]: Cloaking enabled.MSI (c) (C4:F4) [17:34:23:591]: Attempting to enable all disabled privileges before calling Install on ServerMSI (c) (C4:F4) [17:34:23:607]: Incrementing counter to disable shutdown. Counter after increment: 0MSI (s) (00:10) [17:34:23:622]: Grabbed execution mutex.MSI (s) (00:1C) [17:34:23:622]: Resetting cached policy valuesMSI (s) (00:1C) [17:34:23:622]: Machine policy value 'Debug' is 0MSI (s) (00:1C) [17:34:23:622]: ******* RunEngine: ******* Product: C:cd nät40..SQLEXPRSetupSqlSupport.msi ******* Action: ******* CommandLine: **********MSI (s) (00:1C) [17:34:23:622]: Machine policy value 'DisableUserInstalls' is 0MSI (s) (00:1C) [17:34:23:669]: SRSetRestorePoint skipped for this transaction.MSI (s) (00:1C) [17:34:23:669]: Note: 1: 1402 2: HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionPoliciesExplorer 3: 2 MSI (s) (00:1C) [17:34:23:669]: Note: 1: 1324 2: .. 3: 1 MSI (s) (00:1C) [17:34:23:669]: MainEngineThread is returning 2MSI (s) (00:10) [17:34:23:669]: No System Restore sequence number for this installation.MSI (c) (C4:F4) [17:34:23:669]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1MSI (c) (C4:F4) [17:34:23:669]: MainEngineThread is returning 2=== Verbose logging stopped: 2007-03-13 17:34:23 === The funny thing here is that it works fine when the installer is run from a network share, ie \testserversetupsetup.exe but when the same folder is burned to a CD or copied to a local folder it fails. I have verified that the folders are identical.
I'm not sure what info is required to pinpoint the problem but here are some log files and a screen shot of the message.
Any help or pointers would be greatly appreciated.
Hello,I received the error message below when i'm trying to install SQLServer 2000 standard edition into a Windows 2000 Professionaleworkstation.Error :Microsoft SQL server 2000 Standard Edition server components is notsupported on this operating system. Only client components will beavailable for installation.Any request modification ?Best regards,Thanks