Hi In Project Server 2013 I'm approving a completed task. Then When the project plan should be updated the ULS logs show the following messages. It looks like something is timing out. on 30 seconds.
communication object close wrapper: exception closing communication object, System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state. Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.Close(TimeSpan timeout) 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.Close()
at Microsoft.Office.Project.Server.Library.CommunicationObjectCloseWrapper.Dispose(Boolean disposing)
PcsWorker CloseProcess: Worker [id]:72f9eb27-8c14-e311-a61f-005056992232, [Process Id]:16328, [Port]:56930, [SiteId]:5ae2b939-5c61-450a-885c-b7c703acfe42 appears to be hung, using force Kill to close
CloseProcess unhandled exception: System.TimeoutException: This request operation sent to net.tcp://localhost:56930/72f9eb27-8c14-e311-a61f-005056992232 did not receive a reply within the configured timeout (00:00:30). The time allotted to this operation may have been a portion of a longer timeout. This may be because the service is still processing the operation or because the service was unable to send a reply message. Please consider increasing the operation timeout (by casting the channel/proxy to IContextChannel and setting the OperationTimeout property) and ensure that the service is able to connect to the client. Server stack trace:
at System.ServiceModel.Dispatcher.DuplexChannelBinder.Request(Message message, 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.Office.Project.Server.BusinessLayer.PcsEngine.IPCSPipe.Close(Guid ulsCorrelation)
at Microsoft.Office.Project.Server.BusinessLayer.PcsEngine.WorkerChannel.Close(Guid ulsCorrelation)
at Microsoft.Office.Project.Server.BusinessLayer.PcsEngine.WorkerProxy.Close(Guid ulsCorrelation)
at Microsoft.Office.Project.Server.BusinessLayer.PcsEngine.PcsWorker.CloseProcess()
How should I set this timeout?
Thanks.