Posts

Showing posts from February 8, 2019

Tridion 2013 SP1 Core service timeout with frequent requests

Image
up vote 3 down vote favorite We have a problem whereby after making a certain (larger) number of requests to the Core Service, the requests begin to time out with the following message: The request channel timed out while waiting for a reply after 00:01:00. Increase the timeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout. The failure is on: Tridion.ContentManager.CoreService.Client.ISessionAwareCoreService.Read(String id, ReadOptions readOptions) When initializing the core service client we do this: ISessionAwareCoreService coreServiceClient = factory.CreateChannel(); I suspect, given other posts, that the problem is that the coreServiceClient is not disposed of once we've finished with it, and thus we get to a point where we are unable to c