Author: webTiger

webTiger Logo Wide
  • Add User Info To A SharePoint Connected Excel Report

    SharePoint 2013 Logo

    When working with SharePoint list data in Microsoft Excel, it is often necessary to report based on user data (e.g. name, department, job role, etc.) and most of the time this information isn’t immediately available as User fields only store the user’s unique ID and extended metadata is not pulled in from SharePoint automatically.

    (more…)
  • Using A SharePoint User Profile PICTURE URL

    SharePoint 2013 Logo

    SharePoint User Profiles provide a wealth of user data, but one of their most used properties is the profile picture. It can often be useful to be able to access this during custom development, and fortunately Microsoft have made it simple to access the profile picture simply via a URL.

    (more…)
  • SharePoint CAML Query Errors With “The underlying connection was closed…”

    SharePoint 2013 Logo

    There can be many reasons for SharePoint CAML queries not working, but one of the most frustrating ones is “The underlying connection was closed: The connection was closed unexpectedly.” The connection from the client (CSOM/REST API) is just dropped. Debugging the issue can seem, at first, almost impossible as there is nearly no additional data to work with, but sometimes the solution can be fairly straightforward.

    (more…)
  • Getting SharePoint Site Templates To Work On Different Environments

    SharePoint 2013 Logo

    If you work with SharePoint custom site templates regularly, and your organisation has separated development, test, and production environments, then you’ll probably have come across the issue where a custom site template you’ve saved in one environment as a solution package (WSP) uploads and activates fine in another environment but then fails with the familiar obscure message and correlation ID when you attempt to create a new site.

    (more…)
  • How to Download Solution Packages From SharePoint

    SharePoint 2013 Logo

    Sometimes the easiest way to resolve a missing SharePoint Solution dependency is simply to install it again. Often the solution package (WSP) is available on your development or test environment, but how do you download it from there? For sandboxed solutions, you can just go to the ‘Solutions’ section in Site Settings, but what about farm solutions?!

    (more…)
  • Fixing SharePoint Content Database Errors

    SharePoint 2013 Logo

    Whenever SharePoint (SP) is patched tests are run on the farm’s content databases (CDB) to check for issues. In most cases, patching can proceed without adversely affecting the farm but it never hurts to have a perfect and functional an environment as possible before making any changes. This article guides you through how to manually run the same CDB tests, and diagnose and fix any issues/errors that are reported.

    (more…)
  • How To View and Manage STALLED SharePoint Timer Jobs

    SharePoint 2013 Logo

    Most of the time you shouldn’t need to get involved in anything like this, but upgrades/patches can often queue up one-time timer jobs that don’t get executed for some reason and can hold off other jobs (such as Add-in management) so they don’t run.

    (more…)
  • How to Fix SharePoint Services Stuck on Starting/Stopping

    SharePoint 2013 Logo

    Anyone who’s done a reasonable amount of SharePoint administration will probably have come across services appearing to be stuck on a status Starting/Stopping. There can be many reasons for this, and this article aims to look at how to identify the cause and try to rectify it.

    (more…)
  • Introduction to the SharePoint Framework (SPFx)

    SharePoint Online Logo

    The SharePoint Framework (SPFx) is Microsoft’s latest addition to the SharePoint development family. It is custom web-part and page extensions programming model aimed at replacing the over-used (and potentially dangerous) Script Editor Web Part (SEWP) and Content Editor Web Part (CEWP) in SharePoint Online (SPO) and recent versions of on-premise SharePoint too.

    (more…)
  • Enable the Site Collection Level App-Catalog on SharePoint Online

    SharePoint Online Logo

    When developing SharePoint (SP) Add-ins, you will generally want to avoid having to deploy them to your SharePoint Online (SPO) tenancy’s public app catalogue until you are going to release them. Microsoft have catered for this and there is a way to enable a ‘developer’ app catalogue at site-collection level using some PowerShell commands.

    (more…)