Symptons: You get stopped-extension-dll-exceptions in MIIS client while running full or incremental user profile sync.

At the same time you will get following exceptions in Application log:

Fix: This problem arises from user profiles that have URL in PictureURL field, but the picture is not accessible. You can fix this issue by…
Read more »
There are a few good articles about configuring Sharepoint 2013 apps host, but atleast I found it somehow difficult to figure out how for example Intranet web application and application host could be configured. For beginning you should read this article http://technet.microsoft.com/en-us/library/fp161230(v=office.15).aspx
The key to get apps host working is host named site collection (HNSC). Most of us…
Read more »
Every now and then you may end up in a situation where SharePoint crawler returns just one top level error or multiple errors. Probably most of us would first enable verbose logging for SharePoint search, run crawl and monitor ULS logs with ULS Viewer. This is a good beginning, but it often offers very little information and very…
Read more »
This article introduces some tools and practices that I’ve seen useful for tackling SharePoint 2010 errors arising from SSL Certificates. The main reason for writing this article is the “The root of the certificate chain is not a trusted root authority” – error.
Let’s first take a look at a useful tool for solving certificate errors. Windows has built in…
Read more »
Recently we ended up in a situation where there was a need to publish services from one farm to another. Basically there’s nothing special, but we needed to do that between SharePoint farms located in different forests. Only a one way trust was established.

The main idea is that Farm 2 will produce Managed Metadata Service (MMS) to be consumed in Farm 1….
Read more »
Are You getting errors like described in Mikes blog? Well atleast I did, and here is one way to fix it.
First of all, you need to have a web application with only anonymous access enabled. You can have it extended to another zone, with windows authentication , to make it available for editing. Here is…
Read more »