Export/Import data in SQL Express 2014

Hello,
I have SQL Server 2008 on the network server and 'central' DB. To workaround cases when the network is down I decided to implement 'local' design on all clients. Actually I have 5 clients. I installed SQL Express 2014 on each client and created exact as
'central' empty database on each client.
Now during network outage I'm able to continue collect data and populate it in each of 5 db's.
When the network is up again I have to copy/move  collected data from each client to 'central' db. Unfortunately 'central' and 'local' db's are on the different network and can't see each other hence I have to somehow export package from each 'local'
db and then import it into 'central'.
The problem that I hit is that in SQL Express there's not an option to save package i.e. it allow only immediate export which would not work for me.
Do you have an idea how to handle this situation?
Thanks
EV

Hi,
I agree with Ronen and Scott. You can use SQL Server Replication to
copy the data.
Replication is a set of technologies for copying and distributing data and database objects from one database to another and then synchronizing between databases to maintain consistency. Using replication, you can distribute data to different
locations and to remote or mobile users over local and wide area networks, dial-up connections, wireless connections, and the Internet.
Replication processing resumes at the point at which it left off if a connection is dropped.
Please check out the following links for more information about SQL Server Replication:
SQL Server Replication Step by Step
http://www.codeproject.com/Articles/715550/SQL-Server-Replication-Step-by-Step
SQL Server Replication
http://msdn.microsoft.com/en-us/library/ms151198.aspx
Thanks.
Tracy Cai
TechNet Community Support

