Install SQL 2008 on Windows 7

Hello,
I recently upgraded my os from vista home edition to windows 7 home edition and now attempting to install SQL Server 2008 but receiving the following error message:
"Failed to open registry key SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.<InstanceName>\MSSQLServer\SuperSocketNetLib or set its security descriptor"
In Summary log of the Setup Bootstrap, the installation is still picking up the previous OS.
Here are the measures I have taken to resolve the issue but to no avail:
- Install SP1 Cumulative Pack 4
- Ensure the windows accounts have the appropriate permissions to the Registry key, SuperSocketNetLib
- created a new windows admin account and ran the installation under Admin account
- disabled firewall and anti-virus s/w
- tried installing SP Cumulative Pack 8 but received error message that installation failed due to previous installation failure. Cumulative Pack 4 installed fine.
I have Visual Studio 2008 SP1 installed on the same machine.
Could the installation picking up the previous OS be the issue?
Any help is appreciated
jim

Hi Sam,
Thanks for the reply. It is appreciated. Unfortunately, I am running the Home edition of Windows 7, so ADUC is not available. However, I was able to locate the function "ReplaceAccountWithSidInSddl" in the Detail log and as you suggested, it appears that
the the service account the function is attempting to use the culprit. I granted Full control to the account for the registry key. Here's a snippet of the error in the log. I have replace the name of computer with <COMPUTER_NAME>:
2014-03-21 11:30:48 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;[SQLServer2005SQLBrowserUser$<COMPUTER_NAME>])(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;[SQLServer2005SQLBrowserUser$<COMPUTER_NAME>])(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Sco: Account name to be translated into SID: SQLServer2005SQLBrowserUser$<COMPUTER_NAME>
2014-03-21 11:30:48 Slp: Sco: Attempting to get account sid for user account SQLServer2005SQLBrowserUser$JAMES-PC
2014-03-21 11:30:48 Slp: Sco: Attempting to get sid for user account SQLServer2005SQLBrowserUser$<COMPUTER_NAME>
2014-03-21 11:30:48 Slp: Sco: GetSidForAccount normalized accountName SQLServer2005SQLBrowserUser$<COMPUTER_NAME> parameter to SQLServer2005SQLBrowserUser$<COMPUTER_NAME>
2014-03-21 11:30:48 Slp: Sco: Account name is translated into: S-1-5-21-1616483530-113107344-425543671-1001
2014-03-21 11:30:48 Slp: Sco: Final security descriptor:  D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 SQLEngine: Output SDDL D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU).
2014-03-21 11:30:48 SQLEngine: Leaving Function NLRegSSetting.ReplaceSddlTags.
2014-03-21 11:30:48 SQLEngine: Entering Function NLRegSSetting.SetSecurityDescriptor.
2014-03-21 11:30:48 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
2014-03-21 11:30:48 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.<INSTANCE_NAME>\MSSQLServer\SuperSocketNetLib
2014-03-21 11:30:48 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Sco: Attempting to set security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Sco: Attempting to normalize security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Sco: Attempting to replace account with sid in security descriptor D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be processed: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: ReplaceAccountWithSidInSddl -- SDDL to be returned: 
D:(A;CI;KRKW;;;S-1-5-21-1616483530-113107344-425543671-1016)(A;CI;KR;;;S-1-5-21-1616483530-113107344-425543671-1001)(A;CI;KR;;;BU)
2014-03-21 11:30:48 Slp: Prompting user if they want to retry this action due to the following failure:
2014-03-21 11:30:48 Slp: ----------------------------------------
2014-03-21 11:30:48 Slp: The following is an exception stack listing the exceptions in outermost to innermost order
2014-03-21 11:30:48 Slp: Inner exceptions are being indented
2014-03-21 11:30:48 Slp:
2014-03-21 11:30:48 Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
2014-03-21 11:30:48 Slp:     Message:
2014-03-21 11:30:48 Slp:        
Attempted to perform an unauthorized operation.
2014-03-21 11:30:48 Slp:     Data:
2014-03-21 11:30:48 Slp:       WatsonData = SuperSocketNetLib
2014-03-21 11:30:48 Slp:       DisableRetry = true
2014-03-21 11:30:48 Slp:     Inner exception type: System.UnauthorizedAccessException
2014-03-21 11:30:48 Slp:        
Message:
2014-03-21 11:30:48 Slp:                
Attempted to perform an unauthorized operation.
2014-03-21 11:30:48 Slp:         Stack:
2014-03-21 11:30:48 Slp:                
at System.Security.AccessControl.Win32.GetSecurityInfo(ResourceType resourceType, String name, SafeHandle handle, AccessControlSections accessControlSections, RawSecurityDescriptor& resultSd)
2014-03-21 11:30:48 Slp:                
at System.Security.AccessControl.NativeObjectSecurity.CreateInternal(ResourceType resourceType, Boolean isContainer, String name, SafeHandle handle, AccessControlSections includeSections, Boolean createByName, ExceptionFromErrorCode exceptionFromErrorCode,
Object exceptionContext)
2014-03-21 11:30:48 Slp:                
at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity..ctor(ResourceType resourceType, SafeRegistryHandle handle, AccessControlSections includeSections)
2014-03-21 11:30:48 Slp:                
at Microsoft.SqlServer.Configuration.Sco.SqlRegistrySecurity.Create(InternalRegistryKey key)
2014-03-21 11:30:48 Slp:                
at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.GetAccessControl()
2014-03-21 11:30:48 Slp:                
at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetSecurityDescriptor(String sddl, Boolean overwrite)
2014-03-21 11:30:48 Slp: ----------------------------------------<COMPUTER_NAME>
The service account being used in from SQL 2005 Express that was installed via VS 2008.
Help is appreciated.
jim

