Credentials issue with MS SQL Express 2014

Hello,
I have kind of simple issue but I failed to resolve it. Here's the issue:
I have SQL Server Express 2014 installed on my PC. I have to use SQL Server authentication. As 'sa' I created login and user e.g. user1. Then as user1 I created DB e.g. db1 and a few tables. Now I could login into db1 as user1 using SQL Server authentication.
This db1 will be used by application e.g. app1. This app1 has configuration file that has all credentials and other connection string things. Well when I start that application it throws error "Can't connect to database". Then I look into log and
see this: Error: 18456, Severity: 14, State: 8. Login failed for user 'user1'. Reason: Password did not match that for the login provided .  Then I could disable credential check in configuration file of app1 and then I don't have problem to start app1.
Then I tried to created ODBC connection and use the same credentials and I succeed to connect. Could some give the idea what could be wrong and I can't connect to db1 from my app1? Thanks

Reset the password of the login, i have already this problem.
Not forget the connection string syntaxe, do not make the space after and before (=) example :
Server=myServerAddress;Database=myDataBase;User
Id=myUsername;
Password=myPassword;
Thanks for suggestion ... but could you please tell me why  to reset login password ( I could use this password successfully when login from Studio i.e. it's correct.
Could you please give me sqlcmd example how to connect to my db1 using connection string. That way I should be able to check which users are capable to login.
N.B. I am planning to play with Trusted Connection because Shanky_621 suggested that value 'false' (like in my case means Windows Authentication). In my case user1 is not Windows user .. it's SQL Authentication user.
Thanks

Similar Messages

  • Issue with applying SQL Server 2014 CU6

    Anyone had an issue like this when applying CU6... I have a single server/single instance 2014 installation running SQL SRVR, SSAS, SSRS, SSIS...
    SSAS, SSRS, and SSIS all upgraded to 12.0.2480.0, but SQL Server did not.  The summary file has the generic failure message below:
    Instance MSSQLSERVER overall summary:
      Final result:                  The patch installer has failed to update the shared features. To determine the reason for failure, review the log files.
      Exit code (Decimal):           -2061893565
      Start time:                    2015-03-13 10:56:18
      End time:                      2015-03-13 10:59:59
      Requested action:              Patch
    After reboot everything came up fine, but now I am left wondering how to troubleshoot this.  The detail log is huge and doesn't show a clear indication of what the issue might be.  Anyone have any guidance on troubleshooting?  I have searched
    the web and found some results for earlier versions... but nothing terribly helpful.

    To close this out, I'd like to note that I finally was able to get to a meaningful error message:
    "The User Data directory in the registry is not valid. Verify DefaultData key under the instance hive points to a valid directory. Error code: 0x851A0043"
    The error resulted from an earlier relocation of the default data location.  A registry entry for DefaultData in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL12.MSSQLSERVER\MSSQLServer was incorrectly pointing to an obsolete drive
    letter.  Correcting the drive letter was all that was needed.  I am now successfully at version 12.0.2480.0.

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

  • 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

  • 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

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

  • Uninstall SQL EXPRESS 2014 ERROR

    Hi, i managed to install SQL Express 2014 on Windows 7 Pro SP1 without any problems at all. When i try to uninstall it i get the error message.
    "The operating system on this computer or its service pack level does not meet the minimum requirements for SQL Server 2014."
    However it installed absolutely fine without issue, why does it not uninstall? Surely uninstalling should have a lower requirement than installing it!
    What is the fix or is this yet another MS bug?

    Hello,
    Please try to open Command Prompt, go to the folder where setup.exe (SQL Server setup) is located and try to run the following command:
    Setup.exe /Action=Uninstall
    Another option is to use the Program Compatibility Assistant on setup.exe.
    http://www.howtogeek.com/howto/10436/using-program-compatibility-mode-in-windows-7/
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Serious resolution issues with After Effects CC (2014) on Windows 8.1 Pro on Dell Precision M3800 laptop??

    My new company installed Adobe Creative Cloud (There was some annoying Proxy issues at first, because of the seriously tight I.T policies) but we are having some serious resolution issues with After Effects CC 2014 (also have this resolution problem with Adobe Premiere, Media Encoder, Muse) on Windows 8.1 Pro on a Dell Precision M3800 laptop with icons and interface looking too small and hard to see, is there a fix, an update or a work around, can anyone help?
    Any help will be appreciated!
    k.regards
    Ramon

    Hi Todd is there a time-frame for this fix, there is a lot of pressure on me, because I convinced my company to get the Creative Cloud and quite a lot of the CC software is not compatible with the latest Windows 8.1 OS.
    Is there at least a work around, until this big fix comes along?
    k.regards
    Ramon

  • Issue with  pl/sql client

    Hi All,
    I am getting issue with pl/sql client saying readonly access to DMPROD(database).
    could you help me out..what might be causing this problem or how to overcome it?
    Thanks a lot.

    tvenkatesh07 wrote:
    Hi All,
    I am getting issue with pl/sql client saying readonly access to DMPROD(database).
    could you help me out..what might be causing this problem or how to overcome it?Well, it could be possible that your user, with whom you are trying to connect, is having only read-only access to the db? Did you try to change the user?
    Aman....

  • 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

  • Compatibility issues with Final Cut Express and Final Cut Pro

    I'm getting ready to edit a project and I was wondering if there are any compatibility issues with Final Cut Express and Final Cut Pro. I've never used Express put I assume I would be able to make cuts, simple effects and titles. Is this correct.
    If I transfer project files from one platform to the other will i run into any issues?
    Thanks for all and any help.

    {quote:title=cuttingedge wrote:}
    If I transfer project files from one platform to the other will i run into any issues?
    {quote}
    Although they operate in a similar fashion that are not fully compatible. You can open a FCE project in FCP, but once you've edited it in FCP you can't go back to FCE.

  • Having issues with getting SQL Server Express to start services and run.

    Good afternoon everyone,
    I have been working on a 2012 R2 server getting ready to move databases to new hardware.  I had SQL Server Express 2008 R2 running on this server with no issues.  I was handed another software package that ran SQL Express 2012 and had to for compatibility
    reasons.  I have had multiple versions run on Server 2012 before with no issues.  This time, not so lucky.  When the installer from the updated package put on SQL Express 2012 it completed with errors ( error log posted at the end of post) and
    would not allow me to run software.  I then tried the db that I had installed on 2008 R2 and it also gave the  same error as the 2012 version.  IN basic terms the required services attempted to start and shut back down again.  I have received
    Error 1068 about database handles and error %%945.   I know this db has plenty of space and the permissions were added for the Admin account to access both db's.  I then uninstalled both versions and tried again, with the same errors listed when
    I tried to start the services.     I am thinking that a clean install would fix the issue however I am not certain what files/folders/reg entries need to be deleted or modified.  I have researched all the errors I can find, however I am very
    new with SQL anything so I know I am missing something.   I also do not have an "E:" drive on this server (not sure why it is going there). Input would be very welcome as I am not certain where to go from here. 
    Thanks,
    Matt
    Error Log follows, server and domain names have been blacked out with ****.
    2015-04-15 11:57:55.16 Server      Microsoft SQL Server 2012 (SP1) - 11.0.3128.0 (X64) 
    Dec 28 2012 20:23:12 
    Copyright (c) Microsoft Corporation
    Express Edition (64-bit) on Windows NT 6.2 <X64> (Build 9200: ) (Hypervisor)
    2015-04-15 11:57:55.16 Server      (c) Microsoft Corporation.
    2015-04-15 11:57:55.16 Server      All rights reserved.
    2015-04-15 11:57:55.16 Server      Server process ID is 4104.
    2015-04-15 11:57:55.16 Server      System Manufacturer: 'HP', System Model: 'ProLiant ML350p Gen8'.
    2015-04-15 11:57:55.16 Server      Authentication mode is WINDOWS-ONLY.
    2015-04-15 11:57:55.16 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Log\ERRORLOG'.
    2015-04-15 11:57:55.17 Server      The service account is 'NT AUTHORITY\LOCAL SERVICE'. This is an informational message; no user action is required.
    2015-04-15 11:57:55.17 Server      Registry startup parameters: 
    -d C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA\master.mdf
    -e C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Log\ERRORLOG
    -l C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\DATA\mastlog.ldf
    2015-04-15 11:57:55.17 Server      Command Line Startup Parameters:
    -s "SQLEXPRESS"
    2015-04-15 11:57:55.48 Server      SQL Server detected 1 sockets with 6 cores per socket and 12 logical processors per socket, 12 total logical processors; using 8 logical processors based on SQL Server licensing. This is an informational message;
    no user action is required.
    2015-04-15 11:57:55.48 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2015-04-15 11:57:55.48 Server      Detected 8157 MB of RAM. This is an informational message; no user action is required.
    2015-04-15 11:57:55.48 Server      Using conventional memory in the memory manager.
    2015-04-15 11:57:55.68 Server      This instance of SQL Server last reported using a process ID of 7840 at 4/15/2015 11:57:47 AM (local) 4/15/2015 3:57:47 PM (UTC). This is an informational message only; no user action is required.
    2015-04-15 11:57:55.68 Server      Node configuration: node 0: CPU mask: 0x00000000000000ff:0 Active CPU mask: 0x00000000000000ff:0. This message provides a description of the NUMA configuration for this computer. This is an informational message
    only. No user action is required.
    2015-04-15 11:57:55.69 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2015-04-15 11:57:55.72 Server      Software Usage Metrics is disabled.
    2015-04-15 11:57:55.73 spid5s      Starting up database 'master'.
    2015-04-15 11:57:55.79 spid5s      20 transactions rolled forward in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-04-15 11:57:55.79 spid5s      0 transactions rolled back in database 'master' (1:0). This is an informational message only. No user action is required.
    2015-04-15 11:57:55.80 Server      CLR version v4.0.30319 loaded.
    2015-04-15 11:57:55.86 spid5s      Service Master Key could not be decrypted using one of its encryptions. See sys.key_encryptions for details.
    2015-04-15 11:57:55.89 Server      Common language runtime (CLR) functionality initialized using CLR version v4.0.30319 from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\.
    2015-04-15 11:57:55.91 spid5s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2015-04-15 11:57:55.91 spid5s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2015-04-15 11:57:55.94 spid5s      SQL Trace ID 1 was started by login "sa".
    2015-04-15 11:57:55.94 spid5s      Server name is '********\SQLEXPRESS'. This is an informational message only. No user action is required.
    2015-04-15 11:57:55.96 spid5s      Failed to verify Authenticode signature on DLL 'C:\Program Files\Microsoft SQL Server\MSSQL11.SQLEXPRESS\MSSQL\Binn\ftimport.dll'.
    2015-04-15 11:57:55.96 spid5s      Starting up database 'msdb'.
    2015-04-15 11:57:55.96 spid9s      Starting up database 'mssqlsystemresource'.
    2015-04-15 11:57:55.96 spid5s      Error: 17204, Severity: 16, State: 1.
    2015-04-15 11:57:55.96 spid5s      FCB::Open failed: Could not open file e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBData.mdf for file number 1.  OS error: 3(The system cannot find the path specified.).
    2015-04-15 11:57:55.96 spid5s      Error: 5120, Severity: 16, State: 101.
    2015-04-15 11:57:55.96 spid5s      Unable to open the physical file "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBData.mdf". Operating system error 3: "3(The system cannot find the path specified.)".
    2015-04-15 11:57:55.96 spid5s      Error: 17207, Severity: 16, State: 1.
    2015-04-15 11:57:55.96 spid5s      FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBLog.ldf'.
    Diagnose and correct the operating system error, and retry the operation.
    2015-04-15 11:57:55.96 spid5s      File activation failure. The physical file name "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\MSDBLog.ldf" may be incorrect.
    2015-04-15 11:57:55.99 spid9s      The resource database build version is 11.00.3000. This is an informational message only. No user action is required.
    2015-04-15 11:57:56.02 spid12s     A self-generated certificate was successfully loaded for encryption.
    2015-04-15 11:57:56.03 spid12s     Server is listening on [ 'any' <ipv6> 53345].
    2015-04-15 11:57:56.03 spid12s     Server is listening on [ 'any' <ipv4> 53345].
    2015-04-15 11:57:56.03 spid12s     Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\SQLEXPRESS ].
    2015-04-15 11:57:56.03 spid12s     Server named pipe provider is ready to accept connection on [ \\.\pipe\MSSQL$SQLEXPRESS\sql\query ].
    2015-04-15 11:57:56.04 spid12s     Dedicated administrator connection support was not started because it is disabled on this edition of SQL Server. If you want to use a dedicated administrator connection, restart SQL Server using the trace flag 7806.
    This is an informational message only. No user action is required.
    2015-04-15 11:57:56.04 Server      SQL Server is attempting to register a Service Principal Name (SPN) for the SQL Server service. Kerberos authentication will not be possible until a SPN is registered for the SQL Server service. This is an informational
    message. No user action is required.
    2015-04-15 11:57:56.04 Server      The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/********.****.local:SQLEXPRESS ] for the SQL Server service. Windows return code: 0xffffffff, state: 53.
    Failure to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been
    manually registered.
    2015-04-15 11:57:56.04 Server      The SQL Server Network Interface library could not register the Service Principal Name (SPN) [ MSSQLSvc/********.****.local:53345 ] for the SQL Server service. Windows return code: 0xffffffff, state: 53. Failure
    to register a SPN might cause integrated authentication to use NTLM instead of Kerberos. This is an informational message. Further action is only required if Kerberos authentication is required by authentication policies and if the SPN has not been manually
    registered.
    2015-04-15 11:57:56.09 spid9s      Starting up database 'model'.
    2015-04-15 11:57:56.10 spid9s      Error: 17204, Severity: 16, State: 1.
    2015-04-15 11:57:56.10 spid9s      FCB::Open failed: Could not open file e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\model.mdf for file number 1.  OS error: 3(The system cannot find the path specified.).
    2015-04-15 11:57:56.10 spid9s      Error: 5120, Severity: 16, State: 101.
    2015-04-15 11:57:56.10 spid9s      Unable to open the physical file "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\model.mdf". Operating system error 3: "3(The system cannot find the path specified.)".
    2015-04-15 11:57:56.10 spid9s      Error: 17207, Severity: 16, State: 1.
    2015-04-15 11:57:56.10 spid9s      FileMgr::StartLogFiles: Operating system error 2(The system cannot find the file specified.) occurred while creating or opening file 'e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\modellog.ldf'.
    Diagnose and correct the operating system error, and retry the operation.
    2015-04-15 11:57:56.10 spid9s      File activation failure. The physical file name "e:\sql11_main_t.obj.x86release\sql\mkmastr\databases\objfre\i386\modellog.ldf" may be incorrect.
    2015-04-15 11:57:56.10 spid9s      Error: 945, Severity: 14, State: 2.
    2015-04-15 11:57:56.10 spid9s      Database 'model' cannot be opened due to inaccessible files or insufficient memory or disk space.  See the SQL Server errorlog for details.
    2015-04-15 11:57:56.10 spid9s      SQL Trace was stopped due to server shutdown. Trace ID = '1'. This is an informational message only; no user action is required.
    

    Hi HMLunger,
    Did you install the SQL Server instance successfully? If not, please help to post the summary and detail logs for analysis. By default, the logs can be found in: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log.
    However, if you fail to start SQL Server Express service after successfully installing SQL Server,
    you might have to change the paths of the files by running the following scripts from the command prompt. For more details, please review this similar
    thread.
    NET START MSSQL$SQLEXPRESS /f /T3608
    SQLCMD -S .\SQLEXPRESS
    ALTER DATABASE model MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    ALTER DATABASE model MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    go
    exit;
    ALTER DATABASE msdb MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    ALTER DATABASE msdb MODIFY FILE (NAME = logical_name , FILENAME = 'new_path\os_file_name');
    NET STOP MSSQL$SQLEXPRESS
    In addition, you can follow the steps in this KB article to uninstall SQL Server.
    Thanks,
    Lydia Zhang
    Lydia Zhang
    TechNet Community Support

  • SQL Express 2014 with Advanced Tools

    I realized I should have included the version of Express I am trying to download.

    SQL Server 2012
    https://www.microsoft.com/en-us/download/details.aspx?id=29062
    Filenames for express with tools (x64 is for 64bit systems, x86 is for 32bit systems)
      ENU\x86\SQLEXPRWT_x86_ENU.exe
      ENU\x64\SQLEXPRWT_x64_ENU.exe
    Management Studio on it's own
      ENU\x64\SQLManagementStudio_x64_ENU.exe
      ENU\x86\SQLManagementStudio_x86_ENU.exe
    SQL Server 2014
    https://www.microsoft.com/en-us/download/details.aspx?id=42299
    Express with tools:
      ExpressAndTools 32BIT\SQLEXPRWT_x86_ENU.exe
      ExpressAndTools 64BIT\SQLEXPRWT_x64_ENU.exe
    Management Studio
    MgmtStudio 32BIT\SQLManagementStudio_x86_ENU.exe
    MgmtStudio 64BIT\SQLManagementStudio_x64_ENU.exe

  • SQL Express 2014 Global Rules Failure Persists

    I have been running afoul of a SQL Server Express 2014 Installation Rule:
    This computer does not have a required update for .NET Framework 2.0 or .NET Framework 3.5 SP1 that is needed for a successful installation of .NET Framework 4 and Visual Studio components that are included in SQL Server. To continue, download and install
    the required update package from http://go.microsoft.com/fwlink/?LinkID=196047. A computer restart is required after installing this update.
    I have disabled/enabled .NET Framework 3.5 in order to re-install the framework to no avail.
    I have attempted to install the .NET Framework 2.0 (for some strange reason) with no luck.
    I have attempted using the .NET Framework Clean Up Tool HERE.
    I uninstalled and have attempted to install this
    update.
    All of this to no avail however. Any help with this issue would be greatly appreciated.
    Edward Walker

    Hello,
    Let me recommend you the .NET Framework repair tool. Please download and install from the following link:
    http://www.microsoft.com/en-us/download/details.aspx?id=30135
    http://support.microsoft.com/kb/2698555
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Trouble Turneing on FileStream/Ad Hoc Query with new SQL Server 2014 64-BIt Version

    SQL Server Help,
    I have recently installed SQL SERVER 2014 on my Window 7 SP1 Acer laptop.
    I am trying to do a simple upload of an Excel file into SQL Server using the OPENROWSET command:
    Which I found requires some configuration change I attempted below.
    When I execute this:
    execute sp_configure 'show advanced options', 1;
    RECONFIGURE;
    execute sp_configure 'Ad Hoc Distributed Queries', 1;
    RECONFIGURE;
    GO
    I get this message
    Configuration option 'show advanced options' changed from 1 to 1. Run the RECONFIGURE statement to install.
    Msg 5593, Level 16, State 1, Line 2
    FILESTREAM feature is not supported on WoW64. The feature is disabled.
    Msg 15123, Level 16, State 1, Procedure sp_configure, Line 62
    The configuration option 'Ad Hoc Distributed Queries' does not exist, or it may be an advanced option.
    Msg 5593, Level 16, State 1, Line 4
    FILESTREAM feature is not supported on WoW64. The feature is disabled.
    When I go to the SQL Server Services and Properties on the Server and try to change the FileStream options to be on..I get the error:
    "There was an unknown error applying the FILESTREAM settings.  Check the parameters are valid (0x80070002)."
    Perhaps my issue is with the Windows Share Name:  .  I have put in a local driver C:\A_Excel....also the computer name, my user ID.   Is there a special format or way to define a Share Name that I am unaware of?
    Is there a way to fix this?  Can I not load Excel files with a 64-Bit system?  Or what is the easiest way that I can do this with my configuration?
    Thanks for any help.

    FILESTREAM feature is not supported on WoW64. The feature is disabled.
    By the error message it seems you have a 64 bit OS, but have installed a 32 bit SQL Server and here in WoW64 mode filestream seems to be not supported. Install a 64 bit SQL Server instead.
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

Maybe you are looking for

  • Report ( invoice number and delivery number)

    Hi Is there any report in SAP, which can show invoice number and delivery document number, I know the SAP table, but is SAP standard report available? Example:PO: 5500075241, plant abraod delivery number 3510000174 and plant abroad Invoice number 355

  • Cellular Data Account Question-iPad 2 (3G+Wi-Fi)(Verizon Wireless)

    I recently purchased a IPad 2 (CDMA/3G + Wi-Fi) from Amazon.com and when I received it the cellular data plan was still intact with the device. My question today would be how do I remove the previous owners Cellular Data Account and If so how do I ad

  • Regarding Entity Dimension in Planning

    Hi All, We have created one application with X as Entity dimension, now the requirement is we need to change Y as Entity dimension here Y is custom dimension in Planning. Is there any simple way to tag Y as Entity ? Thanks in advance. Regards, Sravan

  • Simple applet in IE

    I am going back to the basics to figure out why my huge program doesn't work as an applet in IE. I have the following little code import javax.swing.*; public class Something      public static void init()      {     new Something();}      public sta

  • Non-Reentr​ant VI executing in different Process Stacks

    I am creating a DLL which can be called by several different processes on a machine at the same time. If I have a non-reentrant VI in the API, do the same restrictions apply between processes as if they were in the same process? For example, if I cal