How to get into SQL Server - Installation done through DPM tool. DO not have SA password.

HI Every one,
  Hope you guys having wonderful Friday. 
well I have some weird situation so don't know some one can help me here .
in Past some one has Installed SQL Server when installing  Microsoft DPM  ( Data Protection Manager) tool. that time person didn't added  any other AD group during installation. and do not have SA password either. 
I have password under which SQL Server running but I am not able to login into SQL severer under that account. 
what are the other ways to Log in into SQL?
Thanks

Hello,
Please try the following and let us know:
1. Open CMD with elevated privilages
2. Type as below
SQLCMD –S <Server_Name\Instance_Name>
go
CREATE LOGIN ‘<Login_Name>’ with PASSWORD=’<Password>’
go
SP_ADDSRVROLEMEMBER '<Login_Name>','SYSADMIN'
go
Now the login is added as SA. Login and reset the accounts required.
Reference:
===================
http://www.wikihow.com/Reset-SA-Password-in-Sql-Server
http://blogs.technet.com/b/canitpro/archive/2012/11/26/the-sql-guy-post-30-how-to-recover-from-a-lost-sa-password-in-sql-server-2012.aspx
Regards, Pradyothana DP. Please Mark This As Answer if it solved your issue. Please Mark This As Helpful if it helps to solve your issue. ========================================================== http://www.dbainhouse.blogspot.in/

