Move request StalledDueToTarget_ContentIndexing Exchange Server 2016

Ardan Zaki 236 Reputation points
2023-06-06T10:14:29.6766667+00:00

Hi, I have this issue with my exchange server 2016 where move request queued with detail StalledDueToTarget_ContentIndexing.

I have tried to restart search and search controller service and create ContentSubmitters Group with permission for network service and administrator, but the issue is still not resolved.

Screenshot 2023-06-06 162718

Exchange Server
Exchange Server
A family of Microsoft client/server messaging and collaboration software.
1,073 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,345 questions
Microsoft Exchange
Microsoft Exchange
Microsoft messaging and collaboration software.
387 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Shaofan Lv-MSFT 6,765 Reputation points Microsoft Vendor
    2023-06-07T07:05:40.4066667+00:00

    Hi @Ardan Zaki ,

    Have you tried moving the mailbox to another target database and see it can help?

    Besides, below are other troubleshooting steps that you could try:

    1. Disable content indexing on the target database with the command Set-MailboxDatabase <TargetDatabase> -IndexEnabled $false and then try it again.
    2. Suspend the move request for a while, and then resume it afterwards.
    3. Remove and then recreate the move request.

    Regards

    Shaofan


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment". 

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.  

     


  2. Amit Singh 4,846 Reputation points
    2023-06-08T05:56:33+00:00

    Just set the indexing to false, and then when the time is appropriate, set true. The mailbox indexing should always be true, but when migrating mailboxes may become challenging. Use this on a limited basis, as indexing should always default to true!

    Set-MailboxDatabase "your mailbox database" -IndexEnabled:$False

    Set-MailboxDatabase "your mailbox database" -IndexEnabled:$True