With SharePoint 2010 RTM production farm, the following error was being logged in application event logs with severity level Critical when users try to open some of the site administration pages. An example is Site Actions > More Options page. Insufficient SQL database permissions for user ‘Name: <user id> SID: <GUID> ImpersonationLevel: Impersonation’ in database [...]
Archive for the ‘SharePoint Designer 2010’ Category
failure trying to synch site GUID for ContentDB GUID WebApp GUID.
Posted in SharePoint Designer 2010, tagged SharePoint Administration; Error on May 23, 2011 | 1 Comment »
After performing a full farm restore from one farm to another, I noticed that the following event is being logged into application event logs in every one hour. Event ID: 5553 failure trying to synch site <GUID> for ContentDB <GUID> WebApp <GUID>. Exception message was Cannot insert duplicate key row in object ‘dbo.UserMemberships’ with unique [...]
SharePoint Designer Workflow Actions using elevated permissions
Posted in SharePoint Designer 2010, SharePoint Workflow on March 18, 2011 | Leave a Comment »
Some of us might have encountered a situation where we need to copy or move a document (usually InfoPath form) once it is uploaded/submitted by the user to a different library where the user doesn’t have permission. With SharePoint 2007, we used an open source extension to achieve this functionality. With the extension, we were [...]