Similar Messages

  • Error installing SQL 2008 R2 anyversion. Error code: 1605

    SQL Server Setup has encountered the following error:
    MsiGetProductInfo failed to retrieve ProductVersion for package with Product Code = '{DF167CE3-60E7-44EA-99EC-2507C51F37AE}'. Error code: 1605..
    What I've done so far:
    1) Had to re-install Windows 7 because I kept getting a pop up that said my windows was unregistered, which it wasn't (known bug) so I re-installed as per MS recommendation.
    2) Un-installed SQL 2008 + ran Microsoft Fix It tool.
    3) Tried to re-install but I get this error.
    4) After I got the error I deleted all the registry entries per instructions available where other's have posted this same problem. Started by reversing key and deleting what I found in the registry. 
    5) When I continued to get the error I renamed the registry directory UpgradeCodes to UpgradeCodes.old. Still fails with the same error.
    6) I've rebooted after every step and I've repeated this many times...
    In all cases when I try to re-install it fails with Error code: 1605. At this point when I search the registry for the reversed key it is not found. It's gone.
    Not sure what to do next.
    Any suggestions would be appreciated. Thx

    Hi gridmaster54,
    According to your description, you fail to install SQL Server 2008 R2 with the error code 1605. Please help to post SQL Server setup error log for analysis. By default, SQL Server setup summary and detail logs are located in C:\Program Files\Microsoft SQL
    Server\100\Setup Bootstrap\Log.
    Based on my research, this issue could be due to the remains of a previous unfinished installation. To troubleshoot the issue, please pay attention to the points below.
    1.Make sure that your account has admin rights and you right-click the setup.exe and choose “Run as administrator” to install SQL Server.
    2.Make sure that your account has full control over the following key: HKLM\Software\Microsoft\Windows\CurrentVersion\Installer\UserData\
    Regards,
    Michelle Li

  • Installing SQL 2008 / SQL 2012 in a DMZ covered by RODCs

    Hello guys,
    I'm trying to install SQL 2008 (tried also SQL 2012) in a W2008R2 server that lives in a DMZ site covered by a couple of RODCs.
    The RODCs have full access to the RWDCs, but the traffic is blocked from the rest of computers in the DMZ to the RWDCs.
    Every time I run the wizard to install SQL server, it fails when trying to setup a domain user to run SQL services
    (“Server configuration >> Service Account” step). When I temporary allow the communication from that SQL Server to one of the RWDCs, it works.
    I have obviously cached and prepopulated passwords in the RODCs and I am using Domain Admins and non-domain admins accounts.
    We have more than 30 windows member servers authenticating against those RODCs in the DMZ and everything works fine.
    Any ideas why the SQL installation wizard cannot authenticate against a RODC? I have been googling and I didn’t find anything!
    Btw, I have already posted a similar thread in the SQL forum. They suggested to "install SQL Server with a local Windows
    account and then change the SQL Server service account with to the Domain account". That actually works, but I'd like to find out what is wrong my RO AD setup or this is a just an expected
    behavior in SQL installations covered by RODCs.
    Thanks.

    Any update about the issue?
    Mahdi Tehrani   |  
      |  
    www.mahditehrani.ir
    Please click on Propose As Answer or to mark this post as
    and helpful for other people.
    This posting is provided AS-IS with no warranties, and confers no rights.
    How to query members of 'Local Administrators' group in all computers?

  • Error to install Xcelsius 2008 on Windows vista. Error 1935.

    I have a big problem, I need install Xcelsius 2008 on Windows vista, but when I install the software apper the nex message:
    Error 1935 Error al instalar el ensamblado.
    "Microsoft.VC80.ATL,type ="Win32",version= "8.0.50727.762",pubicKeyToken="1fc8b3b9a1e18e3b",processorArchitecture="x86"". Consulte Ayude y soporte tecnico para obtener mas informacion.

    From a brief Google search, I determined this error message is from Vista. It is not being produced by Xcelsius. You will need to do your own search and determine what is causing Vista to report this error. You can also try installing using instructions for Xcelsius installation on Vista posted elsewhere in these forums.

  • How to install sql 2008 r2 in sql 2008

    Hi,
    I have DB stored in sql 2008.  i need to install sql 2008 r2 without db deletion in sql2008. please let me know which option i should choose and clear solution to me.
    Thanks,

    Hi,
    You can install SQl Server 2008 r2 side by side to SQL Server 2008 Microsoft supports this scenario. I would like you to read
    This article before proceeding .
    If you just want to move database from SQL server 2008 to SQL server 2008 r2 backup the database from 2008 and restore it on 2008 r2. Make sure you map orphaned users to logins
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Wiki Article
    MVP

  • Can not install SQL 2008 server R2

    Hello, 
      when I install SQL 2008 R2, there will be appear some error, and the detail log like these,
      2014-07-28 12:52:37 Slp: Running Action: NotifyProgressComplete
    2014-07-28 12:52:37 Slp: Sco: Attempting to set file full path to 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe.config'
    2014-07-28 12:52:37 Slp: Sco: Attempting to normalize directory path 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe.config'
    2014-07-28 12:52:37 Slp: Sco: Attempting to check if file 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\SQLServer2008R2\x86\setup100.exe.config' exists
    2014-07-28 12:52:37 Slp: The setup100.exe.config file was not found, therefore the DTSWizard and SQLWatson app config files were not replaced
    2014-07-28 12:52:37 Slp: Completed Action: NotifyProgressComplete, returned True
    2014-07-28 12:52:37 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:37 Slp: Skipping Action: DeleteUninstalledPatchRegistryAndCacheFolderAction
    2014-07-28 12:52:37 Slp: Action is being skipped due to the following restrictions: 
    2014-07-28 12:52:37 Slp: Condition "Do any of the specified features match the expected scenario Uninstall" did not pass as it returned false and true was expected.
    2014-07-28 12:52:37 Slp: Completed Action: ExecuteExtendedTimingsWorkflow, returned True
    2014-07-28 12:52:37 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:37 Slp: Running Action: ExecuteCloseWorkflow
    2014-07-28 12:52:37 Slp: Workflow to execute: 'CLOSE'
    2014-07-28 12:52:37 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:37 Slp: Running Action: ProduceStatusLogs
    2014-07-28 12:52:39 Slp: Completed Action: ProduceStatusLogs, returned True
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Running Action: FinalizeProgressStatus
    2014-07-28 12:52:39 Slp: Completed Action: FinalizeProgressStatus, returned True
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Running Action: RebootMessageAction
    2014-07-28 12:52:39 Slp: Completed Action: RebootMessageAction, returned True
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Skipping Action: FinishPage
    2014-07-28 12:52:39 Slp: Action is being skipped due to the following restrictions: 
    2014-07-28 12:52:39 Slp: Condition "Is the user's scenario set to EditionUpgrade" did not pass as it returned false and true was expected.
    2014-07-28 12:52:39 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:39 Slp: Running Action: CloseUI
    2014-07-28 12:52:39 Slp: Stop Action
    2014-07-28 12:52:39 Slp: Completed Action: CloseUI, returned True
    2014-07-28 12:52:39 Slp: Completed Action: ExecuteCloseWorkflow, returned True
    2014-07-28 12:52:39 Slp: Completed Action: ExecuteCompleteWorkflow, returned True
    2014-07-28 12:52:47 Slp: 
    2014-07-28 12:52:47 Slp: 
    2014-07-28 12:52:47 Slp: ----------------------------------------------------------------------
    2014-07-28 12:52:47 Slp: 
    2014-07-28 12:52:47 Slp: Error result: -2068119551
    2014-07-28 12:52:47 Slp: Result facility code: 1211
    2014-07-28 12:52:47 Slp: Result error code: 1
    2014-07-28 12:52:47 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-07-28 12:52:47 Slp: Sco: Attempting to open registry subkey 
    2014-07-28 12:52:47 Slp: Sco: Attempting to open registry subkey Software\Microsoft\PCHealth\ErrorReporting\DW\Installed
    2014-07-28 12:52:47 Slp: Sco: Attempting to get registry value DW0200
    2014-07-28 12:52:48 Slp: Submitted 1 of 1 failures to the Watson data repository
    can you help me? thanks,

    Hi,
    According to your description, we need to verify that if the setup file of SQL Server is corrupted, if it is corrupted, as Shanky’s post, please download it again and reinstall SQL Server 2008 R2 .
    However, if the setup file is complete, please check if there is an anti-virus software or other third-party software on your computer blocking the process of SQL Server installation. In addition, make sure that you configure SQL Server service accounts
    appropriately with administrator permission during the installation. For more details about this error, please review this similar thread:
    Install SQL 2008 R2 on Win 8 fails with Microsoft.SqlServer.Configuration.Sco.ScoException
    For more information about installing SQL Server 2008 R2,please review this blog:
    SQL Server 2008 R2 Sysprep Step by Step.
    Thanks,
    Lydia Zhang

  • Not able to install SQL server on windows 7 - Installation halts during pre-installation.

    Hi Team,
    Am not able to install SQL Server on my windows. i have checked several links and sites. But nothing helped. Following is captured in the boot strap logs.
    2014-09-19 12:31:48 Slp: Running Action: StartSqmSession
    2014-09-19 12:31:48 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-09-19 12:31:48 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\100
    2014-09-19 12:31:48 Slp: Sco: Attempting to get registry value CustomerFeedback
    2014-09-19 12:31:48 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    2014-09-19 12:31:48 Slp: Completed Action: StartSqmSession, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: ValidateSettingsAgainstScenario
    2014-09-19 12:31:48 Slp: Scenario: RunRules
    2014-09-19 12:31:48 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    2014-09-19 12:31:48 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: RunDiscoveryAction
    2014-09-19 12:31:48 Slp: Running discovery on local machine
    2014-09-19 12:31:48 Slp: Discovery on local machine is complete
    2014-09-19 12:31:48 Slp: Completed Action: RunDiscoveryAction, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: DiscoverClusterData
    2014-09-19 12:31:48 Slp: Completed Action: DiscoverClusterData, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: RunStandaloneRules
    2014-09-19 12:31:48 Slp: Running in UI mode, unattended rules execution skipped.
    2014-09-19 12:31:48 Slp: Completed Action: RunStandaloneRules, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: RunRulesUI
    2014-09-19 12:31:48 Slp: Start Action: RunRulesUI
    2014-09-19 12:31:48 Slp: Configuration file: D:\Setup\SQL2008_R2\Standard Edition\x64\configuration.uicfg
    2014-09-19 12:31:48 Slp: Adding registration information 'ShowWizard' for type 'Microsoft.SqlServer.Management.ActionHandlerInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'InstallWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'InstallClusterWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'AddNode' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RemoveNode' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'PrepareClusterWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'CompleteClusterWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'UninstallWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'UpgradeWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'ComponentUpdate' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RepairWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RunRulesUI' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'EditionUpgradeWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'PatchWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RemovePatchWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'PrepareImageWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'CompleteImageWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:49 Slp: Rules to be checked: OsVersionCheck;ThreadHasAdminPrivilegeCheck;RebootRequiredCheck;WmiServiceStateCheck;AclPermissionsFacet;MediaPathLength;SetupCompatibilityCheck
    2014-09-19 12:31:49 Slp: If any rule does not pass, setup can still continue: True
    2014-09-19 12:31:49 Slp: Adding rule result notification channel: RulesEngineNotificationChannel
    2014-09-19 12:31:49 Slp: Loading rule: OsVersionCheck
    2014-09-19 12:31:49 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetOsInfo
    2014-09-19 12:31:49 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: ThreadHasAdminPrivilegeCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetAdminCheck
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: RebootRequiredCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetRebootRequired
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: WmiServiceStateCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.WmiServiceInfo
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: AclPermissionsFacet
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.AclPermissionsFacet
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: MediaPathLength
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.MediaPathLenghtFacet
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: SetupCompatibilityCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.SetupCompatibilityCheck
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Executing rules engine...
    2014-09-19 12:31:50 Slp: Completed Action: RunRulesUI, returned True
    2014-09-19 12:31:50 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:50 Slp: Running Action: GatherUserSettings
    2014-09-19 12:31:50 Slp: Start rule execution, total number of rules loaded: 7
    2014-09-19 12:31:50 Slp: Initializing rule      : Minimum operating system version
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetOsInfo
    2014-09-19 12:31:50 Slp: Rule 'OsVersionCheck' detection result: major=6, minor=1, SP=1
    2014-09-19 12:31:50 Slp: Evaluating rule        : OsVersionCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The operating system version meets the minimum requirements for this product.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Setup administrator
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetAdminCheck
    2014-09-19 12:31:50 Slp: Rule 'ThreadHasAdminPrivilegeCheck' Result: Running thread has administrator privilege.
    2014-09-19 12:31:50 Slp: Evaluating rule        : ThreadHasAdminPrivilegeCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The account running SQL Server Setup has administator rights on the computer.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Restart computer
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetRebootRequired
    2014-09-19 12:31:50 Slp: Rule 'RebootRequiredCheck' results: IsRebootNotRequired=True
    2014-09-19 12:31:50 Slp: Evaluating rule        : RebootRequiredCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The computer does not require a restart.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Windows Management Instrumentation (WMI) service
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.WmiServiceInfo
    2014-09-19 12:31:50 Slp: Rule 'WmiServiceStateCheck' detection result: WMI Service is running
    2014-09-19 12:31:50 Slp: Evaluating rule        : WmiServiceStateCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The Windows Management Instrumentation (WMI) service is running.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Consistency validation for SQL Server registry keys
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.AclPermissionsFacet
    2014-09-19 12:31:50 Slp: Launching external tool: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x64.exe
    2014-09-19 12:31:50 Slp: ------------------------------------------------------------
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\Client - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\Client\SuperSocketNetLib - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\Client\SuperSocketNetLib\LastConnect - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\10.50 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap\Setup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\1033 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\1033\CurrentVersion - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\CurrentVersion - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\MSIRefCount - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\ConfigurationState - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools\ClientSetup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools\Shortcut - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools\Shortcut\SQL Server Installation Center R2 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Setup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER1 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER1\Setup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount\SqlRsFx0150 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount\SqlSupport10R2 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount\sql_ssms - OK.
    2014-09-19 12:31:50 Slp: ------------------------------------------------------------
    2014-09-19 12:31:50 Slp: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x64.exe exit code: 0
    2014-09-19 12:31:50 Slp: Launching external tool: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x86.exe
    2014-09-19 12:31:50 Slp: ------------------------------------------------------------
    2014-09-19 12:31:51 Slp: ------------------------------------------------------------
    2014-09-19 12:31:51 Slp: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x86.exe exit code: 0
    2014-09-19 12:31:51 Slp: Rule 'AclPermissionsFacet' detection result: AreSqlAclPermissionsCanonical= True 
    2014-09-19 12:31:51 Slp: Evaluating rule        : AclPermissionsFacet
    2014-09-19 12:31:51 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:51 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:51 Slp: Rule evaluation message: SQL Server registry keys are consistent and can support SQL Server installation or upgrade.
    2014-09-19 12:31:51 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:51 Slp: Initializing rule      : Long path names to files on SQL Server installation media
    2014-09-19 12:31:51 Slp: Rule applied features  : ALL
    2014-09-19 12:31:51 Slp: Rule is will be executed  : True
    2014-09-19 12:31:51 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.MediaPathLenghtFacet
    2014-09-19 12:31:51 Slp: Rule 'MediaPathLength' INSTALLMEDIAPATH length is 47
    2014-09-19 12:31:51 Slp: Evaluating rule        : MediaPathLength
    2014-09-19 12:31:51 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:51 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:51 Slp: Rule evaluation message: The SQL Server installation media is not too long.
    2014-09-19 12:31:51 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:51 Slp: Initializing rule      : SQL Server Setup Product Incompatibility
    2014-09-19 12:31:51 Slp: Rule applied features  : ALL
    2014-09-19 12:31:51 Slp: Rule is will be executed  : True
    2014-09-19 12:31:51 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.SetupCompatibilityCheck
    2014-09-19 12:31:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-09-19 12:31:51 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\100\Bootstrap\Incompatibilities
    2014-09-19 12:31:51 Slp: Searching for reg path SOFTWARE\Microsoft\Microsoft SQL Server\100\Bootstrap\Incompatibilities. Open subkey result is False
    2014-09-19 12:31:51 Slp: Regkey not present. No incompatibilities
    2014-09-19 12:31:51 Slp: Incompatibility detected = False
    2014-09-19 12:31:51 Slp: Evaluating rule        : SetupCompatibilityCheck
    2014-09-19 12:31:51 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:51 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:51 Slp: Rule evaluation message: Setup has not detected any incompatibilities.
    2014-09-19 12:31:51 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:51 Slp: Saving results to datastore...
    2014-09-19 12:31:51 Slp: Saved to directory.......C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\SystemConfigurationCheck_Report.htm
    2014-09-19 12:31:51 Slp: Sco: Attempting to create directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources
    2014-09-19 12:31:51 Slp: Sco: Attempting to create directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources, security descriptor 
    2014-09-19 12:31:51 Slp: Sco: Attempting to set directory full path
    2014-09-19 12:31:51 Slp: Sco: Attempting to normalize directory path C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources
    2014-09-19 12:31:51 Slp: Sco: Directory 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources' already exists, skipping creation, moving to set security descriptor.
    2014-09-19 12:31:51 Slp: Sco: Attempting to set security descriptor for directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources, security descriptor 
    2014-09-19 12:31:51 Slp: Sco: Attempting to check if directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources exists
    2014-09-19 12:31:51 Slp: Sco: SDDL is NULL/empty and overwriteSecurityDescriptor is false, so nothing to do, return.
    2014-09-19 12:31:51 Slp: Generating HTML report by applying XsltTransformation and saving to Log folder...
    2014-09-19 12:31:51 Slp: Rules evaluation report is available now at C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\SystemConfigurationCheck_Report.htm
    2014-09-19 12:31:54 Slp: Completed Action: GatherUserSettings, returned True
    2014-09-19 12:31:54 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:54 Slp: Running Action: Progress
    2014-09-19 12:31:54 Slp: Completed Action: Progress, returned True
    2014-09-19 12:31:54 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:54 Slp: Running Action: Close
    2014-09-19 12:31:54 Slp: Stop Action
    2014-09-19 12:31:54 Slp: Completed Action: Close, returned True
    2014-09-19 12:31:55 Slp: 
    2014-09-19 12:31:55 Slp: 
    2014-09-19 12:31:55 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:55 Slp: 
    2014-09-19 12:31:55 Slp: Setup result: 0

    Hi,
    Iam try to install Microsoft SQL Server 2008 R2 on Windows 7.
    Following is the contents from summary file.
    Overall summary:
      Final result:                  Passed
      Exit code (Decimal):           0
      Exit message:                  Passed
      Start time:                    2014-09-19 12:31:55
      End time:                      2014-09-19 12:32:16
      Requested action:              ComponentUpdate
    Machine Properties:
      Machine name:                  J1018165WIN7LT
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         D:\Setup\SQL2008_R2\Standard Edition\x64\setup\
      Installation edition:          STANDARD
    User Input Settings:
      ACTION:                        ComponentUpdate
      CONFIGURATIONFILE:             
      ENU:                           True
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      PASSPHRASE:                    *****
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\ConfigurationFile.ini
    Detailed results:
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\SystemConfigurationCheck_Report.htm

  • How to install sql server on Windows 8

    Hello Everyoene,
    I want to install Sql server express or any free edition of sql server in Windows 8. Can some one suggext how to do this?
    Regards
    Gautam
    Gautam S

    Hello,
    The following article, although created for Windows Server 2008 R2, it still provides the steps for installing SQL Server Express Edition:
    http://www.sqlcoffee.com/SQLServer2012_0017.htm
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • EVDRE error after adding new member - AFTER installing SQL 2008 R2 SP1 CU2

    Hi guys.
    We're seeing the same error as detailed in Link:[Re: EVDRE error AFTER expanding on a newly added member, sometimes....;
    Basically, any new members that are added appear in the SQL tables, but throw out "EVDRE has encountered a problem..." when trying to use them.
    Generally, this problem clear up if we leave the member overnight (although why this should be, I have no idea - the system does nothing extra overnight).
    We have tried processing the cube, full processing of the application and even a server reboot, all to no avail.
    However, the generally accepted fix for this is to upgrade SQL 2008 R2 to SP1 CU2 (SQL 10.50.2772)
    This system was patched to that level before BPC was ever installed, precisely to avoid this problem.
    This is not the first time that we have seen this behaviour.
    I have experienced it in one other environment, which I keep meaning to rebuild.
    These installations are in completely different environments.  The only similarities are that they both use Windows Server 2008 R2 and SQL 2008 R2.
    The issue only started to appear in this second environment today (we have 3 other environments with the same software version that do not have the problem).
    It had been assumed before today that the first problematic environment might need a rebuild due to this issue being caused by some other factor.
    However, this is now far too coincidental to be the case.
    Has anyone seen similar issues even after patching to v10.50.2772, or does anyone have any suggestions at all.
    I could really do with a quick win on this one.
    Thanks

    Hi,
    i've had the same issue in the same days. I confirm that the issue appear after adding any member and it's clear overnight.
    My system is different:
    Windows Server 2008 NT 6.0 <X64> (Build 6002: Service Pack 2) Enterprise Edition
    and Microsoft SQL Server 2008 Enterprise Edition (SP1) - 10.0.2841.0 (X64)
    The issue appears in the last months.
    It's occurs only on specific machine (always the same client), in the same moment other machines can open the same input schedule and expand without problem.
    I've noted also that when I cancel the added member the issue disappear, the same behaviour with APShell.
    I have the same configuration on development and test environment, same version of O.S. and SQL server, but there I don't have problem. The only difference is that these two environments are single server (application and DB server on the same machine) Instead, the production environment is multiserver (2 application server + DB server).
    Maybe there is a service that take a long time for sincronization (it's triggered in the night?).
    Could you verify if on some machine the evdre works fine and and that when you delete the  added member evdre starts to work?
    Kind regards
    Roberto
    Edited by: Roberto Vidotti on Dec 19, 2011 6:01 PM

  • Installing SQL Server on Windows 8.1 Enterprise

    I have tried to install SQL Sever 2012 Developer Edition five times on Windows 8.1 Enterprise.
    I get this error:
    Could not find the Database Engine startup handle
    What could be causing this problem? 
    (Update: I just seen I have been trying to install SQL Server 2012 32-bit and not 64-bit. Could this be the problem?)

    I have tried to install SQL Sever 2012 Developer Edition five times on Windows 8.1 Enterprise.
    I get this error:
    Could not find the Database Engine startup handle
    What could be causing this problem? 
    (Update: I just seen I have been trying to install SQL Server 2012 32-bit and not 64-bit. Could this be the problem?)
    Hello,
    This error generally points out to fact that account which you are using is not able to start database engine after installation or in between.There can be quite few reasons for that.I would like you to paste log file for failed installation using below
    link
    http://technet.microsoft.com/en-us/library/ms143702.aspx
    Please make sure all previous failed installations are removed completely.
    If possible create a new ID add it into local windows administrator and then try installation with that ID.Or you can login in windows with that ID .Go to setup files RK on Set.up.exe and select run as administrator
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Installing SQL developer on windows 7

    Hi all,
    Please has anybody successfully installed Oracle SQL developer on windows 7 (64 bit system)? I have been trying to do that for some time now but it has not worked out? I even downloaded the beta version of JDK i.e. JDK version 7 on advice from a google user. Here, there was an instruction that I need to change the file to make it executable which I don't know how to do. Can someone help me out here?

    Hi,
    I have also installed on windows 7 but the screen refresh rate is pretty bad.
    By this I mean have a lot of SQL in the SQL editor and scrolling up and down in the box. We use this as a development tool and it is stopping the roll out of Windows 7 to the development team.
    Is there a work around to this or is anyone else experiencing this problem. ?
    By the way Java version is
    java version "1.6.0_17"
    Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
    Java HotSpot(TM) Client VM (build 14.3-b01, mixed mode, sharing)
    Any help appreciated.

  • Cant install sql server on windows 7 home premium 64bit

    during installation assitant tell me registrarion key is invalid and cancel the installation, i have try like 4 diferent versions os sql server and all the same! any sugetion!!

    Hi Orlando17R,
    Are you getting the following error message when installing SQL Server?
    “The configuration registry key is invalid”
    If that is the case, you might need to rebuild Performance Counters, for more details, please review this similar blog:
    SQL Server 2008
    R2 Installation Issue : ” The configuration registry key is invalid”.              
    However, if the issue still persists, please help to post the summary and detail logs for analysis. For more information
     about how to view SQL Server Setup log files, please review this
    article.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • Installing crystal 2008 on windows 2003 64 bit Itanium server

    We just purchased crystal 2008. We want to install the crystal runtime on windows 2003 itanium 64bit.
    After install. the reports give crystal run time error.

    what about:-
    https://edelivery.oracle.com/EPD/Download/get_form?egroup_aru_number=10880598
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (64-Bit) on Intel Itanium DVD (Part 1 of 5) B24898-01 Part 1 of 5 522M
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (64-Bit) on Intel Itanium DVD (Part 2 of 5) B24898-01 Part 2 of 5 566M
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (64-Bit) on Intel Itanium DVD (Part 3 of 5) B24898-01 Part 3 of 5 435M
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (64-Bit) on Intel Itanium DVD (Part 4 of 5) B24898-01 Part 4 of 5 595M
    Oracle® Database 10g Release 2 (10.2.0.1.0) for Microsoft Windows (64-Bit) on Intel Itanium DVD (Part 5 of 5) B24898-01 Part 5 of 5 583M

  • Install Infoview 2008 on Windows 2008 32 bit server TomCat.

    I have a 32 bit 2008 Windows server. I installed Infoview but users could not upload reports. The IT department did Windows updates and rebooted the server. I was missing about 1 gb of files. I was able to restore almost every thing from the back up the night before. TomCat would not start. So I went to uninstall only to find there was no option to uninstall. I tried to install again. No dice. I installed TomCat by its self and got it running. Then installed Infoview. It installed with out issue. But TomCat still just shows it's default page. So..
    How do I get TomCat to show Infoview?
    Is this a fixable situation?

    1.1 What exactly have you installed on this Windows Server? I put in the 2008 Infoview Business Objects cd and whet through the wizard. I used an existing MSSQL Server install and told it to install TomCat. IIS is running on the same box but I didn't see an option to use it.
    1.2 Did you install just the Web Components or you installed the application servers, or you installed both on the same server? I don't know what you mean by Web Components or application servers. But everything is one the same server.
    2. What files did you lose? That was the odd part there was random files missing. 3 of the 4 ASP.NET applications would not start. I have yet to get a better explanation of what happened from IT.
    Someone else on my team ran the uninstall for the Crystal Reports Server and ran it. And then removed my install of TomCat yesterday. So I just started the install again and told it to install TomCat.

  • Cannot instal SQL 2008 even after uninstalling VS 2008.

    Hi,
    I am getting the error "Previous release of Visual Studio 2008" failed. I am getting the same error even after uninstalling all the .Net components
    including Visual Studio.
    Please help.
    Thanks.

    Please try this method:
    1. Removing every mention of Microsoft Visual Studio 2008 in the Registry.
    2. Installing SP1's for every of the 4 Express parts of Visual Studio 2008
    more info:
    VSShellInstalledRule failure
    Cheers,
    Saeid Hasani
    Database Consultant
    Please feel free to contact me at [email protected] as well as on Twitter and Facebook.
    [My Writings on TechNet Wiki] [T-SQL Blog] [Curah!]
    [Twitter] [Facebook] [Email]

Maybe you are looking for