Quantcast
Channel: SQL Server Database Engine forum
Viewing all articles
Browse latest Browse all 12963

Cannot start SQL Server 2008R2 service on Windows 7 laptop

$
0
0

My SQL Server instance on my laptop was working fine.  After bringing my laptop home last weekend and connecting through my work's VPN and then bringing it back to work on Monday, it now cannot start the SQL Server service.  It did work fine at my home through the VPN.

The SQL Server Error log shows this:

******************************************************************************

2014-07-01 09:11:28.31 Server      Microsoft SQL Server 2008 R2 (SP2) - 10.50.4000.0 (X64) 
Jun 28 2012 08:36:30 
Copyright (c) Microsoft Corporation
Developer Edition (64-bit) on Windows NT 6.1 <X64> (Build 7601: Service Pack 1)

2014-07-01 09:11:28.31 Server      (c) Microsoft Corporation.
2014-07-01 09:11:28.31 Server      All rights reserved.
2014-07-01 09:11:28.31 Server      Server process ID is 11076.
2014-07-01 09:11:28.31 Server      System Manufacturer: 'LENOVO', System Model: '43192PU'.
2014-07-01 09:11:28.31 Server      Authentication mode is MIXED.
2014-07-01 09:11:28.31 Server      Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG'.
2014-07-01 09:11:28.31 Server      This instance of SQL Server last reported using a process ID of 9220 at 7/1/2014 9:11:12 AM (local) 7/1/2014 1:11:12 PM (UTC). This is an informational message only; no user action is required.
2014-07-01 09:11:28.31 Server      Registry startup parameters: 
-d C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\master.mdf
-e C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\Log\ERRORLOG
-l C:\Program Files\Microsoft SQL Server\MSSQL10_50.MSSQLSERVER\MSSQL\DATA\mastlog.ldf
2014-07-01 09:11:28.31 Server      SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
2014-07-01 09:11:28.31 Server      Detected 8 CPUs. This is an informational message; no user action is required.
2014-07-01 09:11:28.32 Server      Cannot use Large Page Extensions:  lock memory privilege was not granted.
2014-07-01 09:11:28.35 Server      Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
2014-07-01 09:11:28.37 Server      Node configuration: node 0: CPU mask: 0x00000000000000ff:0 Active CPU mask: 0x00000000000000ff:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
2014-07-01 09:11:28.39 spid6s      Starting up database 'master'.
2014-07-01 09:11:28.41 spid6s      2 transactions rolled forward in database 'master' (1). This is an informational message only. No user action is required.
2014-07-01 09:11:28.41 spid6s      0 transactions rolled back in database 'master' (1). This is an informational message only. No user action is required.
2014-07-01 09:11:28.41 spid6s      Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
2014-07-01 09:11:28.42 spid6s      Resource governor reconfiguration succeeded.
2014-07-01 09:11:28.42 spid6s      SQL Server Audit is starting the audits. This is an informational message. No user action is required.
2014-07-01 09:11:28.42 spid6s      SQL Server Audit has started the audits. This is an informational message. No user action is required.
2014-07-01 09:11:28.43 spid6s      FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'MSSQLSERVER'.
2014-07-01 09:11:28.43 spid6s      SQL Trace ID 1 was started by login "sa".
2014-07-01 09:11:28.43 spid6s      Starting up database 'mssqlsystemresource'.
2014-07-01 09:11:28.44 spid6s      The resource database build version is 10.50.4000. This is an informational message only. No user action is required.
2014-07-01 09:11:28.46 spid11s     Starting up database 'model'.
2014-07-01 09:11:28.46 spid6s      Server name is 'MYCOMPUTER'. This is an informational message only. No user action is required.
2014-07-01 09:11:28.47 Server      Error: 17190, Severity: 16, State: 1.
2014-07-01 09:11:28.47 Server      Initializing the FallBack certificate failed with error code: 1, state: 1, error number: -2146893802.
2014-07-01 09:11:28.47 Server      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-07-01 09:11:28.47 Server      Error: 17182, Severity: 16, State: 1.
2014-07-01 09:11:28.47 Server      TDSSNIClient initialization failed with error 0x80092004, status code 0x80. Reason: Unable to initialize SSL support. Cannot find object or property.

2014-07-01 09:11:28.47 Server      Error: 17182, Severity: 16, State: 1.
2014-07-01 09:11:28.47 Server      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-07-01 09:11:28.47 Server      Error: 17826, Severity: 18, State: 3.
2014-07-01 09:11:28.47 Server      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-07-01 09:11:28.47 Server      Error: 17120, Severity: 16, State: 1.
2014-07-01 09:11:28.47 Server      SQL Server could not spawn FRunCM thread. Check the SQL Server error log and the Windows event logs for information about possible related problems.
2014-07-01 09:11:28.48 spid11s     Clearing tempdb database.

***********************************************************************************

I have tried logging on to Windows as a different user.

I have tried changing the account that SQL Server service uses to Log on from Network Service to Local System or Local Service but I get the error: "Cannot find object or property."

Also, I noticed when I opened up Internet Explorer which the home page is Google, it could not connect, but did connect to other websites.

Any ideas what may have happened to my laptop?

Thanks for your help,

Fred


Fred Schmid


Viewing all articles
Browse latest Browse all 12963

Trending Articles