SQL Server installation paths best practices

In my company we're planning to setup a new (consolidated) SQL Server 2012 server (on Windows 2012 R2, VMWare). Current situation is there is a SQL Server 2000, a few SQL Server 2008 Express and a lot of Access databases. For the installation I'm wondering
what the best selections for the various installation paths are. Our infra colleagues (offshore) have the following standard partition setup for SQL Server servers:
C:\ OS
E:\ Application
L:\ Logs
S:\ DB
T:\ TEMPDB
And during the installation I have to make a choice for the following
Shared feature directory: x:\Program Files\Microsoft SQL Server\
Shared feature directory (x86): x:\Program Files\Microsoft SQL Server\
Instance root directory (SQL Server, Analysis Services, Reporting Services): x:\Program Files\Microsoft SQL Server\
Database Engine Configuration Data Directories:
Data root directory: x:\Program Files\Microsoft SQL Server\
User database directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
User database log directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Temp DB directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Temp DB log directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Backup directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Analysis Services Configuration Data Directories:
User database directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
User database log directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Temp DB directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Temp DB log directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Backup directory: x:\Program Files\Microsoft SQL Server\MSSQL11.x\MSSQL\...
Distributed Replay Client:
Working Directory: x:\Program Files (x86)\Microsoft SQL Server\DReplayClient\WorkingDir\
Result Directory: x:\Program Files (86)\Microsoft SQL Server\DReplayClient\ResultDir\
So I'd like some on assistance on the filling in the x drive letters. I understand it's best practice to seperate the data files and the logs files. But should that also be the case for TempDB? And should both the database and tempdb log files go to the
same log paritition then? What about the backup directories? Any input is very much appreciated!
Btw, I followed the http://www.sqlservercentral.com/blogs/basits-sql-server-tips/2012/06/23/sql-server-2012-installation-guide/ guide for the installation (Test server now).

You can place all installation libraries on E:\ Drive.
>>So I'd like some on assistance on the filling in the x drive letters. I understand it's best practice
to seperate the data files and the logs files. But should that also be the case for TempDB? And should both the database and tempdb log files go to the same log paritition then? What about the backup directories? Any input is very much appreciated!
You can place tempdb data files on T drive and I prefer to place tempdb log and user database log file
on the same drive i.e is L:\ Drive.
>>Backup directories
If you are not using any third party tool then i would prefer to create separate drive for backup.
Refer the below link for further reading
http://www.brentozar.com/archive/2009/02/when-should-you-put-data-and-logs-on-the-same-drive/
--Prashanth

