Update error of SQL Server 2012 enterprise running on Windows server 2008 standard SP2 (32 bits)

Hi there;
I have a windows server 2008 SP2 (32bits) in which I have an instance of SQL Server
2008 and another of 2012.
My Windows server 2008 installed the following updates; (see below).
(KB2898858),(KB2909921),(KB890830),(KB2898869),(KB2911502),(KB2901126),
(KB2916036),(KB2862973),(KB2901113)
After the machine was re-started, I was not abble to connect
to the instance of SQL Server 2012.  I am able
to connect to the instance of SQL Server 2008.
The error message I get when I atemp to connect can be found
at the end of the list of updates below.
Do I need to uninstall an update? if so, which one and how do I do that?
Thanks        Gabriel I. Ruiz
Security Update for Microsoft .NET Framework 2.0 SP2 on Windows Vista SP2 and Windows Server 2008 SP2 x86 (KB2898858)
Installation date: ‎2/‎12/‎2014 11:42 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2898858
Cumulative Security Update for Internet Explorer 9 for Windows Server 2008 (KB2909921)
Installation date: ‎2/‎12/‎2014 11:42 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2909921
Windows Malicious Software Removal Tool - February 2014 (KB890830)
Installation date: ‎2/‎12/‎2014 11:41 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/890830
Security Update for Microsoft .NET Framework 4.5.1 on Windows 7, Windows Vista and Windows Server 2008 x86 (KB2898869)
Installation date: ‎2/‎12/‎2014 11:40 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2898869
Security Update for Microsoft .NET Framework 2.0 SP2 on Windows Vista SP2 and Windows Server 2008 SP2 x86 (KB2911502)
Installation date: ‎2/‎12/‎2014 11:36 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2911502
Security Update for Microsoft .NET Framework 4.5.1 on Windows 7, Windows Vista, and Windows Server 2008 x86 (KB2901126)
Installation date: ‎2/‎12/‎2014 11:36 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2901126
Security Update for Windows Server 2008 (KB2916036)
Installation date: ‎2/‎12/‎2014 11:34 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2916036
Security Update for Windows Server 2008 (KB2862973)
Installation date: ‎2/‎12/‎2014 11:34 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2862973
Security Update for Microsoft .NET Framework 2.0 SP2 on Windows Vista SP2 and Windows Server 2008 SP2 x86 (KB2901113)
Installation date: ‎2/‎12/‎2014 11:34 PM
Installation status: Successful
Update type: Important
More information: 
http://support.microsoft.com/kb/2901113
===================================
Cannot connect to HAVANA\HAVANA_2012_1ST.
===================================
The client was unable to establish a connection because of an error during connection initialization process before login. Possible causes include the following:  the client tried to connect to an unsupported version of SQL Server; the server was too busy
to accept new connections; or there was a resource limitation (insufficient memory or maximum allowed connections) on the server. (provider: Shared Memory Provider, error: 0 - No process is on the other end of the pipe.) (.Net SqlClient Data Provider)
For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&EvtSrc=MSSQLServer&EvtID=233&LinkId=20476
Server Name: HAVANA\HAVANA_2012_1ST
Error Number: 233
Severity: 20
State: 0
Program Location:
   at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction)
   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
   at System.Data.SqlClient.TdsParserStateObject.SNIWritePacket(SNIHandle handle, SNIPacket packet, UInt32& sniError, Boolean canAccumulate, Boolean callerHasConnectionLock)
   at System.Data.SqlClient.TdsParserStateObject.WriteSni(Boolean canAccumulate)
   at System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode, Boolean canAccumulate)
   at System.Data.SqlClient.TdsParser.SendPreLoginHandshake(Byte[] instanceName, Boolean encrypt)
   at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, Boolean withFailover)
   at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, Boolean withFailover)
   at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString connectionOptions, SqlCredential credential, TimeoutTimer
timeout)
   at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(TimeoutTimer timeout, SqlConnectionString connectionOptions, SqlCredential credential, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance)
   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance,
SqlConnectionString userConnectionOptions, SessionData reconnectSessionData)
   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
   at System.Data.SqlClient.SqlConnection.Open()
   at Microsoft.SqlServer.Management.SqlStudio.Explorer.ObjectExplorerService.ValidateConnection(UIConnectionInfo ci, IServerType server)
   at Microsoft.SqlServer.Management.UI.ConnectionDlg.Connector.ConnectionThreadUser()
===================================
No process is on the other end of the pipe

Hi,
Check if SQL Server service is running fine. I doubt you may have changed the user account password used for SQL Server service. After restarting the machine, you also need to update the user account of SQL Server service in Configuration
Manager. Re-type the user account name and password under Log on tab and see how it helps.
Thanks.
Tracy Cai
TechNet Community Support

