Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
SYMPTOM:
The default time out setting for the PDFExportService is set to 60 seconds.
After changing it to something different, users notice that the new time out is being disregarded, and that the NewExportEngine.log still shows a timeout at 60 seconds:
Request timeout: 60 seconds Response (#38): {"errorCode":408,"errorString":"Network timeout on resource.","headers": [...]CAUSE:
This is an identified defect in Strategy 10.9. The application.properties file in the PDFExportService folder contains a typo
ACTION:
This issue has been fixed in Strategy 10.11, upgrade to this version to take advantage of the fix.
WORKAROUND:
Locate the following lines:
exporter.phantoms.rendering.timeout=... exporter.phantoms.resource.timeout=...
exporter.phantomjs.rendering.timeout=... exporter.phantomjs.resource.timeout=...