For questions completely specific to SharePoint 2010 and **not past or future versions**

learn more… | top users | synonyms

0
votes
0answers
11 views

How do I use my SSL certifcates in InfoPath 2010

I have installed SSL certificates in windows trusted location, personal and publisher location. I have done central admin and IIS related configuration. My site working fine with ...
0
votes
1answer
23 views

Where can the logs of a SP Designer workflow be viewed?

Some SharePoint Designer actions have an option to "log" a message at that point in the workflow. Where are these logs available for viewing after the workflow actually runs? I checked under the ...
0
votes
1answer
50 views

Best way to update 200 items on a list

Situation in a VS2010/SP2010 site: List A with main items List B with subitems, having a lookup column that points to List A ID There are about 200 subitems for each item The Page where users edit ...
0
votes
2answers
23 views

Search core query webpart and custom xslt with paging or other approach

I have an issue, basically I created a custom web part which inherits from SearchCoreResults. This webpart searches all the possible tasks across WHOLE sharepoint and shows them if they are not ...
0
votes
0answers
39 views

Top Navigation Bar drop down in alphabetical order

I have the following code to display the sub sites in the top global navigation as a multi-level drop down menu: <div id="s4-topheader2" class="s4-pr s4-notdlg"> <a ...
0
votes
1answer
16 views

Unable to add a Application Server to the existing SharePoint Farm

I have a SharePoint application server and DB Server which is running well . Now as a part of Requirement we want to install Sharepoint on to the DB Server as well. After Installing and connecting it ...
2
votes
2answers
118 views

What does the “Overwrite” attribute in a site column definition actually do

I'am deploying some site columns, content types and lists to my site via CAML definition. This works as expected. However, I faced problems with re-using site columns that reference my lists. My site ...
1
vote
1answer
18 views

New document does not default save to correct location

In sharepoint, I have created a new document library and have attached a template so that users can upload new documents with that template. When the user clicks New > MyDocument it opens up the ...
0
votes
1answer
20 views

Search refinement panel categories

Im looking in the search refinement web part, specifically at the filter category definitions and have noticed there are 2 similar categories and im not sure what the difference is. <Category ...
0
votes
3answers
34 views

Type is not defined

The .js file is loaded in aspx page like this: <SharePoint:ScriptLink runat="server" ID="script1" name="/js/my.js" Localizable="false" /> And when page is loaded throws javascript exception ...
0
votes
0answers
18 views

search not returning results on document content

I've noticed that the search does not return expected results when searching on the content of a document, but does return the expected results if I search using the title of the document. To test I ...
1
vote
1answer
27 views

Get proper URLs using Get-SPSite

I'm trying to get a list of site collection URLs (SP 2010): "http://is-sp2010portal:1234" | Get-SPSite -Limit ALL > "C:\Desktop\New folder\1.txt" It works fine for short URLs, but there is ...
0
votes
2answers
40 views

Disable paging from Data View web part

I am new to XSLT and possibly the question i am asking could be a candy for some of you. I have added a Data View Web Part on Page using Sharepoint Designer 2010. I am using this DVWP to display data ...
0
votes
1answer
22 views

How to approach a file in visual webpart

To explain my question, lets consider I'm developing a webpart in Visual Studio, a visual webpart. By default when I add a webpart to solution, it creates a MyWebPart wich exists of 3 files: ...
0
votes
0answers
10 views

Custom workflow skipping actions intermittently

I have a custom workflow attached to a library with start options: Item Created, Item Changed. Steps are as follows: Step1: Entry User if actions = Submit_User then email entry user email authorizer ...
0
votes
0answers
72 views

Custom KeywordQuery ignores scope until I visit viewscopes.aspx

I have a setup with two farms. Farm A is the front-end farm where web applications are hosted and farm B is the service farm where the search service + others are hosted. I have set up a custom ...
2
votes
1answer
43 views

How custom HTTPHandler works in sharepoint 2013

