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

Upgrade SharePoint 2013 to SharePoint 2016 upgrade to either single server farm or distributed farm

$
0
0

We are upgrading SP 2013 to SP 2016. The SP 2013 environment is a 2-node farm, app and db server. The projected SP 2016 farm has a Web server, App Server and DB server.

I have been able to upgrade to SP 2016 - Single Server Farm (app and db server) using the Custom role.  The upgrade would not work until I put the App server into Custom role. 

Is it possible or recommended to upgrade by adding a Web server as the Front end server possibly with Dist Cache, the App server as the Application and CM) server with Search.  I don't see an upgrade document or path with this plan.  I will have little downtime allocated from the time I put the SP 2013 environment in read-only mode.

Is it possible to modify the single server farm into a distributed configuration later?  I don't want to increase the complexity of the upgrade to accommodate if it can be done later with lesser impact.

Thanks,

Sean


SharePoint Designer issues with Modern Team sites in SharePoint Online

$
0
0

I downloaded SharePoint Designer 2013. Need to customize modern site in Office 365. I am the Global Admin on the tenant. But when I try to open the site, I get the following error,

"You do not have permissions to open this web site in SharePoint Designer?"

Any help would be appreciated.

Regards,

Mayank Shyam

SharePoint Security group "Name" property does not display

$
0
0

Hello Everyone,

I noticed the SharePoint Group "name" properties doesn't display any names and display totally blank. I updated the CU security update in April 2019 and it use to show correctly until last month. All sudden the names show blank. Any idea what is changed or how to display correctly the names under a sharepoint groups?

Please note that if I add singe user directly without adding a group, it displays correctly. The name property shows blank only when I add users in a group(also existing users shows blank under 'name')

Will you please help?

Thanks

Shridhar


Users Logging on System Account

$
0
0

Good day,

I am have a group of user who log on to our SharePoint 2016 Portal as System Account, as a result these user cannot

start workflows. I know in some Blogs it is stated that when a user account shows up as a System Account it probably means that

user account was used when setting up SharePoint.However in my case i have a quite a number of users in this scenario and none of them where used in setting up SharePoint.

Can anyone point me in the right direction on how to resolve this.

Thank you.


Kassoka

Sharepoint sync sets every document to read-only

$
0
0

Hi,

I've made some adjustments to the library we are using, but now users can't direct edit the items in the desktop. However, I can.

They see the following:

  • Green locks on every document
  • When they open a document its in read-only mode
  • When they try to upload a new document they are asked for administrator rights.

Sceenshot: https://i.stack.imgur.com/6ochP.png

How do I fix this? So that every user is able again to edit and upload documents on the fly.

Thank you.

List View Threshold - Caml Query

$
0
0

I am trying to help a school trim the items in their sub site's main calendar, because it is over the 5000 item limit, and users can no longer sync the calendar to Outlook to more easily manage events.

Below is the relevant snip from the PowerShell code I'm using to try to delete the items from SharePoint Online programmatically (identifying information replaced with bracketed descriptors):

$url = "https://[district domain].sharepoint.com/sites/[school name]"
$listName = "[Calendar Name]"

$ctx = New-Object Microsoft.SharePoint.Client.ClientContext($url)
$ctx.Credentials = $creds

$web = $ctx.Web
$ctx.Load($web)
$ctx.ExecuteQuery()

$list = $web.Lists.GetByTitle($listName)
$ctx.Load($list)
$ctx.ExecuteQuery()

Write-Output ("List is: '" + $list.Title + "' with item count " + $list.ItemCount)

$caml = 
'<Query><Where><And><And><Gte><FieldRef Name="ID"></FieldRef><Value Type="Number">0</Value></Gte><Lt><FieldRef Name="ID"></FieldRef><Value Type="Number">2000</Value></Lt></And><Leq><FieldRef Name="Created" /><Value IncludeTimeValue="FALSE" Type="DateTime">2011-12-31</Value></Leq></And></Where></Query>'

$query = new-object Microsoft.SharePoint.Client.CamlQuery
$query.ViewXml = $caml

$items = $list.GetItems($query)
$ctx.Load($items)
$ctx.ExecuteQuery() # Error occurs at this statement

The output is:

List is: '[Calendar Name]' with item count 5376

Exception calling "ExecuteQuery" with "0" argument(s): "The attempted operation is prohibited because it exceeds the list 
view threshold enforced by the administrator."
At C:\Powershell\Sharepoint\Delete-List-Items-Older-Than.ps1:112 char:1+ $ctx.ExecuteQuery()+ ~~~~~~~~~~~~~~~~~~~+ CategoryInfo          : NotSpecified: (:) [], MethodInvocationException+ FullyQualifiedErrorId : ServerException


