Sever 2012 r2 error 1009 Need Assistance.

Ok so I followed your blog it seemed to help a little but now i get (Below) which is shorter lol

The indexing of mailbox database Mailbox Database 1335734779 encountered an unexpected exception. Error details: Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---> Microsoft.Exchange.Search.Fast.FastConnectionException: Connection to the Content Submission Service has failed.
   at Microsoft.Exchange.Search.Fast.FastFeeder.Initialize()
   at Microsoft.Exchange.Search.Fast.Factory.InternalCreateFastFeeder(ISearchServiceConfig config, String indexSystemFlow, String indexSystemName, String instanceName, Int32 numberOfSessions)
   at Microsoft.Exchange.Search.Engine.SearchFeedingController.InitializeFastFeederAndWatermarkStorage()
   at Microsoft.Exchange.Search.Engine.SearchFeedingController.InternalExecutionStart()
   at Microsoft.Exchange.Search.Core.Common.Executable.InternalExecutionStart(Object state)
   --- End of inner exception stack trace ---
   at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
   at Microsoft.Exchange.Search.Engine.SearchRootController.ExecuteComplete(IAsyncResult asyncResult)

Hi ,

Thank you for your question.

This issue may occur if the search platform tries to check its membership in a security group that is named "ContentSubmitters." This group is not created by the search platform or by Exchange Server 2013 and is therefore not usually present. Although the check usually fails silently, without any consequences, an exception sometimes occurs. This causes the search component to fail.

To resolve the issue, do the following:

  1.        Create a new Active Directory group that is named "ContentSubmitters" and then grant Admistrators and NetworkService full access to the group. This is a dummy group and should be used as a placeholder only. You might want to add a description so that the group is not removed.
  2.        Force or wait for Active Directory replication.
  3.        Restart the following services:

          Microsoft Exchange Search

          Microsoft Exchange Search Host Controller

If there are any questions regarding this issue, please be free to let me know.

Best Regard,

Jim


June 17th, 2015 4:18am

How do i force Active Directory replication? 

Hi ,

We could refer to the following link to force AD replication:

https://technet.microsoft.com/en-us/library/cc816926(v=ws.10).aspx

If there are any questions regarding this issue, please be free to let me know.

Best Regard,

Jim


Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 7:19am

Hi there everyone im 100% new to windows servers have very little experience with trouble shooting server errors. I got dropped in to a position due to current tech leaving. I have a reoccurring error 1009 MSExchangeFastSearch which keep happening every minutes.  Like i said i have very little experience with servers or where anything is. Just looking for some help to fix this.

The indexing of mailbox database Mailbox Database 1335734779 encountered an unexpected exception. Error details: Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---> Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://localhost:3847/. The connection attempt lasted for a time span of 00:00:02.0469130. 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
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.ServiceModel.Channels.SocketConnectionInitiator.ConnectAsyncResult.OnConnect(IAsyncResult result)
   --- End of inner exception stack trace ---

Server stack trace: 
   at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
   at System.ServiceModel.Channels.CommunicationObject.EndOpen(IAsyncResult result)

Exception rethrown at [0]: 
   at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
   at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
   at System.ServiceModel.ICommunicationObject.EndOpen(IAsyncResult result)
   at Microsoft.Exchange.Search.OperatorSchema.PagingImsFlowExecutor.CreateProxy()
   at Microsoft.Exchange.Search.OperatorSchema.PagingImsFlowExecutor.AcquireProxy()
   at Microsoft.Exchange.Search.OperatorSchema.PagingImsFlowExecutor.ExecuteServiceCall(IProcessingEngineChannel& serviceProxy, Action`1 call, Int32 retryCount)
   at Microsoft.Exchange.Search.OperatorSchema.PagingImsFlowExecutor.ExecuteAndReadPage(QueryParameters parameters, String outputName)
   at Microsoft.Exchange.Search.OperatorSchema.PagingImsFlowExecutor.GetHitCount(QueryParameters parameters)
   at Microsoft.Exchange.Search.OperatorSchema.PagedReader.get_Count()
   at Microsoft.Exchange.Search.Fast.ExchangeQueryExecutor.RunUnderExceptionHandler[T](Func`1 call, IDiagnosticsSession session, String flowName)
   --- End of inner exception stack trace ---
   at Microsoft.Exchange.Search.Fast.ExchangeQueryExecutor.RunUnderExceptionHandler[T](Func`1 call, IDiagnosticsSession session, String flowName)
   at Microsoft.Exchange.Search.Fast.ExchangeQueryExecutor.ExecutePagedQueryByDocumentId(String flowName, String query, Guid tenantId, IndexSystemField[] extraFieldsToReturn, Int64 startingDocId, Int32 maxResults)
   at Microsoft.Exchange.Search.Fast.FailedItemStorage.GetPoisonDocuments()
   at Microsoft.Exchange.Search.Engine.DocumentTracker.Initialize(IFailedItemStorage failedItemStorage)
   at Microsoft.Exchange.Search.Engine.SearchFeedingController.InitializeFastFeederAndWatermarkStorage()
   at Microsoft.Exchange.Search.Engine.SearchFeedingController.InternalExecutionStart()
   at Microsoft.Exchange.Search.Core.Common.Executable.InternalExecutionStart(Object state)
   --- End of inner exception stack trace ---
   at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
   at Microsoft.Exchange.Search.Engine.SearchRootController.ExecuteComplete(IAsyncResult asyncResult)

June 17th, 2015 11:03am

It appears that this fixed the error. Active Directory replication must have auto started. I have not receive it in the past 16hrs. :) Thank you all for your help and support.

Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 11:40am

Hi

You can look at my blog regarding this error and the fix:

https://collaborationpro.com/exchange-2013-fast-search-technology-failed/

June 17th, 2015 1:38pm

Ok so I followed your blog it seemed to help a little but now i get (Below) which is shorter lol

The indexing of mailbox database Mailbox Database 1335734779 encountered an unexpected exception. Error details: Microsoft.Exchange.Search.Core.Abstraction.OperationFailedException: The component operation has failed. ---> Microsoft.Exchange.Search.Fast.FastConnectionException: Connection to the Content Submission Service has failed.
   at Microsoft.Exchange.Search.Fast.FastFeeder.Initialize()
   at Microsoft.Exchange.Search.Fast.Factory.InternalCreateFastFeeder(ISearchServiceConfig config, String indexSystemFlow, String indexSystemName, String instanceName, Int32 numberOfSessions)
   at Microsoft.Exchange.Search.Engine.SearchFeedingController.InitializeFastFeederAndWatermarkStorage()
   at Microsoft.Exchange.Search.Engine.SearchFeedingController.InternalExecutionStart()
   at Microsoft.Exchange.Search.Core.Common.Executable.InternalExecutionStart(Object state)
   --- End of inner exception stack trace ---
   at Microsoft.Exchange.Search.Core.Common.Executable.EndExecute(IAsyncResult asyncResult)
   at Microsoft.Exchange.Search.Engine.SearchRootController.ExecuteComplete(IAsyncResult asyncResult)

Free Windows Admin Tool Kit Click here and download it now
June 17th, 2015 3:57pm

How do i force Active Directory replication? 

June 17th, 2015 4:23pm

Open up active directory sites and services, expand the site, servers and then the DC and right click on NTDS Settings and then click on replicate to and from this DC.
Free Windows Admin Tool Kit Click here and download it now
June 18th, 2015 1:24am

did you start the search services again and then wait for the indexing to start, sometimes takes up to 15 min
June 18th, 2015 2:28am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics