Let's SharePoint

December 2017

  1. HOME
  2. Monthly Archives: December 2017
December 22, 2017 / Last updated : December 22, 2017 Sethu PowerShell

SharePoint – Unable to create any site collection- Error Message -DocumentSet FeatureActivating: throws exception: This page has encountered a critical error. Contact your system administrator if this problem persists”

In one of our SharePoint Farms, we face this error message when we try to create a site collection”DocumentSet FeatureActivating: throws exception: This page has encountered a critical error. Contact your system administrator if this problem persists..” You need to run the following powershell commands Add-pssnapin microsoft.sharepoint.powershell $contentservice = [Microsoft.sharepoint.Administration.spwebservice]::contentservice $webapp = $contentservice.webapplications | where […]

December 20, 2017 / Last updated : December 20, 2017 Sethu SharePoint 2016

How to Copy files and Folders from one site to another using Jquery or Java Script in SharePoint online?

Hello SharePointers, Here are the code to copy files from one sharepoint site to another in Office 365 environment. function copyFile() { var current_context = SP.ClientContext.get_current(); SP.MoveCopyUtil.copyFile(current_context,”https://my.sharepoint.com/sites/SitePages/Happy.aspx”,”https://xxx.sharepoint.com/sites/Pages/Happier.aspx”); current_context.executeQueryAsync(function(){ PageCopySuccess(); },function(){ PageCopyFailure(); }); function PageCopySuccess(){ alert(‘Success’); } function PageCopyFailure(){ alert(‘Sorry, Try once again’); } } Happy SharePointing 🙂

December 9, 2017 / Last updated : December 9, 2017 Sethu Designer Workflows

Invalid text value. A text field contains invalid data. Please check the value and try again.”

Hello SharePointers, When you work with SharePoint Workflows, be it either Nintex or designer workflows, when you are trying to insert workflow history list , you may get this error “Invalid text value. A text field contains invalid data. Please check the value and try again.”” The root cause of this issue is due to […]

December 6, 2017 / Last updated : December 6, 2017 Sethu PowerShell

How to Delete Enterprise Keywords in Term store using Powershell in Sharepoint 2010/2013/2016?

Hello SharePointers, Here is the powershell script to delete enterprise keywords in Termstore . $taxonomySite = Get-SPSite http://url/ $taxonomySession = Get-SPTaxonomySession -site $taxonomySite $termStore = $taxonomySession.TermStores[“Managed Metadata Service “] Write-Host “Connection made with term store -“$termStore.Name $termStoreGroup = $termStore.Groups[“System”] $termSet = $termStoreGroup.TermSets[“Keywords”] foreach($keyWord in $termSet.Terms) { $keyWord.Delete() Write-Host “Deleted keyword:” $keyWord.Name } $termStore.CommitAll() Happy SharePoint […]

December 6, 2017 / Last updated : December 6, 2017 Sethu SharePoint 2013

How to Increase the download limit of a SharePoint crawling process in SharePoint 2013/2016/?

Hello SharePointers, There are few instances where you get the crawling error “The file reached the maximum download limit. Check that the full text of the document can be meaningfully crawled” . To avoid, you need to run the following powershell script.   Open the SharePoint Management Shell and run the following commands: $searchapp = […]

Recent posts

How to insert table in Modern Pages using PnP Powershell in Office 365/Sharepoint Online?

June 7, 2019

How to set up Access Requests in SharePoint online using Powershell?

May 11, 2019

How to change the default SharePoint suite logo in SharePoint 2013/2016/2019?

April 30, 2019

How to add metadata to Document libraries in SharePoint online using powershell.

April 27, 2019

How to get Sharepoint site details using Powershell in Office 365?

April 17, 2019

How to get alerts for a specific policy in Cloud app security using Powershell

April 16, 2019

How to get the list of custom apps in App catalog using Powershell?

April 9, 2019

How to get the list of policies in Microsoft Cloud app security using window powershell?

April 4, 2019

How to get the list of List and Document library item counts in SharePoint online using Pnp Powershell ?

April 4, 2019

How to restore subsite in a Sharepoint online site collection using Pnp Powershell

April 2, 2019

Category

  • Anonymous access
  • Client Object Model
  • Client Side Object Model
  • Customization
    • Customization
  • Designer Workflows
  • Errors & Resolutions
  • Features
  • Google Analytics
  • InfoPath
  • Item Scheduling
  • JSOM
  • Nintex worflows
  • Office 365
  • Office 365 Groups
  • PnP JS Library
  • PowerShell
  • Powershell Online
  • REST API
  • REST API's
  • Server Side Object Model
  • SharePoint 2010
  • SharePoint 2010 Search
  • SharePoint 2013
  • SharePoint 2013 Search
  • SharePoint 2013 Workflows
  • SharePoint 2016
  • SharePoint 2019
  • SharePoint Designer
  • SharePoint Framework
  • SharePoint Online
  • SharePoint Pnp
  • SharePoint Usage Analytics
  • Unique values
  • User Profile Services
  • Windows Powershell
  • Workflow Manager

Archive

  • June 2019
  • May 2019
  • April 2019
  • March 2019
  • February 2019
  • January 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • May 2018
  • April 2018
  • March 2018
  • February 2018
  • January 2018
  • December 2017
  • November 2017
  • October 2017
  • June 2017
  • May 2017
  • April 2017
  • March 2017
  • February 2017
  • January 2017
  • November 2016
  • October 2016
  • September 2016
  • August 2016
  • July 2016
  • June 2016
  • January 2016
  • November 2015
  • October 2015
  • September 2015
  • August 2015
  • July 2015
  • May 2015
  • April 2015
  • March 2015

Copyright © Let's SharePoint All Rights Reserved.

Powered by WordPress & Lightning Theme by Vektor,Inc. technology.