As for the CAML query itself:  For the first condition, I have tried FieldRef "MasterSeriesItemID" as well as "ID" (Settings -> Indexed Columns for the calendar lists "MasterSeriesItemID", but I saw code elsewhere using"ID" for the FieldRef of a SharePoint list).  I have tried removing the "Created" condition altogether, since I indexed that column after the list passed the list view threshold, and I'm not sure that SharePoint sees it as indexed, even though it now shows up in the list of indexed columns.

Even with only the condition that the ID / MasterSeriesItemID be between 0 and 2000, the code still fails with the same error.

My understanding is that the list view threshold can be avoided by querying an indexed column and filtering to <= 5000 items on that column.

Is there another FieldRef Name I should use for the query?  The original three indexed columns, according to SharePoint, were:

1. End Time
2. MasterSeriesItemID
3. Start Time (Automatically created)

I can't very well do this by hand in the web interface, when there are multiple schools with calendars over the limit, some by over 1000 items.  Unless the ID / MasterSeriesItemID is an auto-increment column starting at 0, and thus tracks closely with the Created date of the item, I'd prefer to use the Created date to do the trimming.

Thanks for any help.

ShaerPoint HTTPS redirection in AAM

$
0
0

Hi all,

I have recently configured the farm to be accessed via HTTPS.

When clients connect to their content using HTTPS, all is fine.

When connecting to a site collection using HTTP, the client is redirected to the HTTPS, and this also is fine.

However, and this is the reason why I'm writing this question, when the client connects to a subsite using HTTP, the server does not redirect to HTTPS, and the client is allowed to browse content entirely via HTTP.

I think this is due to a misconfiguration in the system which someone more expert than me may explain and answer with a solution.

I'd like the system still performing HTTP redirection to HTTPS even when clients connect directly to subsites or pages.

Here follows the details of my configuration:

In SharePoint, web application list, I've SharePoint -80 with HTTPS url https://myhost.mycompany.net. This web application originally had HTTP url http://myhost.mycompany.net and was extended with the HTTPS.

In SharePoint the AAM is configured as follows:

Internal URLZonePublic URL for Zone
http://myhostDefaulthttps://myhost.mycompany.net
https://myhost.mycompany.netDefaulthttps://myhost.mycompany.net
http://myhost.mycompany.netDefaulthttps://myhost.mycompany.net

In IIS, I have the following web sites, SharePoint - 80 and the SharePoint - 443 both running. The server certificate has been assigned only to SharePoint - 443.

Please tell me if you need more detail.


Emiliano

Challenges with Crawl

$
0
0

For the last few weeks we've been experiencing challenges with our scheduled full crawl of our Sharepoint 2013 site.

Crawl is set to begin at 1 AM on Saturday morning.  It will run for about 3 hours and then the server will just lock.  We are running Sharepoint on a 2012 R2 server with 24 GB of memory with 8 cores assigned to it. While the crawl is running, memory is usually pegged at 99/100% and memory at 50/55%.

SQL is also 2012 with similar specs just more memory.  SQL processor rarely goes above 65% during this process.

A reboot of the Sharepoint server will bring the server back and it resumes the crawl. After about 3 or 4 crashes it's fine for the week. Incrementals are working great.

Looking at the crawl history, I see latency running around 120-130 for incrementals and balloons to 300-400 on fulls.

We have roughly 840,000 files in the crawl store.  As I inherited this setup from someone else, there are some updates that need to be done to Sharepoint and SQL as well as some health analyzer issues (i.e. content databases too large).

I dont see any *clear* problems other than possibly the SQL server is bogged down with drive speeds but I would presume to see other problems if that were the case. 

All this said: help.  What should I be checking here? Really tired of spending my saturdays babysitting this server!


Get a list of all workflows in "Running" state and terminating "running" workflows

$
0
0

Hello,

I am posting to see if anyone can help me with PowerShell scripts to:

  1. Get a report of all 2013 workflows in "Running" state across a web application and across a site collection.
  2. to terminate all 2013 workflows in "running" state across a web application and a cross a site collection

The web/application and site collection should be a choice.

Any help would be appreciated.

Thank you,

 


Rumi

Unable to connect to Sharepoint Farm

$
0
0

