SharePoint Server is the Microsoft product "SharePoint Server".
0
votes
0answers
5 views
Improve the Sharepoint 2010 hosted site performance
I’ve public facing site running on SharePoint 2010, which has some serious performance issues, our objective is to improve the site performance?
Following are the choices:
1) Improve the existing ...
1
vote
0answers
10 views
Attachments not coming to library from sharepoint 2010 Incoming Email
I have enabled incoming email in SharePoint 2010 server.
I have setup SMTP with < local domain >.local as default and < Alias Domain 2 >.com as alias
Here i am sending mails to < Alias ...
0
votes
0answers
9 views
Adding WFE, Ensure the passphrase is correct
I have an existing 2-tier SharePoint2010 farm which has SP2 and the November 2016 CU installed. I would like to add an additional WFE.
I have installed SharePoint2010 Server SP2 and the November ...
0
votes
1answer
12 views
Unable to create a subsite using Custom template using powershell scripts?
I need to create a subsite with Custom template, so I imported and activated my custom template into site collection, Then I added my subsite into Subsites can only use the following site templates ...
0
votes
0answers
7 views
Comments on SharePoint article page with like, reply and share options
The requirement is to have a widget(web part/app part) on SharePoint (2016/online) custom page layout that enables users to post comments on pages that are built using the custom page layout.
...
1
vote
0answers
9 views
The office web apps doesnt reflect updated internal URL
I have updated the internal and external url for the office web apps farm, but the office web apps preview in the sharepoint web application still points to the old URL of the Office web apps farm, I ...
0
votes
3answers
28 views
Sharepoint Timerjob Run by which account?
In my sharepoint site i have Farm account is different user and application pool is different user.When the timer job runs it will take which account? Farm account or application pool account.
0
votes
1answer
10 views
There is no AudienceManager in Microsoft.Office.Server Namespace
I could not find the AudienceManager Class in the Microsoft.Office.Server Namespace. Do I have to add any other namespace or am I dealing with any other problems? Please help.
Thanks!
0
votes
0answers
39 views
How to retrieve the value from sharepoint column values contains comma(,)?
In my SharePoint list I have address column with comma values.
For example Address1,Address2,Address3. When I was retrieving the value from list only I can get the address1 value.
But address column ...
2
votes
2answers
31 views
How to replicate all list, libraries and site pages to sub-site?
Am creating a sub-site problematically and i want all list, libraries and site pages to replicate in sub-site. Can we do that?
I have below error shows up while doing Save site as template
2
votes
0answers
10 views
How to make an AAM of Intranet zone of web app use the external url of Office Web Apps
The office web app farm is configured with internal url and external url, the sharepoint farm is configured with external-https WOPIZone . The web application has a default zone and an AAM of ...
1
vote
0answers
8 views
SP13 - Con app How to set string to DateTime Field
I want to to set string to DateTime field programatically with C# Object model
This is my code:
string date = "11.13.1992 г.";
//DateOfRegist(Date Time)
addItem["DateOfRegist"] = DateTime....
1
vote
1answer
18 views
Change Internal and external URL's for Office Web Apps Farm
we have configured the OWA farm, but both the internal and external URL's are the same.
how do I change the URL's.
0
votes
1answer
18 views
SAML encoding/decoding in SharePoint 2013
Implemented a custom SAML identity provider which is providing SAML claim in below format i:0e.t|SAML provider|domain\user while Window authentication is accepting in i:0#.w|domain\user format, ...
2
votes
1answer
26 views
Claims authentication SharePoint 2013 with Thinktecture identity provider
We have a strange issue around Claims authentication in SharePoint 2013.
Following is the scenario:
Lets say we have a user called "John" in identity provider. We give "John" a new role called "...
1
vote
2answers
31 views
Is ULS Viewer supported on SharePoint 2016?
Basically the title says it all:
is the use of ULSviewer supported on SharePoint 2016? (there does not seem to be a specific version of ULSviewer for SharePoint 2016)
Background Information:
ULS ...
0
votes
2answers
31 views
resize input field size in New Form (Calendar - SP2013)
I like to set up a calendar for users to input some information.
By default the form looks OK but some fields are just way too long.
I am trying to resize the input field but can't get it to work.
...
1
vote
2answers
23 views
How can we add a site templates in subsites can only use the following site templates section using powershell scripts?
I need to add a custom site template in site settings -> page layouts & site templates for subsites can only use the following site templates.By manuvally we can add it,how can we achieve it by ...
2
votes
1answer
30 views
How to retrieve the deleted site collection back into the respective place in Sharepoint 2010
Unfortunately a site collection has been deleted from Central administrator. How to retrieve a that site collection in Sharepoint 2010.
0
votes
1answer
17 views
SharePoint form library not opening in browser
InfoPath form library not opening in browser. When i click new document it opening in browser and when I create item, then try to open the same item, it is not opening instead downloading. I want it ...
2
votes
1answer
36 views
How to filter blog posts on the blog site home page according to target audiences?
I want to display only the blog posts which belong to a specific audience in the blog sites Default.aspx page .Currently i enabled audience targeting on the posts list and my blog items are assigned ...
0
votes
1answer
25 views
Hiding SharePoint 2013 Lists Tile inside Site Contents
I have a requirement from user, to hide sharepoint lists / libraries from site contents based on the permission. If a user does not have permission in the list / library, then the icon / tile will ...
4
votes
1answer
36 views
How get Site Template name in SPSite, and Web Template name in SPWeb using C#
I`m trying to analyse sharepoint site.
In SPSite Level, I want to get Site template name,
and In SPWeb Level, I also want to get web template name.
But I am a newbie in SharePoint, I`m not sure ...
3
votes
0answers
24 views
Build accordion based on list on the wikipage
I am trying to create accordion based on the list. It work fine with publishing page with page layout but not working if it wiki page.
This is the step:
1. Add webpart and add the existing list.
2. ...
3
votes
1answer
17 views
User Profile Service reconfiguration
What is best practice to recreate User Profile service application in SharePoint 2013 Production.
Could we export the custom user properties before deleting UPA.
thanks,
4
votes
2answers
24 views
SharePoint 2013 search server disk upgrade suspend search service application
we are upgrading the disk space in our SharePoint 2013 dedicated search servers where indexing component is configured.
Should we keep search service application in a suspended mode with ...
0
votes
0answers
12 views
NodeTypes and CurrentNavigation - QuickLaunch
I can see that the User Interface on SharePoint has only two options for current navigation Type, when creating one. Link and Heading.
But the enum property for it's type have much more options, like ...
0
votes
1answer
33 views
SharePoint 2013 SAML Claims Encoding
We have implemented Custom SAML identity provider which is providing SAML claim in below foramt "i:0e.t|SAML|domain\user" while window authentication is accepting in "i:0#.w|domain\user" format,which ...
0
votes
1answer
22 views
How to configure external url for OWA for SharePoint 2013
The SharePoint farm and the Office Web App farm is configured for the internal url, but it hasn't been configured for the external url.
How do I configure the external URL now?
should I be ...
0
votes
1answer
21 views
SP13 - How to set true value for sharepoint checkbox field
I want to set true or false value to sharepoint checkbox field with C# Server object model.
This is my code:
//SODigitalNationalMuseumFund(ChoiceField -> Yes/No)
...
0
votes
0answers
12 views
Get Decimal Value from AfterProperties in ItemAdding Event Receiver
Can anyone tell me the best/the correct way to get a decimal value from the AfterProperties Field in the ItemAdding Event?
My approaches:
#1
string costsString = properties.AfterProperties["...
0
votes
0answers
18 views
SharePoint Person/ Group Field values are invisible
Im not able to see the values of People/ Group anywhere in my SharePoint site but im able to see those values while editing an item.
Thanks
0
votes
2answers
20 views
How can I get Site Collection name(or title) in SPSite level using C#
I am a newbie in SharePoint, and now I`m trying to make a Winform application that analyse
the SharePoint site. My application works like this.
Type target site url in text box and click button
...
0
votes
0answers
24 views
Powershell scripts to add the script editor web part to the subsite page?
I need to add script editor web part in subsite using PowerShell scripts, I tried
$Host.UI.RawUI.WindowTitle = "-- Add Script Editor WebParts --"
$StartDate = Get-Date
Write-Host -...
4
votes
1answer
88 views
How to stop multiple file attachment in SharePoint list item attachment?
I want to restrict user from uploading multiple attachments in SharePoint list NewForm or EditForm. User should able to attach/upload only 1 file.
How can I do this ?
0
votes
0answers
15 views
Update TaxonomyFieldValue throwing an Access Denied Error
I have the code below running on SharePoint 2013 server using console application, to create SPfile in Document Library and update two Fields, Text & Taxonomy Field,
using (SPSite site = new ...
0
votes
2answers
23 views
PostBackOptions is not saves the form in SharePoint
The below code will redirect to the correct page. but the list is not saved.
$(document).ready(function() {
var button = $("input[id$=SaveItem]");
button.removeAttr("onclick");
...
2
votes
1answer
45 views
How to use the Redirect webpart in sharepoint 2013?
I need to know how to add and use the Redirect web part in SharePoint 2013, Because I need to redirect a SharePoint subsite to site collection, I achieved it by using Script editor web part, Is it ...
0
votes
2answers
19 views
Content search web part required for Crawl
I have created the Content search image slider web part in SharePoint 2013.I have added the images . but the images are not showing in Image Slider.It's showing only After completing the "crawl".Start ...
0
votes
1answer
23 views
Web applications don't work in SharePoint 2013 Standard
In my new SP 2013 farm, the first webapp I created worked fine when I created the root site collection and disabled loopback check and gave backconnectionstringnames in the regedit.
I had to delete ...
1
vote
1answer
13 views
Data connection between InfoPath and SharePoint
I am a newbie at using InfoPath and SharePoint! But I am a fast learner and help is DEFINITELY appreciated at this moment, given my time crunch.
I have published my InfoPath form to my SharePoint ...
0
votes
1answer
19 views
Is it possible to redirect sharepoint subsite site to root site collection?
I need to redirect the subsite URL to Root site collection, For example, if I accessed the ~sitecollection/departments means, It needs to redirect to ~sitecollection, Is it possible? or Is it possible ...
0
votes
0answers
5 views
Sync Outlook - Task List - Create New task From outlook
I had sync a task list with Outlook.
I can modify a task in outlook.
Is it possible to create a new task from outlook in my task list?
When i try to do this, the new task is created in my personnal ...
0
votes
1answer
21 views
User Permission levels to view certain informaton on a Calendar (sharepoint 2013)
This question has been with me for a while and tried to come up with my own solution but unable to get it done without your help / advise.
The Objective:
To create a calendar where all departments ...
0
votes
0answers
57 views
Problem with Sharepoint 2013 Top Navigation Bar
I am trying to develop a Sharepoint 2013 feature to add several navigation nodes in the top navigation bar of the web site on which the feature is activated. To achieve this, I have overriden only the ...
3
votes
2answers
190 views
What is the use of Browse tab in SharePoint 2013?
I have seen the "BROWSE" tab in SharePoint 2013 pages and lists etc..
some pages are not showing browse tab.I am not sure , what is the use of this.
Suggest an information about Browse tab.
4
votes
2answers
30 views
Suddenly am getting “Cannot open database requested by the login. The login failed.”
My virtual machine was working fine, and everything was OK, suddenly, when I tried to connect to central administration, I started having an error saying connection closed and 200 OK http status.
...
1
vote
1answer
14 views
Fill the word document template with a data from sql database
Any ideas how to get data automatically from database in new document from word template?
In word document, Some fields will be master data from database and readonly
Is it possible? Appreciate ...
2
votes
1answer
27 views
SharePoint quick launch customization
I am in process of exploring the options for creating quick launch navigation system in SharePoint 2013 on premise. Below is requirement of quick launch navigation.
The navigation has to be nested up ...
1
vote
2answers
34 views
missing edit links in sharepoint site
I can't find edit links for the top and left menu in shareppoint site!
How to get edit links back?
Any insight, Thanks