Similar Messages

  • Trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.

    I am trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    WSUS Server : Windows Server 2012 R2
    Remote SQL Server: 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Please let me know if anyone has experienced this issue.

    We were trying to install WSUS role on Windows Server 2012 R2 using dedicated SQL Instance with static port on remote SQL Server 2012 SP1 CU7 on Windows Server 2012 R2.
    It verifies the connection and then throws the error:
    The request to add or remove features on the specified server failed. The operation cannot be completed, because the server you specified requires a restart.
    Same error even after rebooting the server multiple times.
    WSUS Server : Windows Server Standard2012 R2
    Remote SQL Server: Windows Server 2012 SP1 CU7 hosted on Windows Server 2012 R2
    Event ID 7000:
    The Windows Internal Database service failed to start due to the following error:
    The service did not start due to a logon failure.
    Event ID 7041
    The MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID with the currently configured password due to the following error:
    Logon failure: the user has not been granted the requested logon type at this computer.
    Service: MSSQL$MICROSOFT##WID
    Domain and account: NT SERVICE\MSSQL$MICROSOFT##WID
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this. If this computer is a node in a cluster, check that this user
    right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, check with your domain administrator to find out if a Group Policy object associated
    with this node might be removing the right.
    I found following article:
    "MSSQL$MICROSOFT##WID service was unable to log on as NT SERVICE\MSSQL$MICROSOFT##WID" error when you install WID in Windows Server 2012
    http://support.microsoft.com/kb/2832204/en-us
    To work around the issue, use one of the following methods:
    Assign the Log on as a service user right to NT SERVICE\ALL SERVICES in the GPO that defines the user right.
    Exclude the computer from the GPO that defines the user right.
    We moved the SCCM server to OU where no policies were getting applied and then applied the new GPO to that OU. Restarted the server and we were able to install WSUS role.
    Regards
    PR

  • Upgrading Windows Server 2012 Essential Eval to Windows Server 2012 R2 Retail

    I need to upgrade from Windows Server 2012 Essential Eval version to Windows Server 2012 R2 Retail.  What would be the easiest way to upgrade if license $$ is not an issue? The Server is a DC.  Would the following works:
    1. Upgrade from Windows Server 2012 Essential Eval to Windows Server 2012 Essential Retail
    2. Do a conversion from Windows Server 2012 Essential Retail to Windows Server 2012 Standard Retail (I suppose this just require several command line to enable the 2012 Standard)
    3. Do an in-place upgrade from Windows Server 2012 Standard to Windows Server 2012 R2 Standard (there is no need to do migration, am I right?)
    Thanks.

    I just did a simulation using Hyper V.  It seems that I'm able to do the upgrade sequence as described but I'm not sure whether there are any side effect that not yet surface out.  Here is the details steps that I took:
    1. Under Windows Server 2012 Essential Eval
    convert the Windows Server Essential 2012 Eval to Windows Server Standard 2012 using the following command in an elevated command prompot
    dism /online /set-edition:ServerStandard /productkey:xxxxx-xxxxx-xxxxx-xxxxx-xxxxx /accepteula
    press "y" and return to restart as prompted
    the productkey could be retail key or the KMS client keys (just for installation not for activiation)
    2. After reboot, the system become Windows Server 2012 Standard
    using admin account to login
    add admin account to the Enterprise Admins group and Schema Admins group if not already done so, logout and login again
    mount the Windows Server 2012 R2 Standard disk in, say, drive d:
    in an elevated command prompt, go the following:
    cd d:\support\adprep
    .\adprep.exe /forestprep
    .\adprep.exe /domainprep
    double click on d: in explore to run the Windows Server 2012 R2 Standard setup
    follow the instruction to complete the in-place upgrade from Windos Server 2012 to Windows Server 2012 R2
    3. After reboot into Windows Server 2012 R2 Standard, go to the charms bar, select setting -> server info, it will mention the server is not activated, click on Activate Windows and key in the Windows Server 2012 R2 Standard retail key

  • Installing Sql Server 2012 Enterprise edition on Windows 7

    Hello,
    I have a desktop with 1 TB Hard Disk and 8GB RAM. It has Windows 7 installed. I want this to be used as staging server at my work. I installed the SQL Server 2012 Enterprise edition. While installing I used service accounts as default when prompted
    which I normally do while installing on a desktop. But now I want this to be used as a server where people can access this box as they do on a sql server machine .i.e. connect to server using SSMS and get to databases on the server and also remote
    desktop into this machine. So, Is it fine to install with default service accounts?
    Also how can I connect to this newly installed sql server box from another desktop using SSMS?
    Thank You.

    Hello,
    Installation of  SQL server 2012 Enterprise edition on Client machine(Win 7)  is not supported( you can install ) .See below for Hardware and Software requirements for SQL Server 2012.You cannot claim support from Microsoft and I guess statging
    is also important.
    http://msdn.microsoft.com/en-us/library/ms143506.aspx
    Now to your main question.To connect
    Makes sure Browser service is running
    Make sure you make exception in firewall for SQL Server services and incoming connections
    Make sure you specify correct instance name when connecting from remote
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Install SQL Server 2012 SP1 on a Windows Server 2012 R2 Failover Cluster - hangs at "Running discovery on remote machine" on VMWare VSphere 5.5 Update 1

    <p>Hi,</p><p>I'm trying to install SQL Server 2012 SP1 on the first node of a Windows Server 2012 R2 failover cluster.</p><p>The install hangs whilst displaying the "Please wait while Microsoft SQL Server 2012 Servce
    Pack 1 Setup processes the current operation." message.</p><p>The detail.txt log file shows as follows:</p><p>(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : Use cached PID<br />(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider
    : NormalizePid is normalizing input pid<br />(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : NormalizePid found a pid containing dashes, assuming pid is normalized, output pid<br />(01) 2014-07-17 15:36:35 Slp: -- PidInfoProvider : Use cached
    PID<br />(01) 2014-07-17 15:36:35 Slp: Completed Action: FinalCalculateSettings, returned True<br />(01) 2014-07-17 15:36:35 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True<br />(01) 2014-07-17 15:36:35 Slp: ----------------------------------------------------------------------<br
    />(01) 2014-07-17 15:36:35 Slp: Running Action: RunRemoteDiscoveryAction<br />(01) 2014-07-17 15:36:36 Slp: Running discovery on local machine<br />(01) 2014-07-17 15:36:36 Slp: Discovery on local machine is complete<br />(01) 2014-07-17
    15:36:36 Slp: Running discovery on remote machine: XXX-XXX-01</p><p>After about 4 hours and 10 minutes, the step seems to time out and move on, however it doesn't seem to have discovered what it needs to and the setup subsuently fails</p><p></p>

    Hi,
    Sorry Information you provided did not helped can you post content of both summary file and details,txt file on shared location for analysis.
    Can you download Service pack again and try once more
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • Why does my Cisco router firewall block Windows Server 2012 traffic, but not Windows Server 2008 traffic?

    Hello,
       I run a small business network with five physical servers: three Dell servers running Windows Server 2008 R2, one custom build running 2008, and another custom build running 2012 with Domain Controller Role (same hardware for both custom builds). 
    The Dell servers are all running the Hyper-V role and each has a number of 2008 VMs.  I also have a 2012 VM with the Domain Controller Role on one of the Hyper-V servers and another VM with a completely base install of 2012.
       All servers are plugged into a Cisco SG300-52 switch which is uplinked to a Cisco 881 router which is connected to a cable TWC provided Ubee cable modem.  I have no VLANs setup.  I do have the Firewall on the router configured
    to inspect most traffic.
       Here is my problem:  I cannot connect to most of the internet on ANY 2012 server (and all exhibit the exact same behavior), but I have NO problems connecting to the internet from 2008 servers.  Here is what I already know:
       1.) I can ping the outside world just fine so ICMP is passing to any external host.
       2.) Two of the 2012 servers are DCs running DNS services and they can connect to the internet just fine for DNS requests because they are doing a perfectly good job of providing DNS services to my network.
       3.) Here's where it gets really weird: I can browse in internet explorer to Bing.com and it works.  I can also go to a couple other Microsoft websites (though they are very slow).  If I click on any link in Bing, however, it doesn't
    work and gives me a page not available error.  If I connect to a non-MS website like Google or my company website, I get page not available.
        4.) I have tried to telnet to port 80 at Bing and it works.  I have tried to telnet to port 80 at google.com and it won't connect.  The 2008 servers have no issue telneting to either bing or google on port 80 and none of my client
    PCs on the network do either.
        5.) Windows Update will not connect and neither will any other update service such as AVG (I have AVG Antivirus installed WITHOUT firewall on two of the three servers. The base 2012 VM has no software installed and no roles...I built it
    just to see if it could connect after a fresh install and it still cannot.)
        6.) The network connection does not indicate limited connectivity (probably because ICMP appears to be passing successfully)
         7.) If I connect the server directly to the modem it has full internet access.
         8.) All internal LAN connectivity is perfectly fine and runs at full speed.
         9.) I have scoured the internet trying to find other examples of this particular kind of connectivity issue on 2012 and I have found two TechNet articles that are similar, but they both had the same resolution: changing the router
    worked, but no one knows why. (I would have included the links, but apparently I cannot do that yet)
    My question is this: What is different about Windows Server 2012 networking that would render it unable to communicate through a router that Windows Server 2008 has no problems with?  I ask because, unlike in these two articles where they were
    running personal networking equipment they could easily upgrade, I'm running a Cisco 881 with what should be virtually limitless configuration options and I have no desire to replace it.  I have to assume the issue is somehow related to the firewall configuration,
    which I could fix easily, but I don't know what to change.  If anyone knows what changed in 2012 and why I would be able to browse to bing and other MS sites but no where else, please pass them along.  Thanks.

    This is the IP Config for the 2012 DC:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : COMPANYDC02
       Primary Dns Suffix  . . . . . . . : company.local
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Intel(R) 82574L Gigabit Network Connection
       Physical Address. . . . . . . . . : 00-25-90-DC-EF-D5
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
       Link-local IPv6 Address . . . . . : fe80::81d5:53cf:bd07:14ed%12(Preferred)
       IPv4 Address. . . . . . . . . . . : 10.10.10.202(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCPv6 IAID . . . . . . . . . . . : 301999504
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-96-D5-C3-00-25-90-DC-EF-D5
       DNS Servers . . . . . . . . . . . : 10.10.10.202
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.{9929D989-8E88-4096-A1CB-61F1DB173FA3}:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    Tunnel adapter Teredo Tunneling Pseudo-Interface:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . :
       Description . . . . . . . . . . . : Microsoft Teredo Tunneling Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    This is the IP Config for the fresh install 2012 VM:
    Windows IP Configuration
       Host Name . . . . . . . . . . . . : WIN-800299O7ES6
       Primary Dns Suffix  . . . . . . . :
       Node Type . . . . . . . . . . . . : Hybrid
       IP Routing Enabled. . . . . . . . : No
       WINS Proxy Enabled. . . . . . . . : No
       DNS Suffix Search List. . . . . . : company.local
    Ethernet adapter Ethernet:
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft Hyper-V Network Adapter
       Physical Address. . . . . . . . . : 00-15-5D-0A-5C-02
       DHCP Enabled. . . . . . . . . . . : Yes
       Autoconfiguration Enabled . . . . : Yes
       IPv4 Address. . . . . . . . . . . : 10.10.10.49(Preferred)
       Subnet Mask . . . . . . . . . . . : 255.255.255.0
       Lease Obtained. . . . . . . . . . : Saturday, August 23, 2014 10:23:01 PM
       Lease Expires . . . . . . . . . . : Wednesday, August 27, 2014 10:23:01 PM
       Default Gateway . . . . . . . . . : 10.10.10.1
       DHCP Server . . . . . . . . . . . : 10.10.10.1
       DNS Servers . . . . . . . . . . . : 10.10.10.220
                                           10.10.10.221
       NetBIOS over Tcpip. . . . . . . . : Enabled
    Tunnel adapter isatap.company.local:
       Media State . . . . . . . . . . . : Media disconnected
       Connection-specific DNS Suffix  . : company.local
       Description . . . . . . . . . . . : Microsoft ISATAP Adapter
       Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP Enabled. . . . . . . . . . . : No
       Autoconfiguration Enabled . . . . : Yes
    NOTE: 10.10.10.220 and 10.10.10.221 are the other domain controllers on my network.  One of them is 2012 and one of them is 2008.  They are both functioning correctly for providing DNS services.  The 2012 Virtual DC, however, still has
    the internet connectivity issue that this whole post was about in the first place.
    NOTE2: When I logged on to COMPANYDC02 this morning, it told me that I had new Windows Updates that needed to be downloaded.   Confused, I checked the most recent time WU had checked for updates at it had successfully checked for updates last night
    at 10pm.  Of course, it failed when trying to download them, but it appears that once in a while, a connection gets through successfully...

  • Installing terminal server role on windows server 2012 to use for Windows server 2008 R2 machines.

    Dear
    Our current setup is as follows :-
    Active Driectory is in Windows Server 2003.
    Citrix Xenapp version 5.6 with all Xenapp servers in Windows Server 2003
    Now we are upgrading our Citrix farm to 6.5 and all Xen app servers into Windows Server 2008R2.
    We did the configuration and testing; everything works fine except the terminal server is not configured which gives the pop always for the expiry date.
    We do have license for 2012 terminal server which is not possible to downgrade for some reason and managent need to install new Windows Server 2012 for terminal server and activte the licenses.
    My question is :-
    1 Whether Windows Server 2008 R2 will get RDS cal license from Windows Server 2012 terminal server (RDS CAL license is of windows server 2012).
    2. What is the role and features I need to activate in Server 2012 in order to use for Citrix 6.5 (only applicable fetaure for getting the RDS cal license.) 
    3. Whether I can add this 2012 server into domain. Is it possible to add 2012 server into Windows Server 2003 AD. 
    Your early reply is highly appreciated.

    Thanks Jeremy..
    I got exactly the right answers I am lookoing for ..
    I successfully activated the terminal service on the newly created Windows 2012 Server and installed the retail license pack we had of 50+50+25 keys . It later shows the 125 keys successfully applied.
    when I tried to link the Xenapp (Windows Server2008R2) to the license server, it first gives me error that session host service role is not installed on the ternial server. So I installed that role also in the terminal server.
    But now its anothee error as below.
    RDS Cals are not available for this Remote Desktop Session host server, and licensing Diagnostic has identified licensing problems for the RD session host server.
    1. Is it wrong I did by installing session host server role into the terminal server (but really it gave me error like 'session host server role is not running on the license server' when I tried to link the license server).
    2. Is it the problem that Windows Server 2008 R2 will not get license from 2012 RDS CAL license.
    3. whether Clearing house will take time to update the license.
    Your reply is highly appreciated. I need to know whether any other way I can link the Windows Server  2008 R2 Servers (Xenapp) to the license server.

  • Upgrade from Windows Server 2012 Active Directory to Windows Server 2012 R2 Active Directory

    We are currently running Windows Server 2012 Active Directory and would like to upgrade to Windows Server 2012 R2 AD. Is it OK to just do an in-place upgrade, or is it advisable to build new domain controllers on R2? Are there any guides or articles anyone
    can recommend?

    Hi Ginandtonic,
    To upgrade DC(Domain Controller) from windows server 2012 to windows server 2012 r2, please refer to these articles:
    Upgrade from windows Server 2012 to 2012 R2                                 
    Upgrade Active Directory from 2012 to 2012 R2
    I hope this helps.
    Best Regards,
    Anna

  • Windows Server 2012 RDS CALS on Windows Server 2008 R2 Licensing Server

    Hi,
    at the moment we are installing the first couple of Windows Server 2012 in our infrastructure.
    Some of them have installed RDS.
    Now we are wondering whether it is possible to use our existing Windows Server 2008 R2 licensing server for serving the licenses we have (yes we to have new Windows Server 2012 RDS CALS) or whether we have to install a new host based on Windows Server 2012.
    We tried to add the new license to the 2008 R2 licensing server, but it is not possible. The licensing manager's error message: "The license code contains invalid characters or not enough characters."
    Is there any other way?
    Thanks and regards
    Matthias

    Hi matt_will_fix_it,
    How about Windows 2012 R2 ?
    Will a Windows 2012 RD Licensing server provide licences to a Windows 2012 R2 server?
    I have not tested it, but it should work.  Server 2012 R2 requires the same RDS CAL version as Server 2012.  If you try it and have an issue please reply back.
    -TP

  • I need to downgrade Product key from Windows server 2012 STD edition to Windows server 2008 ENT edition

    I have a product key for Windows server 2012 Standard ROK edition and need to downgrade it to windows server 2008 Enterprise edition.

    Hi,
    Based on my research,
    Windows Server 2012
    Standard edition
    can be downgrade to any prior version of Standard and Enterprise or Essentials editions.
    For more detailed information, please refer to the links below:
    Understanding
    downgrade rights
    WS2012_Licensing-Pricing_FAQ
    Best regards,
    Susie

  • Windows Server 2012 Essentials upgrade to Windows Server 2012 Standard

    I've just upgraded a Windows Server 2012 Essentials to Standard via the Powershell command. The server restarted and is now Standard version. However I've noticed in the services that one particular service fails. 
    silsvc <Failed to Read Description. Error Code: 2 > 
    C:\Windows\system32\silsvc.exe
    It is set to automatic.
    I guess this is part of the essentials license and hasn't been removed. I would like to keep the Essentials Features however on a VM I replicated the same problem but when I removed Essentials features this service also got removed.
    Is it ok to just disable this service? because I want to keep the Essentials features. Is it going to cause any issues?

    Hello,
    What is the procedure to migrate to standard essentials without losing programs?
    Can you help me?
    actually I have windows server 2012 essentials and I want to upgrade to standard

  • Adding Windows Server 2012 R2 to a Windows Server 2012 Cluster.... Supported?

    Hi all;
    Any ideas?
    Thanks
    Please VOTE as HELPFUL if the post helps you and remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

    Hi,
    no this is not supported.
    The easiest way to see is if you run cluster validation when adding a new 2012 R2 node.
    Microsoft supports a failover cluster solution only if the complete configuration (servers, network, and storage) can pass all tests in the Validate a Configuration Wizard.
    In this step it checks for compatibility. Here you can see if it works or not
    Regards
    Eric
    Eric Berg -- http://www.ericberg.de -- MCSE: Private Cloud MCSE: Server Infrastructure MCSE: Desktop Infrastructure

  • On sharepoint2013 upgrade Sql2008 Express edition databse to SQL server 2012 enterprise

    Hi,
    I have a sharePoint 2013 installed as standalone with sql server express edition 2008.Now my database size as increased more that 10GB.I have installed SQL server 2012 enterprise edition on other server.I want to know how do I make this standalone installation
    as farm installation so that the sharePoint installation can take advantage of sql server 2012 enterprise edition ?
    Or
    Do I need to take backup and reinstall to share point as farm solution?

    You need to install & Configure new SharePoint farm, then Move the Content DB to new farm/new SQL server.
    Install the SharePoint 2013, Configure it
    Create & Configure any Services Application
    Create the Web Application
    Backup the Content DB from Express & restore it to SQL Server 2012.
    Attach it to the Web Application.
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Sql Server 2012 Enterprise installation Problem with Error : Failed to launch local ScenarioEngine.exe: 0x80070003

    Thanks for providing such situation for solving our problem.
    Please and please help me with this problem that im dealing and solving during these 2 weeks!
    I have searched a lot and do all the suggestion but till now i haven't achieved any solution.
    I want to install SQL server 2012 Enterprise but after beginning installation progress and completing the checking for update it become stopped and Setup window become lost.
    I opened temp and find this error:
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    please help and guide me , it really killed my time during about 3 weaks, i will pray for you!
    here is the overall content of my SqlSetup_1 file:
    09/20/2014 13:41:56.002 ======================================================================
    09/20/2014 13:41:56.161 Setup launched
    09/20/2014 13:41:56.272 Attempting to determine media source
    09/20/2014 13:41:56.342 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:41:56.388 Attempt to determine media layout based on file 'F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\mediainfo.xml'.
    09/20/2014 13:41:56.488 Media layout is detected as: Full
    09/20/2014 13:41:56.572 Not a slip stream media, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.666 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:41:56.710 Help display: false
    09/20/2014 13:41:56.743 .Net version 3.5 is installed
    09/20/2014 13:41:56.777 .Net version 2.0 is installed
    09/20/2014 13:41:56.810 Local setup.exe not found, so continuing to run setup.exe from media.
    09/20/2014 13:41:56.843 Attempt to initialize SQL setup code group
    09/20/2014 13:41:56.887 Attempting to determine security.config file path
    09/20/2014 13:41:56.921 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:41:56.955 .Net security policy file does exist
    09/20/2014 13:41:56.987 Attempting to load .Net security policy file
    09/20/2014 13:41:57.032 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:41:57.076 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.109 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:41:57.143 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.176 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:41:57.224 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.442 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:41:57.487 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.520 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:41:57.567 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.633 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:41:57.773 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:41:57.864 Required security code group nodes exist, contine.
    09/20/2014 13:41:57.945 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:41:57.978 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.018 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:41:58.044 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.084 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:41:58.122 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.162 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:41:58.188 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.228 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:41:58.255 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:41:58.344 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.384 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:41:58.410 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.450 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:41:58.488 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.528 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:41:58.555 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.616 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:41:58.675 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:41:58.764 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.816 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:41:58.853 Required security code group nodes exist, contine.
    09/20/2014 13:41:58.919 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:58.972 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.020 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:41:59.072 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.120 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:41:59.187 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.238 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:41:59.313 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.376 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:41:59.421 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.471 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:41:59.521 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.571 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:41:59.621 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.688 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:41:59.737 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.777 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:41:59.815 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.854 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:41:59.932 Required security code group nodes exist, contine.
    09/20/2014 13:41:59.981 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:00.032 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.081 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:00.132 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.199 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:00.248 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.288 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:00.337 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.377 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:00.447 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.488 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:00.536 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.577 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:00.650 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.733 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:00.781 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.822 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:00.869 Required security code group nodes exist, contine.
    09/20/2014 13:42:00.922 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:00.969 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.022 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.087 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.124 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:01.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.191 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:01.276 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.324 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:01.387 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.426 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:01.453 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.501 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:01.531 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.568 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:01.597 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.634 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:01.686 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.723 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:01.752 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.790 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:01.819 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.867 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:01.897 Required security code group nodes exist, contine.
    09/20/2014 13:42:01.934 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:01.963 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.000 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:02.053 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.089 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:02.119 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.156 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:02.208 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.244 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:02.274 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.311 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:02.340 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:02.389 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:02.418 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.455 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:02.485 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.522 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:02.574 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.611 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:02.640 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.677 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:02.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.754 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:02.789 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.839 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:02.876 Required security code group nodes exist, contine.
    09/20/2014 13:42:02.917 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:02.977 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.017 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.055 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.094 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.154 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.194 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.232 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.272 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:03.310 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.372 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:03.410 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.450 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.487 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.527 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.587 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.627 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.665 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.705 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:03.742 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.805 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:03.841 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.882 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:03.920 Required security code group nodes exist, contine.
    09/20/2014 13:42:03.960 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.020 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.059 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:04.097 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.137 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:04.197 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.237 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:04.275 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.315 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:04.352 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.415 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:04.452 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.492 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:04.530 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.570 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:04.630 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.670 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:04.707 Required security code group nodes exist, contine.
    09/20/2014 13:42:04.747 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:04.878 Required security code group nodes exist, contine.
    09/20/2014 13:42:05.084 Saved .Net security policy file
    09/20/2014 13:42:05.141 Attempting to determine security.config file path
    09/20/2014 13:42:05.206 Checking to see if policy file exists C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:42:05.251 .Net security policy file does exist
    09/20/2014 13:42:05.270 Attempting to load .Net security policy file
    09/20/2014 13:42:05.311 Processing entry ("MSVCM80", "Native")
    09/20/2014 13:42:05.348 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:42:05.383 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:42:05.416 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:42:05.449 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:42:05.503 Processing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:42:05.538 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:42:05.572 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:42:05.605 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:42:05.638 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:42:05.691 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:42:05.727 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:42:05.760 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:42:05.793 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:42:05.827 Processing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:42:05.880 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:42:05.916 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:42:05.949 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:42:05.982 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:42:06.015 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:42:06.104 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:42:06.138 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:42:06.182 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:42:06.213 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:42:06.271 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:42:06.304 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:42:06.337 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:42:06.370 Processing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:42:06.401 Processing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:42:06.437 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:42:06.470 Processing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:42:06.503 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:42:06.537 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:42:06.590 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:42:06.625 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:42:06.659 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:42:06.692 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.725 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:42:06.779 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:06.814 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:42:06.847 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:42:06.881 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:42:06.914 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:42:06.968 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:42:07.003 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:42:07.036 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:42:07.069 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:42:07.102 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:42:07.158 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:42:07.191 Processing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:42:07.290 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:42:07.353 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:42:07.445 Processing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:42:07.535 Processing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:42:07.611 Processing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:42:07.668 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.746 Processing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:42:07.779 Required security code group nodes exist, contine.
    09/20/2014 13:42:07.812 Processing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:42:07.845 Processing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:42:07.901 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:42:07.934 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:42:07.968 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:42:08.001 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.034 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:42:08.090 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:42:08.134 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.179 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.212 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.245 Processing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:42:08.311 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:42:08.345 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.389 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.434 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.478 Processing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:42:08.544 Processing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.610 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.656 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.700 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:42:08.744 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:42:08.800 Processing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:42:08.855 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:42:08.889 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:42:08.921 Processing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:42:08.974 Processing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:42:09.011 Processing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:42:09.055 Processing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:42:09.142 Saved .Net security policy file
    09/20/2014 13:42:09.299 Strong name verification disabling is not required
    09/20/2014 13:42:09.343 /? or /HELP or /ACTION=HELP specified: false
    09/20/2014 13:42:09.420 Help display: false
    09/20/2014 13:42:09.477 Attempting to launch landing page workflow
    09/20/2014 13:42:09.509 Attempting to set setup mutex
    09/20/2014 13:42:09.543 Setup mutex has been set
    09/20/2014 13:42:09.588 Attempting to launch global rules workflow
    09/20/2014 13:42:09.609 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:09.662 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:09.699 Media layout: Full
    09/20/2014 13:42:09.743 Attempting to get execution timestamp
    09/20/2014 13:42:09.787 Timestamp: 20140920_134156
    09/20/2014 13:42:09.843 Attempting to run workflow RUNRULES /RULES=GlobalRules
    09/20/2014 13:42:09.887 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:42:54.774 Process returned exit code: 0x00000000
    09/20/2014 13:42:54.881 Workflow RUNRULES /RULES=GlobalRules returned exit code: 0x00000000
    09/20/2014 13:42:54.910 Attempting to launch component update workflow
    09/20/2014 13:42:54.966 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:42:54.992 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:42:55.054 Media layout: Full
    09/20/2014 13:42:55.081 Attempting to get execution timestamp
    09/20/2014 13:42:55.110 Timestamp: 20140920_134156
    09/20/2014 13:42:55.136 Attempting to run workflow COMPONENTUPDATE
    09/20/2014 13:42:55.200 Attempting to launch process F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\ScenarioEngine.exe
    09/20/2014 13:55:46.569 Process returned exit code: 0x00000000
    09/20/2014 13:55:46.858 Workflow COMPONENTUPDATE returned exit code: 0x00000000
    09/20/2014 13:55:46.973 Attempting to launch user requested workflow locally
    09/20/2014 13:55:47.074 Attempting to find local setup.exe
    09/20/2014 13:55:47.136 Local bootstrap folder path: 
    09/20/2014 13:55:47.161 Local ScenarioEngine.exe full path: SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.184 Media source: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\
    09/20/2014 13:55:47.258 Install media path: F:\programs\Microsoft SQL Server 2012 Enterprise\Microsoft SQL Server 2012 Enterprise\x64\setup\
    09/20/2014 13:55:47.475 Media layout: Full
    09/20/2014 13:55:47.561 Attempting to get execution timestamp
    09/20/2014 13:55:47.583 Timestamp: 20140920_134156
    09/20/2014 13:55:47.605 Attempting to run user requested action from local ScenarioEngine.exe
    09/20/2014 13:55:47.627 Attempting to launch process SQLServer2012\x64\ScenarioEngine.exe
    09/20/2014 13:55:47.719 Error: Failed to launch process
    09/20/2014 13:55:47.758 Error: Failed to launch local ScenarioEngine.exe: 0x80070003
    09/20/2014 13:55:47.794 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework64\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:48.051 Attempting to remove .Net security code group node
    09/20/2014 13:55:48.080 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:48.182 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:48.242 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:48.282 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:48.304 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:48.326 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:48.369 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:48.404 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:48.426 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:48.448 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:48.470 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:48.513 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:48.537 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:48.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:48.581 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:48.603 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:48.653 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:48.681 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:48.704 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:48.726 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.748 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:48.802 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:48.825 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:48.848 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:48.870 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:48.890 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:48.914 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:48.936 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:48.959 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:48.981 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:49.023 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:49.047 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:49.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:49.092 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:49.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:49.156 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:49.298 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:49.401 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.483 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:49.525 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.559 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:49.580 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:49.614 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:49.636 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:49.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:49.743 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:49.812 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:49.858 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:49.929 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:49.980 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:50.013 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:50.062 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:50.091 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:50.120 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:50.146 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:50.179 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:50.213 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:50.257 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:50.309 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:50.346 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:50.379 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:50.401 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:50.424 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.457 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:50.505 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:50.534 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.557 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.590 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.632 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:50.668 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:50.701 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.747 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.787 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.812 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:50.834 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:50.856 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:50.889 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:50.967 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:51.028 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:51.069 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:51.114 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:51.306 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:51.501 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:51.590 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:51.622 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:51.948 Saved .Net security policy file
    09/20/2014 13:55:52.044 Attempting to load .Net security policy file C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\security.config
    09/20/2014 13:55:52.094 Attempting to remove .Net security code group node
    09/20/2014 13:55:52.119 Removing entry ("MSVCM80", "Native")
    09/20/2014 13:55:52.232 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP", "Native")
    09/20/2014 13:55:52.288 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGE", "Native")
    09/20/2014 13:55:52.392 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE", "Native")
    09/20/2014 13:55:52.420 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION", "Native")
    09/20/2014 13:55:52.453 Removing entry ("MICROSOFT.SQLSERVER.SETUP.CHAINER.WORKFLOW", "Native")
    09/20/2014 13:55:52.522 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE", "Native")
    09/20/2014 13:55:52.592 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC", "Native")
    09/20/2014 13:55:52.620 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION", "Native")
    09/20/2014 13:55:52.642 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION", "Native")
    09/20/2014 13:55:52.664 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON", "Native")
    09/20/2014 13:55:52.686 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO", "Native")
    09/20/2014 13:55:52.752 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION", "Native")
    09/20/2014 13:55:52.797 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION", "Native")
    09/20/2014 13:55:52.830 Removing entry ("MICROSOFT.SQLSERVER.INTEROP.WUAPILIB", "Native")
    09/20/2014 13:55:52.852 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION", "Native")
    09/20/2014 13:55:52.875 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY", "Native")
    09/20/2014 13:55:52.908 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION", "Native")
    09/20/2014 13:55:52.930 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSTRING", "Native")
    09/20/2014 13:55:52.952 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:52.974 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK", "Native")
    09/20/2014 13:55:53.019 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD", "Native")
    09/20/2014 13:55:53.052 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS", "Native")
    09/20/2014 13:55:53.085 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION", "Native")
    09/20/2014 13:55:53.108 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO", "Native")
    09/20/2014 13:55:53.130 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION", "Native")
    09/20/2014 13:55:53.183 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CLUSTER", "Native")
    09/20/2014 13:55:53.266 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WMIINTEROP", "Native")
    09/20/2014 13:55:53.375 Removing entry ("MICROSOFT.SQL.CHAINER.PACKAGEDATA", "Native")
    09/20/2014 13:55:53.480 Removing entry ("MICROSOFT.SQL.CHAINER.PRODUCT", "Native")
    09/20/2014 13:55:53.507 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX", "Native")
    09/20/2014 13:55:53.540 Removing entry ("LANDINGPAGE", "Native")
    09/20/2014 13:55:53.574 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SLPEXTENSION", "Native")
    09/20/2014 13:55:53.596 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.AGENTEXTENSION", "Native")
    09/20/2014 13:55:53.618 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.POWERSHELLEXTENSION", "Native")
    09/20/2014 13:55:53.640 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SSISEXTENSION", "Native")
    09/20/2014 13:55:53.695 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.ASEXTENSION", "Native")
    09/20/2014 13:55:53.718 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.REPL_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.740 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MANAGEMENTTOOLSEXTENSION", "Native")
    09/20/2014 13:55:53.789 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLSERVER_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:53.829 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SNISERVERCONFIGEXT", "Native")
    09/20/2014 13:55:53.851 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLBROWSEREXTENSION", "Native")
    09/20/2014 13:55:53.873 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSEXTENSION", "Native")
    09/20/2014 13:55:53.895 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DISTRIBUTEDREPLAYEXTENSION", "Native")
    09/20/2014 13:55:53.917 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RSSHPEXTENSION", "Native")
    09/20/2014 13:55:53.962 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.DMF", "Native")
    09/20/2014 13:55:54.000 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMO", "Native")
    09/20/2014 13:55:54.028 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLENUM", "Native")
    09/20/2014 13:55:54.051 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.FULLTEXT_CONFIGEXTENSION", "Native")
    09/20/2014 13:55:54.073 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.WORKFLOWDATA", "Native")
    09/20/2014 13:55:54.125 Removing entry ("SHELLOBJECTS", "Native")
    09/20/2014 13:55:54.161 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT", "Native")
    09/20/2014 13:55:54.184 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UTILITYEXTENSION", "Native")
    09/20/2014 13:55:54.206 Removing entry ("MICROSOFT.ANALYSISSERVICES.SHAREPOINT.INTEGRATION", "Native")
    09/20/2014 13:55:54.228 Removing entry ("MICROSOFT.SQLSERVER.SQM", "Native")
    09/20/2014 13:55:54.291 Removing entry ("MICROSOFT.DATAWAREHOUSE.SQM", "X86")
    09/20/2014 13:55:54.340 Removing entry ("FIXSQLREGISTRYKEY", "X86")
    09/20/2014 13:55:54.362 Removing entry ("FIXSQLREGISTRYKEY", "X64")
    09/20/2014 13:55:54.404 Removing entry ("MICROSOFT.SQLSERVER.DIAGNOSTICS.CONFIGURATION.STRACE", "Native")
    09/20/2014 13:55:54.429 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION", "Native")
    09/20/2014 13:55:54.451 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.SETUP.RESOURCES", "Native")
    09/20/2014 13:55:54.491 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.INFRASTRUCTURE.RESOURCES", "Native")
    09/20/2014 13:55:54.517 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.BOOTSTRAPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.540 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SQLCONFIGBASE.RESOURCES", "Native")
    09/20/2014 13:55:54.588 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SFC.RESOURCES", "Native")
    09/20/2014 13:55:54.617 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.651 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.MSIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.673 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.PACKAGECHAINEREXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.706 Removing entry ("MICROSOFT.SQLSERVER.CHAINER.EXTENSIONCOMMON.RESOURCES", "Native")
    09/20/2014 13:55:54.751 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCO.RESOURCES", "Native")
    09/20/2014 13:55:54.784 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SCOEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.817 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.SMARTSETUPEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.850 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONFIGEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.884 Removing entry ("MICROSOFT.SQLSERVER.DISCOVERY.RESOURCES", "Native")
    09/20/2014 13:55:54.942 Removing entry ("MICROSOFT.SQLSERVER.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:54.972 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.UIEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:54.994 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.WIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.017 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARDFRAMEWORK.RESOURCES", "Native")
    09/20/2014 13:55:55.089 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.INSTALLWIZARD.RESOURCES", "Native")
    09/20/2014 13:55:55.139 Removing entry ("MICROSOFT.SQLSERVER.MANAGEMENT.CONTROLS.RESOURCES", "Native")
    09/20/2014 13:55:55.174 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RESOURCES", "Native")
    09/20/2014 13:55:55.268 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.CONNECTIONINFO.RESOURCES", "Native")
    09/20/2014 13:55:55.410 Removing entry ("MICROSOFT.SQLSERVER.CONFIGURATION.RULESENGINEEXTENSION.RESOURCES", "Native")
    09/20/2014 13:55:55.468 Removing entry ("LANDINGPAGE.RESOURCES", "Native")
    09/20/2014 13:55:55.494 Removing entry ("MICROSOFT.SQLSERVER.DEPLOYMENT.RESOURCES", "Native")
    09/20/2014 13:55:55.516 Removing entry ("MICROSOFT.NETENTERPRISESERVERS.EXCEPTIONMESSAGEBOX.RESOURCES", "Native")
    09/20/2014 13:55:55.632 Saved .Net security policy file
    09/20/2014 13:55:55.661 Attempting to release setup mutex
    09/20/2014 13:55:55.704 Setup mutex has been released
    09/20/2014 13:55:55.738 Setup closed with exit code: 0x80070003
    09/20/2014 13:55:55.760 ======================================================================
    thanks a lot!

    Hi
    First thing to check if windows is activated.
    Secondly if the first option is valid then add the following registry keys:
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap] "BootstrapDir"="C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\"
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\110\Bootstrap\Setup] "PatchLevel"="11.00.2100.60"
    Then copy from the media / temp setup directory following files / folder into C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012
    x64 folder, resources folder, setup.exe.
    Change to x86 when necessary.
    Hope this helps. Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • I get one or the other error when i install SQL server 2012 SP1 in my Lab server

    I get multiple errors when i install SQL server 2012 SP1 In my lab server.
    Not sure why i keep getting different errors all the time when i install SQL server 2012 & 2012 SP1.
    Below are error codes, screen shots and also a log of the error.
    1.  Eror code 0X84B40000
    Also dint understand any thing from this article related to the above error 
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/5b6cc928-0db8-4fe4-a5d3-21672225f0ca/i-get-error-code-0x84b40000-when-trying-to-install-sql-server-mgmt-studio-to-an-existing-sql?forum=sqlexpress
    2. Eror code 0x851A001A
    Can any one plz help as i always get one or the other error.
    ====================================
    Screen shot: 
    Please note the below screen shot has given the error code 0x851A001A which is same in case of failure of all the other features which have failed during this installation. Hence i have uploaded only one screen shot.
    2. Log file content.
    =================================
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2061893606
      Start time:                    2014-05-04 21:15:35
      End time:                      2014-05-04 21:51:45
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for RS:              Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for SQLEngine:       Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for FullText:        Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Next step for Replication:     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
    Machine Properties:
      Machine name:                  SERVER1
      Machine processor count:       2
      OS version:                    Windows Server 2008 R2
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Database Engine Services                 1033      
              Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            SQL Server Replication                   1033      
              Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Full-Text and Semantic Extractions for Search 1033                
    Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012      MSSQLSERVER          MSSQL11.MSSQLSERVER            Data Quality Services                    1033    
                Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012      MSSQLSERVER          MSAS11.MSSQLSERVER             Analysis Services                        1033  
                  Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012      MSSQLSERVER          MSRS11.MSSQLSERVER             Reporting Services - Native              1033        
            Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Management Tools - Basic  
                  1033                 Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Management Tools - Complete  
               1033                 Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Client Tools Connectivity  
                 1033                 Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Client Tools Backwards Compatibility
        1033                 Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Client Tools SDK      
                      1033                 Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Integration Services    
                    1033                 Enterprise Edition   11.0.2100.60    No        
      SQL Server 2012                                                          Reporting Services - SharePoint
                                                       11.0.2100.60    No        
    Package properties:
      Description:                   Microsoft SQL Server 2012 Service Pack 1
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      SPLevel:                       0
      Installation location:         F:\x64\setup\
      Installation edition:          Enterprise
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      false
      AGTSVCACCOUNT:                 ms\sql
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Automatic
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140504_204851\ConfigurationFile.ini
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, RS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$SCOM
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SCOM
      INSTANCENAME:                  SCOM
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          <empty>
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  NT Service\ReportServer$SCOM
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 ms\sql
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           MS\Gautam, MS\SCOM Users
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    1
      UIMODE:                        Normal
      UpdateEnabled:                 true
      UpdateSource:                  MU
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140504_204851\ConfigurationFile.ini
    Detailed results:
      Feature:                       Reporting Services - Native
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred during the setup process of the feature.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       Full-Text and Semantic Extractions for Search
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, uninstall this feature, and then run the setup process again.
      Component name:                SQL Server Database Engine Services Instance Features
      Component error code:          0x851A001A
      Error description:             Wait on the Database Engine recovery handle failed. Check the SQL Server error log for potential causes.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026&EvtType=0xD15B4EB2%400x4BDAF9BA%401306%4026
      Feature:                       SQL Browser
      Status:                        Passed
      Feature:                       SQL Writer
      Status:                        Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140504_204851\SystemConfigurationCheck_Report.htm

    Sorry about the error in the path, but you find the files that's the main thing.
    Indeed it is a certificate problem:
    2014-05-04 21:47:43.56 spid12s Error: 17190, Severity: 16, State: 1.
    2014-05-04 21:47:43.56 spid12s Initializing the FallBack certificate failed with error code: 1, state: 20, error number: 0.
    2014-05-04 21:47:43.56 spid12s Unable to initialize SSL encryption because a valid certificate could not be found, and it is not possible to create a self-signed certificate.
    2014-05-04 21:47:43.57 spid12s Error: 17182, Severity: 16, State: 1.
    2014-05-04 21:47:43.57 spid12s TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.
    2014-05-04 21:47:43.57 spid12s Error: 17182, Severity: 16, State: 1.
    2014-05-04 21:47:43.57 spid12s TDSSNIClient initialization failed with error 0x80092004, status code 0x1. Reason: Initialization failed with an infrastructure error. Check for previous errors. Cannot find object or property.
    2014-05-04 21:47:43.57 spid12s Error: 17826, Severity: 18, State: 3.
    2014-05-04 21:47:43.57 spid12s Could not start the network library because of an internal error in the network library. To determine the cause, review the errors immediately preceding this one in the error log.
    2014-05-04 21:47:43.57 spid12s Error: 17120, Severity: 16, State: 1.
    2014-05-04 21:47:43.57 spid12s SQL Server could not spawn FRunCommunicationsManager thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
    I've recall that I've tried to help people with this error before, but I'm sure they were able to sort it out.
    Anyway, this blog post,
    http://blogs.msdn.com/b/sqljourney/archive/2012/10/09/sql-2008-service-fails-to-come-online-with-a-valid-certificate-could-not-be-found-and-it-is-not-possible-to-create-a-self-signed-certificate.aspx
    suggests the issue is a corrupted user profile, and you should try to use a different service account.
    This blog also seems to have a simple solution, but I cannot vouch for that it will work:
    http://www.beejblog.com/2012/02/sql-server-solved-unable-to-initialize.html
    Erland Sommarskog, SQL Server MVP, [email protected]

Maybe you are looking for

  • Safari 8.0 no longer appears to cache Web pages.

    Since upgrading to Yosemite, Safari no longer appears to cache anything. Pages reload each and every time a page change is made. It affects both backwards or forwards changes and does not matter if I use the arrow buttons in Safari or swipe across th

  • Getting Long Text of a Field Label

    Hi Friends, I have requirement in which , based on the filed I  need get the Long text of the data element.by default I am able to access the medium text of the data element. is there any function-module for getting Long text? Regards, Xavier.P

  • SUS and document date

    We are in the process of implementing SUS.  I noticed that the document date in SUS is not the original PO date (in case we need to submit the PO a second time).  The date in SUS is the date it is transmitted.  I checked OSS but did not find anything

  • Send a Unix command through ARD that will change a OS X admin user to a standard user.

    I would love to send a Unix command through ARD that will change a OS X admin user to a standard user. The only thing I found close is sudo dscl . -delete /Groups/admin GroupMembership USERNAME which does remove the user from the list of admins, but

  • Single Sign ON - Visual Administrator not found!

    Hi Experts, I want to configure EP 7.00 with Composition Environment but there is no visual administrator for the CE. Why does this happen? There are a step by step to configure SSO between this SAP Systems? Regards