SharePoint 2013: User Information List Corrupted

Thomas Stessl 61 Reputation points
2020-08-04T13:30:22.783+00:00

Hi,

i have a huge problem with the UserInformation-List.

When i query the UIL for a certain person, i get multiple entries:

$i = $list.Items | where {$_["Account"] -eq "i:0#.w|knapp_logistik\xxx"} -> Count = 14

The first entry ( $i[0] ) is the correct account.

The others are all something else (same accountname, same email, ...) but with a weird ID like "1073741843":

15458-uil-1.png

I cannot delete this entries (Remove-SPUser), because SP cannot find this accounts. Also, if the SP wants to read from the UIL, the SQL-Server gets stuck in a transaction.
Only by killing this transaction, the SP will work again. I think the SP gets confused with these duplicates and got into an endless loop.

15525-uil-2.png

Does anybody have any clue, how to solve this problem (remove duplicates)?

Microsoft 365 and Office SharePoint Server For business
{count} votes

Accepted answer
  1. ZhengyuGuo 10,586 Reputation points Moderator
    2020-08-05T06:54:41.503+00:00

    Hi @TomasStessl-3946,

    I suggest you can access the User Information List UI directly in browser by accessing this url to see if there are real duplicated account existed:

    http://sitecollection/_catalogs/users/detail.aspx

    Then click specific duplicated account and it should redirect to the page which can manage to delete this account like this:

    15761-image-15.png

    And here is a blog which specify the cause of duplicated accounts in User Information List and the solution, you could refer it for more detailed information:

    Find Duplicate Users in SharePoint User Information List

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.