1
vote
2answers
153 views

How to get all SharePoint Web Applications in the Central Administration Page from code behind

How can I have the list of all existing SharePoint Web Applications and their site collections from code behind .
5
votes
6answers
5k views

Site collection owners and site collection administrators. Can anyone explain the difference in plain english

Just found this on MSDN and I'm confused. the Owners group of a site is not the same as the site collection owners, which themselves are called site collection administrators in the Central ...
1
vote
1answer
2k views

SharePoint 2010 People Picker Issues

I recently performed a database attach upgrade from a SharePoint 2003 system to SharePoint 2007, then up to SharePoint 2010. Everything is running well, for the most part. But one of our biggest ...
2
votes
1answer
525 views

Why am I still getting quota reached upload error after increasing the quota for a site collection?

A user was trying to upload documents to their site collection and reached the quota limit. I increased the quota for him but he is still getting the same error that the quota has been reached when he ...
1
vote
2answers
398 views

Problems with WebApplication after Host Header name is given [closed]

I have created a Web App with Host Header and created a Site collection in it. There was no error message or any problems pertaining while creating web app or site collection but problem comes when I ...
1
vote
3answers
762 views

Site Collection Not Selectable in Central Administration After Moving Site Using SQL .bak File

I've inherited a SharePoint site as sql .bak file. I took the following steps to create the site: Create a Web Application Create a root site (no template) Delete the default database: ...
2
votes
2answers
365 views

All sites are read only, even for site administrators

Every site in the collection is now read-only. I can still change settings in the central admin site but am unsure what has changed. This affects everyone, users with write permission, even site ...
1
vote
2answers
270 views

Why I cannot see my site collection from internet?

I have a site collection under /sites and I'm extending the whole web application to be mapped to an specified valid static ip address. from a remote computer with internet access i cannot see the ...
1
vote
2answers
772 views

Corrupted site collections

I ran a stsadm -o enumsites and received 2 error messages in the output. It generates the error: The system cannot find the path specified. (Exception from HRESULT: 0x80070003). I know the URL of ...
0
votes
1answer
149 views

Creating a site collection in Central Admin's Web Application

Is it a bad practice to create a site collection in Central Administration's web application? Since it can only be created through PowerShell (not through the UI), it makes me think there is probably ...