Questions tagged [sitecollection]
65 questions
2
votes
3 answers
How to rename a site in Sharepoint 2010..?
I want to know how to rename the url in sharepoint site.
For example, my existing site url is
http://example.com/sites/Test/Lists
I want to change it to
http://example.com/sites/Issue/Lists
Please let me know.
Thanks in advance.
Regards,
Naveen

Naveen
- 119
- 2
- 4
- 13
2
votes
1 answer
Iterate all the sharepoint site collection and sub sites and create drill down menu
I need to iterate all the site collection under the web application and sub sites under the site collection and create share point drill down menu.

muthuvel
- 1,092
- 10
- 17
2
votes
2 answers
Automating Site Collection Creation in SharePoint
UPDATE
I can now perform succesful UI impersonation. This was an issue with the code I was using and after viewing Jay Nathan's article I have reverted to his code and all is working great.
In response to a comment this is the code I am using to…

Charlie
- 2,096
- 2
- 22
- 34
1
vote
2 answers
SharePoint 2010 Change context for RunWithElevatedPrivileges
I have 2 Site Collections, lets just call them A and B. In A I have a list of some content that I want to syncdicate across multiple site collections. I have created a custom content query web part that queries the data but I am running into a…

Matt Klepeis
- 1,724
- 1
- 14
- 25
1
vote
2 answers
SharePoint 2010: creating a site in a sitecollection automatically
I am looking at ways of automating creation of sites in a site collection in SharePoint 2010. Actually, for some load/stress test, I need to create around 100 sites in a site collection. I can create a site from the SharePoint admin site. But I wish…

Kangkan
- 15,267
- 10
- 70
- 113
1
vote
1 answer
Sharepoint 2010 : How to apply feature upgrades to new site collections that are created after upgrading existing feature in existing site collections
I successfully upgraded one feature in my existing sharepoint 2010 site collection(A) . Previous version was 0.0.0.0 and I upgraded it to 1.0.0.0. After upgrading I created one more site collection(B) and activated the same feature. To my surprise…

Navneet
- 151
- 2
- 7
1
vote
1 answer
"File Not Found" exception while creating sharepoint subsite collection using central admin
I have my own site template, while creating new site collection using the particular template, I am getting the "File Not Found" exception, event i didnt have any information in my log file. how to resolve this issue?
Correlation ID:…

Ayyappan Anbalagan
- 11,022
- 17
- 64
- 94
1
vote
1 answer
native stack error while restoring SharePoint 2013 site collection
I have a SharePoint 2013 site collection backup and i am trying to restore this back up on another SharePoint 2013 site collection. Both SharePoint sites are on the same domain. But when i try to restore the site collection from backup, i am getting…

Kalpesh
- 149
- 1
- 2
- 13
1
vote
1 answer
How can you get a website application name within a website?
I want to be able to check if an application exists within an existing website but I've not found anything. At the moment I have an installer project that gets the input from the user for the name of an existing website. I use this to check the site…

sr28
- 4,728
- 5
- 36
- 67
1
vote
2 answers
How to get all Site Collections using C# CSOM
My Code:
SPOSitePropertiesEnumerable spp = null;
Microsoft.Online.SharePoint.TenantAdministration.Tenant tenant = new Tenant(clientContext);
int startIndex = 0;
while (spp == null ||…

PR_Surya
- 11
- 1
- 4
1
vote
1 answer
How to solve error "connection:closed" in SharePoint2010?
Hi , when i deleted site under mysite collection the webapplication
doesnot work and i had this error
HTTP/1.1 200 OK Server: Microsoft-IIS/7.5 Date: Fri, 13 Dec 2013
07:03:54 GMT Connection: close
When I checked the log file I had this :

Myworld
- 1,861
- 16
- 45
- 75
1
vote
1 answer
SharePoint Get Site Collections for Current User
We have a SharePoint Web Application that has a number of Site Collections underneath 2 different managed paths (depts & offices)…

ASG
- 957
- 9
- 20
1
vote
1 answer
Fails to create publishing site collection in scripted web application
I have a problem on my SharePoint 2013 farm. I have a script to create web applications in my farm, but when I do I cant create publishing site collections within that web application. (Originally posted here:…

user1803140
- 53
- 1
- 5
1
vote
0 answers
Apply custom masterpage for a new site collection
This works for existing site collection and any new sites under it and their subsites BUT when I create a new site collection, well i can't even create a new site collection now as it gives me file not found error as the root site of my new…

Athapali
- 1,091
- 4
- 25
- 48
1
vote
3 answers
SharePoint lookup column across site-collection boundary
The basic situation is that I have a list of company contacts that exist in one site that I would like to share. The contacts are referenced from a list within that site, and I would also like to be able to reference them from a list in another site…

Simon Fox
- 10,409
- 7
- 60
- 81