SharePoint – object cache user accounts, Superuser and Superreader
The object cache loads every document and page twice so that the published version and the latest version (not published) is readily available for the next time the same object…
SharePains by Microsoft MVP Pieter Veenstra
Microsoft 365, Power Platform, SharePoint, Teams, Azure and Dynamics
The object cache loads every document and page twice so that the published version and the latest version (not published) is readily available for the next time the same object…
System.IO.FileNotFoundException During the deployment of a solution to my test environment I got the following error: System.IO.FileNotFoundException: Could not load file or assembly ‘Microsoft.SharePoint.Client.WorkflowServices, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c’ or one of…
Today I tried to start a workflow using PowerShell and I got this annoying error: Exception calling “StartWorkflow” with “4” argument(s): “” At C:\Users\spsetup\Downloads\StartDocumentLocksWF.ps1:38 char:9 + $wf = $wfm.Startworkflow($item,$association, $data,$true)…
I got the Failed to do column assignments for list error in my SharePoint logs today. Ok, so a quick google/bing and I found this article: Failed to do column…
Connecting SharePoint to AS400 To connect SharePoint 2013 with data on an AS400 there are two options available: 1. Connect your BDC to the AS400 system by creating an ODBC…
Today I tried to access a list through the REST API. The url that I used is: http://intranet.mycomp.co.uk/pa/legal/test_3/_api/Web/Lists/GetByTitle(‘Documents’) When opening the above URL in my browser I got a HTTP…