Similar Messages

  • How to insert into SQL server table form oracle forms

    I created a form with oracle as my database. But there one trigger where I need to insert the data into a sql server table.
    Is this possible. If so can any help me out.
    Thanks in advance.
    Asha

    Hi,
    You can insert into sql server database using the following steps
    Note: Check wether you are using Forms 32 bit drivers. If not the Odbc data source will not work.
    step 1: Create ODBC data source for SQL server(one time creation);
    step 2: Logout from Oracle and login to SQL server giving the user name,password and host string as odbc:<odbc datasource name>;
    step 3: use EXEC SQL statement to insert the values into the SQL server and then logout and login again to your oracle database.
    Second Method.
    Check the sql server documentation to insert the values using command line parameters. Then you can call the host command to execute this.
    Third Method.
    Write a VB exe to enter the values in the sql server making two connections one to oracle another to SQL server and then getting values from Oracle and putting in the SQL server database. You can call this exe using the Host command.
    Hope this will help You.
    Regards
    Gaurav Thakur

  • How can i delete an old icloud account for which I do not have the password

    I changed my iCloud and iTunes account on my MAC AIR to a new ID (successfully).  The iTunes account on my iPad Air was also updated, but I can't change or get rid of the old iCloud account on my iPad and I don't know what the old password is for the old account.  How can this account be deleted off my iPad, please help!

    If your device is signed into an old iCloud ID that is an earlier version of the ID you want to sign in with, do the following:
    If you are using iMessage and FaceTime, make sure you are signed into these services with your current ID.  If they are signed into the old ID, go to Settings>Messages>Send & Receive and Settings>FaceTime, tap the ID, sign out, then sign back in with your current ID.
    Then temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  (You should not have to verify the old email account so it doesn’t matter if you no longer have access to it.)  Now go to Settings>iCloud, turn off Find My iDevice and enter your current password when prompted (even though it prompts you for the password for your old ID).  Then save any photo stream photos that you wish to keep to your camera roll (unless you are using iCloud Photo Library).  When finished go to Settings>iCloud, tap Sign Out (or Delete Account if you are not running iOS 8) and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address back to the way it was.  Now you can go to Settings>iCloud and sign back in with your current iCloud ID and password (your data will download back to your device).

  • Get local sql server data in sharepoint online

    Hi
      Can anyone tell, how to  get local sql server data in SharePoint online.

    Hi Partha,
    Are you taking about local content db to SharePoint Online, if yes then there is not direct way to restore your local content db to online instead if you have small data then you can save your site as a template including content and the upload that template
    and create site on online using that template.
    Below mentioned link might also help:
    http://www.dos2web.com/Cloud/index.php/introducing-sharepoint-in-the-cloud/migrating-from-on-premises-to-sharepoint-online
    If want to display data from any SQL database into your online site, please follow the below link
    http://community.office365.com/en-us/f/148/t/178875.aspx
    https://nhutcmos.wordpress.com/tag/show-sql-data-to-sharepoint/
    Best Regards,
    Brij K

  • How do I reset my deceased fathers ipod? I do not have any passwords or apple passwords?

    How do I reset my deceased fathers ipod touch ? I do not have any passwords.Thanks Yvette

    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Forgot passcode or device disabled
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    If it is a 5G iPod with iOS 7, they you will run into the activation lock
    iCloud: Find My iPhone Activation Lock in iOS 7
    you will have to enter your father's ID and Password. If you do not know them then you will have to contact iTunes.
    Contact iTunes
    you will likely have to provide a lot of information

  • My iPhone was stolen.  How do I retrieve the pictures etc that were on imt.  I know they must be in the iCloud but I don't know how to get into it from my iPad.  Also, I would like to try to locate the phone ...how do I do that from my iPad?

    My iPhone was stolen.  How do I retrieve the pictures etc that were on imt.  I know they must be in the iCloud but I don't know how to get into it from my iPad.  Also, I would like to try to locate the phone ...how do I do that from my iPad?

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
     Cheers, Tom

  • How to Select from Oracle 8i database and insert into Sql Server 2005 datab

    Hi how to Select from Oracle 8i and insert into Sql Server 2005.
    Source db as Oracle 8i
    Target db as Sql Server 2005.
    I need to select one table data from Oracle 8i & insert into Sql Server 2005
    Thanks

    Thanks Khan..
    Is there is any query (OPENQUERY) available for that?
    Regards..

  • How to load oracle data into SQL SERVER 2000?

    how to load oracle data into SQL SERVER 2000.
    IS THERE ANY UTILITY AVAILABLE?

    Not a concern for an Oracle forum.
    Als no need for SHOUTING.
    Conventional solutions are
    - dump the data to a csv file and load it in Mickeysoft SQL server
    - use Oracle Heterogeneous services
    - use Mickeysoft DTS
    Whatever you prefer.
    Sybrand Bakker
    Senior Oracle DBA

  • How to save image files into SQL Server?

    Hello, All:
    Does anyone know how to save image files into SQL Server? Does the file type have to be changed first?? Please help me! Thank you!

    You need a BLOB field (usually)... Then you can check this tutorial out:
    http://java.sun.com/developer/onlineTraining/Database/JDBC20Intro/exercises/BLOBPut/
    There are other exercises on that site, including one on reading the images back.

  • HOW TO INSERT DATA INTO SQL SERVER FROM MS ACCESS TABLE??

    NEED TO INSERT DATA INTO SQL SERVER FROM MS ACCESS TABLE.

    this is another method
    http://www.mssqltips.com/sqlservertip/2484/import-data-from-microsoft-access-to-sql-server/
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • How to select data from 3rd row of Excel to insert into Sql server table using ssis

    Hi,
    Iam having Excel files with headers in first two rows , i want two skip that two rows and select data from 3rd row to insert into Sql Server table using ssis.3rd row is having column names.

                                                         CUSTOMER DETAILS
                         REGION
    COL1        COL2        COL3       COL4           COL5          COL6          COL7
           COL8          COL9          COL10            COL11      
    1            XXX            yyyy         zzzz
    2            XXX            yyyy        zzzzz
    3           XXX            yyyy          zzzzz
    4          XXX             yyyy          zzzzz
    First two rows having cells merged and with headings in excel , i want two skip the first two rows and select the data from 3rd row and insert into sql server using ssis
    Set range within Excel command as per below
    See
    http://www.joellipman.com/articles/microsoft/sql-server/ssis/646-ssis-skip-rows-in-excel-source-file.html
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Import MS Access 2013 tables into SQL Server 2012

    Hi there,
    Is there a step by step example somewhere showing how to import an MS Access 2013 table into SQL Server 2012?
    I have read the existing posts and don't see a definitive answer.
    I have installed MS Access 2010 engine, first 32 bit then 64 bit.
    I have installed the MS Access 2013 runtime on my server.
    I use the Office 2015 Access Database Engine OLE DB Provider.
    I get the error:
    Error 0xc0202009: Source - APEntries [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
    Error 0xc02020e8: Source - APEntries [1]: Opening a rowset for "`TableName`" failed. Check that the object exists in the database.
    The post regarding the above errors doesn't resolve the issue.
    I have full administrative permissions on the server.
    What is the trick to making this work?
    Thanks,
    Ric
    Ric Miller

    Hi there,
    I tried the exact same operation on a third machine.
    This machine has Windows 8.1 64 bit, SQL Server 2012 64 bit, MS Office 2013 Plus 32 bit.
    I am the administrator on this machine.
    I installed this:
    Microsoft Access Database Engine 2010 Redistributable 32 bit (because I have MS Office 2013 plus 32 bit installed.)
    From here:
    http://www.microsoft.com/en-us/download/details.aspx?id=13255
    It won't let me install the 64 bit version without uninstalling MS Office 32 bit.
    I created an MS Access database on this machine using MS Access 2013 and created a table with 3 records.
    I used the "Import and Export Data (32 bit)" from the start menu.
    After I installed the "Database Engine 2010 32 bit" driver above, I now have the option of "Office 2015 Access Database Engine OLE DB Provider" as Data Source which I did not have prior to doing this installation.
    I selected the driver and added the Properties of the Data Source Name file location of the MS Access file. I am using a blank password.
    I go thru the same sequence of selecting a table to import and after running the result is the same:
    Error 0xc0202009: Source - APEntries [1]: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80040E37.
    "Error 0xc02020e8: Source - APEntries [1]: Opening a rowset for "`TableName`" failed. Check that the object exists in the database."
    This seems to be consistent across three machines with three operating systems with the same files and the same result.
    I understand that some people have gotten this to work.
    I would appreciate it if anyone can report an error in the above procedure to me.
    Thanks,
    Ric
    Ric Miller

  • 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 ?

  • Best way to migrate SharePoint 2003 data into SQL Server 2008

    Hi Experts,
        I am planning to migrate data from SharePoint 2003 into SQL Server 2008. After the migration SharePoint site will be deleted in couple of months and then that data will be feed into .Net Front end application
    1) What is the best and easy way to do it?
    2) Is there any way to automate the migration process? i.e. If a new record gets entered into SharePoint it should be populated into SQL Server 2008.
    3) Any other suggestions
    Thanks,
    John

    Dear John,
                    If it's just a few lists, and you just want to import them "as-is" then it should be possible to do so ... and survive to tell the about it ;-)
                   Generally speaking, You will need to write a small process (program or script) to read/parse each list and check if the item(s) are in the target table (I assuming that there is a distinct table as target
    for each list, and that each list has 'something" you can use to distinct each row), if it's not there, the just add them according to your needs.  
                   Then just rerun the process periodically and it would keep your databases up to date (you could even set ti up to update those records that have changes, but that would delay your process significantly)
                    What i just described is doable, and not TOO complicated, it could be done i a lot different ways, and with different alternatives of programming/scripting languages. for sure you can do it in any flavor
    of .net language, and even powershell.
                    As I mentioned, this is speaking in general, the actual implementation would depend on your specific needs and the kind of data that you have/need to keep.
    Best Regards / Saludos, Marianok
    Disclaimer: This post, and all included code and information is provided "AS IS" with no warranties or guarantees and confers no rights. Try it at your own risk, I take no responsibilities.
    Aclaración: Esta publicación, y todo en código e información en la misma, es provista "AS IS" / "Como Está" sin garantía alguna y no le confiere ningún derecho. Pruebelo su propio riesgo. No asumo responsabilidad alguna.

  • 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

Maybe you are looking for

  • Creating a Linked Report in SC 2012 - Operations Manager fails with Error

    Hello everyone, I was trying to create a linked report based on an availability report recently. I found Emre Guclu's scom linked report creation guide here: http://blogs.technet.com/b/emreguclu/archive/2011/10/13/using-linked-reports-in-scom-to-crea

  • Mind of it's own!

    I have seen this on the forums, but got no definite answers... My new MacBook Aluminum (2.4GHz) likes to stay at a solid 130mbps instead of the router-capable 300mbps. I have connected at that speed before on another computer I have. But, what settin

  • JSF Page is not  rendering correctly on NON JSF Action

    Hi All, When I go from JSF actions (clicking HtmlCommandButton HtmlActionLink), I am getting the correct page. But when I come from non jsf actions say if I come through by clicking normal anchor tag or javascript action or normal html submit button,

  • Find Update Rule mapping!!!

    Hi All, Please let me know a method to find thru a FM or thru any Class (method) the mapping for characteristics in Update rule... I want to find how is target fields mapped with src field in update rule... Regards Aadil Point will be assigned!!!

  • Remotable Application Module

    Hello, i try to make an existing application module remotable: Application Module Editor -> Remote -> EJB Session Bean -> Local Configurations -> Edit -> Application Module -> Middle Tier Server Type In the Middle Tier Server Type select-box i can't