Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
40 views

Using singleton class in Sharepoint2010 environment - webapplication wide?

Let's say I have one web-application with n SiteCollections. Now I have a feature, which includes a singleton class. Does every SiteCollection have their own context and their own Instance of this ...
3
votes
1answer
1k views

How do I programatically set the SharePoint's site collections Search Center property?

I have a site collection and I want to set the search center value to be the same as another site collection. The site collection is created in code, so I need to be able to set the property after the ...
2
votes
0answers
118 views

Mount-SPContentDatabase No Root-Web

I want to Mount an existing ContentDatabase with the following command: Mount-SPContentDatabase Content_WSS_Name -WebApplication http://name -AssignNewDatabaseId It runs without an error but says ...
2
votes
1answer
95 views

Sharepoint user can view site collections he is not a member of

as i understand sitecollection security ,member of a given sitecollection can not view another site collection where he has no membership ,my problem is that any user from a given site collection can ...
2
votes
2answers
538 views

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 ...
2
votes
2answers
3k views

Setting author field in SPListItem won't persist

I am trying to copy an SPListItem (with file) from one site collection to another. I do this by creating the file like this: var archiveFile = ...
2
votes
3answers
753 views

Issus deleting a site collection

I'm currently doing some test where I try to delete a site collection programmatically. Thereby I realized some strange behavior by SharePoint. I used the following code to test the site collection ...
2
votes
4answers
6k views

Changing SharePoint Site Collection Title

I need to change the title of a site collection in SharePoint (MOSS 2007). I found one post saying it can be done in SharePoint Designer, but I wasn't seeing the specified menus, and haven't been able ...
1
vote
2answers
94 views

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 ...
1
vote
1answer
84 views

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 ...
1
vote
1answer
76 views

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) ...
1
vote
1answer
365 views

“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 ...
1
vote
1answer
4k views

Copy SharePoint 2010 site collection/web application

I have a SharePoint 2010 web application with one site collection. I want to copy that site collection to a new web application on the same server. I took a backup and restored it to a new database ...
1
vote
3answers
1k views

SharePoint 2010: efficient union query across site collections?

In SharePoint 2010, I would like to create a list in one SiteCollection that queries data from several other SiteCollections that have common fields: Is this possible, and if so - can it be done ...
1
vote
1answer
72 views

Sitecollection Overview Page

I have the following situation: MOSS 2007 Server Environment A -> Intranet MOSS 2007 Server Environment B -> Collaboration Environment (approx. 150 site collections for various issues) Both ...
0
votes
1answer
21 views

Get Maximum Allocated Size For SharePoint Site And Recycle Bin In C#

I am pretty new to Sharepoint, but I am wondering if there is a way to get the maximum allocated space for a Sharepoint Site Collection, Site, and Recycle Bin? I know to get the size of a Site ...
0
votes
1answer
175 views

How to Creatie Multiple Site Collections and Subsites under a already Created fresh Web Application. Sharepoint 2010

I have a fresh web application already created. Now I just want to Programmatically add Site Collections and Subsites to the Web Application using the console application. Any Help appreciated. ...
0
votes
2answers
744 views

Import SharePoint Site before creating a Site Collection

I've exported a number of sites from one SharePoint server. I have created a web application (url http://jps) but have not yet created a site collection. I am attempting to import these sites on ...
0
votes
1answer
366 views

Same user different display name on different site collections in SharePoint 2010

I have a user let say with login: "domain\bob". I fist created a team site and the display name was "domain\bob" the user has a active user profile. Then I gave the user a display name "Bob B Bobby" ...
0
votes
3answers
375 views

Why do I get UnauthorizedAccessException with some application pool identities if I'd like to use SPSiteCollection.Add in Sharepoint 2010?

The background of this question is that my current task is to develope an application page which enables users to create site collections. The properties of the site collection are read from a list ...
0
votes
1answer
199 views

How can I import a Site Collection to another host?

I am trying to export the content from a staging server and import it into a development machine. I've tried to do this with Backup-SPSite -Identity http://staging -Path c:/export.bin on staging and ...
0
votes
1answer
443 views

Programmatically tell whether a webpart that has been deployed is a native one that ships with MOSS, or one that was custom developed?

I have a SharePoint 2007 MOSS instance, and I'm on a fact-finding mission. There have been multiple developers, developing multiple webparts and deploying them (using VS2005/2008 SharePoint ...
0
votes
3answers
4k views

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 ...
0
votes
3answers
1k views

WSS 3.0 Multiple Domains

We have been running WSS 3.0 for our intranet. We are going to be moving our internet site to WSS 3.0. The vast majority of people will access the new internet site anonymously. My question is in ...