I am reading some existing code in a project and there are some custom handlers that validate some data on application pages. The question is: Does these HTTPHandler get executed for every simple ...
0
votes
1answer
22 views

Hide some MySite social features

I'm new at SharePoint 2010, and I'd like to implement social features. I used MySite, but there are too much possibilities, and I would like to hide (or disabled) some of them (red-cicled in the ...
1
vote
0answers
27 views

Change web theme via client object model?

SPWeb.ApplyTheme() doesn't seem to exist in the client object model. Is there an equivalent? By the way, this is for SP2010.
0
votes
0answers
63 views

How can i add a lookup column using C# CSOM?

I am working on a client side app that creates a library and a list. In the list i want to create a lookup column that refers to the library. The purpose of this app is to first create the lists then ...
0
votes
0answers
29 views

Sharing Resource Reservation calendars in Outlook

I'm trying to connect a SharePoint calendar to Outlook 2010, but also display fields that aren't normally available in and Outlook calendar view. I have a Resource Reservation calendar in SharePoint ...
-1
votes
1answer
25 views

Types of Authentications [closed]

How many types of authentications are there in Sharepoint 2007 vs. 2010 vs. 2013. In what scenarios do we use these types of authentication? For each type, how does the logon form look like ...
0
votes
0answers
21 views

Uploading signed Word document to SharePoint library

I´m trying to upload a signed Word document to a SharePoint library. When I open the document from The library, the signature is broken. Any ideas how to upload a signed document and retain the ...
0
votes
1answer
37 views

How to add the close button in SP.UI.Status

I use status bar to show exception message in code-behind. I wanna add a close button in the status bar for user, so they can remove the bar. Here is my code: protected virtual void ...
0
votes
2answers
24 views

Datasheet view display wrong data

I have standart view filtered by choice field. Standart view shows me 748 items. Then I switch to Datasheet View (by button on ribbon) same view shows me 175 items. Also datasheets view shows some ...
4
votes
2answers
115 views

MSSQLFT equivalent in Sharepoint 2013 for Java applications

Problem I have a java application which till now used SP2010 with SQL Syntax for Search queries. Everything worked fine with the Query Webservice until I upgraded to SP2013. Now, I've come to know ...
0
votes
2answers
63 views

Sharepoint Web analytics configuration wrong web application

I've tried to configure Sharepoint web analytics on the web application on my development machine but without success. I've followed various guides on the internet including runing some timer jobs and ...
0
votes
0answers
40 views

Access Linked List - Lookup Column “cannot Update. Database or Object is Read-only.”

I have a SharePoint contact list linked in Access. The list contains a Site Column, which is based on a lookup from a list at an upper-level site in the Site Collection hierarchy. Permissions are set ...
0
votes
1answer
34 views

Full-Trust Solutions on SharePoint Online Dedicated

I am trying deploy a solution to SharePoint Online (SPO), after looking at documentations about SPO, I found only Sandbox Solutions and Apps can be deployed to SPO, but my solution is a Farm Solution. ...
0
votes
1answer
25 views

Why can't I see the slide library in SharePoint 2010?

I've a SharePoint 2010 Enterprise environment that I'm trying to create a slide library on. Unfortunately I can't see the template option to create one. As per this link ...
0
votes
1answer
17 views

Permissions needed by System security officer

In our current setup. I am responsible for Sharepoint in our company. This means that I do everything from deploying to application support to giving users rights to the platform when it is required. ...
0
votes
0answers
15 views

Sharepoint configuration - create new server farm System.InvalidOperationException

Getting the below error: Failed to create the configuration database. An execption of type System.InvalidOperationException was thrown. Additional exception >information: An error occurred ...
0
votes
1answer
30 views

security concerns on sharepoint deployment

I've inherited our company's SP 2010 deployment. I'm looking for security flaws and other potential issues. Any suggestions as to what to look for?
0
votes
0answers
5 views

Timephased snapshots in project server

I want to create timephased snapshots in Project Server 2010. For example, each week, a snapshot of all the projects would automatically have to be saved somewhere - preferably in SharePoint. So far ...
1
vote
3answers
106 views

SharePoint 2010 - SharePoint Designer notification: The list of workflow actions on the server references an assembly that does not exist

Upon opening a workflow in SharePoint Designer 2010 I receive the following notification in SharePoint Designer: The list of workflow actions on the server references an assembly that does not ...
0
votes
0answers
51 views

FileLeafRef and file extension

i'm using CSOM2010 and have following problem. I try to upload a document. FileCreationInformation fci = new Microsoft.SharePoint.Client.FileCreationInformation(); fci.Content = bDocument; ...
2
votes
1answer
105 views

Can I sort CAML queries by multiple fields?

I have the following query: <query> \ <Query> \ <Where><Eq><FieldRef Name='FSObjType'/><Value Type='Lookup'>0</Value></Eq></Where>\ ...
0
votes
2answers
30 views

Is there a way to set more than two site collection administrators in 2010?

In SharePoint 2007 we had four site collection administrators for one collection. Now that we're upgrading it looks like you can only have one primary site collection administrator and one secondary ...
3
votes
2answers
173 views

How to publish blog posts on behalf of another user in SharePoint 2010?

I have blog for our management team. Assistants will be posting instead of the managers. I have created a column called "Author" which is "people/group" lookup field for the assistants to add a person ...
2
votes
0answers
28 views

Weekly newsletter alert on Blog library shows pending entries

We have setup an alert on our internal blog that sends an email once a week with all the new blog posts, as follows: The problem is that it sends both Approved and Pending blog posts. Is there a ...
0
votes
1answer
33 views

change view of calendar web part

i have a calendar with a custom column called discipline. This is a master calendar that all disciplines will use. I've added the calendar web part to a sub page and i need to filter the calendar ...
0
votes
0answers
16 views

How to get listitems from SharePoint 2010 online

I'm just delving into sharepoint online 2010 and I need some links or resources about how I can connect to it remotely, to get some data and perform CRUD. I read something about ...
2
votes
1answer
27 views

Nav showing drop down subsites when on _layouts/settings.aspx

In both of my custom master pages (both front master page and system master page) I have a navigation control (AspMenu). On all custom pages and application pages, the nav displays no drop down for ...
1
vote
0answers
49 views

Sharepoint wysiwyg editor not working in IE

When opening our sharepoint (2010) site and trying to edit an element in Internet Explorer, it just shows the editor toolbar blank. The field itself contains text - as you can see from the second ...
0
votes
2answers
41 views

Restrict access to a hive page

The purpose is to block the Incoming e-mail settings internal page (/_layouts/EmailSettings.aspx) to non-admin users or, simply, to all with an exception account. Via authorization element in web ...
0
votes
2answers
34 views

Cannot retrieve a list by display name via PowerShell

I am replacing a colleague for the support of a SharePoint 2010 intranet. In PowerShell console : I can retrieve a list by its display name from the Lists collection of a SPWeb object. In a PowerShell ...
0
votes
2answers
34 views

Can I programatically move sites or content between 2007 and 2010?

Using the SharePoint Object Model on a SharePoint 2007 environment and the remote object model to talk to a SharePoint 2010 environment would it theoretically be possible to migrate sites or content ...
0
votes
0answers
12 views

Configure a Web Parts Custom Toolpart from a Feature

I am trying to figure out how to even word this question to get helpful search results in google. I made a custom tool part that is associated with a custom web part. Everything works fine with the ...
2
votes
1answer
66 views

Self Referencing Related Documents Library Through Lookup Column

I am trying to create a single document library that links to documents in the same library in SharePoint 2010 Server. I've created a multi-value lookup column that references the same library to ...
3
votes
1answer
86 views

JS CSOM in Custom .HTML File

I am building a SPA using SP 2010 as my back end but with custom HTML/CSS/JS deployed to a subfolder of _Layouts. I get everything I need from ListData.svc with the exception of the current logged on ...

1 2 3 4 5 80