EducationSoftwareStrategy.com
StrategyCommunity

Knowledge Base

Product

Community

Knowledge Base

TopicsBrowse ArticlesDeveloper Zone

Product

Download SoftwareProduct DocumentationSecurity Hub

Education

Tutorial VideosSolution GalleryEducation courses

Community

GuidelinesGrandmastersEvents
x_social-icon_white.svglinkedin_social-icon_white.svg
Strategy logoCommunity

© Strategy Inc. All Rights Reserved.

LegalTerms of UsePrivacy Policy
  1. Home
  2. Topics

KB441811: How to start and stop the MicroStrategy PDF Exporter service in MicroStrategy 10.6 and higher versions on Windows and Linux


David Currin

Quality Engineer, Senior • MicroStrategy


This article discusses how to start and stop the MicroStrategy PDF Exporter service in MicroStrategy 10.6 and higher versions

Starting with the release of Strategy ONE (March 2024), dossiers are also known as dashboards.
Beginning in Strategy 10.6, a new micro-service called Strategy PDF Exporter (also known as New Export Engine or NEE) has been added to support exporting from Visual Insight / Dossier to PDF format.  This service runs as a separate process that will be automatically installed, configured, and started during Intelligence Server installation and which can be controlled independently of the main Intelligence Server process.  This Knowledge Base article will describe how to manually start, stop, and check the status of the service.

Linux


Strategy PDF Exporter is a Java-based process, so when viewing a list of running processes as in with the ps command it will show up as a java executable.  The full path of the executable will contain a subdirectory named PDFExportService, so this can be used to distinguish the process from other java processes.

ka0PW0000001JUbYAM_0EM44000000Qqka.png

To check the status of the service, the mstrctl command can be used as with the Intelligence Server process.
 


# <MSTR_HOME>/bin/mstrctl -s PDFExportService gs

ka0PW0000001JUbYAM_0EM44000000Qqkf.png

Similarly, the service may be stopped and started with the mstrctl command.
 


# <MSTR_HOME>/bin/mstrctl -s PDFExportService stop
# <MSTR_HOME>/bin/mstrctl -s PDFExportService start

Beginning in Strategy 10.11, the PDF Exporter service can also be started, stopped, and configured via Strategy Service Manager if a GUI is available.  See KB440455: New feature in MicroStrategy 10.11: PDF Exporter service configuration via Service Manager  for more information.

 Windows


On Windows, the PDF Exporter service is controlled through the Windows Services dialog (services.msc).  The name (and short name) of the service is:
Strategy PDFExport Service (MSTR_PDFExport)
The service can be started and stopped using the controls provided by the Windows Services dialog.

ka0PW0000001JUbYAM_0EM44000000QqlT.png

As with Linux, the PDF Exporter service can also be controlled by Strategy Service Manager in Strategy 10.11 and higher versions.
  KB441811


Comment

0 comments

Details

Knowledge Article

Published:

September 18, 2018

Last Updated:

March 21, 2024