Hi Team, I am facing very weird situation.I have a 3 server farm (1 WFE + 1 APP + SQL DB,
Now, CA was hosted on APP server but from last 2 days we are getting the issue that only 1 server remains connected to the farm and this depends on the 
sequence of the Shut Down and Restart.

But even when APP was connected to farm, i was getting run time error for CA and after troubleshooting for 2 days, we decided to run Sharepoint Config Wizard which 
asked to first disconnect the server and re-connect the server to the farm. The same was followed but we are not able to connect it back to the farm.

On other hand to bring the CA back, we ran Config wizard on WFE and host the CA site there and now its working fine.

But we are still facing issue in connecting App server to the farm.
Steps performed :

1. Checked the permission on the sql for the account
2. Checked the TCP/IP Setting
3. Checked FireWall setting - its off
4. Not using any Alia
5. Tried through powershell, same error

Thank you !

Extract Meta Information from .HTML Files for Site Collection

$
0
0

All, I have a need to loop through some .html files in a site collection and parse out some matching text. Was wondering the best way/best practice for this, given the site collection has about 15,000 files I need to loop through. I was trying the below without success. Using SharePoint 2013 and 2016 on-premise currently.

In the .html files I'm looking to extract from the url on the line which as an example is as such:

<meta http-equiv="refresh" content="0;url http://www.kmo.name/uploads/docs/tasks/1003333/01_MAP.pdf

I tried variations of this Powershell without success:

function Get-DocInventory([string]$siteUrl) {
$site = New-Object Microsoft.SharePoint.SPSite $siteUrl

$web = Get-SPWeb -Identity "https://kmo.us.name.com/Sites/orders/"

foreach ($list in $web.Lists) {
if ($list.BaseType -ne “DocumentLibrary”) {
continue
}

foreach ($item in $list.Items) {
$url = select-string -Pattern 'url=http://www.kmo.name/uploads/' -AllMatches | % { $_.Matches } | % { $_.Value }
$data = @{
 "Item URL" = $item.Url
 "Item Name" = $list.Name
 "HTML File" = $url
}
New-Object PSObject -Property $data
}


}
$web.Dispose();

$site.Dispose();
}

Get-DocInventory "https://kmo.us.name.com/Sites/orders/" | Export-Csv -NoTypeInformation -Path "C:\Powershell\OrderDetail_Parse.csv"

SharePoint Add Another User Profile synchronization connection LDAP using powershell

$
0
0

we want to Add new SharePoint User Profile synchronization connection to pull the users using LDAP with power shell scripts.

Can we add two connection from different OU's

Thanks ,

Raghavender

There was a problem retrieving data for this field. Updating values in this field is disabled temporarily. You can still update values in other fields. - SP2013

$
0
0

Hello, 

Need help on below error message.

There was a problem retrieving data for this field - user profile App (SP 2013), followed google suggestions but could not fix.

We selected managed metadata service connection from the service Apps, getting below error:


Regards, Prashant Please click the 'Mark as Answer' if this post solves your problem or "Vote As Helpful" if it was useful! :)

My Link webpart

$
0
0

Hello,

I want to use the mylink webpart for the employees to customize their individual links but I don't have mysite configured for employees. How do I download or display my link from mysite? I believe my link from mysite will work in any site collection

Thanks

Shri

How Do I Keep SharePoint From Asking For My Password When Opening The Site / Hosted Document?

$
0
0

i have tried everything from this pretty complete guide: https://kb.intermedia.net/article/1668, without success.

I have Sharepoint 2013; and am trying to map a document lib to network drive on Windows 10.

Any tricks here for windows 10? i believe everything was working on windows 7.

i can get on the sharepoint web site on IE without typing password.

help pls!

 

newbie to AS 2005


This feature requires Microsoft Internet Explorer 7.0 or later and a Microsoft SharePoint Foundation-compatible XML editor such as Microsoft InfoPath

$
0
0

All,

I get the below error on click of New Document when i create a Form Library in SharePoint

"This feature requires Microsoft Internet Explorer 7.0 or later and a Microsoft SharePoint Foundation-compatible XML editor such as Microsoft InfoPath"

Can some one help me out ?as this is critical and i am not able to find any resolution for this.

Thanks,

San



Cheers, San

SharePoint Server 2019 - How to disable/enable classic/modern experience of team site at web level?

$
0
0

Hello,

I have checked following scenario:

Created "Classic Team Site Collection" with "Modern Subsite 1" where root site collection is a "Classic Team Site" and sub site is "Modern Team Sub Site", and I tried to disable the list and libraries experience with following power shell command at web level for ""Modern Team Sub Site":

----------------------------------------------------------------------------------------------------------------

#Web Level

Add-PSSnapin microsoft.sharepoint.powershell -ea 0

$site = Get-SPWeb "weburl"

#Disable modern Lists and libraies at the Web Level.

$featureguid = new-object System.Guid "52E14B6F-B1BB-4969-B89B-C4FAA56745EF"

$site.Features.Add($featureguid, $true)

--------------------------------------------------------------------------------------

