All commercial releases of SharePoint. Excludes free license versions of SharePoint.
1
vote
0answers
14 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
0answers
12 views
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
20 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
11 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
21 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.
...
0
votes
0answers
16 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
7 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
23 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
26 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
0answers
11 views
Remove/delete attachments from an InfoPath 2010 form programmatically
how to remove/delete attachments from an InfoPath 2010 form programmatically?
I have more than 5 file upload control in single form. So how can we know that user has remove file from which file ...
0
votes
1answer
37 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
11 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
12 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
22 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
35 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
20 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
46 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
22 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 ...
0
votes
0answers
38 views
SharePoint 2013 and Office Web Apps - Unable to view documents
We have a Web Applications Companion (WAC) server connected to our SharePoint 2013 web application (upgraded to claims based authentication). It appears to us that the WAC server does not trust the ...
0
votes
1answer
10 views
Cross site cross database lookup field SP2010
SiteCollection 1 in ContentDB 1 has List 1 with custom lookup field.
This lookup field returns all text fields from any selected list in a site collection specified. Each site collection is in a ...
0
votes
0answers
11 views
Unable to find Namespace for SPWeb, SPUser or SPControl, Provider-Hosted App
Using a Provider Hosted Application for SharePoint 2013, I am unable to ue the following lines in my C# code to get the current user
SPWeb web = SPControl.GetContextWeb(this.Context);
SPUser sUser = ...
0
votes
1answer
21 views
Single Point Of failure in SharePoint 2010
We're considering to implement some good/better/best recommendations in our existing Mid-Large SP Farm for "Single point of Failure in SharePoint 2010". Can someone point out to the areas which can be ...
0
votes
0answers
13 views
Sharepoint 2013 Suddenly Going Slow
I currently have a test SharePoint 2013 install setup on a VM, the specs of the VM are very modest (8GB RAM, Dual Core Xeon, linked to SQL 2012 on another server) and it has been working fine as far ...
0
votes
2answers
17 views
Maximum number of items to delete has been reached. Please contact the Site Collection Administrator
I am facing this error when i am programatically delete record from sharepoint list. column is lookup column in another list and i have set cascade delete option enable in list. I am facing below ...
0
votes
1answer
12 views
Excel services and PowerPivot error: “Unable to refresh data for a data connection in the Workbook. ”
My environment is a 3-tier SharePoint 2010 Architecture: Running on SQL Server 2012 Enterprise Edition
WF1
WF2
Both Web Fronts are NLB, and we have they following Application Servers
APP1 - ...
0
votes
0answers
6 views
What's the best way to create a replication/load balancing module?
We have a sharepoint doucment library, the site consist media files(like images, word document, .psd file) and then we have a local CME (Alterian) which can be integrated to the SharePoint library in ...
0
votes
0answers
24 views
SharePoint Site Content Types and Site Columns Galleries are empty
I provisioned a SharePoint (2007) site collection using C# SharePoint API. Pretty standard stuff. Subsequently, I added a couple of site columns, document libraries, etc. and then a child website ...
1
vote
1answer
21 views
How to change FROM address when workflow is configured in SharePoint 2010
There is a requirement to change FROM address when workflow is configured in Sharepoint 2010 ?
By default it is static one and I want to change it so that site owners email adress will go as FROM ...
0
votes
0answers
16 views
Cannot access new App in SharePoint 2013
My problem started as follow:-
I installed SharePoint 2013 and visual studio 2012.
When I first try to deploy a SharePoint hosted app I got the following compilation error in visual studio “Error ...
0
votes
0answers
11 views
No users were displayed when I try to select the administrator for a new site collection
I wanted to create a new site collection under the default application on my development environment, but when I search for users which were defined inside my development environment to assign one of ...
0
votes
0answers
13 views
show outlook calendar
For SharePoint 2010 intranet project want to show outlook calendar. But OOB calendar web part ask for login details each time it is accessed. What is the way to overcome/avoid login each time in the ...
0
votes
1answer
22 views
how to find the master page from MasterPageFile=“~masterurl/default.master”
i am unable to edit the master page in SharePoint designer. i guess these master page are bind with the content page latter during the page load.
is there any way to find out the master page so that ...
0
votes
0answers
12 views
How to restrict current logged in user from being displayed in SharePoint 2013 Client people picker from client side?
Hi i have implemented the client people picker using the javascript and the code give on
http://msdn.microsoft.com/en-us/library/jj713593.aspx
what im looking to do is to validate this field so ...
1
vote
2answers
23 views
Sharepoint Site with Excel Sheet Template for Users to create New Sheets
I am tasked in work with creating a share-point site. Here are my requirements:
The main page must allow the user to create a new "File".
The file must be an excel sheet template that i will style ...
0
votes
1answer
27 views
How to show organization chart in SharePoint 2010
How to show organization chart for a company in intranet portal without using any third party web part? what is the simplest way to show data correctly?
1
vote
0answers
17 views
Custom List Form works fine in Infopath but gets stuck when deployed
I have a custom list form for whenever I add a new item to a custom list. This form connects to an external sharepoint list that has 3000 records.
When you type a client ID it will connect to the ...
0
votes
0answers
18 views
how to make webpart follow windows scroll down on site
i have a webpart that i would make that the webpart follows the windows on the right site, so if i scroll down on the page the webpart are following the the screen and scroll??..
I want this because ...
0
votes
1answer
30 views
Visual studio 2012 cannot find SharePoint Server 2013
I have installed SharePoint server 2013 on my dev machine and it is working fine when I login as an administrator. and after that I installed Visual studio 2012 professional on the same machine. But ...
0
votes
1answer
35 views
How many processes & RAM I should assign to my SharePoint VM development environment
I have a machine with the following specifications:-
32 GB RAM
Core i7 with 8 processes.
670 GB hard disk.
Windows 7 professional.
Inside the machine I installed VM workstation 9.0 .
And I have ...
1
vote
2answers
47 views
Sharepoint 2010 http to https redirection iis 7.5
When i try to access my site using customsite.com it points to port 80 default site. when i put url as https://customsite.com it points to proper port and i could log in to the site.
When a user ...
0
votes
0answers
12 views
XSLT based data access component (DAC)
For one ASP.Net 3.5 application we need XSLT based data access component (DAC). I heard Microsoft is providing XSLT based DAC class readily available for direct use in the application.
Can any one ...
0
votes
0answers
8 views
SSP upgrade approach
In case of SSP 2007 to 2010 upgrade what is better approach ( In-place or DB attach) to upgrade these following SSP service. In fact all SSP services have pros & cons for ( In-place or DB attach) ...
0
votes
0answers
19 views
Which account I should use for defining “Service Account” for SharePoint products and sql server reporting during my TFS instalation
I have installed the following:-
SharePoint server 2013.
Visual studio professional 2012
Sql server 2008 r2 sp2
And currently I am installing visual studio team foundation server 2012, but during ...
0
votes
0answers
18 views
Page Layout Content
I am trying to find out where some content in a page layout in Sharepoint 2007 has come from. The page layout name is
"Article with comments".
The page layout contains no webparts. It does ...
2
votes
1answer
39 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. ...
1
vote
0answers
13 views
SharePoint 2007 Out of the Box Doc Lib Alert/Comment section Problem
I have ran into the following problem and am completely stumped. When I upload a document (this case excel file) to an OOTB SharePoint doc lib there is the option to add a comment. The problem is, ...
0
votes
1answer
22 views
upgrading Web Parts in SharePoint 2010
what is the best approach for upgrading Web Parts in SharePoint 2010?
Is AfterDeserialize() method best approach?
pl suggest.
thanks in advance