Similar Messages

  • SQL Server 2008 / 2012 - Best practices document

    Hello Everyone
    Can anybody share SQL Server 2008 / 2012 - Best practices.
    Regards
    Prashanth
    SharePoint Administrator

    Take a look here:
    http://channel9.msdn.com/Series/Tuning-SQL-Server-2012-for-SharePoint-2013/Tuning-SQL-Server-2012-for-SharePoint-2013-01-Key-SQL-Server-and-SharePoint-Server-Integration-Conce (4 part video series)
    https://technet.microsoft.com/en-us/library/hh292622.aspx
    Trevor Seward
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SQL Server 2012 Infrastructure Best Practice

    Hi,
    I would welcome some pointers (direct advice or pointers to good web sites) on setting up a hosted infrastructure for SQL Server 2012. I am limited to using VMs on a hosted site. I currently have a single 2012 instance with DB, SSIS, SSAS on the same server.
    I currently RDP onto another server which holds the BI Tools (VS2012, SSMS, TFS etc), and from here I can create projects and connect to SQL Server.
    Up to now, I have been heavily restricted by the (shared tenancy) host environment due to security issues, and have had to use various local accounts on each server. I need to put forward a preferred environment that we can strive towards, which is relatively
    scalable and allows me to separate Dev/Test/Live operations and utilise Windows Authentication throughout.
    Any help in creating a straw man would be appreciated.
    Some of the things I have been thinking through are:
    1. Separate server for Live Database, and another server for Dev/Test databases
    2. Separate server for SSIS (for all 3 environments)
    3. Separate server for SSAS (not currently using cubes, but this is a future requirement. Perhaps do not need dedicated server?)
    4. Separate server for Development (holding VS2012, TFS2012,SSMS etc). Is it worth having local SQL Server DB on this machine. I was unsure where SQL Server Agent Jobs are best run from i.e. from Live Db  only, from another SQL Server Instance, or to
    utilise SQL ServerAgent  on all (Live, Test and Dev) SQL Server DB instances. Running from one place would allow me to have everything executable from one place, with centralised package reporting etc. I would also benefit from some license cost
    reductions (Kingsway tools)
    5. Separate server to hold SSRS, Tableau Server and SharePoint?
    6. Separate Terminal Server or integrated onto Development Server?
    7. I need server to hold file (import and extract) folders for use by SSIS packages which will be accessible by different users
    I know (and apologise that) I have given little info about the requirement. I have an opportunity to put forward my requirement for x months into the future, and there is a mass of info out there which is not distilled in a way I can utilise. It would
    be helpful to know what I should aim for, in terms of separate servers for the different services and/or environments (Live/Test/Live), and specifically best practice for where SQL Server Agent jobs should be run from , and perhaps a little info on how to
    best control deployment/change control . (Note my main interest is not in application development, it is in setting up packages to load/refresh data marts fro reporting purposes).
    Many thanks,
    Ken

    Hello,
    On all cases, consider that having a separate server may increase licensing or hosting costs.
    Please allow to recommend you Windows Azure for cloud services.
    Answers.
    This is always a best practice.
    Having SSIS on a separate server allows you isolate import/export packages, but may increase network traffic between servers. I don’t know if your provider charges
    money for incoming traffic or outgoing traffic.
    SSAS on a separate server certainly a best practice too.
     It contributes to better performance and scalability.
    SQL Server Developer Edition cost about $50 dollars only. Are you talking about centralizing job scheduling on an on-premises computer than having jobs enable on a
    cloud service? Consider PowerShell to automate tasks.
    If you will use Reporting Services on SharePoint integrated mode you should install Reporting Services on the same server where SharePoint is located.
    SQL Server can coexist with Terminal Services with the exception of clustered environments.
    SSIS packages may be competing with users for accessing to files. Maybe copying them to a disk resource available for the SSIS server may be a better solution.
    A few more things to consider:
    Performance storage subsystem on the cloud service.
    How Many cores? How much RAM?
    Creating a Domain Controller or using active directory services.
    These resources may be useful.
    http://www.iis.net/learn/web-hosting/configuring-servers-in-the-windows-web-platform/sql-2008-for-hosters
    http://azure.microsoft.com/blog/2013/02/14/choosing-between-sql-server-in-windows-azure-vm-windows-azure-sql-database/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL SERVER INSTALLATION FAILS AND I TRIED SO MANY TIMES TO INSTALL AFTER UNSINSTALLATION , BUT IT SEEMS WORTHLESS.KINDLY SUGGEST ME .

    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2147467259
      Start time:                    2015-02-16 10:35:41
      End time:                      2015-02-16 11:15:03
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for SSMS:            Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for BIDS:            Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  ABHI
      Machine processor count:       4
      OS version:                    Future Windows Version
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         f:\33ee254b43729031825c982f\x64\setup\
      Installation edition:          Express
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    true
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, RS, BIDS, BOL, SSMS, SNAC_SDK, LOCALDB
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  false
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  NT Service\ReportServer
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQLSERVER
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           ABHI\abhi24
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  true
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150216_102728\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Common Files
      Component error code:          0x84BB0001
      Error description:             The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the
    failure of the WMI server to start.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xA60E3551%400xD3BEBD98%401211%401&EvtType=0xA60E3551%400xD3BEBD98%401211%401
      Feature:                       SQL Server Data Tools
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Common Files
      Component error code:          0x84BB0001
      Error description:             The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the
    failure of the WMI server to start.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xA60E3551%400xD3BEBD98%401211%401&EvtType=0xA60E3551%400xD3BEBD98%401211%401
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Common Files
      Component error code:          0x84BB0001
      Error description:             The MOF compiler could not connect with the WMI server. This is either because of a semantic error such as an incompatibility with the existing WMI repository or an actual error such as the
    failure of the WMI server to start.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xA60E3551%400xD3BEBD98%401211%401&EvtType=0xA60E3551%400xD3BEBD98%401211%401
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The system cannot find the path specified
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xF57C3D6F%400xDC80C325&EvtType=0xF57C3D6F%400xDC80C325
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The system cannot find the path specified
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xF57C3D6F%400xDC80C325&EvtType=0xF57C3D6F%400xDC80C325
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x80004005
      Error description:             The system cannot find the path specified
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xF57C3D6F%400xDC80C325&EvtType=0xF57C3D6F%400xDC80C325
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       Documentation Components
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
      Feature:                       LocalDB
      Status:                        Passed
      Feature:                       SQL Client Connectivity
      Status:                        Passed
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150216_102728\SystemConfigurationCheck_Report.htm

    Hi,
    It seems to me like you have
    1. Previous failed instance of SQL Server installation which subsequently caused further SQL Server installations to fail
    2. The windows account with which you logged into machine to install SQL Server is corrupt
    You can, If possible create a new windows account give it admin privileges and then log into machine using this account
    After you login follow below method to remove failed SQL Server installation
    Uninstall
    Uninstall SQL Server completely from add remove program. Make sure no previous failed installation fragments are present on your system. Please use this
    link for uninstalling existing instance of SQL Server
    . If you have SQL Server 2005
    use this link .
    If you are unable to uninstall SQL Server completely because you deleted SQL Server files and un-installation is giving error please follow below method. This method is tested and suggested on
    this thread and 
    Forum .
    Below Solution (about removing reg keys) will work correctly for SQL Server having Just one instance.
    If you have multiple instances and you have messed up SQL Server installation please contact Microsoft Support personal to get better guidance on removal of SQL Server. Please DONT use this method if you are new to SQL Server take help of experienced
    DBA to locate proper registry keys and remove them if you are not confident at all it would be better calling Microsoft Support.
    Note: Removing necessary registry entries might cause SQL Server instance to crash so backup registry before doing changes.
    1. Uninstall the existing SQL Server  and all the components from the add remove program.
    2.
    Backup the registry .
    3. Delete the following keys using regedit:
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server
    --HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\MSSQLServer
    4. Go to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall and delete all the sub-keys referencing SQL Server.
    5. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services and delete all the keys referencing SQL Server.
    6. Rename all the SQL Server folders in the computer.
    7. Reboot the machine.
    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

  • SQL Server installation failed with Exit code (Decimal): -2068643839

    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2009-10-20 23:58:46
      End time:                      2009-10-21 00:56:30
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xBE029E38%400x12C2466D
    Machine Properties:
      Machine name:                  ADI
      Machine processor count:       2
      OS version:                    Windows XP
      OS service pack:               Service Pack 3
      OS region:                     România
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                                  Language             Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         d:\e9d5147ebef49a28bb15\x86\setup\
      Installation edition:          EXPRESS_ADVANCED
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      True
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\ConfigurationFile.ini
      ENABLERANU:                    True
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLEXPRESS
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   d:\e9d5147ebef49a28bb15\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   True
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  Romanian_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\Network Service
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\Detail.txt
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0x12C2466D
      Configuration error description: '' is not a valid login or you do not have permission.
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\Detail.txt
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20091020_235135\SystemConfigurationCheck_Report.htm

     Hi All,
    I am also having same issue:-
    long time back i installed default sql 2008 with sp1 in win2008 R2 server in drive(system data files) M:\, but some time back windows team deleted all the system datafiles from drive, now when i am trying to uninstall\install default sql 2008
    getting below error. manually i have removed all the mssqlserver,version entry from registry and deleted all the remaining folder from drive C:\, but still error is comming.
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2011-06-12 23:14:10
      End time:                      2011-06-12 23:20:59
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xF57C3D6F%400xFB92A9BB
    Machine Properties:
      Machine name:                  XXXXXXXXX
      Machine processor count:       8
      OS version:                    Windows Server 2008
      OS service pack:              
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         D:\sql dump\SQL 2008 EE 64 Bit\x64\setup\
      Installation edition:          ENTERPRISE
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASXXXXXXXXX:      False
      AGTSVCACCOUNT:                 XXXXXXXXX\XXXXXX
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\ConfigurationFile.ini
      ENABLERANU:                    False
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   D:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   D:\sql dump\SQL 2008 EE 64 Bit\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP850_BIN2
      SQLSVCACCOUNT:                 xxxxxxx\xxxxxxxx
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           xxxxxxx\xxxxxxxx
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\Detail.txt
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20110612_230738\SystemConfigurationCheck_Report.htm
    india

  • Problem installing SQL Server 2012 SP1: "managed sql server installer has stopped working"

    Hello,
    I have a big problem.
    I just downloaded SQL Server 2012 SP1 and I only want to install SSMS. The installer always crashes with an error message "managed sql server installer has stopped working".
    I already tried all solutions from Google for this problem but nothing works.
    Can someone help me plase?
    My System: Window 8 Pro with Visual Studio 2012.
    Thanks
    Sven

    Would you please uplaod/share SQL Server setup logs
    C:\Program
    Files\Microsoft
    SQL Server\110\Setup
    Bootstrap\Log\20130125_133342
    to file sharing service like SkyDrive.com
    FAQ
    Regards,
    Ahmed Ibrahim
    SQL Server Setup Team
    My Blog
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and "Vote as Helpful"
    on posts that help you.
    This can be beneficial to other community members reading the thread.

  • SQl Server Installation failing for Database Engine and Its Services

    Hi,
    I was trying to install SQL SERVER 2008 R2 on VM having 500 GB hard disk and 16 GB RAM.
    OS is Windows Server 2008
    But it fails for Database Engine.
    Installation Details are as Below.
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068119551
      Exit facility code:            1211
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2014-10-13 18:41:01
      End time:                      2014-10-13 19:26:32
      Requested action:              Install
      Log with failure:              C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20141013_183354Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.50.1600.1%26EvtType%3d0x476BF04A%400xBB814387
    Machine Properties:
      Machine name:                  KVS-IN-WFAN092
      Machine processor count:       4
      OS version:                    Windows Server 2008 R2
      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
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         di-softwareSoftwaresSQLSQL_2008_R2_Enterprisex64setup
      Installation edition:          ENTERPRISE
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITYNETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Automatic
      CONFIGURATIONFILE:             C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20141013_183354ConfigurationFile.ini
      CUSOURCE:                      
      ENABLERANU:                    False
      ENU:                           True
      ERRORREPORTING:                False
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,SSMS,ADV_SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITYLOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:Program FilesMicrosoft SQL Server
      INSTALLSHAREDWOWDIR:           C:Program Files (x86)Microsoft SQL Server
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:Program FilesMicrosoft SQL Server
      INSTANCEID:                    SQLServer
      INSTANCENAME:                  SQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITYNetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      NPENABLED:                     0
      PASSPHRASE:                    *****
      PCUSOURCE:                     
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      ROLE:                          <empty>
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITYNETWORK SERVICE
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           KRONOSENGsuperuser
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    1
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20141013_183354ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:Program FilesMicrosoft SQL Server100Setup BootstrapLog20141013_183354SystemConfigurationCheck_Report.htm
    And Error in log file are maily as below.
    2014-10-13 19:26:27 Slp: Completed Action: SqlBrowserConfigAction_install_Startup_Cpu32, returned True
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64_Install_Startup_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64_Install_Startup_postmsi The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64. There are 11
    dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "SqlBrowserConfigEngAction_install_Startup_Cpu64" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: SqlBrowserConfigEngAction_install_Startup_Cpu64 The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64. There are 11 dependant features. The feature is tested
    for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "SqlEngineConfigAction_install_startup_Cpu64" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: SqlEngineConfigAction_install_startup_Cpu64 The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64. There are 11 dependant features. The feature is tested
    for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64_Install_Startup_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64_Install_Startup_postmsi The condition tests feature: MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64. There are 2 dependant
    features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "AgentInstall_AgentInstallStartup_Cpu64" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: AgentInstall_AgentInstallStartup_Cpu64 The condition tests feature: MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64. There are 2 dependant features. The feature is tested for results:
    ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64_Install_Startup_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64_Install_Startup_postmsi The condition tests feature: SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64. There
    are 3 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_SQL_FullText_Adv_sql_fulltext_Cpu64_Install_Startup_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_FullText_Adv_sql_fulltext_Cpu64_Install_Startup_postmsi The condition tests feature: SQL_FullText_Adv_sql_fulltext_Cpu64. There are 3 dependant features. The feature
    is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "FulltextConfigAction_install_startup_Cpu64" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: FulltextConfigAction_install_startup_Cpu64 The condition tests feature: SQL_FullText_Adv_sql_fulltext_Cpu64. There are 3 dependant features. The feature is tested for results:
    ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64_Install_StartupFinalize_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64_Install_StartupFinalize_postmsi The condition tests feature: SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64. There
    are 11 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64_Install_StartupFinalize_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64_Install_StartupFinalize_postmsi The condition tests feature: MPT_AGENT_CORE_CNI_sql_engine_core_inst_Cpu64. There are
    2 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64_Install_StartupFinalize_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64_Install_StartupFinalize_postmsi The condition tests feature: SQL_Replication_Core_Inst_sql_engine_core_inst_Cpu64.
    There are 3 dependant features. The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Action "ConfigEvent_SQL_FullText_Adv_sql_fulltext_Cpu64_Install_StartupFinalize_postmsi" will return false due to the following conditions:
    2014-10-13 19:26:27 Slp: Condition "Feature dependency condition for action: ConfigEvent_SQL_FullText_Adv_sql_fulltext_Cpu64_Install_StartupFinalize_postmsi The condition tests feature: SQL_FullText_Adv_sql_fulltext_Cpu64. There are 3 dependant features.
    The feature is tested for results: ValidateResult, Result." did not pass as it returned false and true was expected.
    2014-10-13 19:26:27 Slp: Condition is false because the required feature SQL_Engine_Core_Inst_sql_engine_core_inst_Cpu64 failed in result Result
    2014-10-13 19:26:27 Slp: Completed Action: PostMsiTimingConfigAction, returned True
    2014-10-13 19:26:27 Slp: Completed Action: ExecuteStandardTimingsWorkflow, returned True
    2014-10-13 19:26:27 Slp: ----------------------------------------------------------------------
    2014-10-13 19:26:27 Slp: Running Action: ExecuteExtendedTimingsWorkflow
    Thanks,
    Mahesh

    I have uploaded detail.txt at below url.
    http://m.uploadedit.com/b041/1413264342685.txt
    Hi Mahesh,
    According to log file, I find the message ‘The setup100.exe.config file was not found, therefore the DTSWizard and SQLWatson app config files were not replaced’. It seems that the SQL Server setup file is not complete. Please check that if the SQL Server
    setup file is corrupted, if it is corrupted, please download it again and reinstall SQL Server 2008 R2.
    However, if there’s no problem with the setup file, please check that if there is third-party software such as anti-virus software on your computer blocking the process of SQL Server installation. In addition, make sure that you choose ‘Run as administrator’
    to launch the setup and configure SQL Server service accounts appropriately with administrator permission during the installation.
    For more details about this error, please review the following similar thread.
    http://answers.flyppdevportal.com/categories/sqlserver/sqlsetupandupgrade.aspx?ID=ad794a97-09ae-4aae-9d68-0b06f9af3e16
    Thanks,
    Lydia Zhang

  • Managed sql server installer has stopped working sql 2008 r2

    I tried to installed sql 2008 r2 on my windows 7 but unfortunately I got message "managed sql server installer has stopped working"
    1. I tried to program feature on and off feature 
    2. I checked setup file is corrupted or not setup file is well in condition
    3. I turn on firewall too.
    then again I tried to installed again same problem I faced.
    please any different way to overcome from this problem!
    regard Bishnu Khaling!

    Hi Bishnu,
    As Shanky’s post, you can post the SQL Server setup log files for analysis.
    According to the error message, it is usually a problem with the installation of .NET Framework on the machine. However, from your description, you try to turn on the Microsoft .NET Framework 3.5 feature and still fail to install SQL Server 2008 R2.
    Do you reboot your computer after enabling .NET Framework 3.5?
    To further troubleshoot this issue, I recommend you perform the following steps.
    1. Run the below tool to verify the state of one or more versions of the .NET Framework on the computer .
    http://blogs.msdn.com/b/astebner/archive/2008/10/13/8999004.aspx
    2. If .Net Frameworks 3.5 cannot be verified in step1, please use the
    .NET Framework Repair Tool to repair it.
    3. If there’s no problem with .Net Frameworks 3.5, and you also have .NET Framework 4.0 or 4.5 installed on the computer, please uninstall .NET Framework 4.0 or 4.5 completely. Then reinstall SQL Server and check if it is successful.
    4. In addition, please make sure that the Windows 7 system is not damaged.
    For more details about the error, you can also review the following blog.
    Fix: Managed SQL Server installer has stopped working on Windows 7 | 8:
    http://www.thewindowsclub.com/managed-sql-server-installer-has-stopped-working
    Thanks,
    Lydia Zhang

  • SQL 2012 service accounts best practice

    I'm installing SQL Server 2012 for ConfigMgr 2012 r2 and I wonder what is the best practice for SQL service accounts.
    During the installation of SQL Server, in the server configuration/Service accounts menu I'm allowed to configure following service accounts: SQL Server Agent, SQL Server Agent Database Engine, SQL Server Reporting Services, SQL Server Browser.
    Do I have to create separate domain user (not admin) accounts for each service and configure service principal name (SPN) for all of them?
    For example: Domain user account named SQLSA for SQL Server Agent, another domain user account
    SQLADBE for SQL Server Agent Database Engine etc.

    During the installation of SQL Server 2012, the user is prompted to provide service account
    credentials. The default service accounts suggested vary depending on whether SQL Server
    2012 is installed on a computer running Windows Vista or Windows Server 2008 or on a computer
    running Windows 7 or Windows Server 2008 R2. On computers running Windows Vista
    or Windows Server 2008 operating systems, the following default service accounts are used:
    - NETWORK SERVICE Database Engine, SQL Server Agent, Analysis Services,
    Integration Services, Reporting Services, SQL Server Distributed Replay Controller,
    SQL Server Distributed Replay Client
    - LOCAL SERVICE SQL Server Browser, FD Launcher (Full-Text Search)
    - LOCAL SYSTEM SQL Server VSS Writer
    On computers running Windows 7 or Windows Server 2008 R2 operating systems, the following
    default accounts are used:
    - Virtual Account or Managed Service Account Database Engine, SQL Server Agent,
    Analysis Services, Integration Services, Replication Services, SQL Server Distributed
    Replay Controller, SQL Server Distributed Replay Client, FD Launcher (Full-Text Search)
    - LOCAL SERVICE SQL Server Browser
    - LOCAL SYSTEM SQL Server VSS Writer
    For Windows 7 and Windows Server 2008 R2, you can use a Managed Service Account
    (MSA) or a Managed Local Account. The differences between these account types are as
    follows:
    - Managed Service Account (MSA) This special kind of domain account managed
    by a domain controller is assigned to a single member computer and used for running
    services. The MSA password is managed by the domain controller. MSAs can register
    a Service Principal Name (SPN) with Active Directory. MSAs use a $ name suffix; for
    example, CONTOSO\SQL-A-MSA$. You must create the MSA prior to running SQL
    Server Setup if you want to use an MSA with SQL Server services.
    - Virtual Accounts or Managed Local Accounts These virtual accounts can access
    the network in a domain environment and are used by default for service accounts
    during SQL Server 2012 setup when run on Windows 7 or Windows Server 2008 R2.
    Such accounts use the NT SERVICE\<SERVICENAME>format. You don’t need to specify
    a password when using virtual accounts with SQL Server 2012 because this is handled
    automatically by the operating system.
    You should run SQL Server services, using the minimum possible user rights, and use an
    MSA or virtual account when possible. If you are manually configuring service accounts, use
    separate accounts for different SQL Server services. If it is necessary to change the properties
    of service accounts used for SQL Server 2012, use SQL Server tools such as SQL Server
    Configuration Manager. This ensures that all necessary dependencies are
    updated, which does not happen if you use only the Services console.
    Although you can configure domain accounts as service accounts, this strategy requires
    more effort because you must ensure that service account passwords are changed regularly.
    You must also manage SPNs, which are required for Kerberos authentication.
    Best regads
    P.Ceglie

  • SQL server installation on windows 8.1 never finished.

    Hi,
    i hope someone can help me out.
    I tried several different installations of SQL server management studio, express 2012 and  2014 on my windows 8.1 pro (64), but the installer never ends. I keeps telling me it is in progress on task "install setup files".
    During install, I can wait for hours and finally i have to cancel the installation without success.
    Does anyone have any idea how i can get a sql server and management studio installed on my pc ?
    Regards,
    Kurt

    Thx for the reply Ashwin.
    The 110 / sql 2012 contains 2 dirs in the logfile. Probably because of the 2 recent installations i tried.
    -> 20141001_155056 and 20141001_155129 
    The first one contains : 
    (01) 2014-10-01 15:51:20 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderFile' has been registered
    (01) 2014-10-01 15:51:20 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderStatus' has been registered
    (01) 2014-10-01 15:51:20 Slp: Reading XML resource 'Microsoft.SQL.Chainer.PackageData.Package.xml'
    (01) 2014-10-01 15:51:20 Slp: Reading schema resource 'Microsoft.SQL.Chainer.Package.Package.xsd'
    (01) 2014-10-01 15:51:20 Slp: Document 'Microsoft.SQL.Chainer.PackageData.Package.xml' validated with schema 'Microsoft.SQL.Chainer.Package.Package.xsd' has been successfuly loaded into datastore path '/Datastore/Package'
    (01) 2014-10-01 15:51:20 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:20 Slp: Running Action: ReadProductXML
    (01) 2014-10-01 15:51:20 Slp: Reading XML resource 'Microsoft.SQL.Chainer.Product.Product.xml'
    (01) 2014-10-01 15:51:20 Slp: Document 'Microsoft.SQL.Chainer.Product.Product.xml' validated with schema 'Microsoft.SQL.Chainer.Product.Product.xsd' has been successfuly loaded into datastore path '/Datastore/Product'
    (01) 2014-10-01 15:51:20 Slp: Completed Action: ReadProductXML, returned True
    (01) 2014-10-01 15:51:20 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:20 Slp: Running Action: LoadExtensions
    (01) 2014-10-01 15:51:20 Slp: Loading extension 'MSI' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.MsiExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'MSI' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'PackageChainer' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.PackageChainerExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'PackageChainer' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'Config' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.ConfigExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'Config' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'Common' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Chainer.ExtensionCommon.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'Common' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SqlConfigBase' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SqlConfigBase.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SqlConfigBase' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'Slp' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SetupExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'Slp' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'RulesEngine' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.RulesEngineExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'RulesEngine' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'WorkflowData' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Chainer.WorkflowData.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'WorkflowData' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SlpConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SlpExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SlpConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'Clst' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.Cluster.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'Clst' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'AgentConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.AgentExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'AgentConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SqlPowershellConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.PowershellExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SqlPowershellConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SSISConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SSISExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SSISConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'DReplayConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.DistributedReplayExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'DReplayConfig' version '11.0.2100.60' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'ASConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.ASExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'ASConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'ReplConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.Repl_ConfigExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'ReplConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'ManagementToolsConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'ManagementToolsConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'ManagementToolsAdvancedConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'ManagementToolsAdvancedConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'UI' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.UIExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'UI' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'ConfigurationResources' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'ConfigurationResources' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SqlEngineConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SqlEngineConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SniServerConfigExt' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SniServerConfigExt.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SniServerConfigExt' version '11.0.2100.60' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SqlBrowserConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SqlBrowserExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SqlBrowserConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SqlRSConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.RSExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SqlRSConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SqlRSSHPConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.RSShpExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SqlRSSHPConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'FulltextConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'FulltextConfig' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'ScoExtension' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.ScoExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'ScoExtension' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'Infrastructure' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Chainer.Infrastructure.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'Infrastructure' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'UtilityConfig' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.UtilityExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'UtilityConfig' version '11.0.2100.60' loaded
    (01) 2014-10-01 15:51:21 Slp: Loading extension 'SmartSetup' from file 'C:\3dce7911cd8e46aeb77767eb75a5\x64\.\Microsoft.SqlServer.Configuration.SmartSetupExtension.dll'
    (01) 2014-10-01 15:51:21 Slp: Extension 'SmartSetup' version '11.0.5058.0' loaded
    (01) 2014-10-01 15:51:21 Slp: Completed Action: LoadExtensions, returned True
    (01) 2014-10-01 15:51:21 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:21 Slp: Running Action: ExecuteBootstrapAfterExtensionsLoaded
    (01) 2014-10-01 15:51:21 Slp: Workflow to execute: 'BOOTSTRAPAFTEREXTENSIONSLOADED'
    (01) 2014-10-01 15:51:21 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:21 Slp: Running Action: SetGlobalPackageFlags
    (01) 2014-10-01 15:51:21 Slp: Completed Action: SetGlobalPackageFlags, returned True
    (01) 2014-10-01 15:51:21 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:21 Slp: Running Action: LoadPackageDatastoreObjects
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd' loaded into datastore path '/Datastore/InputSettings/ChainerSettings/SlpSettings'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd' loaded into datastore path '/Datastore/InputSettings/FeatureSpecific/SlpInputSettings'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateConfigObject.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlInstanceId/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateConfigObject.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/AsInstanceId/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateConfigObject.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/RsInstanceId/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Slp/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Slp/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlLegacyDiscovery/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlLegacyDiscovery/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfigDefault.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SlpDumper/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfigDefault.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlEngineDumper/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfigDefault.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/AsDumper/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfigDefault.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/InputSettings/RsDumper/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Agent/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Agent/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentScriptPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.AgentExtension.AgentScriptPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/AgentScript/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SSIS/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SSIS/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SSIS/VSTA/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlPowershell/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlPowershell/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/AS/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/AS/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlEngine/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Repl/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlEngine/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Fulltext/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Fulltext/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SniServer/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SniServer/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlBrowser/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlBrowser/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlBrowserStopService/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/Sku/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/Sku/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Repl/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlRSSHP/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlRSSHP/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlRS/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlRS/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlRS/DBPrivate'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ManagementTools/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ManagementTools/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ManagementToolsAdvanced/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ManagementToolsAdvanced/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/DReplayController/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/DReplayClient/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterDisk/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterDisk/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterGroup/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterGroup/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterIPAddresses/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterIPAddresses/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/FailOverClusterName/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/FailoverClusterName/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterNode/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterNode/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SQLServerSCP/Private'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml' loaded into datastore path '/Datastore/ProductSettings/ClusterNodesStatus/Public'
    (01) 2014-10-01 15:51:21 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd'
    (01) 2014-10-01 15:51:21 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml'
    (01) 2014-10-01 15:51:21 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ASSIP/Public'
    (01) 2014-10-01 15:51:21 Slp: Completed Action: LoadPackageDatastoreObjects, returned True
    (01) 2014-10-01 15:51:21 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:21 Slp: Running Action: InitializeInputSettingStore
    (01) 2014-10-01 15:51:22 Slp: Completed Action: InitializeInputSettingStore, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: InitializeRoleService
    (01) 2014-10-01 15:51:22 Slp: Loading role: SPI_AS_NewFarm
    (01) 2014-10-01 15:51:22 Slp: Loading role: SPI_AS_ExistingFarm
    (01) 2014-10-01 15:51:22 Slp: Loading role: AllFeatures_WithDefaults
    (01) 2014-10-01 15:51:22 Slp: Completed Action: InitializeRoleService, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessChainerCommandLineArguments
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: TIMESTAMP
    (01) 2014-10-01 15:51:22 Slp: Value specified: 20141001_155056
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: LOGMARKER
    (01) 2014-10-01 15:51:22 Slp: Value specified: _LandingPage
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: MEDIASOURCE
    (01) 2014-10-01 15:51:22 Slp: Value specified: C:\3dce7911cd8e46aeb77767eb75a5\
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: INSTALLMEDIAPATH
    (01) 2014-10-01 15:51:22 Slp: Value specified: C:\3dce7911cd8e46aeb77767eb75a5\x64\setup\
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: ENU
    (01) 2014-10-01 15:51:22 Slp: Value specified: True
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: MEDIALAYOUT
    (01) 2014-10-01 15:51:22 Slp: Value specified: Advanced
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: HIDECONSOLE
    (01) 2014-10-01 15:51:22 Slp: Value specified: True
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Setting: ACTION
    (01) 2014-10-01 15:51:22 Slp: Value specified: LANDINGPAGE
    (01) 2014-10-01 15:51:22 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessChainerCommandLineArguments, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessMediaChainerConfigFileArguments
    (01) 2014-10-01 15:51:22 Slp: Procssing media configuration file C:\3dce7911cd8e46aeb77767eb75a5\x64\setup\..\DefaultSetup.ini.
    (01) 2014-10-01 15:51:22 Slp: Input setting PCUSOURCE is not used because it is not allowed for scenario None.
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessMediaChainerConfigFileArguments, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessChainerConfigFileArguments
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessChainerConfigFileArguments, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessSlipstreamParameters
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessSlipstreamParameters, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: SetRoleAndUIModeForExpressMedia
    (01) 2014-10-01 15:51:22 Slp: Executing SetRoleAndUIModeForExpressMedia action.
    (01) 2014-10-01 15:51:22 Slp: Completed Action: SetRoleAndUIModeForExpressMedia, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: InitializeRetryHandler
    (01) 2014-10-01 15:51:22 Slp: Completed Action: InitializeRetryHandler, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ValidateChainerSetting
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ValidateChainerSetting, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessFeatureCommandLineArguments
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessFeatureCommandLineArguments, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessMediaFeatureConfigFileArguments
    (01) 2014-10-01 15:51:22 Slp: Procssing media configuration file C:\3dce7911cd8e46aeb77767eb75a5\x64\setup\..\DefaultSetup.ini.
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessMediaFeatureConfigFileArguments, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ProcessFeatureConfigFileArguments
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ProcessFeatureConfigFileArguments, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: StartSqmSession
    (01) 2014-10-01 15:51:22 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2014-10-01 15:51:22 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\110
    (01) 2014-10-01 15:51:22 Slp: SQM Service: Sqm does not have active session.
    (01) 2014-10-01 15:51:22 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    (01) 2014-10-01 15:51:22 Slp: Completed Action: StartSqmSession, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: ValidateSettingsAgainstScenario
    (01) 2014-10-01 15:51:22 Slp: Scenario: LandingPage
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: FinalCalculateSettings
    (01) 2014-10-01 15:51:22 Slp: Completed Action: FinalCalculateSettings, returned True
    (01) 2014-10-01 15:51:22 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2014-10-01 15:51:22 Slp: ----------------------------------------------------------------------
    (01) 2014-10-01 15:51:22 Slp: Running Action: LandingPage
    (01) 2014-10-01 15:51:22 Slp: Landing page action
    (01) 2014-10-01 15:51:22 Slp: Starting Landing Page: Path = C:\3dce7911cd8e46aeb77767eb75a5\x64\LandingPage.exe, Arguments = /ENU /MEDIASOURCE="C:\3dce7911cd8e46aeb77767eb75a5\\"
    The second one contains multiple files. (still seems to be installing.)
    This is what the report.htm shows :
    Okay, now i see the Detail_ComponentUpdate.txt has a datetime from today, so it is recentelly changed. This is what still is occuring during the night / installation, inside the file :
    (01) 2014-10-02 08:17:38 Slp: Sco: Attempting to close service handle for service msiserver
    (01) 2014-10-02 08:17:38 Slp: Sco: Attempting to close SC Manager
    (01) 2014-10-02 08:17:43 Slp: Sco: Attempting to open SC Manager
    (01) 2014-10-02 08:17:43 Slp: Sco: Attempting to open service handle for service msiserver
    (01) 2014-10-02 08:17:43 Slp: Invoking QueryServiceStatus Win32 API
    (01) 2014-10-02 08:17:43 Slp: Sco: Attempting to close service handle for service msiserver
    (01) 2014-10-02 08:17:43 Slp: Sco: Attempting to close SC Manager
    (01) 2014-10-02 08:17:48 Slp: Sco: Attempting to open SC Manager
    (01) 2014-10-02 08:17:48 Slp: Sco: Attempting to open service handle for service msiserver
    (01) 2014-10-02 08:17:48 Slp: Invoking QueryServiceStatus Win32 API
    (01) 2014-10-02 08:17:48 Slp: Sco: Attempting to close service handle for service msiserver
    (01) 2014-10-02 08:17:48 Slp: Sco: Attempting to close SC Manager
    (01) 2014-10-02 08:17:53 Slp: Sco: Attempting to open SC Manager
    (01) 2014-10-02 08:17:53 Slp: Sco: Attempting to open service handle for service msiserver
    (01) 2014-10-02 08:17:53 Slp: Invoking QueryServiceStatus Win32 API
    (01) 2014-10-02 08:17:53 Slp: Sco: Attempting to close service handle for service msiserver
    (01) 2014-10-02 08:17:53 Slp: Sco: Attempting to close SC Manager
    This keeps repeating, so i suppose this is where the problem occurs ?

  • MS SQL server installation in PI 7.1?

    Hi Guys,
    Which is the best way of installing the MSSQL Server 2005 during the installation of PI 7.1
    1. SQL server database with SQL4SAP
    2. SQL Server 2005 Database Server Manually
    any help would be appreciated
    Thanks,
    Srini

    Hi Srini,
    If I am in your case i'll go with the SQL Server database with SQL4SAP.
    Because it is a script, Double click on it will install every thing finally you have to give the password for SA User...
    It is very simple and easy way.
    Regards,
    Raj

  • SQL Server installation fails when it tries to modify registry

    Hi all,
    I have a clustered Windows 2008 R2 with two nodes. When I try to install SQL Server 2012 in cluster mode, it encounters an error regarding to "unauthorized access". I checked the setup log and saw the following lines:
    Slp: Creating cluster network name 'LeilaSQL'.
    Slp: Creating cluster resource 'SQL Network Name (LeilaSQL)' of type 'Network Name' in group 'SQL Server (I5)'
    Slp: Node 'LeilaONLINEDB1' is already a possible owner node of resource 'SQL Network Name (LeilaSQL)'
    Slp: Removing possible owner node 'LeilaONLINEDB2' from resource 'SQL Network Name (LeilaSQL)'
    Slp: Setting the LanMan properties registry key NoRemapPipe value to enable remote operations against the network name for machine LeilaONLINEDB1.
    Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine LeilaONLINEDB1
    Slp: Sco: Attempting to open registry subkey SYSTEM\CurrentControlSet\Services\lanmanserver\parameters
    Slp:   LanMan properties registry key opened.
    Slp: Sco: Attempting to get registry value NoRemapPipes
    Slp:   Setting the LanMan properties registry key NoRemapPipe value to 'winreg, svcctl, eventlog'.
    Slp: Sco: Attempting to set value NoRemapPipes
    Slp: Prompting user if they want to retry this action due to the following failure:
    Slp: ----------------------------------------
    Slp: The following is an exception stack listing the exceptions in outermost to innermost order
    Slp: Inner exceptions are being indented
    Slp: 
    Slp: Exception type: Microsoft.SqlServer.Configuration.Sco.ScoException
    Slp:     Message: 
    Slp:         Attempted to perform an unauthorized operation.
    Slp:     HResult : 0x84bb0001
    Slp:         FacilityCode : 1211 (4bb)
    Slp:         ErrorCode : 1 (0001)
    Slp:     Data: 
    Slp:       WatsonData = parameters@NoRemapPipes
    Slp:       DisableRetry = true
    Slp:     Inner exception type: System.UnauthorizedAccessException
    Slp:         Message: 
    Slp:                 Attempted to perform an unauthorized operation.
    Slp:         HResult : 0x80070005
    Slp:         Stack: 
    Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetValueMultiString(String name, Object value)
    Slp:                 at Microsoft.SqlServer.Configuration.Sco.InternalRegistryKey.SetValue(String name, Object value, RegistryValueKind valueKind)
    Any help would be greatly appreciated.
    Leila

    Hi Leila,
    Does your cluster can pass the cluster validation? Did this cluster node has rejoin operation.Did you saw any warning information in the cluster valication report, please install the cluster node latest update then try again.
    More information"
    Windows Server 2008 R2 Failover Clustering - Best Practice Guide
    http://blogs.technet.com/b/aevalshah/archive/2012/05/15/windows-server-2008-r2-failover-clustering-best-practice-guide.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • SQL server installation

    Hi...
    My company decided to new installation of Netweaver 7.0 on Windows 2003 64bit, SQL Server 2005 and i new to installation of SQL Server on Windows environment..
    i am in confusion with selecting the setup for installation of SQL Server...
    the path which i followed
    Drive>\MSSQLserver2005\IA64\EnterpriseEdition
    Here I have two folders Server and Tools
    Please help in selection of above folders for installation of SQL Server on Windows is correct one..
    Thanks,
    Kumar.

    Hi,
    you can either install the SQL Server automatically and correctly with the sqlsap.vbs script at
    <drive>:\mssqlserver2005
    or you can run the setup.exe from the 'Servers' directory and follow the installation guide for the necessary setting during the setup.
    Regards
      Clas

  • After Installation of Best Practice.

    Hello,
    We have installed Best Practice for Retail on ECC6.0 server (only the baseline package which comes as an ADD on),
    How to activate the senarios and Building blocks.
    Thanks in Advance.
    Warm Regards
    Sujith

    Hi,
    I also want to know what kind of monitoring scripts I can use to setup as cron jobs to monitor or detect any failure or problems?
    To monitor Cluster (OS Level):
    I suggest you use a powerful tool "CHM" that already comes with product Grid Infrastructure.
    What do you do to configure? Nothing ... Just use.
    Cluster Health Monitor (CHM) FAQ [ID 1328466.1]
    See this example:
    http://levipereira.wordpress.com/2011/07/19/monitoring-the-cluster-in-real-time-with-chm-cluster-health-monitor/
    To monitor Database:
    PERFORMANCE TUNING USING ADVISORS AND MANAGEABILITY FEATURES: AWR, ASH, and ADDM and Sql Tuning Advisor. [ID 276103.1]
    The purpose of this article is to illustrate how to use the new 10g manageability features to diagnose
    and resolve performance problems in the Oracle Database.
    Oracle10g has powerful tools to help the DBA identify and resolve performance issues
    without the hassle of analyzing complex statistical data and extensive reports.
    Hope this help,
    Levi Pereira
    Edited by: Levi Pereira on Nov 3, 2011 11:40 PM

  • How to test a new SQL Server installation

    Hi,
    We are in the process of consolidating several database on a single SQL Server instance.
    We first installed a test server and we want to use this installation as the base for our production server.
    I checked:
    - the server collation is the one required SQL_Latin1_General_CP1_CI_AI
    - services are running: SQL Server Database engine, Analysis services, Report Services, Integration Services  are running
    I identified the following problems:
    - SQL Server Agent is not running and I can not start it from the services panes of the computer management
    - When I want to connect to SQL Server Integeration Services from SQL Server Management Studio I get a pop up error message:
    failed to retrieve data for this request (Microsoft.SqlServer.Management.Sdk.Sfc)
    acces is denied
    What else should I check?
    We are a small team and I am new to database administration, every advice is appreciated.

    And make sure to configure all the basic configuration as per the requirment... few of them is below... there might be many but its all upto you and your business requirments...
    Memory
    Backup compression
    Error Log
    Securit, logins, aduiting ( Minimum failed and successful logins )
    Ports ( Static or dynamic -- Named Instance )
    Default location of the data,log(ldf),backup -- If you have missed this at the time of installation.
    authentication mode
    disable or change the SA password ( Enforce password policy )
    Service packs and hot fixes, CU's
    Configure all the required basic maintenance jobs
    SQL Service accounts or MSA in case of standalone hosts Windows 7, Windows Server 2008 R2 or later ..
    http://technet.microsoft.com/en-us/library/dd560633%28v=ws.10%29.aspx
    Monitoring if required
    Move all the required configuration details from your existing servers using --- sp_configure
    Move all the logins and jobs..
    https://support.microsoft.com/kb/918992?wa=wsignin1.0
    Change the databases compatibility level after restoring in new server
    rebuild the index and update the stats once after restoring it in new server.
    Most importantaly review the setup log once after the complete installation.. and sql error log, eventlog..
    DAC --- http://technet.microsoft.com/en-us/library/ms178068%28v=sql.105%29.aspx
    In case if you use policy based management please check that as well..
    http://msdn.microsoft.com/en-us/library/bb510667.aspx
    Raju Rasagounder Sr MSSQL DBA

