SharePoint -tag has all of my posts concerning all the different versions of Microsoft SharePoint under it! Yes, that’s a lot of posts. That’s a lot of SharePoint Problems, after all.
But hey – what can you do? SharePoint really is quite the multi-headed beast, so no matter how many problems you solve and which services you tame, there’s always new ones coming up. Endless amount of work to be done.
I guess that’s part of its enhancment, though :)
I’m posting new content on a roughly monthly basis under this category. I’ve split the posts under more refined sub-categories, too. You can check them out below:
So, in short, you can find an ever-growing number of debugging and gotcha -articles, related to Windows SharePoint Services, Microsoft Office Servers, SharePoint Online (or, like it’s often known, SharePoint 365), SharePoint 2010 and later incarnations under this category.
I’ve been posting about different localization/globalization / multilingual options of SharePoint for quite some time. It’s a topic that’s kind of close to my heart, being a non-English speaker with a really difficult native language – one, that Microsoft always gets wrong even though it’s not for the lack of…Continue reading SharePoint linguistic search features
This post is about two of my favorite tools: Chrome SP Editor, and SharePoint Search Query tool. Or maybe better yet, an amalgamation of the two! Description I’ve mentioned the Chrome SP Editor before, and for a good reason. It’s a great tool for any IT Pro or Dev working…Continue reading SharePoint Search Console – Now available inside Chrome SP Editor!
Microsoft is gathering all kinds of telemetric data out of the usage of SharePoint. I ran into an interesting JavaScript file, fp.js, on SharePoint Online doing just that and gathering data. It loads on pretty much every single page request, so it’s something you’ll bump into any time you open…Continue reading What is “fp.js” – and why is it snooping on your SharePoint usage?
There are a thousand possible things that can throw a “Microsoft.SharePoint.Client.ServerException”, but fewer things, that are ambiguous enough to be called “Unknown error”. This post describes one fairly usual fix for this issue! But let’s get back to the beginning for a second – you get what and when now?…Continue reading Solving yet another “Microsoft.SharePoint.Client.ServerException: Unknown Error”
This was a peculiar case! An issue I hadn’t run into before, and luckily a disturbingly simple fix. But first, let’s set up the scene: We were running a long-ish PowerShell script using a Global Administrator account. One part of the script was supposed to add and deploy a couple…Continue reading How to fix Add-PnPApp failing with an Access Denied error
While running “New-PnPSite” (or actually any other site creation method in PowerShell or programmatically), the site creation fails, and instead you get back an error like the one below: Ouch! Where does this come from? In the code of New-PnPSite, the actual function call is shown below: (Source) So, the…Continue reading New-PnPSite fails with “SiteStatus” : 3?
This article applies to a lot of different issues you might be having with your SharePoint-powered site or even custom functionality like mobile apps using SharePoint’s search index. I’ll list a few of the situations, which could be caused by these issues, below: Reason for the issue These issues are…Continue reading Issues with User Profile Property visibility in Search-powered functionalities