which did not made list and libraries with classic UI, then I tried to change the list and library experience of "Modern TeamSub site" from the library settings by choosing "Classic Experience" against "List Experience" option, Although, it did not made the UI changed from the modern to classic for list and libraries in the sub site, meaning the change of "List and Libraries" experience is not working out at web level as well as at library level - Is that true ?

Is it so that in SharePoint Server 2019, we can only disable/enable modern/classic experience at site collection level only?

Best Regards,



Dipti Chhatrapati

Friendly URLs has been disapeared

$
0
0

Hello,

Few months ago I have moved a farm from one server to a new server, as a plus in this migration I have updated the SQL server from 2008R2 to 2016.

The SP2013 in new server works only without friendly urls, due to the friendly urls seem that they have dissapeared and the system does not recognized them.

Do you know ant way to transfer the friendly URLs to the new server?

Thanks in advanced!

Regards,

David.

Event ID: 6482 on newly added SP2013 server in the farm

$
0
0

Hello Team,

I have added new server in SP2013 farm and I'm keep getting following eventlog error. I did installed "Microsoft SQL Server 2012 powerpivot for Sharepoint 2013" on the server. Please help.

Log Name:      Application 

Source:        Microsoft-SharePoint Products-SharePoint Server 

Date:          9/10/2019 8:48:16 AM 

Event ID:      6482 

Task Category: Shared Services 

Level:         Error 

Keywords:       

User:           

Computer:      

Description: 

Application Server Administration job failed for service instance Microsoft.Office.Server.Search.Administration.SearchServiceInstance (5a4e268d-5f35-496b-8db4-8d0636aac53a). 

Reason: Failed to call GetTypes on assembly Microsoft.AnalysisServices.SPAddin, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91. Could not load file or assembly 'Microsoft.AnalysisServices.SPClient, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. 
  

Technical Support Details: 

Microsoft.SharePoint.Upgrade.SPUpgradeException: Failed to call GetTypes on assembly Microsoft.AnalysisServices.SPAddin, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91. Could not load file or assembly 'Microsoft.AnalysisServices.SPClient, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. 

   at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize() 

   at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob) 

Event Xml: 

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event"> 

  <System> 

    <Provider Name="Microsoft-SharePoint Products-SharePoint Server" Guid="{C33B4F2A-64E9-4B39-BD72-F0C2F27A619A}" /> 

    <EventID>6482</EventID> 

    <Version>15</Version> 

    <Level>2</Level> 

    <Task>3</Task> 

    <Opcode>0</Opcode> 

    <Keywords>0x4000000000000000</Keywords> 

    <TimeCreated SystemTime="2019-09-10T13:48:16.434728400Z" /> 

    <EventRecordID>157772</EventRecordID> 

    <Correlation ActivityID="{B7D9029F-6822-109C-992C-083ABBB240F3}" /> 

    <Execution ProcessID="6024" ThreadID="17216" /> 

    <Channel>Application</Channel> 

    <Computer></Computer> 

    <Security UserID="S-1-5-21-2137354491-1460539116-32586348-1188999" /> 

  </System> 

  <EventData> 

    <Data Name="string0">Microsoft.Office.Server.Search.Administration.SearchServiceInstance</Data> 

    <Data Name="string1">5a4e268d-5f35-496b-8db4-8d0636aac53a</Data> 

    <Data Name="string2">Failed to call GetTypes on assembly Microsoft.AnalysisServices.SPAddin, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91. Could not load file or assembly 'Microsoft.AnalysisServices.SPClient, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.</Data> 

    <Data Name="string3">Microsoft.SharePoint.Upgrade.SPUpgradeException: Failed to call GetTypes on assembly Microsoft.AnalysisServices.SPAddin, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91. Could not load file or assembly 'Microsoft.AnalysisServices.SPClient, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified. 

   at Microsoft.Office.Server.Search.Administration.SearchServiceInstance.Synchronize() 

   at Microsoft.Office.Server.Administration.ApplicationServerJob.ProvisionLocalSharedServiceInstances(Boolean isAdministrationServiceJob)</Data> 

  </EventData> 

</Event> 

how to enable and start distributed cache service on newly added SP2013 server in the farm

$
0
0

Hello Team, I just added new server in the SP2013 farm and trying to turn on distributed cache service from CA (want to add to cache cluster) and It says "Error starting".

i ran below PS  

Get-SPServiceInstance|? {($_.service.tostring())-eq"SPDistributedCacheService Name=AppFabricCachingService"}|select Server, Status

and It says the DC is "disabled" on the server.

So question is how can i start it?

Please help. 

Thanks.

Viewing all 21070 articles
Browse latest View live


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