A SharePoint site collection is a hierarchical set of sites that can be managed together.
1
vote
0answers
243 views
Get-SPSite fails to return all site collections for a content database
I have 3 content databases spread over 2 servers (A & B) called:
A1
B1
B2
I wanted to move a site collection from A1 to B1. As they are on different servers, I backed up, removed the site and ...
1
vote
0answers
92 views
Backup and Restore Sitecollection: users on target machine not existing
I backed up a sitecollection from Server A and restored that sitecollection to server B using stsadm backup and stsadm restore.
Before the backup I removed the users from the sitecollection user ...
0
votes
2answers
54 views
Can I link to all sites from within each site in my collection
At the moment when I land on the site root (SharePoint homepage) I see a list of all sub sites displayed in the top links bar.
When I click on a particular site, the top menu bar is replaced with the ...
2
votes
0answers
47 views
Remote Blob Storage and MaxSiteCollection in Sharepoint 2010
looking online I found tons of material on Remote Blob Storage so I finally realise my content "redirect" on file system.
My question is very simple: in every tutorial I found the created DB has ...
1
vote
1answer
137 views
error 0x80070055 when provisioning a site collection with Document Center or Record Center
In QC we are getting 0x80070055 error when provisioning a site collection with web template Document Center or Record Center template.
Did some googleing and learned this error is due to dup guid in ...
0
votes
1answer
2k views
PowerShell to iterate through all SharePoint Lists
Is it possible to iterate through all the lists in a site collections and create a folder name "Test" using PowerShell?
Fine Regards
1
vote
1answer
183 views
Look & Feel - Pagelayouts and Site Templates
I recently ran into a rather unfortunate assignment. It regards the selection of pagelayouts and sitetemplates which subsites should be able to use.
As I'm supposed to change this for 20+ site ...
1
vote
2answers
274 views
Setting up RBS for 2nd Site Collection
Few days ago I follow Microsoft's article (http://technet.microsoft.com/en-us/library/ee663474.aspx) on Setting up RBS for SP2010.
It's all working fine for the Sales Site collection. Now, Legal ...
1
vote
1answer
224 views
Is it possible to run Content Deployment incrementally using code?
I am running some Content Deployment jobs using the code but the jobs are not run incrementally, instead they are run by exporting all the objects. Is it possible to run them incrementally using the ...
3
votes
1answer
293 views
No change in v4.master or css but still getting error
Getting this error "Code blocks are not allowed in this file" when accessing http://portal.company.com/companyErecord/rcconsole.aspx
This is a brand new site collection created with Record Template. ...
0
votes
1answer
236 views
Migrate SP2010 Site Collection from one farm to another (but RBS is enabled on the source Site collection)
How to migrate SP2010 Site Collection from one farm to another (but RBS is enabled on the source Site collection)?
I tried regular steps on moving site collections between farm but that did not ...
0
votes
1answer
138 views
Same base URL across Site Collections
For growth and performance reasons, I need to distribute my Webs across several Site Collections.
Still, I want the URL of these Webs to appear as though they are in the same place. Here is an ...
1
vote
2answers
446 views
Synchronize user regional settings across site collections
We have a company web application that is divided into multiple site collections though the average user only sees this as a single "website" because they are linked with a single global navigation. ...
4
votes
3answers
1k views
How to add event receivers to all the lists in a site collection?
What is the best practice around adding event receivers across all the lists in a Site Collection?
1
vote
1answer
488 views
Problem Creating Site Collection
We are getting this error when attempting to create new sitecollections based on our sitedefinition. Any ideas of what can be wrong?
Successfully applied template "STCommunitySite#0" to web at URL ...
2
votes
1answer
176 views
Why can the local administartor access a site collection?
I'm stumped by an access phenomenon because I am not sure how the permisssons for accessing a site collection work in this specific scenario:
Even though I shouln't be able to do so, I am accessing ...
2
votes
2answers
604 views
How to get host header on which site collection is being hosted?
For example my site collections structure is as follows:
http://testserver1.com/sites/sitecollection1
http://testserver1.com/sites/sitecollection2
http://testserver1.com/sitecollection3
...
0
votes
1answer
72 views
Best Implementation for MySite
I'm currently looking into adding the MySite feature to my SharePoint setup at my business, and have a few questions:
Should I make my MySite in a separate "MySite" collection away from the main ...
1
vote
2answers
484 views
Recommended Site Collection Size and Recycle Bin Setting
I'm working in the SharePoint Online - Dedicated environment.
Based on some documentation that I have read concerning limitations of Web Applications, Content Database sizes I've gathered the ...
0
votes
1answer
372 views
property similar to SPQuery listitemcollectionposition for spsitedataquery
I am using SPSiteDataQuery to get all matched items from all lists in site collection.
Results set is really large, so I want to limit the results to 1000 or 10K, process these items and then iterate ...
4
votes
1answer
2k views
Remove a single user from all site collections in a web application using powershell
Is there a way I can choose to remove a single user from all site collections within a single web application using powershell. There are number of user profiles whose domain account has been blocked ...
1
vote
1answer
1k views
query all list items in site collection, any way to optimise this code or make it better?
I am going through all the lists in site collection, where list contains content type MvContentType, and for all list items in this list (this list only contain this content type, so all items have ...
0
votes
0answers
179 views
Manage Content and Structure Custom Errors After Upgrade
I upgraded to SharePoint 2010 and now I can not get access to the content and structure section located under "Site Actions". The runtime error appears telling me that an Application error occurred on ...
4
votes
2answers
3k views
Changing a site Collection URL
When I created my site collection we called it /sites/teama. The business has changed the name of teama to teamb. How can I change the URL for our site collection.
0
votes
1answer
263 views
Can't browse to second site collection (except locally)
I have created a new site collection in the same web application, using "Support" to give me the URL "http://someserver/sites/Support"
I can browse this locally on the server, but when I try to browse ...
2
votes
1answer
1k views
How do you do an intelligent redirect at the sub-site and site collection level?
I need to migrate an entire site collection to another site collection. For various reasons, this process could take several days. We plan to migrate one sub-site at a time. While this process is ...
1
vote
0answers
308 views
Site Collection: Configure Audit Settings: Selected audited events only remain checked for a few minutes
Under Site Collection Administration -> Site Collection Audit Settings, I can enable events to audit, click OK. Then I go make changes; update a list item, delete a document, check out an item. I can ...
1
vote
1answer
207 views
In SharePoint 2010 - Does SPSiteCollection.Add create the default groups?
Referring to http://social.msdn.microsoft.com/Forums/en/sharepointdevelopment/thread/b73dd31b-1ec9-4f44-8cb2-80b2f6796eb5
Does SharePoint 2010 create default groups when site collection is created ...
1
vote
0answers
429 views
Irregular behavior in SharePoint Designer based workflows
I am using SharePoint Designer 2010 to build list workflows.
However, workflows that I have built and tested are unpredictably disappearing from the list of WFs available to run in the browser UI. ...
4
votes
3answers
8k views
How to activate feature using powershell script?
I need to activate specific feature to all site collection which is inside the particular web application using powershell script?
0
votes
3answers
919 views
How do I query items that are sourced in another site collection?
I have a set of site collections (call it 'Personals'). Each of these site collections has a page on the root site that wants to display a feed of 'announcements'. These 'announcements' need to be ...
2
votes
1answer
948 views
Is there a way to keep track of all changes in a SharePoint site collection?
My company is soon rolling out a SharePoint-based intranet.
During the first few weeks of the rollout I would like to keep close track of all the content that is added and edited on the sites.
Is ...
1
vote
1answer
582 views
Moving a subsite between site collections
My users have created a sub site. They have done some work to it. They have now decided that it should site in the deparment it was created but another one as they will be looking after the site going ...
1
vote
3answers
2k views
How to add a Custom Column to a Site programmatically
I'm programmatically creating Site Collections. The only thing I'd like to add to the newly created Site Collection are some Custom Columns that I've added manually in other examples..
The code I'm ...
0
votes
4answers
2k views
How to create a site collection programmatically: permissions problem?
I'm encountering some problems while creating programmatically a Site Collection.. I tried in many ways, but without fortune.
First of all, I must say that the account I'm using is:
Farm ...
1
vote
1answer
900 views
How to make Internet facing SharePoint website to cater different geographical locations?
I have a SharePoint Foundation hosting account. I want to provide SharePoint to private teams through an Internet facing site. There needs to be a selector page at the root domain where users can ...
0
votes
2answers
119 views
How do I navigate back form a subsite to the site collection
I've created a site collection and under it I created a site (both with the Team Site template).
The site collection has a link to the site but the site doesn't seem to have any back link to its ...
0
votes
1answer
486 views
Applying wsp solution file to Sharepoint site collection programmatically
I am trying to deploy a sitecollection with a content database attached to each site collection. I was able to deploy site collections with individual content databases for each sitecollection, ...
1
vote
1answer
867 views
How can I export to file the User Information List for a site collection?
I would like to export the User Information List to a file including the ID of each user. It doesn't matter if the solution is in C#/PowerShell/SharePoint UI.
0
votes
1answer
264 views
New Site Collection isn't secure (i.e. SSL) like our other
I created a web app (sharepoint2.xyz.com), then extended it (AAM) to sharepoint.xyz.com. I also created a Site Collection called sharepoint2.xyz.com with our subsites under that (to mimic our 2007 ...
2
votes
3answers
793 views
Disable certain list templates
We have a specific requirement, where we have to create dedicated site collection for hosting discussion boards. How we can disable all list and library templates and level only discussions, so users ...
0
votes
2answers
2k views
Restore-SPSite reports “No content databases are available for this operation…”
I've run a site collection backup using Backup-SPSite. I then deleted the Site Collection using CA. Then tried to restore is using Restore-SPSite. Got the error "No content databases are available ...
3
votes
2answers
5k views
How can I get the root site collection from SPContext.Current?
With SPContext.Current I can get the current site or current web. However, I would like to get the root site collection for my current web application. I know that I can get the web application from ...
2
votes
2answers
2k views
Error when importing site: BLANKINTERNET#0 vs. BLANKINTERNET#2
I've been working on a SharePoint 2010 site in a development area for a while, and now I've come to export individual sites (rather than the entire site collection) so that I can import them onto my ...
4
votes
3answers
127 views
Dev instance of SP2010 is done - How do I move site collections?
I prepared dev from scratch (1 app, 1wfe, 1 db server). I would like to import all of the site collection from production to dev. Some of the site collection databases are large (like 30gb). Certainly ...
0
votes
1answer
2k views
What is the difference between site collection subsites and rootweb subsites?
If I create site collection at http://server/sitecollection and if i create 3 sites:
http://server/sitecollection/site1
http://server/sitecollection/site2
...
0
votes
1answer
72 views
new install > website is not comming after adding ups
I followed microsoft step by step process on adding "user profile service app", did the very last step as well. iisreset.
Now the web application's site collection is not comming
Also, user profile ...
1
vote
2answers
249 views
How to provide navigation with multpli site collections and site collections as sub sites?
We have split up a site with a massive amount of sub sites into some site collections and in the URL hierarchy some sub sites are site collections, i.e:
top level -> Site collection 1 | SC2 | SC3 ...
1
vote
1answer
300 views
Nested Managed Paths
Should be an easy one for the sharepoint pros out there:
Is it possible to nest a managed path under another managed path...all the theory i know up to this point tells me to no, but so far but ...
2
votes
1answer
583 views
How to best duplicate a site?
I'd like to confirm the "best practices" of what I am trying to achieve.
Currently, I have 1 SP 2010 application with 1 site that has users, (grouped appropriately) that have different permissions ...
