ABOUT ME

-

Today
-
Yesterday
-
Total
-
  • Exchange server 검색중 오류가 발생하였습니다. 나중에 다시 시도하세요.
    카테고리 없음 2023. 11. 19. 20:34
    반응형

    Event ID 1012

     

     

    Exchange 2013: FAST Search Technology Failed

    Recently one of the Exchange servers had an unforeseen reboot and after that, the content index state would not go healthy but kept reporting as failed. In event viewer, the following was logged every few minutes:

    Event ID: 1012

    Description:
    Exchange Server Information Store has encountered an error while executing a full-text index query ("eDiscovery search query execution on database <guid> failed."). Error information: System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://localhost:3847/. The connection attempt lasted for a time span of 00:00:02.0821592. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:3847. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:3847

    Solution:

    To fix this we have to go through a few steps.

    • Stop the Microsoft Exchange Search and Microsoft Exchange Search Host Controller services.

    Navigate to the following directory:

    • C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data\Nodes\Fsis

    Delete all the files in the Fsis folder (make a backup just-in-case).

    Open up the Exchange Management Shell (Elevated):

    • Navigate to directory C:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\Installer

    Run the following command. It will re-create the folders we deleted:

    • .\installconfig.ps1 -action I -datafolder "c:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data"

    After this command has completed, start the search service. You can force AD Replication or wait for it. After that it should report in event viewer that indexing has started successfully.

    If the above didn't work then you will need to uninstall the search component and then re-install it. First stop the services again.

    Uninstall:

    • .\installconfig.ps1 -action U -datafolder "c:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data"

    Re-install:

    • .\installconfig.ps1 -action I -datafolder "c:\Program Files\Microsoft\Exchange Server\V15\Bin\Search\Ceres\HostController\Data"

    Start the services again and then monitor the event log for indexing has started and completed successfully. You can also check by running a Get-MailboxDatabaseCopyStatus in the EMS to view the content index state.

     

     

    Exchange Server 2013의 경우에는 메일 인덱스를 다시 구성할 수 있도록 파워셸이 마련되어 있다. 아래의 자료를 참고해서 문제를 해결할 수 있다.

    https://activedirectoryfaq.com/2014/05/owa-search-not-working-the-action-couldnt-be-completed/

    반응형
Designed by Tistory.