Exchange 2016 Indexing

Marco Camparsi 21 Reputation points
2022-12-30T02:08:19.197+00:00

I seem to be having a fun time with a Database and search not working.

I followed the standard go to:

Get-Service -Name "HostControllerService","MSExchangeFastSearch" | Stop-Service  

went to DB folder and deleted the GUID.single file

Get-Service -Name "HostControllerService","MSExchangeFastSearch" | Start-Service  

and then

Get-MailboxDatabaseCopyStatus * | Sort Name | Select Name, Status, ContentIndexState  

normally it would show the database as crawling and start rebuilding the GUID dir

however it shows as healthy, no sign of a GUID and search is def not working on Outlook or OWA

Get-MailboxDatabase | Select-Object Name, IndexEnabled | Format-Table -AutoSize  

DB shows as True so indexing seems to be enabled. I'm stumped, any help would be appreciated tyia

Exchange | Exchange Server | Management
0 comments No comments
{count} votes

Accepted answer
  1. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2023-01-02T04:03:03.443+00:00

    Hi @Marco Camparsi ,

    What is the specific build or CU of your Exchange 2016?

    Please have a look at the Event Viewer to see if there's any clues out there. If you see the instance of Event 1012, it's suggested to follow the instructions in the blog below and check the result:
    Exchange 2013: FAST Search Technology Failed
    (The blog talks about Exchange 2013, but it can be applied to Exchange 2016 as well.)

    In case the issue persists, you can also try creating a new mailbox database, moving one of the user mailboxes there and see if search can work properly.


    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.

    1 person found this answer helpful.

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.