All commercial releases of SharePoint. Excludes free license versions of SharePoint.
2
votes
2answers
744 views
accessing owssvr.dll in sharepoint 2010
I am creating a task scheduler for Windows Server 2008 to send mails for events whose date has passed and I am trying to access the task list using owssvr.dll with the following code in sharepoint ...
2
votes
1answer
25 views
Rich Text Control on a Layouts Page
I want to create and deploy a layouts page in a SharePoint 2013 environment. It is basically a form where you can store values.
Is it possible to use the Rich Text Control which is utilizing the ...
2
votes
1answer
19 views
SharePoint 2007 merge nested document library items
is it possible to collect (i.e. merge, consolidate, de-normalize, etc.) items from multiple nested document libraries on a site? My manager wants to flatten our MOSS 07 site's current nested ...
2
votes
1answer
48 views
WebClient and impersonate as other user
I created a web service hosted in SharePoint 2010 and I want to unit test its behaviour/results.
Now when I try to run a test with a different user, I always get the results of the previous user and ...
2
votes
2answers
62 views
Feeding a new item to index instantly in SharePoint 2013
I have crawled and indexed some documents using SharePoint 2013 Search.I would like to feed index instantly when a new document is created.
How can i feed document index instantly using SharePoint ...
2
votes
1answer
34 views
Is it possible to change the value of “Created By” in Comments list of a blog?
I have a SharePoint blog where few people can contribute but everyone can comment. But they want to comment as anonymous. So I created a new column in Comments list called "Post as anonymous" with a ...
2
votes
1answer
65 views
what does nullreferenceexception mean in my sharepoint log - my infopath form won't “submit” anymore
I tweaked my infopath form by taking out a Lookup field that i no longer needed, and deleting the Data Connection, and now i can no longer submit my form. I get this error:
The SOAP response ...
2
votes
3answers
62 views
Is SharePoint's Record Management certified to any standard?
Is SharePoint's Record Management certified to any standard?
Standards like the U.S. Department of Defense (DoD) 5015.02.
2
votes
1answer
58 views
can User profile synchronization be started from a web service?
I'm trying to kick off the user profile syc using a web service. Here is what i've tried :
[WebMethod]
public string runUserProfileService()
{
var message = "";
...
2
votes
1answer
167 views
Jquery adds Multiple attribute IDs to Content Editor web part source
I’m currently performing a migration of our CMS from MCMS 2002 to SharePoint 2010. One of the MCMS templates allowed the users to add their own CSS and scripts. So that the scripts and styles are not ...
2
votes
1answer
102 views
Error while form opening if it is created from SharePoint Designer
I got stuck! :P
My goal: New form in source library ====> New form in target library [both web-browser enabled, following Infopath templates]
Using "create list item" action within a workflow ...
2
votes
1answer
261 views
How to import a library from Export-SPWeb outputs?
I am trying to understand how to restore an arbitrary library to an arbitrary site in an arbitary site collection - inspired by some future user announcing he accidentally deleted a document from the ...
2
votes
3answers
462 views
Sharepoint issue list adding todays date based on choice in other column?
I have an issue list with a number of columns.
I would like to add a column that is blank in all cases except when a specific option is chosen in a column of choices. Then I would like to add todays ...
2
votes
1answer
71 views
Can someone help me use SharePoint 2010 to do data processing?
TL;DR: I need to create a system in SharePoint in which a user uploads an Excel (or CSV) file to the site from a webpage. The site takes the uploaded document and uses it to populate a list. Then it ...
2
votes
1answer
618 views
Why is my PowerPivot gallery not showing snapshots?
after creating a PowerPivot document, my PowerPivot Gallery is looking like the image below.
The red cross message is "An error ocurred while capturing snapshots for this document".
How can I solve ...
2
votes
1answer
409 views
Set “Overwrite existing file?” unchecked by default when uploading document
Due to Business requirement is it possible to set "Overwrite existing file?" unchecked by default when uploading document. This change would let users prompt when overwriting document, at the moment ...
2
votes
1answer
139 views
Display web page preview with FAST Search for SharePoint
We have a enterprise farm installation of SP2010 and have configured FAST search for SharePoint. We have also enable office web apps for thumbnail and document preview. All setup is running fine.
...
2
votes
3answers
460 views
Error using current SPWeb from HttpModule
Is it allowed to access SPWeb and specifically SPWeb.ID from PreRequestHandlerExecute ?
Writing an HttpModule [SharePoint2010] and trying to access current web ID using this line of code :
private ...
2
votes
2answers
441 views
Migrating Windows Sharepoint Services 3.0 from Windows 2003 x86 / MSEE to Windows 2008 R2 x64 / SQL Server 2008
I am having a helluva time with this one.
I am attempting to migrate a 5 year old VM running Windows 2003 Windows Sharepoint Services 3.0 that was deployed as a standalone (thus to MSEE) to a ...
2
votes
3answers
525 views
How do I set the OSearch14 Service Account via PowerShell
I'm in the process of Scripting a deployment of SharePoint 2010 and FAST.
Normally to set the Service Account of a SharePoint service one would use the ProcessIdentity property, like so:
$procId = ...
2
votes
1answer
802 views
Remote Blob Storage - Installation help
My DBA has configured our SharePoint SQL instance for file streaming, and verified all of the settings are correct. I have been following Todd Klindts post on configuring RBS, and everything seems ...
2
votes
1answer
342 views
How many companies are using which sharepoint version
Is there a current survey/statistik how many companies are using which sharepoint version?
Someting like this?
Total companies: x
- using SP 2003: x%
- using SP 2007: x%
- using SP 2010: x%
...
2
votes
3answers
490 views
Workflow Task popup in Outlook 2010 opens constantly
I've came across an issue regarding approval workflow. I set up Approval workflow in SharePoint and want to approve by using "Open this task" button, but when I click this button, Workflow task popup ...
2
votes
1answer
362 views
“Include Content” is disabled
On one of the site collections, when saving a list as list template the "Include Content" checkbox is disabled (greyout). This issue occurs for all lists under all sites. Is this a security feature or ...
2
votes
1answer
376 views
Disable filtering option on the list after the webpart page has loaded loaded completly
I am filtering a list by passing query string to a custom list
http://TestSite/TestSubsite/Lists/TestList/allitems.aspx?FilterField1=FirstName &FilterValue1=Apelles
This does the job of ...
2
votes
1answer
2k views
Setting approvers on SPWorkflowAssociation using AssociationData
I'm trying to programmatically configure the out of the box Approval workflow on a document library using the following code:
SPWorkflowTemplate workflowTemplate = ...
2
votes
1answer
448 views
Changes not reflecting in WebPart
In sharepoint2010 I am using a webpart and custom toolpart[]. The following code is for toolpart array
public override Microsoft.SharePoint.WebPartPages.ToolPart[] GetToolParts()
{
...
2
votes
2answers
542 views
Rich Text Box in sharepoint 2010
I have a custom web part which is has a rich text box. When I add any text, tables, images, etc, they get saved in the list column with the data type rich text box. So when we have couple of ...
2
votes
1answer
502 views
Title in Editform.aspx in sharepoint list 2010
I open a newform.aspx,to add new item. At the very top I would see the name of the list view-new form in my case, Clients-New Form. But when I open a item to edit, it shows the name of the list view ...
2
votes
1answer
204 views
different homepage for annonymous users
I have a requirement in which home page of my site is personalisable by the end user (I have page where all the webparts are listed with Add/Remove functionality) so that each user can add Or remove a ...
2
votes
2answers
1k views
PreUpgradeCheck Error How to locate reference of Missing Feature
I am migrating sharepoint 2007 publishing site to sharepoint 2010. For migration process I have followed the steps
1. Backup the content database from the SP2007 machine.
2. Restore that database in ...
2
votes
1answer
429 views
Assembly binding failure for all old Microsoft.SharePoint (version 12.0.0.0) dlls
My SharePoint 2010 dev box seems to have gone crazy today. I started to get an error when using U2U's CAML builder and trying to connect to a site using the Object Model.
The error message is as ...
2
votes
1answer
2k views
“Exception of type 'System.ArgumentException' was thrown” got error when i have signout from webapplication in sharepoint 2010?
I'm getting this very error when registering a new user in Sharepoint 2010 (FBA) using asp:CreateUserWizard. For already existing users, the FBA login process works just fine.
When I run the ...
2
votes
1answer
136 views
SharePoint Workflow Development in Visual Studio 2008
For the development in SharePoint 2008, I been installed Visual Studio 2008 extensions for Windows SharePoint Services 3.0 v1.3.
It is successfully installed, but when I create a new project in ...
2
votes
1answer
672 views
Using SPDatasource with a dropdownlist — Need to dynamically pass SP List
I am creating a custom webpart for SP 2010. I need to use the SPDataSource control with a dropdownlist.
I got this to work perfectly if the SP list is hardcoded in the node, but what if I dont know ...
2
votes
2answers
726 views
People Picker not showing user results if we not entered exact
We have enabled Claims authentication with LDAP membership role. Its working fine. In people picker if we enter the exact user name then only search results showing Form Auth user. otherwise not ...
2
votes
1answer
343 views
SP 2010 Toolbar URL link button becomes inactive after multiple uses
When editing pages in SharePoint 2010 if our editors use the URL Link option in the toolbar on a page they can make sporadic links in the page with no problem, often doing Links from Address or Links ...
2
votes
1answer
35 views
Access Denied trying to access SharePoint 2013 REST API, User Profile endpoint
I am building a Provider Hosted App for SharePoint 2013 in PHP. I have been successfully able to generate an access token for my user, and remotely access an api for showing all the lists. ...
2
votes
1answer
28 views
Listing all the documents in SharePoint server using C#?
I'm new to SharePoint server. I need to get the list of all document stored in SharePoint server, not in particular user site. Is there any way to get all documents list , name or count using C#?
...
2
votes
2answers
34 views
Copying SharePoint 2010 farm to a different server
I am creating a replica server of my current SharePoint 2010 production server. The production SP is integrated with Project and TFS.
Here is what I have done so far:
Installed SQL 2008, ...
2
votes
0answers
23 views
How to create a search scope for content type in a sub site?
I have parent site i.e sharepoint.microsoft.com
& a sub site sharepoint.microsoft.com/child/
Now a content type named "Problem" in created in sub site.
I would like to add this content type in ...
2
votes
2answers
79 views
How to move/copy items from one custom list to another custom list without Designer?
I'm a guest to the site and after seeing the great quality of Q&A's believe it's worthwhile to 'put this out there' in the event anyone may be able to assist.
Brief background:
I have ...
2
votes
0answers
23 views
How to use the Sharepoint Spell Checker in 2013?
http://msdn.microsoft.com/en-us/library/ms516167.aspx
Hi,
I have gone through the above link and found that the sharepoint spelllchecker is available and can be used. Can someone give me a sample ...
2
votes
0answers
26 views
Bulk file upload creates multiple versions of all files except last file
I have an interesting (well to me anyways) problem here. I am doing a code based mass upload of documents into a SharePoint library with a twist. The twist is that the file's last modified date ...
2
votes
0answers
29 views
How to change the text of “Add new event” in Calender web part?
I have tried all the methods suggested online. But none seems to work. I tried the following,
<script>
document.all("Add new document").innerHTML="Add ur new text";
</script>
and ...
2
votes
0answers
48 views
Managing my user permissions for my Publishing site enterprise wiki
I have created 5 separate enterprise wiki sites, which can be accessed using the following URLs:-
…Wiki/HrManuals
..Wiki/SalesManuals
..Wiki/TechnicalManuals
..Wiki/legalManuals
Now I need to ...
2
votes
0answers
48 views
Import-Spweb is changing the user id if the user does not exist in the organisation anymore
We had to restore a list (which has versionsing enabled) in our PROD enviornment SP 2010 August CU 2012. We used the following command metioned below:
Import-SPWeb http://example.com/projects/myList ...
2
votes
2answers
120 views
Deploying a webpart to multiple site collections?
Is it possible to Deploy a Webpart to multiple Site Collections, and not only to one?
2
votes
1answer
47 views
Custom indexing Connector for Azure Blob not crawling
I am creating a custom indexing connector for Azure blob. It works fine if i just specified URL for single blob e.g. for myblob://searchconnector.blob.core.windows.net/MyBlob/mycontainer/myblob1.txt
...
2
votes
2answers
199 views
Date column calculation
This is my first day using SharePoint and I got lost in trying to figure out how or if it can be done, custom column calculations, and if code is allowed in SharePoint? I had someone else create my ...


