We're using EWS in a windows environment from a .NET desktop application. Every now and then (almost 30%) while trying to access nodes using the GetNode or ListNodes option we get the "could not access server" exception.
Retrying the request usually solves the problem.
Has anyone else seen this behaviour/knows the reason behind it?
Thanks!
I'm attaching the Stack Trace below:
System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: Could not access server (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is:
OpenText.Livelink.Service.Core.ServiceException: Could not access server
at OpenText.Livelink.Service.Core.ExceptionUtil.handleException(Exception ex)
at OpenText.Livelink.Service.DocMan.DocumentManagement.ListNodes(Int32 parentID, Boolean partialData)
at OpenText.Livelink.Service.DocMan.DocumentManagement_WCF.ListNodes(ListNodesRequest request)
at SyncInvokeListNodes(Object , Object[] , Object[] )
at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage5(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage4(MessageRpc& rpc)
at System.ServiceModel.Dispatcher.ImmutableDispatchRuntime.ProcessMessage3(MessageRpc& rpc)
at System.Ser...).