Hello!
Exchange 2013, 4 mailbox servers,1 DAG. I have 4 database, each DB present in 2 copy.
On my second Mailbox server 1 have 2 passive copy of base DB1, DB2. For DB1 i have content index state - "Unknown". For DB2 i have content index state - "Health"
Name Status
CopyQueue ReplayQueue LastInspectedLogTime ContentIndex
Length Length State
---- ------
--------- ----------- -------------------- ------------
DB2\MBX-00-02 Healthy
0 1 2/17/2014 11:02:47 AM Healthy
DB1\MBX-00-02 Healthy
0 1 2/17/2014 11:02:45 AM Unknown
For DB1 i don't even have a index catalog. For DB2 I have index catalog, but the folder's dates are two month old and don't update(look at screenshot). The last update 24-12-2013.
![]()
I don't install update http://support.microsoft.com/kb/2879739 , al least
manually . As i figure out, i suspect by date of my index folder and last systemboot time(24-02-2014) of the server is match. I have got all security updates already installed on the server by command "
wmic qfe get /format:csv >C:\updates.csv" and i don't found any update like 2874216 which as i know can cause problem like that.
But i found that in this day where installed update kb2761936 on two servers(Mailbox1 , Mailbox2). But the problem exist only on my problem server Mailbox2.
What i have already tried:
1. Restart services
2. Try to telnet localhost 3803 . On problem Mailbox server - no answer. On other Mailbox servers - this port is okey and i get answer.
3. Check register for right register like in this articlehttp://support.microsoft.com/kb/2879739
What i will try to do:
1. Restart server Mailbox2
2. Create new database and check content index state.
3. May be delete kb2761936 update(if it possible)
Any additional help will be useful.
In application log i founded 2 errors:
event ID 1010
An operation attempted against a FAST endpoint exprienced an exception. This operation may be retried. Error details: Microsoft.Exchange.Search.Fast.PerformingFastOperationException: An Exception was received during a FAST operation. ---> System.ServiceModel.EndpointNotFoundException:
Could not connect to net.tcp://localhost:3803/Management/AdminService. The connection attempt lasted for a time span of 00:00:02.0467413. TCP error code 10061: No connection could be made because the target machine actively refused it 127.0.0.1:3803.
---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:3803
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.SocketConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.BufferedConnectionInitiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper.EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSessionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.CallOnceManager.CallOnce(TimeSpan timeout, CallOnceManager cascade)
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
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 Microsoft.Ceres.CoreServices.Admin.IAdminServiceManagementAgent.get_IsPendingReconfiguration()
at Microsoft.Exchange.Search.Fast.IndexManagementClient.PerformFastOperation[T](Func`1 function, String eventLogKey)
--- End of inner exception stack trace ---
And also Event ID 1010:
An operation attempted against a FAST endpoint exprienced an exception. This operation may be retried. Error details: Microsoft.Exchange.Search.Fast.PerformingFastOperationException: An Exception was received during a FAST operation. ---> System.ServiceModel.CommunicationObjectAbortedException:
The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it has been Aborted.
Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
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 Microsoft.Ceres.SearchCore.Admin.IIndexControllerManagementAgent.get_IndexSystemNames()
at Microsoft.Exchange.Search.Fast.IndexManager.<GetCatalogs>b__1a()
at Microsoft.Exchange.Search.Fast.IndexManagementClient.PerformFastOperation[T](Func`1 function, String eventLogKey)
--- End of inner exception stack trace ---