All commercial releases of SharePoint. Excludes free license versions of SharePoint.

learn more… | top users | synonyms

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, ...
1
vote
3answers
66 views

How many root site collections we can create

I have a simple question just to remove my confusion. In one web application, can we create multiple root site collections ? I have 3 different custom web templates, and for each template, I want to ...
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 ...
0
votes
0answers
12 views

Microsoft.Interop.office.word Error This website requires you to log in

When trying to generate to word I get the following error: The website declined to show this webpage HTTP 403 Most likely causes: •This website requires you to log in. What you can ...
0
votes
3answers
661 views

Can I limit MySite profile picture file size submitted?

We are trying to have SharePoint limit the size of the profile picture that can be submitted (to about less than 1MB). This is for the MySite profile picture only. Can this be done? Either via: 1. ...
0
votes
2answers
320 views

Call Javascript function for Custom Action in App for SharePoint 2013

I am working on App for sharepoint 2013. I want to add custom action to a context menu of a document library.And I want to call a javascript function with selected item id and list id as ...
0
votes
1answer
21 views

why do my 2010 sharepoint sites not show up in Explorer?

I am running Windows 7 and Sharepoint 2010. I followed the directions to Sync Office with my sharepoint 2010 library so that when using Open or Save from Office app i see the Sharepoint libraries ...
0
votes
1answer
454 views

Change content type for a file in a document library by using powrshell

I just used follwing script to change content type files in a document library but it seems that it works only on old files. the files must be created some time before you run the script. It is even ...
0
votes
1answer
13 views

using GetSubwebsForCurrentUser

I am trying to adapt the example on MSDN Enumerate Sites to only display sites the user has access to. Given the example below, would this be the proper way? string webUrl = ...
0
votes
1answer
18 views

Custom Application or Web Parts? No idea how to do either

In my team, I've been tasked into automating some of the things we do. I have been playing around with Sharepoint (I don't have full overall Sharepoint-admin privileges though, although I do own the ...
0
votes
1answer
26 views

How to utilize sharepoint 2010 pdf searching programatically?

I am making a SharePoint 2010 web part that basically manages a document library of PDF documents. One component that I am working on is searching through PDF documents. I tried a custom PDF dll ...
0
votes
2answers
59 views

Redirecting to a new web page after adding a new item in the list

After clicking "Save" button in the pop-up (for adding a list item), I want to redirect to a page to show them a message "Success" or at least an alert window called "Success"? How can it be ...
0
votes
1answer
31 views

Need help with getting List Item counts

I have a custom list created that tracks project status by stages. I need to present the same in a chart format. Below is the list information. Columns *Project Name *Development(Phase1) ...
0
votes
2answers
53 views

Hide Columns in Document Information Panel, but show in properties panel

I am trying to hide some columns from view in the DIP, but allow users to change them in the properties panel for the document. I am trying to associate 3 base content types for attaching different ...
1
vote
1answer
344 views

How to give a visitor user, contribute access in a document library folder

I am facing problem in giving a visitor user permission as "Contribute" on a perticular folder inside a document library. In my scenario the user is added in the top site collection inside visitor ...
2
votes
1answer
958 views

Error occurred in deployment step 'Install app for SharePoint': The System Account cannot perform this action

we have installed share point server 2013 in windows server 2008 machine. For development environment we have visual studio 2012 on windows 7 machine and installed office development tools to develop ...
1
vote
2answers
186 views

Note Board Web Part stopped accepting new messages

Anyone else having issues with Note Board Web Part not accepting new posts after April 2013 CU? On existing pages with Note Board Web Part, posting new message gets stuck to "Waiting...". When ...
1
vote
1answer
25 views

Navigation back from the Search Center in SharePoint 2010

We have a dilemma with our implementation of Search Center. I am sure I am not alone with this. Basically, in some site 3 levels deep on one web app the search redirects them to the search center at a ...
0
votes
0answers
13 views

