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

learn more… | top users | synonyms

0
votes
1answer
9 views

Set SSRS Report Parameter Through JavaScript

I am running SSRS 2008 in SP2010. I want to set some report parameters through JavaScript. Is it possible if yes then how. Basically I read some values from the page itself and then set the report ...
-2
votes
2answers
49 views

How does SharePoint work? [closed]

What will be the proper answer for this question: "How does SharePoint work?"
0
votes
2answers
14 views

Site Pages Library create custom page

I am wondering if there is a way to set up a site pages webpart that creates a templated page instead of the blank one that is currently generated?
1
vote
2answers
14 views

Undefined responseXML on StartWorkflow

I was presented with a task to run a workflow via jQuery. I know that SPServices has this capability, but I have never tried it before being assigned this task. So I set out and found some good ...
0
votes
0answers
10 views

Problem with connectable webparts

I'm working with connectable webparts. Right now I'm sending my data from one webpart to another. On my provider I'm getting all values from database. Also the Image I'm getting from database ...
1
vote
1answer
14 views

Sharepoint 2010 Auditing - audit document approval

We have new requirement in one of our projects to keep track of users who approved document in library. We are aware that there is auditing solution built-in in SharePoint, but I couldn't find ...
1
vote
0answers
16 views

How can I build a search that searches all the site collection under certain managed path?

I have created a WildCard managed path named departments, and then under this managed path I have created five “Publishing site- enterprise Wiki” site collections. Now, by default, each of the ...
0
votes
0answers
12 views

Comparing the Enterprise Wiki Pages versions is not showing the differences

I have an enterprise wiki site, and a wiki page have now around 9 version; but when I tried to compare two version together it did not highlight the changes in red. Although there was a new ...
2
votes
1answer
19 views

Understanding variations

Please correct me if am wrong. I am trying to understand how variations work in SharePoint. I create a primary site in ENGLISH. I create its variation in ARABIC. I create a new page in ENGLISH site ...
0
votes
0answers
16 views

Navigation using Term Store in my enterprise Wiki Site is not working well

My problem is as follow:- I have a site collection that contain an Enterprise Wiki template. And I create a new Term Store I link the term store to the “wiki Category” column. When I add or edit a ...
0
votes
0answers
13 views

SPTimer Jobs During Certain Time Frame

I have a request to run a timer job each hour from 12am-5am Monday-Saturday. Do I have that level of flexibility to define my timer job schedule within the FeatureActivated method in my C# timer ...
0
votes
0answers
17 views

Defining a term set store for my Wiki site collection in 2013 is different than in 2010

I am following this link of how to define a term store in SP 2010 and I am trying to apply it to my current SP2013:- http://www.jasperoosterveld.com/2011/09/creating-knowledge-centre-with_07.html To ...
0
votes
0answers
12 views

Organization chart with employee's image

Want to show graphical organization chart with employee's image. AD is configured with manager property set-up. So that it can show employee list with manager. But how to show graphical hierarchical ...
0
votes
1answer
10 views

How to provision .aspx pages to site definition

Is it possible to add custom .aspx pages to site definition. If yes, How we can do this ? Please provide some example if possible?
1
vote
0answers
10 views

Choice between NTLM or Kerberos

For an SharePoint 2010 intranet application how to decide which authentication type Kerberos or NTLM is suitable ? In few cases Kerberos is mandatory but in NTLM is also suitable in few other cases. ...
0
votes
1answer
17 views

List view on subsites with filtered choice field

I have a site with a list of projects. I then have multiple subsites which represents all the companies. I need to have a page on each subsite that contains the projects list with a specific view. ...
0
votes
0answers
25 views

Creating new Managed metadata service

I want to create a new Service Application of type managed metadata. But I do not know what I should provide in the following fields in ad new metadata service dialog box:- Database name . ...
0
votes
0answers
21 views

The Managed Metadata Service or Connection is currently not available.

