Quantcast
Channel: SharePoint 2013 - Setup, Upgrade, Administration and Operations forum
Viewing all 21070 articles
Browse latest View live

Deleting a Document Set Item from Document Library Takes User to Generic Document Set Web Part Page

$
0
0

I have two libraries with default content types that inherit from Document Set content type. When I delete from the main Ribbon, View All Properties page, or the Edit Properties page, the item is deleted along with its documents but I am taken to a generic document set web part page with no actual content (only placeholders). If I delete from the dropdown menu under the individual item in the library, I am returned to the library. How can I make SharePoint return the library or site home page after all deletions?

Thanks!


G. Steele


Permission to Access Webparts, Navigation on homepage with Read access or Full access not working for users

$
0
0

Issue: Permission to Access Webparts, Navigation on homepage with Read access or Full access not working for users

Folks,

Environment: SharePoint 2013

Users part of Read access only are facing issue, they cant view:

a) Top Navigation

b) Data presented in List Webpart, Announcement Webpart, News Webpart on the homepage

I tried removing the Read permission and adding it again, no good.

Therefore, as a test later upgraded from Read permission to Full permission, still the same.

Please suggest what best can be done to get users access Intranet homepage with Read permission.


Regards, Sumit

Migration of SharePoint 2013 to SharePoint 2016 on same server

$
0
0

Hi,

I would like to know the migration steps from sharepoint 2013 to sharepoint 2016 on same server. I have a server with sharepoint 2013 installed on it and now i want to upgrade to sharepoint 2016 on same server.

Could you please help me on this.

Thanks in Advance.

Sharepoint 2013 + ADFS + WAP Credentials everytime to open document

$
0
0

Hello,

I´m trying publishing a site collection of SharePoint 2013 with ADFS + WAP.

I have configured ADFS + WAP because I use it for validation of users in O365 (They were configured by tool AZURE AD CONNECT). Users can login to O365 with credentials of Directory Active.

Now, I have a web application in SharePoint Server 2013 that I want to publish externally.

The steps resumed are:

1) Web Application is CLAIM with authentication Kerberos (http://srv1) and woks fine in intranet. I add AAM for the external URL.

2) I add SPN to the pool account (http/srv1   http/srv1.domain.local)

3) Enable constrained delegation for the SharePoint application-pool account at server WAP

4) Add non-claims aware replying party trust in ADFS 

5) Publish web application at WAP with external URL https://srv1.domain.external  backend server URL  https://srv1.domain.external  backend SPN HTTP/srv1.domain.local

When I connect after credentials I go to site collection. It´s OK. But when I try open a document from any library ask me for the credentials. What must I do for work with documents and don´t enter credentials everytime?

Thanks

SP 2013 - Time out error

Search Navigation - Open Link In New Window does not work

$
0
0

We have an SP 2013 collaboration site, no customisations. We have set up search navigation to use search scopes set up in our search centre, and configured the drop-down list of scopes in the collaboration site's search box to use the scopes by pointing each item at a URL, with the option to open the link in a new window enabled. However, the links do not open in a new window. I have tried turning MDS off after doing some Google research, this has no effect.

We are running SP 2013 Jan 2016 CU on Windows 2012 R2.

Problems running the side-loading script

$
0
0

I was trying to setup side-loading using the following sideload.ps1 script:

#CODE STARTS HERE $programFiles = [environment]::getfolderpath("programfiles") add-type -Path $programFiles'\SharePoint Online Management Shell\Microsoft.Online.SharePoint.PowerShell\Microsoft.SharePoint.Client.dll' Write-Host 'To enable SharePoint app sideLoading, enter Site Url, username and password'