SP2013 SSRS, Tabular and OLAP Install

I've been reading the install guides for analysis services for sharepoint 2013, but I do not see any mention of the different types of analysis services installs. Do I just repeat the install process ...
1
vote
1answer
40 views

Term store Vs Categories

On this link http://www.jasperoosterveld.com/2011/09/creating-knowledge-centre-with_07.html, they define a managed term store hierarchy , then users can add categories when adding new wiki articles ...
0
votes
0answers
25 views

Visio webpart, single mouse click don't work

I have created a Visio web part (vdw), but when I try to click on one of my figure(referes to a URL) after I have imported the visio into SharePoint it doesn't respond. The strange thing is when I ...
1
vote
1answer
275 views

Expand recurrence and CalendarDate:Event EndDate not autocalculated for recurring events

I have done the following code to save a recurring entry to Calendar List named Bookings. SPSite site = new SPSite(SPContext.Current.Web.Url); using (SPWeb web = site.OpenWeb()) { ...
1
vote
2answers
1k views

sharepoint stopped working after AD password change

I have sharepoint 2010 installed on my local box for evaluation pourpouses. I had it all working fine until a few days ago when I had to change my AD password. Now, the central administration website ...
1
vote
3answers
198 views

sharepoint 2010 context menu event handler

i want to hide sharepoint 2010 list/library context menu based on users. i am using below javascript $(document).ready(function(){ $('.ms-MenuUIPopupBody').live('blur', function() { ...
0
votes
2answers
1k views

[UnsafeControlException: A Web Part or Web Form Control on this Page cannot be displayed or imported

When the upgrade of 2007 to 2010 took place i started to get errors for my webparts on my website as mentioned below: Error[1] Web Part Error: A Web Part or Web Form Control on this Page cannot be ...
0
votes
0answers
25 views

How to add a column in list with the its workflow task column “Outcome” of a list item?

I have a calendar list and I am using an approval workflow. When the user creates a list item it goes to a team leader for approval. So the "Outcome" column of the workflow task list is set to the ...
0
votes
1answer
22 views

cannot open microsoft.office.interop.word document

i am trying to open a word document but i dont work i can only save the document not open what could be the problem? I get this following Error when trying to Open: I am running SharePoint do i ...
0
votes
0answers
24 views

LDAP/AD Claims Provider Sharepoint 2013

I am attempting to set up LDAP/AD Claims Provider For SharePoint 2013, http://ldapcp.codeplex.com/ I have installed it, tested the connection and its working, however I need to associate it with a ...
1
vote
1answer
41 views

HTTP Error 503. The service is unavailable

When i go to central administration i get this error Service Unavailable HTTP Error 503. The service is unavailable. but my site are working that i have created
3
votes
1answer
41 views

Get Site Template ECMAScript

I have an ECMA script that I'm using to build a site directory (Thank you Bill Simser). I'm trying to add additional information such as the template the site is using, and not having much luck ...
1
vote
3answers
339 views

How can I change Document library permissions for all site collections using powershell?

Total Powershell newbie here, but I have managed to write a couple scripts so far that have been working. We are using 2010 Enterprise edition, and I have been tasked with creating a script that will ...
3
votes
1answer
44 views

Changing enterprise keywords column title programatically

I'm trying to rename an enterprise keywords column in a specific list of a subsite. In a Feature Activated event receiver i tried to set the column's display name by setting its title using the ...
0
votes
1answer
41 views

Documents Not Prompting to Check Out and Not Saving

I am getting strange behavior on some of my users machines when they attempt to edit an Excel workbook from SharePoint. When the user clicks on the document link it opens the workbook in Excel and ...
0
votes
1answer
49 views

SSRS Parameters passed through URL not refreshed on Web Part Page

My working environment is SSRS 2008 and SharePoint 2010.I have a report with parameters running in SP 2010. I call my report page in SP 2010 from a page with all the parameters in query string. On the ...
0
votes
2answers
18 views

Cannot upload files larger than 30mb on SP 2007

I am trying to upload files, larger than 30Mb but for some reason SP does not finish these uploads. I uploaded a 27.6 MB file with no problem. I have googled already quite a bit and updated the config ...
0
votes
0answers
34 views

Reinstall SharePoint Server 2010 issue [duplicate]

I have SharePoint Server 2010 trial version installed on a server. Recently, I removed SharePoint using an uninstaller tool + manual methods because the normal setup file was corrupt and didn't work ...
0
votes
0answers
25 views

Ribbon-Bar isn´t showing

If I open a SharePoint-2010 list or library the ribbon shows "List" or "Library". If I click on "List" / "Library", the ribbon does not show up. Only the header is visible. Any idea on how to fix ...
0
votes
0answers
14 views

Custom Navigation Links with permission based viewing

I am trying to hide Site Navigation button links that we have made which replaces that standard site navigation. We are using the enterprise version of SharePoint 2010 and basically want to hide link ...
0
votes
2answers
17 views

How to exclude users from view access?

We have a SharePoint 2007 site that is viewable by "All Authenticated Users". As part of company policy, when an employee is terminated or leaves, we modify their active directory account to remain ...
0
votes
1answer
71 views

add multi select dropdown selected values to sharepoint list by Ecmascript

I have a sharepoint list which where I want to insert multi selected values from a dropdown list. <select multiple="multiple"> <option>A</option> ...
0
votes
1answer
18 views

Editing Appearance of Lookup Field in SP Workflow Email

I have a workflow that sends an email when a new item is added to a list. The email includes the creator of the new item, which uses a lookup value. CurrentItem-CreatedBy-String = [%Current ...
2
votes
4answers
72 views

Problem in Automatically log into Sharepoint

I could not automatically logged into sharepoint site with the window user account. I have to click "SignIn" button displayed on the right of the screen.(as shown in picture) As described in this ...
0
votes
2answers
32 views

Help embedding asp.net page in a Sharepoint Web Part

First off, I do not have access to designer, so I'm attempting this through my SharePoint site's on-page edit tools. I realize that this may not be possible, but I'll ask the question anyway. :) I ...
0
votes
1answer
1k views

Implement custom sharepoint workflow with aspx page instead of infopath

I am creating state machine workflow in visual studio 2010 and info path form (for approval etc.) is associated with the generated task. But i need to associate aspx form instead of infopath with the ...
0
votes
1answer
33 views

sharepoint 2010 switching multiple content list forms in a single page

I have 4 different lists setup by using multiple content lists so end-up with 4 different forms. Is there any way to make one default form for all in a single page and switching them by using maybe a ...
2
votes
3answers
9k views

Can I create some sort of Attachment column in a list?

User needs a list to track issues. They also want to be able to attach a document to this issue. If this attachment was mandatory I would be able to create a document library, but since it is not I ...
0
votes
0answers
22 views

Sharepoint 2013 500 Error After Upgrade from 2010

Unable to get access to the site. There were test upgrade errors for missing components but those were removed. When trying to access the site 500 Error. No errors in event logs. I see this in the ...
0
votes
0answers
20 views

Deploying SSRS report from BIDS to SharePoint 2010

I am having an issue deploying a report from BIDS to a SharePoint Integrated Report Services Server. I have set up SSRS and everything is successful from the configuration wizard, I am using a Domain ...
0
votes
2answers
40 views

how to add list column values to workflow email?

I have a calendar list and I added several text box column values. I am using a customized workflow created in SharePoint Designer 2010 to send an email when there is a new event is added. I want to ...
0
votes
1answer
131 views

SP Browser Plugin for Mac Chrome

Has anybody successfully managed to remove the exasperating notice that appears at the top of OSX Chrome everytime you load a page in SP? It says "Could not load Sharepoint Browser plugin" It's not ...

1 2 3 4 5 35