Stupid MOSS 2007 Error, 2 Days

I have spent TWO(2) DAYS on this stupid error:

An exception of type System.Security.Principal.IdentityNotMappedException was thrown.  Additional exception information: Some or all identity references could not be translated.

when reinstalling Microsoft Office SharePoint Server 2007 (MOSS 2007). Well, scouring to the ends of Google-land, I didn't find a solution. From what I found never included #3 step below. I finally figured that problem out myself. For all with this error:

1. Delete/Remove all SharePoint databases.

2. Go into IIS and delete the "SharePoint Central Administration V3" site (if it didn't get removed during an uninstall).

3. MOST IMPORTANT!!! - Go into IIS and under "Application Pools" and delete "SharePoint Central Administration V3" (or be like me who wasted 2 freakin days).

If you don't follow #3, your install will fail every damn time in every scenario (Basic, Advanced - Complete, Web, Stand-Alone) and these installs/reinstalls can take a very LONG time.

This article is part of the GWB Archives. Original Author: Ray Linder

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.