Category: Uncategorised

Uncategorised content.

webTiger Logo Wide
  • 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…)
  • Responsive Layout in PowerApps Forms

    Microsoft 365’s PowerApps can be created based on a fixed layout for one of a portrait mobile device (i.e. phone) or landscape device (i.e. desktop or tablet) only. Given that most users will adopt a combination of devices when accessing apps, this either means you have to develop your PowerApps app twice or you have to try to get something not designed to have a responsive layout to be responsive.

    (more…)
  • How To Merge SharePoint ULS Logs From All Servers in the Farm

    SharePoint 2013 Logo

    There are going to be lots of occasions when you are going to want to merge the ULS logs from the individual SharePoint server instances that constitute your SharePoint farm. Fortunately, Microsoft provide a handy PowerShell command for just that purpose.

    (more…)