We have an export application that selects documents and exports their contents to a pdf. It works fine so long as the document has about 50 or fewer pages. Above that level, we almost always get a "No response from server" error. However, the pages can be exported manually without any problem, so it just looks like a situation where the SDK throws an error after a specific interval of time.
Is this the case, and if so, is there a way to increase the time out interval for the DocumentExporter object? I'd be looking for something like the Search.Timeout property. For reference, we are using RA and DocumentExporter.ExportPDF.
TIA