$siteurl = Read-Host 'Site Url' $username = Read-Host "User Name" $password = Read-Host -AsSecureString 'Password' if ($siteurl -eq '') { $siteurl = 'https://mytenant.sharepoint.com/sites/mysite' $username = 'me@mytenant.onmicrosoft.com' $password = ConvertTo-SecureString -String 'mypassword!' -AsPlainText -Force } $outfilepath = $siteurl -replace ':', '_' -replace '/', '_' try { [Microsoft.SharePoint.Client.ClientContext]$cc = New-Object Microsoft.SharePoint.Client.ClientContext($siteurl) [Microsoft.SharePoint.Client.SharePointOnlineCredentials]$spocreds = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($username, $password) $cc.Credentials = $spocreds

Write-Host -ForegroundColor Yellow 'SideLoading feature is not enabled on the site:' $siteurl $site = $cc.Site; $sideLoadingGuid = new-object System.Guid "AE3A1339-61F5-4f8f-81A7-ABD2DA956A7D" $site.Features.Add($sideLoadingGuid, $true, [Microsoft.SharePoint.Client.FeatureDefinitionScope]::None); $cc.ExecuteQuery(); Write-Host -ForegroundColor Green 'SideLoading feature enabled on site' $siteurl #Activate the Developer Site feature } catch { Write-Host -ForegroundColor Red 'Error encountered when trying to enable SideLoading feature' $siteurl, ':' $Error[0].ToString(); } #CODE ENDS HERE


I entered the following into the script prompts:

  1. http://spdev.testsite.com
  2. my.name@spdev.testsite.com
  3. mypassword

And got the following output, followed by an error:

To enable SharePoint app sideLoading, enter Site Url, username and password

SideLoading feature is not enabled on the site: http://spdev.exova.com

DefinitionId      :

Context           : Microsoft.SharePoint.Client.ClientContext

Tag               :

Path              : Microsoft.SharePoint.Client.ObjectPathMethod

ObjectVersion     :

ServerObjectIsNull :

TypedObject       : Microsoft.SharePoint.Client.Feature

Error encountered when trying to enable SideLoading featurehttp://spdev.testsite.com : Exception calling "ExecuteQuery" with "0" argument(s): "The remote server returned an error: (401) Unauthorized."

I should have full administrator rights to the sharepoint server. So am I doing something wrong in the input? Is this login ID the wrong thing to use, if so what should I be using as a login ID? Or is it simply saying that I really don’t have the right authorisation to do this? If so what authorisation do I need?

This is failing at the  $cc.ExecuteQuery();command, so it is taking my user ID and password without any problem.

I just found a page that says 'You must be a Tenant Admin to activate this feature.' so what is a Tenant Admin, and how do I see if I am one? I added myself as a 'Site Collection Administrator' in Central Administration, but that didn't seem to make any difference.



SQL 2014 SP1 Reporting Services for SharePoint 2016 - Install-SPRSService Not Available

$
0
0

Hi, I have a brand new sharepoint 2016, sql2014 SP1. After installing Database engine only, then Sharepoint, I added the shared features "Resporting services- Sharepoint" and "Reporting Services add-in for sharepoint" as well as Analysis services.

In the Sharepoint powershell management console, when I run Install-SPRSService , I get

Install-SPRSService : The term 'Install-SPRSService' is not recognized as the
name of a cmdlet, function, script file, or operable program. Check the
spelling of the name, or if a path was included, verify that the path is
correct and try again.
At line:1 char:1
+ Install-SPRSService
+ ~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : ObjectNotFound: (Install-SPRSService:String) [],
    CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException

So what is missing here? How can I get this module? It seems that only through powershell I can setup the SR service in sharepoint 2016

Thanks in advance


web part Options greyed out

$
0
0

I am trying to change the web part, I can go in and set a new web link for the start page and it shows it, but it will not let me save the page. I have full permissions to the site and I have tried checking the page out but I don't see the options to save my changes, things like approve and reject are greyed out as well.

The actual web part data shows as changed but the video on main page doesn't change.

Any clue on what's going on? I am very new to sharepoint so I may be missing something very basic.

Sharepoint SSL Host Name Site collection

$
0
0

I would like to create SSL based Host Name site collection. Could you please let know the procedure. In our environment we have 2 WEF and 2 APP Servers.


Amar


Claims - Changing Primary Identity

$
0
0

Currently SharePoint is looking for SMTP as the Primary Claim Identity.

Can I change it to 'Custom Property' in UPA?

Please advice.

Unable to copy paste from excel to "quick edit" view of the list

$
0
0

Hello,

I'm unable to copy and paste values from excel sheet to the quick edit view of SP2013 list.

I don't have any required columns in the list, but the error message says - "one or more required columns must be entered". 

Does it mean that i should have ALL columns in the quick edit view rather than having selectively ?

Thank you

Turn off Distributed cache service on a single server with SQL Server?

$
0
0

I have SP2013 on a single server(32G of RAM, over 3T of memory and AMD 8 core CPU) with SQL server.  The users sometimes complain about pages taking up to 6 seconds to load.  Is Distributed cache service even necessary since I am on a single server? 

I want to turn off this service to improve the page loading performance.   However should I be concerned about the caching services I am losing for Security Trimming and Authentication?

SharePoint is mainly used for document management in a couple of libraries(largest one is 3K items max) in a couple of sub-sites in a site collection.  

I read in this post that Microsoft recommends you avoid starting a Distributed Cache service instance on servers that are already running SQL Server, Search, Excel Services or Project Services.

https://blogs.technet.microsoft.com/uktechnet/2013/05/07/guest-post-distributed-cache-service-in-sharepoint-2013/ 

 

Changing Farm Acccount

$
0
0

When running the following stsadm command is it neccesary, in a claims environment, to  add the claims prefix to the domain\username likei:0#.w|DOMAIN\User.Name ?

I'm guessing it is but don't wanna jack my stuff up on a guess.

stsadm –o updatefarmcredentials –userlogin DOMAIN\username –password $password$

Thanks!


Love them all...regardless. - Buddha

How to change URL of a list or library? Any PowerShell? Or something else?

$
0
0

Hi there

How to change URL of a list or library? Any PowerShell? Or something else?

Thanks.


How to delete this column? "Scheduling End Date is a site column created by the Publishing feature. It is used to specify the date and time on which this page will no longer appear to site visitors."

$
0
0

Hi there

How to delete this column? "Scheduling End Date is a site column created by the Publishing feature. It is used to specify the date and time on which this page will no longer appear to site visitors."

I do not see a delete button for this.

Thanks.

Configure SQL alias in already configured SharePoint Server 2013 environment

$
0
0

Hi, I have already configured SharePoint 2013 farm without using SQL alias on SharePoint server.

Now SharePoint functioning and users using sites.

Now Can I Configure SQL alias in configured and running SharePoint Server 2013 environment?

please guide. 

SharePoint 2013 website not work properly on windows server 2003

$
0
0

Hi,

SharePoint website work properly on windows server 2003 before one week but now malfunctioning.

when i open List item the ribbon (save cancel button ) not showing the complete ribbon is skip.

Any Idea.

Thanks in Advance

Regards

TeeJay


TeeJay

POWERBI accessing sharepoint list gives 400 or 404

$
0
0
POWERBI accessing sharepoint list gives 400 or 404, I tried disabling anonymous auth for vti bin, we have web app that has windows plus sts auth

MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

How to make sure that Site collection is accessible by Site collection administrators only?

$
0
0

Hi,

I have a scenario where i want to give access to a site collection only to site collection administrators . Is it possible to achieve using Powershell?

I dont want to remove the existing users access in the site collection.


Please remember to click 'Mark as Answer' on the answer if it helps you

Viewing all 21070 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>