Similar Messages

  • How to export&import data using sql *loader

    Hi all,
    How to export&import data from sql*loader. Give me the clear steps..
    Thanks in Advance

    Hi did you already exported data from SQL SERVER? if not using SQL*LOADER you cannot export data. SQL*LOADER is only mean for importing data from flat files(usually text files) into ORACLE tables.
    for importing data into oracle tables using sql*loader use below steps
    1) create a sql*loader control file.
    it looks like as follows
    LOAD DATA
    INFILE 'sample.dat'
    BADFILE 'sample.bad'
    DISCARDFILE 'sample.dsc'
    APPEND
    INTO TABLE emp
    TRAILING NULLCOLS
    or for sample script of control file search google.
    2) at command prompt issue following
    $ sqlldr test/test
    enter control file=<give control file name which you create earlier>
    debug any errors (if occured)

  • Script to export data frmo SQL Server 2014 to xls file

    Hi All:
    I want to export data form a table in SQl Server 2014 to an xls file.
    Currently I have a working script for SQL Server 2005 in the below lines, but the same script doesnot work for SQL Server 2014.
    set @outFileName='D:\Folder1\File1.xls'
    SET @QueryString = 'INSERT INTO OPENROWSET( ''Microsoft.Jet.OLEDB.4.0'', ' + @outFileName +                             
     ',''select * ' + 'from [Sheet1$A1:IV65000]'') select * from Table1 ' --order by CreatedDate'                             
    EXEC ( @QueryString )                  .
    I have checked on the web but didnot get a good answer. Please share with me if any one has a working script for SQL Server 2014.
    Thanks... Happy Diwali.. :)

    Ok, I have downloaded the exe from the above link.
    As I have to install this on a production environment, I want to be sure of certain things ...
    Say I have installed the Provider, what would be the syntax for exporting the data from sql server 2014 to xls.
    It would certainly not be the same ... i feel.. please let me know.
    Thanks
    Yes
    provider connection string would be different
    like
    INSERT INTO OPENROWSET("Microsoft.ACE.OLEDB.12.0", "Excel 12.0;Database=<full file name>.xlsx;HDR=YES", "SELECT * FROM [SheetName$]")
    SELECT ..
    FROM table
    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

  • Importing Data into Sql Server 2012 from Excel Data

    Hi,
    I got errors like this when i am doing import data into sql server from excel Data. Can you please help us?
    - Executing (Error)
    Messages
    Error 0xc020901c: Data Flow Task 1: There was an error with Source - demotable$.Outputs[Excel Source Output].Columns[Comment] on Source - demotable$.Outputs[Excel Source Output]. The column status returned was: "Text was truncated or one
    or more characters had no match in the target code page.".
     (SQL Server Import and Export Wizard)
    Error 0xc020902a: Data Flow Task 1: The "Source - demotable$.Outputs[Excel Source Output].Columns[Comment]" failed because truncation occurred, and the truncation row disposition on "Source - demotable$.Outputs[Excel Source Output].Columns[Comment]"
    specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
     (SQL Server Import and Export Wizard)
    Error 0xc0047038: Data Flow Task 1: SSIS Error Code DTS_E_PRIMEOUTPUTFAILED.  The PrimeOutput method on Source - demotable$ returned error code 0xC020902A.  The component returned a failure code when the pipeline engine called PrimeOutput().
    The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing.  There may be error messages posted before this with more information about the failure.
     (SQL Server Import and Export Wizard)

    Are you attempting to import into a newly made table or into an existing table? It looks like it's trying to insert data where it cannot be inserted (invalid column or lack of data size in your column).
    Try the following:
    1). In your excel sheet, highlight the whole sheet and make sure the cells are in 'text' form and try re-importing
    2). save the document as ms dos TEXT and import as a text document.
    3). double check your columns are correct for the data, for example if you have a column that has a string of 100 characters and your column is 'NvarChar(90)' - that might cause the error? Or just correct data type in your column
    3). If that doesn't work and you're inserting into a new table, try importing it as string first and writing a query to insert columns that should be float/integer or whatever. You may want to convert float texts to a 'bigint' first rather than string
    > float as that can cause problems if I remember correctly.

  • Importing data from SQL Server

    I'm relatively new to Oracle, and my question is about importing data. I have an SQL 2000 server and I export a database using Microsoft OLE DB provider for Oracle. The process finished OK but when I tried to query the tables qith SQL Plus Worksheet, I get a message saying:
    select * from rwp_purge
    ERROR at line 1:
    ORA-00942: table or view does not exist
    but the table is there. I can see it using DBA Studio. So, what is happening? Do I have to commit transactions after importing data from SQL Server? Do I have to rebuild statistics?
    thanks in advance,
    Gonzalo Pellegrini

    Was the table created in the schema you are loggin as when trying to access the table? If not, you will have to grant access to the table logged in as the table owner.

  • Using Oracle Forms Importing Data From SQL Server into Oracle Tables.

    Dear All,
    We are using Oracle Forms 10g in windows XP and having OAS 10g and Oracle database 9i.
    How can we import data from SQL Server 2005 into Oracle tables using Oracle Forms?
    Thanks & Regards
    Eidy

    I have no idea what "Oracle Hetrogenius Services" is, so I can't help you with that, sorry.
    SQL Developer might also assist you. SQL Developer can connect to SQL Server as well as Oracle and has some tools for migration. See the documentation for details:
    http://download.oracle.com/docs/cd/E12151_01/doc.150/e12156/toc.htm
    For additional help on using SQL Developer for this task, please consult Support or the SQL Developer forum: SQL Developer
    Hope this helps,
    Jacob

  • Export & Import data in Oracle (Urgent)

    I just wonder whether Oracle 8i has the 'Export & Import data' feature in their DBA Administration tool.
    Inside DBA Studio, I found a option to export/import data to text file, but we must connect to Oracle Management Server (OMS) first before we can use that feature. I found the same feature available in Oracle 7.3.3 in Oracle Data Manager.
    How to make sure that I have a OMS installed on my server? (I purchase a Oracle 8i Standard Edition, does it include OMS?)
    Can we export from a table (database A) to a table in database B? Or We can only do this thru. a dump file?

    With every installation of an Oracle DB you get the exp(ort) and imp(ort) utilities. You can use them to move data from one user to another.
    Run them from the dos-prompt like:
    exp parfile=db_out.par
    imp parfile=db_in.par
    with db_out.par=
    file=db.dmp
    log= db_out.log
    userid=system/?????
    owner=???
    constraints=y
    direct=n
    buffer=0
    feedback=100
    and db_in.par=
    file=db.dmp
    log= db_in.log
    userid=system/???
    touser=??
    fromuser=???
    constraints=y
    commit=y
    feedback=100
    null

  • Materialized View with "error in exporting/importing data"

    My system is a 10g R2 on AIX (dev). When I impdp a dmp from other box, also 10g R2, in the dump log file, there is an error about the materialized view:ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    Desc mv_emphora
    Name              Null?    Type
    C_RID                      ROWID
    P_RID                      ROWID
    T$CWOC            NOT NULL CHAR(6)
    T$EMNO            NOT NULL CHAR(6)
    T$NAMA            NOT NULL CHAR(35)
    T$EDTE            NOT NULL DATE
    T$PERI                     NUMBER
    T$QUAN                     NUMBER
    T$YEAR                     NUMBER
    T$RGDT                     DATEAs i ckecked here and Metalink, I found the info is less to do with the MV? what was the cause?

    The total lines are 25074. So I used the GREP from the OS to get the lines involved with the MV. Here are:
    grep -n -i "TTPPPC235201" impBaanFull.log
    5220:ORA-39153: Table "BAANDB"."TTPPPC235201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    5845:ORA-39153: Table "BAANDB"."MLOG$_TTPPPC235201" exists and has been truncated. Data will be loaded but all dependent meta data will be skipped due to table_exists_action of truncate
    8503:. . imported "BAANDB"."TTPPPC235201"                     36.22 MB  107912 rows
    8910:. . imported "BAANDB"."MLOG$_TTPPPC235201"               413.0 KB    6848 rows
    grep -n -i "TTCCOM001201" impBaanFull.log
    4018:ORA-39153: Table "BAANDB"."TTCCOM001201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    5844:ORA-39153: Table "BAANDB"."MLOG$_TTCCOM001201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    9129:. . imported "BAANDB"."MLOG$_TTCCOM001201"               9.718 KB      38 rows
    9136:. . imported "BAANDB"."TTCCOM001201"                     85.91 KB     239 rows
    grep -n -i "MV_EMPHORA" impBaanFull.log
    8469:ORA-39153: Table "BAANDB"."MV_EMPHORA" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    8558:ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
    8560:ORA-12081: update operation not allowed on table "BAANDB"."MV_EMPHORA"
    25066:ORA-31684: Object type MATERIALIZED_VIEW:"BAANDB"."MV_EMPHORA" already exists
    25072: BEGIN dbms_refresh.make('"BAANDB"."MV_EMPHORA"',list=>null,next_date=>null,interval=>null,implicit_destroy=>TRUE,lax=>
    FALSE,job=>44,rollback_seg=>NULL,push_deferred_rpc=>TRUE,refresh_after_errors=>FALSE,purge_option => 1,parallelism => 0,heap_size => 0);
    25073:dbms_refresh.add(name=>'"BAANDB"."MV_EMPHORA"',list=>'"BAANDB"."MV_EMPHORA"',siteid=>0,export_db=>'BAAN'); END;the number in front of each line is the line number of the import log.
    Here is my syntax of import pmup:impdp user/pw  SCHEMAS=baandb DIRECTORY=baanbk_data_pump DUMPFILE=impBaanAll.dmp  LOGFILE=impBaanAll.log TABLE_EXISTS_ACTION=TRUNCATEYes I can create the MV manually and I have no problem to refresh manually it after the inmport.

  • Import data from sql server /vice versa

    My Database serevr version is 10.1.0.3.0.
    Sql Server 2000.
    Is it possible to import data from sql server to oracle database?
    Also other way around.
    I mean import data from Oracle to sql server.
    Regards,
    D

    Hi,
    You can use Heterogeneous Service to do this. This component is free but poor of resources. Simple things you can do with this, complex I really don't know.
    Also, to import from sqlserver to oracle you can use Oracle Warehouse Builder, an Oracle ETL tool. But, OWB do not work in other way, oracle to sqlserver.
    And why do want to use sqlserver, if you have oracle?
    []'s,
    Gustavo.

  • The SQL statement is not valid - when importing data from SQL Server using a query

    Hi there,
    I am trying to import data from SQL to Power Pivot using a SQL query like below:
    SELECT Score.FieldCount, Score.Record.GetAt(0), Score.Record.GetAt(1),  Score.Record.GetAt(2),  Score.Record.GetAt(3),  Score.Record.GetAt(4)
    FROM 
    SELECT * FROM dbo.CLR1(
    dbo.CLR2('c:\FILES\Test.xml'), 
    'SELECT * FROM [dbo].[CXCustomer_Small]') Input
    ) Score
    And when I tried to validate it, it returns
    The SQL statement is not valid. A column name cannot be blank.
    I ran the above SQL statement in Management Studio and it works without problem. Any idea?
    Thanks!
    Chu
    -- Predict everything. http://www.predixionsoftware.com

    Never mind, I figured out - I need to give each column a name.
    -- Predict everything. http://www.predixionsoftware.com

  • Sql Express 2014 Download

    I have tried, several times. to download SQL Express 2014 and I get the reply if download does not start in 30 seconds click here.  I have clicked here and it takes me to retry which I have done over and over.  How can I get this download.

    Hi SQL Express 2014 download,
    I can successfully download SQL Server 2014 Express from this link:
    https://www.microsoft.com/en-us/download/details.aspx?id=42299 .
    I would recommend you follow the steps in the blog below to download SQL Server 2014 Express.
    The 12 step process to download Microsoft SQL Server Express 2014
    http://www.istartedsomething.com/20140616/the-12-step-process-to-download-microsoft-sql-server-express-2014/
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • SSMS Tools with SQL Express 2014

    Hi
    Need to know whether SSMS Tools that come along with SQL Express 2014 require client license?  Please let me know the details

    SSMS Express is also free in use.
    Only when you use SSMS Express to connect to a commercial version, then you need a CAL (Client Access License) or the SQL Server must be licensed by CPU/CORE).
    For further question regarding licensing please contact a Microsoft sales partner or licensing expert.
    Call (1-800-426-9400), Monday through Friday, 6:00 AM to 6:00 PM PST to speak directly to Microsoft licensing specialist.
    http://www.microsoft.com/en-us/server-cloud/products/sql-server/buy.aspx
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Using package to export & Import data

    Hi!
    Now i'm using exp imp utility to export & import data, but i don't want to everybody know password. My platform is windows 2000.
    I want know, there is a package to do this?
    thank!

    What version of Oracle do you have? If you're on 10.1 or later, the DataPump versions of export and import use the DBMS_DATAPUMP package to do exports & imports. You should be able to use those to run the export from within a database session.
    If your concern relates to people discovering database passwords from the BAT file you're using to invoke the export & import utilities at the command line, you might also consider using externally authenticated users. If you are logged in as a member of the ORA_DBA group, for example, you can connect to Oracle without a password
    sqlplus / as sysdbaJustin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • SQL Express 2014 on Windows 8.1 Homegroup enviroment

    I've installed sql express 2014 on a new windows 8.1 pc. I have opened up the security. This pc is a member of a home group. There are 5 members to this group. No matter which pc I go to, they all fail to connect saying the XXXX\Guest failed. Why is the
    Windows 8.1 recognizing all of the users that try to connect as "guests"? When I went into the sql express settings I could see the actual user and made sure they had all the rights, but regardless, going back to that same users pc I get the same
    results when trying to connect. What am I missing with windows 8.1 that is causing this behavior? Any help would be appreciated!

    Hello,
    Please create a SQL Server login using the following article.
    http://www.c-sharpcorner.com/uploadfile/dhananjaycoder/create-a-sql-login-user-in-sql-server-2008/
    Now use that SQL login and the password you provided as the credential to connect from the other PCs. Open SSMS and on the “Connect to Server” dialog choose “SQL Server authentication” instead of “Windows Authentication”, then provide the credentials.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • SQL Express 2014 in place upgrade doesn't work

    I have 64-bit Windows 8.1 with all the latest upgrades (downloaded from MSDN last week). I have had SQL Express 2012 With Advanced Services installed for a long time and all working correctly.
    When I do an in-place upgrade to SQL Express 2014 with Advanced Services (RTM), it doesn't do the upgrade; it just disables and stops the Browser Service so I can't connect with SSMS. When I restart the Browser Service, I can connect again but the splash
    screen shows SQL 2012 and when I am connected, the version is 11.0.3128.
    I subsequently tried a Repair option but this didn't achieve anything and there were no errors in the log file. If you can remind me where to find it, I can post it here.

    The first part of my previous post is from that file (...\Log\20140404_162820\Summary_GORDON-WIN8_20140404_162820_LandingPage.txt).
    Please let me know if I can provide any further info.
    Here are Detail_LandingPage.txt from the same folder:
    (01) 2014-04-04 16:28:52 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderFile' has been registered
    (01) 2014-04-04 16:28:52 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderStatus' has been registered
    (01) 2014-04-04 16:28:52 Slp: Reading XML resource 'Microsoft.SQL.Chainer.PackageData.Package.xml'
    (01) 2014-04-04 16:28:52 Slp: Reading schema resource 'Microsoft.SQL.Chainer.Package.Package.xsd'
    (01) 2014-04-04 16:28:53 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-04-04 16:28:55 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:28:55 Slp: Running Action: ReadProductXML
    (01) 2014-04-04 16:28:55 Slp: Reading XML resource 'Microsoft.SQL.Chainer.Product.Product.xml'
    (01) 2014-04-04 16:28:55 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-04-04 16:28:55 Slp: Completed Action: ReadProductXML, returned True
    (01) 2014-04-04 16:28:55 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:28:55 Slp: Running Action: LoadExtensions
    (01) 2014-04-04 16:28:55 Slp: Loading extension 'MSI' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.MsiExtension.dll'
    (01) 2014-04-04 16:28:55 Slp: Extension 'MSI' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:55 Slp: Loading extension 'PackageChainer' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.PackageChainerExtension.dll'
    (01) 2014-04-04 16:28:55 Slp: Extension 'PackageChainer' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:55 Slp: Loading extension 'Config' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.ConfigExtension.dll'
    (01) 2014-04-04 16:28:56 Slp: Extension 'Config' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:56 Slp: Loading extension 'Common' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Chainer.ExtensionCommon.dll'
    (01) 2014-04-04 16:28:56 Slp: Extension 'Common' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:56 Slp: Loading extension 'SqlConfigBase' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SqlConfigBase.dll'
    (01) 2014-04-04 16:28:57 Slp: Extension 'SqlConfigBase' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:57 Slp: Loading extension 'Slp' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SetupExtension.dll'
    (01) 2014-04-04 16:28:57 Slp: Extension 'Slp' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:57 Slp: Loading extension 'RulesEngine' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.RulesEngineExtension.dll'
    (01) 2014-04-04 16:28:57 Slp: Extension 'RulesEngine' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:57 Slp: Loading extension 'WorkflowData' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Chainer.WorkflowData.dll'
    (01) 2014-04-04 16:28:58 Slp: Extension 'WorkflowData' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:58 Slp: Loading extension 'SlpConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SlpExtension.dll'
    (01) 2014-04-04 16:28:58 Slp: Extension 'SlpConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:58 Slp: Loading extension 'Clst' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.Cluster.dll'
    (01) 2014-04-04 16:28:58 Slp: Extension 'Clst' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:58 Slp: Loading extension 'AgentConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.AgentExtension.dll'
    (01) 2014-04-04 16:28:58 Slp: Extension 'AgentConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:58 Slp: Loading extension 'SqlPowershellConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.PowershellExtension.dll'
    (01) 2014-04-04 16:28:59 Slp: Extension 'SqlPowershellConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:59 Slp: Loading extension 'SSISConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SSISExtension.dll'
    (01) 2014-04-04 16:28:59 Slp: Extension 'SSISConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:59 Slp: Loading extension 'DReplayConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.DistributedReplayExtension.dll'
    (01) 2014-04-04 16:28:59 Slp: Extension 'DReplayConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:28:59 Slp: Loading extension 'ASConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.ASExtension.dll'
    (01) 2014-04-04 16:29:00 Slp: Extension 'ASConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:00 Slp: Loading extension 'ReplConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.Repl_ConfigExtension.dll'
    (01) 2014-04-04 16:29:00 Slp: Extension 'ReplConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:00 Slp: Loading extension 'ManagementToolsConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll'
    (01) 2014-04-04 16:29:00 Slp: Extension 'ManagementToolsConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:00 Slp: Loading extension 'ManagementToolsAdvancedConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll'
    (01) 2014-04-04 16:29:00 Slp: Extension 'ManagementToolsAdvancedConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:00 Slp: Loading extension 'UI' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.UIExtension.dll'
    (01) 2014-04-04 16:29:00 Slp: Extension 'UI' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:00 Slp: Loading extension 'ConfigurationResources' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.dll'
    (01) 2014-04-04 16:29:00 Slp: Extension 'ConfigurationResources' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:00 Slp: Loading extension 'SqlEngineConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.dll'
    (01) 2014-04-04 16:29:01 Slp: Extension 'SqlEngineConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:01 Slp: Loading extension 'XTPConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.XTP.ConfigExtension.dll'
    (01) 2014-04-04 16:29:01 Slp: Extension 'XTPConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:01 Slp: Loading extension 'SniServerConfigExt' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SniServerConfigExt.dll'
    (01) 2014-04-04 16:29:01 Slp: Extension 'SniServerConfigExt' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:01 Slp: Loading extension 'SqlBrowserConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SqlBrowserExtension.dll'
    (01) 2014-04-04 16:29:01 Slp: Extension 'SqlBrowserConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:01 Slp: Loading extension 'SqlRSConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.RSExtension.dll'
    (01) 2014-04-04 16:29:01 Slp: Extension 'SqlRSConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:01 Slp: Loading extension 'SqlRSSHPConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.RSShpExtension.dll'
    (01) 2014-04-04 16:29:02 Slp: Extension 'SqlRSSHPConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:02 Slp: Loading extension 'FulltextConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.dll'
    (01) 2014-04-04 16:29:02 Slp: Extension 'FulltextConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:02 Slp: Loading extension 'ScoExtension' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.ScoExtension.dll'
    (01) 2014-04-04 16:29:02 Slp: Extension 'ScoExtension' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:02 Slp: Loading extension 'Infrastructure' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Chainer.Infrastructure.dll'
    (01) 2014-04-04 16:29:02 Slp: Extension 'Infrastructure' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:02 Slp: Loading extension 'UtilityConfig' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.UtilityExtension.dll'
    (01) 2014-04-04 16:29:02 Slp: Extension 'UtilityConfig' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:02 Slp: Loading extension 'SmartSetup' from file 'C:\Temp\SQL_TEMP\x64\.\Microsoft.SqlServer.Configuration.SmartSetupExtension.dll'
    (01) 2014-04-04 16:29:02 Slp: Extension 'SmartSetup' version '12.0.2000.8' loaded
    (01) 2014-04-04 16:29:02 Slp: Completed Action: LoadExtensions, returned True
    (01) 2014-04-04 16:29:02 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:02 Slp: Running Action: ExecuteBootstrapAfterExtensionsLoaded
    (01) 2014-04-04 16:29:04 Slp: Workflow to execute: 'BOOTSTRAPAFTEREXTENSIONSLOADED'
    (01) 2014-04-04 16:29:04 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:04 Slp: Running Action: SetGlobalPackageFlags
    (01) 2014-04-04 16:29:04 Slp: Setting /Package/ProductName to SQL2014
    (01) 2014-04-04 16:29:04 Slp: Setting /Package/SupportedLanguages to 1028;1031;1033;1036;1040;1041;1042;1046;1049;2052;3082;1053
    (01) 2014-04-04 16:29:04 Slp: Setting /Package/LogPath to %ProgramFiles%\Microsoft SQL Server\120\Setup Bootstrap\Log
    (01) 2014-04-04 16:29:04 Slp: Setting /Package/GlobalProperties/StopActionRequireMode to ShowProgressOnly
    (01) 2014-04-04 16:29:04 Slp: Completed Action: SetGlobalPackageFlags, returned True
    (01) 2014-04-04 16:29:04 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:04 Slp: Running Action: LoadPackageDatastoreObjects
    (01) 2014-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateConfigObject.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateConfigObject.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateConfigObject.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfigDefault.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfigDefault.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfigDefault.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfigDefault.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentScriptPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.XTP.ConfigExtension.HkPerfCtrPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.XTP.ConfigExtension.HkPerfCtrPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 Slp: Document 'Microsoft.SqlServer.Configuration.XTP.ConfigExtension.HkPerfCtrPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.XTP.ConfigExtension.HkPerfCtrPrivateSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/XTP/Private'
    (01) 2014-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml'
    (01) 2014-04-04 16:29:04 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml' loaded into datastore path '/Datastore/ProductSettings/ClusterNodesStatus/Public'
    (01) 2014-04-04 16:29:04 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd'
    (01) 2014-04-04 16:29:04 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml'
    (01) 2014-04-04 16:29:04 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-04-04 16:29:04 Slp: Completed Action: LoadPackageDatastoreObjects, returned True
    (01) 2014-04-04 16:29:04 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:04 Slp: Running Action: InitializeInputSettingStore
    (01) 2014-04-04 16:29:05 Slp: Completed Action: InitializeInputSettingStore, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: InitializeRoleService
    (01) 2014-04-04 16:29:06 Slp: Loading role: SPI_AS_NewFarm
    (01) 2014-04-04 16:29:06 Slp: Loading role: SPI_AS_ExistingFarm
    (01) 2014-04-04 16:29:06 Slp: Loading role: AllFeatures_WithDefaults
    (01) 2014-04-04 16:29:06 Slp: Completed Action: InitializeRoleService, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessChainerCommandLineArguments
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: TIMESTAMP
    (01) 2014-04-04 16:29:06 Slp: Value specified: 20140404_162820
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: LOGMARKER
    (01) 2014-04-04 16:29:06 Slp: Value specified: _LandingPage
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: MEDIASOURCE
    (01) 2014-04-04 16:29:06 Slp: Value specified: C:\Temp\SQL_TEMP\
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: INSTALLMEDIAPATH
    (01) 2014-04-04 16:29:06 Slp: Value specified: C:\Temp\SQL_TEMP\x64\setup\
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: ENU
    (01) 2014-04-04 16:29:06 Slp: Value specified: True
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: MEDIALAYOUT
    (01) 2014-04-04 16:29:06 Slp: Value specified: Advanced
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: HIDECONSOLE
    (01) 2014-04-04 16:29:06 Slp: Value specified: True
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Setting: ACTION
    (01) 2014-04-04 16:29:06 Slp: Value specified: LANDINGPAGE
    (01) 2014-04-04 16:29:06 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessChainerCommandLineArguments, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessMediaChainerConfigFileArguments
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessMediaChainerConfigFileArguments, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessChainerConfigFileArguments
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessChainerConfigFileArguments, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessSlipstreamParameters
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessSlipstreamParameters, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: SetRoleAndUIModeForExpressMedia
    (01) 2014-04-04 16:29:06 Slp: Executing SetRoleAndUIModeForExpressMedia action.
    (01) 2014-04-04 16:29:06 Slp: Completed Action: SetRoleAndUIModeForExpressMedia, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: InitializeRetryHandler
    (01) 2014-04-04 16:29:06 Slp: Completed Action: InitializeRetryHandler, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ExecuteBootstrapProcessInputSettings
    (01) 2014-04-04 16:29:06 Slp: Workflow to execute: 'BOOTSTRAPPROCESSINPUTSETTINGS'
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: StartSqmSession
    (01) 2014-04-04 16:29:06 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine
    (01) 2014-04-04 16:29:06 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\120
    (01) 2014-04-04 16:29:06 Slp: SQM Service: Sqm does not have active session.
    (01) 2014-04-04 16:29:06 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    (01) 2014-04-04 16:29:06 Slp: Completed Action: StartSqmSession, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ValidateChainerSetting
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ValidateChainerSetting, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessFeatureCommandLineArguments
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessFeatureCommandLineArguments, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessMediaFeatureConfigFileArguments
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessMediaFeatureConfigFileArguments, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ProcessFeatureConfigFileArguments
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ProcessFeatureConfigFileArguments, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: ValidateSettingsAgainstScenario
    (01) 2014-04-04 16:29:06 Slp: Scenario: LandingPage
    (01) 2014-04-04 16:29:06 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    (01) 2014-04-04 16:29:06 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:06 Slp: Running Action: FinalCalculateSettings
    (01) 2014-04-04 16:29:07 Slp: Completed Action: FinalCalculateSettings, returned True
    (01) 2014-04-04 16:29:07 Slp: Completed Action: ExecuteBootstrapProcessInputSettings, returned True
    (01) 2014-04-04 16:29:07 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2014-04-04 16:29:07 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:29:07 Slp: Running Action: LandingPage
    (01) 2014-04-04 16:29:07 Slp: Landing page action
    (01) 2014-04-04 16:29:07 Slp: Starting Landing Page: Path = C:\Temp\SQL_TEMP\x64\LandingPage.exe, Arguments =  /ENU /MEDIASOURCE="C:\Temp\SQL_TEMP\\"
    (01) 2014-04-04 16:32:46 Slp: Completed Action: LandingPage, returned True
    (01) 2014-04-04 16:32:46 Slp:
    (01) 2014-04-04 16:32:46 Slp:
    (01) 2014-04-04 16:32:46 Slp: ----------------------------------------------------------------------
    (01) 2014-04-04 16:32:46 Slp:
    (01) 2014-04-04 16:32:46 Slp: Setup result: 0
    (01) 2014-04-04 16:32:46 Slp: SQM Service: Sqm does not have active session.

Maybe you are looking for

  • After downloading IOS 5.1.1 new iPad only shows connect to iTunes screen- computer does not recognize iPad now

    Against my better judgement, I let iTunes update my ipad with the 5.1.1 IOS.  After the download was complete, the iPad showed the Connect to Itunes screen and the device wasn't showing in my iTunes so I unplugged the USB.  Now the iPad is stuck on t

  • How to change Anchor Object Options Status of Object Styles?

    hi to all, here i'm creating Object Style and applying some properties, when i create a Object Style, and the anchor Object options not become true status instead it being in false status how do i change status of anchor Object options of object styl

  • Is this scenario possible?

    My company is in the process of determing whether OAS InterConnect would be useful to us. We currently have several fixed file formats (different formats) that we get from external sources. This data needs to be put into a "holding area" until severa

  • Check Form for Errors When Digitally Signing?

    Greetings, I am using LiveCycle Designer ES3.  The target version of my form is Adobe version 8.  My form is initially completed by a document generator, then forwarded to a reviewer.  The reviewer will then use the form to document his/her determina

  • Need to determine machine is ON / OFF ?

    On network for a given IP address, I want to detrmine if that particular machine is ON / OFF ? How come I can achieve this ?