Sign In
Tim's Blog - MSFT
SharePoint, Mountain Biking, and more
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
moss adfs11 windows token-based
moss2007 403error ssp searchsettings
sharepoint 1387 farmadministrators
SPDiagnosticsService SharePoint CA
Archive
Archives
October 2010
(1)
August 2010
(1)
March 2010
(1)
February 2009
(2)
December 2008
(1)
Unable to remove user from SharePoint Farm Administrators group : Error 1387
MSDN Blogs
>
Tim's Blog - MSFT
>
Unable to remove user from SharePoint Farm Administrators group : Error 1387
Unable to remove user from SharePoint Farm Administrators group : Error 1387
timquin
12 Feb 2009 7:53 AM
Comments
3
I ran into this issue last week when trying to clean up individuals ACLed to the Farm Administrators group. When I attempted to delete this one user, SharePoint threw up the default error page with '1387' on it. Nothing more to the error message just 1387. Digging into this I found that the user no longer existed in Active Directory and had been off the project for some time. My first thought was that the delete through the UI had some checks to make sure that user existed, so I decided to attempt the delete through the OM; same error but I did get a stack trace. I am sure if I had set callstack, CustomErrors to true, I would have saw the same trace, but I like to code. The stack trace revealed that the remove user from Farm Administrators process, eventually calls the RemoveMemberFromLocalAdministrationWorkerProcessGroup methof which uses Win32 API calls to remove the user from a local group on the server.
This is what is throwing the error and cannot be cleaned up using the API.
To solve this I needed to add the u
ser back to AD,remove it from the Farm Administrators group and remove it from AD.
3 Comments
sharepoint 1387 farmadministrators
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 7 and 6 and type the answer here:
Post