Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
In Strategy 10.6 a new standalone export engine service was introduced with new capabilities that enhance the ability to share dashboards in PDF format. The new export engine is used when exporting Visual Insight dashboards and dossiers to PDF. Exporting documents or non-PDF formats will still use the old export engine built into the Intelligence Server.
The following is a list of common troubleshooting questions that can be asked when using this new feature:
1. Does the new export engine need connection to the web server?
Yes, the export engine service will request resources like JS/CSS/Images files from Web Server
The new export engine can be installed on a separate machine as long as it is able to connect and communicate with the Intelligence server on port 20100.
NOTE:
For customers with a ASP web server and linux Intelligence server. custom visualizations and images will fail the export because when these resources are requested from the web server it fails authentication.
Workaround:
2. How does the new export engine handle ESRI Maps?
The new export engine must be able to reach out to the arcgis servers and download the basemaps in order to generate the pdf. The work flow in regards to connectivity is similar to KB46526
3. What time out settings affect the export?
While exporting with New Exporting Engine, if you get an error page with the following text:
An error has occurred on this page. Your request has timed out. Please try again later.

4. How do you know if the export engine is started?
While attempting to export if you get the following error message displayed on the page:
<div name="appErrBox" id="appErrBox" class="mstrAlert"> <div class="mstrAlertTitle">An error has occurred on this page.</div> <div class="mstrAlertMessage">()<br/></div></div>
KB323707