Maybe you are looking for

  • Ipod shuffle 4th gen only syncs first time connected

    My ipod shuffle wont sync, charge, or be recognized by my computer! I'm on a late 2006 Macbook pro with all current software. (itunes 10.1.2 and mac os 10.6.6) I just bought my ipod shuffle 4th generation and am having difficulties syncing it. The fi

  • Brand New IMAC 27 overheats

    Greetings to all from Chicago! Just purchased a brand new IMAC (27 inch, 2.93GHZ QUAD-CORE INTELCORE I7, 8GB 1333MHZ DDR3 SDRAM - 2X4GB, ATI RADEON HD 5750 1GB GDDR5). Previously had 24 Inch MAC (plastic on the back which is the point of my compariso

  • Problem in sending PDF as attachment in E-Mail

    Hi All, I have developed a program to convert the spool request as PDF file and sending it to an E-Mail address. But when i'm opening the file,  I'm getting an error in Adobe Reader. I'm attaching the code here. Please give me the suggestions along w

  • Can't hear Midi Software Instrument & Audio won't record

    I have used Logic in a basic way for years and have never had trouble but I reinstalled logic onto a new macbook and using a new interface. On launching a new project, I selected software instrument, and chose a yamaha piano studio. I can see that th

  • Crystal 10 -- ''Failed to open document. Read past end TSLV record.''

    I create new report using Wizard, Add Command (Oracle query). I see table in my report, I can run ... Then I save my report and close it. But when I try to open again -- I can't open again and I see error:  "Failed to open document. Read past end TSL