Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6377147
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:50:04+00:00 2026-05-25T01:50:04+00:00

Okay, these are the errors I can’t backtrace at all. So I was hoping

  • 0

Okay, these are the errors I can’t backtrace at all. So I was hoping you had any idea.

When I recently rebooted my server (The server is a home computer, and just runs Windows 7 as a development machine) with Sharepoint 2010, a whole list of problems occurred.

The major error was that when I deployed my Visual Studio 2010 project, it couldn’t activate my Feature. This happens more often, because I sometimes mess up in my Feature Activation event handler. But, when that happens, I can access the site, and debug the error while activating the feature manually.

However, this time, things were different. My site didn’t even want to start up? So I checked IIS Manager, and it said that the site was stopped. Manually starting it resulted in the following error:

The process cannot access the file because it is being used by another process. (Exception from HRESULT: 0x80070020)

I have no clue what that could mean? What file? The web.config? I really don’t know.

But I saw that the Sharepoint Central Administration was running, so I decided to check there. However, this resulted in even more errors, well, there was one, but it really frightened me:

Cannot connect to the configuration database.

So, not only my Web server is having errors, but also my database server. Time to check the event logs is what I thought.

And there I’m a bit stunned. There are so many errors, I don’t even know where to start. I’m just going to copy the ones which I think are important.

Unknown SQL Exception -1 occurred. Additional error information from SQL Server is included below.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 – Error Locating Server/Instance Specified)

Sharepoint Foundation seems to give me that one.

The World Wide Web Publishing Service (WWW Service) did not register the URL prefix http://*:80/ for site 908852174. The site has been disabled. The data field contains the error number.

IIS-W3SVC seems to give me that one.

I.. really have no clue what could be the case. Since I cannot acces Central Administration, I can’t check for any health issues either.

Anyone has even the slightest idea? I didn’t do anything funny I believe. I was thinking that it could’ve been the updates that were installed, but the only updates installed were:

Security Update for Microsoft Visual C++ 2005 Service Pack 1 Redistributable Package (KB973923)

Definition Update for Microsoft Security Essentials – KB972696 (Definition 1.93.855.0)

Definition Update for Microsoft Security Essentials – KB972696 (Definition 1.93.1040.0)

Definition Update for Microsoft Security Essentials – KB972696 (Definition 1.93.1148.0)

So, it really couldn’t have been that. I’m out of ideas, and I really would like to solve this.

Thanks,

Mats

EDIT: Okay, manually started up the SQL Service, and now Central Administration works. But, The Health reporting site started scaring me. There’s a list of 8 items requiring my attention.

NT AUTHORITY\NETWORK SERVICE, the account used for the SharePoint timer service and the central administration site, is highly privileged and should not be used for any other services on any machines in the server farm. The following services were found to use this account: SharePoint – 80 (Application Pool)
SPUserCodeV4(Windows Service)
OSearch14(Windows Service)
Web Analytics Data Processing Service(Windows Service)

All required products must be installed on all servers in the farm, and all products should have the same patching and upgrade level across the farm.
Upgrade is required on server MATS-PC. Without the upgrade, the server is not in a supported state.

The following databases have versions that are older than the current SharePoint software, but are within the backwards compatible range:
SharePoint_Config_c5681991-3bec-45b3-9376-ea8c19c51b6a,
SharePoint_AdminContent_39d0c8e9-214e-42b9-909e-ffbe4147208b,
WSS_Content,
WSS_Search_MATS-PC,
WSS_Logging.

Those seemed to be the most relevant. Hm. I have no clue? Especially about the upgrading? I didn’t upgrade anything recently.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T01:50:04+00:00Added an answer on May 25, 2026 at 1:50 am

    Especially about the upgrading? I didn’t upgrade anything recently.

    This sounds a lot like a Microsoft Update. Service packs for SQL Server come through Microsoft Update, and if you applied those without checking carefully, some of them produce similar symptoms to what you’re describing. SQL Server can take longer to start up, and when that happens, sometimes antivirus software grabs the MDF/LDF files for scanning. That will cause the databases to be unavailable, and other services will then fail on startup.

    When you started SQL manually, things started working again, but now you’ve got version dependency problems. You’re lucky SQL even starts, though – I’ve had clients with issues where SQL won’t start after careless SP applications if they had changed the SA login, for example.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Okay, these two related questions are in reference to Railscast #21 : I'm having
Okay basically here's where I'm at. I have a list of PropertyDescriptor objects. These
Okay, I have ran in to a problem with VB.NET. So all those defenders
Okay, I've looked all over the internet for a good solution to get PHP
Okay, I've seen but haven't programmed in C# before. You can assume I'm competent
I have a few web services on a Weblogic 10 server. Each of these
Okay, so the book says: when creating a new object, you can pass a
Working through these posts had me thinking I understood self-types, at least somewhat. So
Okay, as mentioned, I am having two unresolved external errors. There are no intellisense
Okay, There seems to be a lot of discussion on here about how terribly

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.