Browse by Tags

Tagged Content List
  • Wiki Page: Sharepoint 2013: Existing Features GUID

    Here is the list of all features installed when you create a new SharePoint 2013 Server environment. This was done with an english version and some features has the LCID 1033 in the name, I assume that depending on the installation language, those could change. DisplayName ...
  • Wiki Page: SharePoint 2013 Products and Technologies: Microsoft Knowledge Base Articles

    Table of Contents Introduction Miscellaneous SharePoint Designer 2013 SharePoint Server 2013 See Also Other Languages Italian (it-IT) Introduction This page is a list of the Microsoft Knowledge Base articles related to the Microsoft SharePoint 2013 products and technologies. Feel free to...
  • Wiki Page: SharePoint 2013: Setting up User Profile Synchronization (1/2)

    Open SharePoint 2013 Central Administration site, and then click Manage Service Applications section, click Configure Syncronization Connections under User Profile Service . Please note that only one user profile has been imported to SharePoint 2013. For importing new profiles to SharePoint...
  • Wiki Page: SharePoint 2013: Continuous Crawl and the Difference Between Incremental and Continuous Crawl

    With the new version of SharePoint a new type of crawl appeared in 2013 named « Continuous Crawl ». For old schools like me, in SharePoint 2010 we had 2 crawls available and it was configurable on our Search Service Application. Full: Crawl all content, Incremental: As the name says, it...
  • Wiki Page: SharePoint 2013: Supported File Types

    This page is to list the file types and related information for SharePoint 2013 search. The master location of supported files types is located on TechNet here: http://technet.microsoft.com/en-us/library/jj219530.aspx (Also good to know is that we can block any file type too!) ...
  • Wiki Page: SharePoint 2013: Error - Input cannot be null for this coercion

    Background : There is a SharePoint 2013 list workflow to send email on list item created. To and Cc fields for this email are set based on some If conditions. Email body has form fields for quick reference. Issue: Whenever a new list item is created, workflow gets Cancelled and displays...
  • Wiki Page: SharePoint 2013 : Execute SharePoint Search Queries using CSOM

    In this article we will explore the method of executing Search Queries using SharePoint Client Side Object Model. The code sample used in this article can be used in any kind of solution (Farm, Sandbox) or any kind of App (SharePoint Hosted, Cloud Hosted) executing in context of SharePoint. Prerequisites...
  • Wiki Page: SharePoint 2013: How to Develop Custom Content Enrichment Service

    In this article we are going to explore one of the Advanced Features of new SharePoint 2013 Search Architecture. With the evolution of new SharePoint 2013 Search Architecture, SharePoint allows developers to intercept the Content Source Crawl Engine Processing by adding a Custom Step in the Content...
  • Wiki Page: Sharepoint 2013: How To Develop Custom Search Refiners

    There could be scenarios where we need to have additional Search Refiners apart from the refiners provided by SharePoint OOTB. Business Scenario: In this article we are going to take care of a scenario where : We need to add one additional property to the User’s Profile with the name “Last...
  • Wiki Page: SharePoint 2013 : How to Create Custom Intent Based Results Blocks Using Query Rules

    In this post we will explore a new mechanism of Searching data based on Custom User Intents and serve them as Result Blocks on top of the Search Results. By the way what is Custom User Intent? Custom User Intent means matching a Search Term specified by the end user with the Phrases defined using...
  • Wiki Page: SharePoint 2013: How to improve speed on first page load

    I think it’s always the same discussion about why SharePoint is slow, extremely slow. I explained on other articles how to perform your environment or how to manage your environment. Recently, I received several calls from the Helpdesk that the search results ware slow for the first time and that...
  • Wiki Page: SharePoint products configuration wizard failed

    Environment : SharePoint 2013 Foundation Requirement : Uninstall existing SharePoint 2013 Enterprise and Install SharePoint 2013 Foundation Issue : After uninstalling the existing SP2013 and successful 2013 Foundation installation, the installation failed during running SharePoint products...
  • Wiki Page: SharePoint 2013 – Error while creating a new site collection “User cannot be found”.

    SharePoint 2013 – Error while creating a new site collection “User cannot be found”. Issue: Error while creating a new site collection “User cannot be found” Description: Was able to create a new site collection on another farm using the same account. Also was able to create a new site collection...
  • Wiki Page: SharePoint 2013: Failed to create term set: A default managed metadata service connection hasn’t been specified

    Table of Contents Solution Other Languages During the configuration of managed metadata navigation, when clicking on the "Create Term Set" button, a message "Failed to create term set: A default managed metadata service connection hasn’t been specified" is displayed. ...
  • Wiki Page: Sharepoint Troubleshooting: fix the Alerts issue with Default Zone URL

    Table of Contents Background Issue Workaround Resolution Configure a cross-firewall access zone Background As a couple of service applications required the NT Auth in default zone of the web application, i.e., the search is big of them. you setup a Web App with two zones Default Zone with...
  • Wiki Page: SharePoint: CEWS Pipeline Toolkit

    Table of Contents Description Summary Description CEWS Pipeline Toolkit is a content processing framework for search that supports both Content Enrichment Web Service (CEWS) in SharePoint 2013 and the Pipeline Extensibility feature in FAST Search for SharePoint 2010. The tool comes with an installer...
  • Wiki Page: SharePoint 2013 : How to Create Custom Error Pages

    A great change on SharePoint Server with the new version is that there is a support of Custom HTTP 404 Error Pages. In this post we will take a look how to create a new 404 page. All Publishing sites contains a default a 404 Error page “PageNotFoundError.aspx” page which is added to the App "Pages...
  • Wiki Page: SharePoint 2013: How to Configure Managed Metadata Service

    Table of Contents Introduction Configuration Introduction As in SharePoint 2010 we can configure Metadata Term Store Management on SharePoint 2013. Actually everybody knows what Term store Management is, but let’s have a look again. Metadata actually plays a very critical role across the organization...
  • Wiki Page: SharePoint 2013: Quickshoot to the Search Services Application

    Introduction The Search Service in SharePoint 2013 is completely re-architected. The provisioning of the service application and its constituent components changes significantly, however from a multi tenancy perspective all we need to do is create the service application in Partition Mode as we...
  • Wiki Page: SharePoint 2013 Chinese (Asian) language pack error

    Recently my organization decided to upgrade our SharePoint 2013 environment with introduction of new language packs. One of them was the Chinese simplified language pack which gave us really hard time. Before we go on the issue I wanted to take this opportunity to mention that whenever you are installing...
  • Wiki Page: QR Code Generator Add-In for SharePoint

    Download source code Using this you can generate QR Code for any text value and URL, this add-in can be add anywhere in you SharePoint Dashboard. Below you can see step by step instructions to develop this SharePoint Add-In. Also the complete project source code is available for download, find...
  • Wiki Page: SharePoint List to JQuery Table

    Source Code Download Link We have lot of benefits using JQuery Table in SharePoint such as quick search, selecting of number of items in view, shorting and footer navigation. In this SharePoint Add-in, I’m retrieving SharePoint list data and building HTML table, then the HTML table mapped with...
  • Wiki Page: SharePoint 2010: Set a Custom Master Page during Feature Activation

    Set a Custom Master Page during Feature Activation public override void FeatureActivated(SPFeatureReceiverProperties properties) { SPSite currentSite = (SPSite)properties.Feature.Parent; SPWeb currentWeb = currentSite.RootWeb; Uri masterURI = new Uri(currentWeb.Url...
  • Wiki Page: SharePoint 2010: Restarting the Timer Service on all Servers in a SharePoint Farm using PowerShell

    The following PowerShell script can be used to restart the SharePoint Timer service (SPTimerV4) on all the servers in a SharePoint Farm. [array] $servers = Get-SPServer | ? { $_ . Role -eq "Application" } $farm = Get-SPFarm foreach ( $server in $servers ) { Write-Host "Restarting...
  • Wiki Page: SharePoint 2010: Export Site Collection Administrators to a List

    Table of Contents Scenario Solution Other languages Scenario Someone asks how they can use an OOTB (out of the box) webpart to show a list of site collection administrators on a site page. Solution One way to do this is to use PowerShell to export a list of the site collection...
Page 28 of 43 (1,065 items) «2627282930»
Can't find it? Write it!