At my clients SharePoint 2007 farm we have had a very hard to solve error. The error decription in the Application log was:
Failure trying to synch site 3e545b3e-4ddf-4fd2-8c46-00f73fad5864 for ContentDB ecabb92e-caa6-4a37-bebe-cacf64bc31d6 WebApp d2fc32fc-607b-4c5b-902e-b33f58705e74.  Het uitzonderingsbericht is: Cannot insert duplicate key row in object ‘dbo.UserMemberships’ with unique index CX_UserMemberships_RecordId_MemberGroupId_SID’. The statement has been terminated.
and the second [...]

Continue reading about Failure trying to synch contentdb error 5553 7888

At a client SharePoint 2007 farm, installed on Windows Server 2008 servers, I had to install SQL Server Reporting Services Add in for Sharepoint. I already know that one has to install with elevated privileges at 2008 but this installation required some specific steps to complete.
At first I tried this installation:

Open a command prompt with [...]

Continue reading about SSRS 2008 SharePoint Add in installation on Windows Server 2008 Howto

Very interesting article at Ian’s blog about some issues with SSRS 2008 and SharePoint.
When installing, think about:

Integrated mode only works for SharePoint Web Applications on the Default Zone
Integrated mode will not work on a Web Application that has Anonymous access enabled

Read more about SSRS 2008 installation at the source.

Continue reading about Reporting Services 2008 in SharePoint Integrated Mode