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
I’m doing a lot of migrations nowadays. SharePoint 2007 32 bit farms to 64 bit farms or between test and production farms. In the past I have tried to migrate SSP’s once but found it difficult. Fortunately the SSP’s I migrated did not have to many settings so manually changing the SSP of the target [...]
Continue reading about Tool to migrate Shared Services Provider content
I was looking for some info about SharePoint item limits but stumbled upon a post about changing the size limit of site template. I always thought why it is only 10 MB. In the past there were several situations where I could do with more.
In this post on Mike Gannotti’s blog there is a post [...]
Continue reading about Change site template size in SharePoint 2007
At the moment I’m trying to deploy the ConnectedLookup 2.0 solution from CodePlex (download it here) at a customer SharePoint farm. Recently I deployed this solution succesfully at several other farms but now I’m running into some problems. Maybe you can help.
I first tried to deploy with the setup.exe file and secondly with the addsolution and [...]
Continue reading about Trust node error during solution deployment
On Microsoft Technet there is a new Silverlight application available which shows stsadm properties and commands. See the links below:
For MOSS: http://technet.microsoft.com/en-au/office/sharepointserver/cc948709.aspx
For WSS: http://technet.microsoft.com/en-au/windowsserver/sharepoint/dd418924.aspx
Source @directorcia on Twitter.
Continue reading about Index for Stsadm operations and properties
In remembrance of one of my math teachers back at school who always said KISS (Keep It Simple Stupid) I made a very simple and quick backup script for a SharePoint portal at a customer test farm. When scheduled right it makes a backup, lets say, every hour and renames older backup files.
CD\
CD BACKUP
IF NOT EXIST [...]
Yesterday I told you I was going to do a export of my test farm with “stsadm -o export”. Here is how I did it.
First of all I have to say that the farm is installed with kerberos authentication. Don’t know if it is important but that is one of the “special” things about the [...]
At the moment I’m planning to do a export and import from my test SharePoint farm to the customers test farm. On previous projects I was always able to build the complete SharePoint farm directly at the customer site, now that was not possible. First I thought that this could be done with stsadm backup [...]
Just tested the custom Stsadm extensions of Gary Lapointe (his blog) and I have to say that they are impressive. A good extension of the stsadm command (all native commands).
After deploying Gary’s solution it can be found in the solution management of your Central Administration. See picture below.