I have created a Enterprise Wiki site collection , then i tried to define a tem store for it, but when i go to ---> Site Settings----> Term Store Managemnt. i got the following error:- The Managed ...
0
votes
0answers
9 views

Custom WCF Sharepoint connector service

i have created the WCF service for sharepoint connection. This service hosted on Sharepoint server. Pool account is the SP Admin. For the form authentication we are using the below code private ...
0
votes
0answers
24 views

Which approach I should follow; SharePoint business connectivity services OR developing SharePoint App

I have developed a document management system and an enterprise wiki library for our company using SP2013. The second project I am going to start is to develop an asset management system for our ...
0
votes
1answer
12 views

SharePoint 2010 List Data Sheet Error

I have list with about 19.000 items. When I change the view to the DataSheetView, after a few minutes I'm gettin this error: " Cannot connect to the server at this time. You can continue working with ...
0
votes
2answers
20 views

How to add pages to web template

I want to add 3 different pages (Page1, Page2, Page3) to a custom web template. When I create a site using this web template, I would like the 3 pages Page1, Page2 and Page3 to be created ...
0
votes
2answers
24 views

Should my SharePoint central administration site have the same port number as the other SharePoint web applications

I have defined during SharePoint installation that the port for the central administration site is 5555, and when I create a new web application I define the port number to be 2013. But now the ...
0
votes
1answer
20 views

Can I define a site collection on the root of a wildcard managed path

I have defined a wildcard managed path name “documents”, and then I created the following site collections under it:- ../documents/HRDept ../documents/SalesDept etc. But the problem i am facing is ...
0
votes
1answer
21 views

Automatic Logout the User after “X” time in Sharepoint 2013

I need to logout the user in SharePoint 2013 after x amount of inactive time. I tried these options: Modify the node with the timeout attribute. Run some PowerShell code to modify the ...
3
votes
1answer
62 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
1answer
34 views

Sharepoint 2010 DocumentSets - How to Manage Programatically?

I am new to Sharepoint 2010 but not new to .Net programming. Here is my situation: I have a large set of files to be uploaded into Sharepoint 2010 with metadata. I have decided to write a C# class ...
0
votes
1answer
12 views

Exporting SharePoint data to external PHP script

My client has his intranet website running as a SharePoint 2010 site, consisting of about 40 lists making the different categories of news. What would be the easiest way for me to fetch this data ...
0
votes
1answer
15 views

Sharepoint 2013 Auto Create Managed Property not work

Hi i developed a site column, custom content type and a list definition. I set the value for this column and started crawling but i don't find these properties in search schema. If i add this column ...
0
votes
2answers
37 views

Why i can not install sharepoint 2013 on a domain controller

It is mentioned that it is not recommended to install SharePoint 2013 on a domain controller. But In my current situation I am setting up my development environment for SP2013; where SharePoint and ...
3
votes
1answer
31 views

SharePoint 2013 lazy load for .click() issue

With IE 10 and Chrome 26 on Win7 x64 (Host1) no issues are appearing, except Firefox 20. With IE IE 8 on Win7 x64 (Host2) and IE 10 on Windows Server 2012 x64 (Host3), there is the following issue I ...
1
vote
1answer
50 views
+50

Infopath 2010 form fails in attempt to use GetUserProfileByName method from UserProfileService.asmx

My attempts to retrieve UserProfile data for InfoPath form open all end badly with the same error so I have simplified down to one test case which I will try to describe below. Symptom 1: Event ID ...
0
votes
1answer
27 views

How to add links on the right side of the sharepoint wiki site

I am newbie to sharepoint and using sharepoint 2007 to create a wiki site. I would like to know how to add links on the right side of the page(similar to on the left side)..some thing like this Right ...
0
votes
1answer
30 views

SharePoint server 2013 central administration become unavailable after installing active directory

I have SharePoint 2013 installed inside windows server 2008 r2 and it was working fine, but after I install Active directory on the windows server I try to aces the SharePoint central administrator ...
1
vote
1answer
42 views

Design decision (Site collection Vs Subsites) to take when creating new SharePoint web application

Basically I want to build a knowledge based library for our company. The general requirements are as follow:- Each department need to store their documents and procedures as Wikis inside SharePoint. ...
1
vote
0answers
27 views

SharePoint server 2013 is running too slowly on VM workstation

I have the following specification for my development environment; Host Machine:- Windows 7 professional. Core i7 (8 processes). VM workstation. 32 GB RAM. 700 GB hard disk. On the VM:- Windows ...
0
votes
0answers
10 views

OOB features of organizational structure

I want to show organizational structure/hierarchy on my SharePoint site. I want to know how much can it be customized using OOB features? For e.g. one of the functionality I am looking for is ...
0
votes
0answers
27 views

403 - Forbiddeden Exception while accessing SharePoint 2010 WebService

I am getting 403 - Forbidden Exception while accessing a SharePoint 2010 web service. However, the same user is able to access the same SharePoint site with the browser. The authentication used is ...
0
votes
2answers
12 views

oracle data in InfoPath form

We have a InfoPath form on which wants to show real time data from Oracle database. E.g. Employee name in a drop down list in InfoPath form from employee table in oracle. Don't want to populate ...
2
votes
1answer
30 views

Record management in document management project - SharePoint 2010

For a document management project we need to implement a record management capability to a document library . Which template should we use? Record centre Or document Center? Record center has many ...
1
vote
1answer
53 views

I want to make a weather webpart that displays temperature by using Api like Google or yahoo

I want to make a Weather web part form any api. I have searched on Google but could not find any good solution. So, any link or suggestion or steps for that?
1
vote
0answers
16 views

Synchronized InfoPath Attachment With Document Library

I have an InfoPath 2010 form with a Document attachment. if any user upload infopath form with attachment, than attachment must be added in document library, if any user modify or delete any ...
0
votes
1answer
16 views

Restricted search on a list to hide private column

We have a list called employee. Out of all columns search result should not show 2 private columns named DOB & salary. Result can show all other columns. I mean how to implement restricted search ...
1
vote
0answers
13 views

User profile pictures not showing up in one site collection

We have 3 site collections and we think we have an issue with one regarding the user profile pictures. In that site collection, the user profile pictures do not show up in the lists. We do the same to ...
1
vote
1answer
24 views

Sharepoint sign out programatically

I have FBA enable in my sharepoint site. I want to do custom log out. I found below code. FormsAuthentication.SignOut(); var authCookie = Request.Cookies[FormsAuthentication.FormsCookieName]; ...
0
votes
4answers
44 views

bulk files upload to document library in SharePoint 2010

in one of the project we need to upload bulk files ( 250 mb at a time or more ) to a document library in SharePoint 2010. OOB multiple file upload through IE browser is not good one as it gives ...
0
votes
1answer
22 views

How to retrieve Lookup List's lookup values in a third List

I am using sharepoint 2010 Lists.I have 3 Lists RoleFamily,Roles and Employees. RoleFamily defines under which Family a role exists.There fore RoleFamily is the Primary.The below image shows the ...
2
votes
1answer
62 views

Add New List Item with SPServices anonymously

I have an HTML5 + jQuery application with a built in contact form that I wanted to hook into Sharepoint, and Lists seemed an ideal way to do that. I used the jQuery library SPServices to get this up ...
1
vote
1answer
23 views

Opening a document in SharePoint 2013 requires logging in

We have implemented a new install of SharePoint 2013 at my company. I've set up a web application, a site collection and a site so far. I'm setting up sites and testing them to see how SharePoint 2013 ...
0
votes
0answers
10 views

pages library and retention action

My site is a news site , where I am using sharepoint pages in the page library as news items . recently my client requested me to implement retention policy on these pages . for instance if a page in ...

1 2 3 4 5 36