SolarWinds uses cookies on our websites to facilitate and improve your online experience. By continuing to use our website, you consent to our use of cookies. For further details on cookies, please see our cookies policy.
Hide this message
The Orion® Platform Instructor-led Classes
Provided by SolarWinds® Academy, these trainings will introduce users to the Orion Platform and its features, management, and navigation. These courses are suitable for users looking to discover new tips, tricks, and ways to adapt their Orion products to better suit their monitoring needs:
Deploying the Orion Platform
Configuring Orion views, maps, and accounts
Configuring Orion alerts and reports
Reserve your seat.
This article provides brief information and steps to resolve the issue when the exported PDF from the Netflow chart does not format correctly.
All NTA versions
The issue is caused by HTTPS redirecting in IIS.
c:\inetpub\SolarWinds\web.config
(or other destination, where you store your website).w3wp.exe
process.web.config
file find the following key <add key="ExportToPDF.HttpsServerName" value=""/>
and as the value, use the name of your Orion server.
For example, <add key="ExportToPDF.HttpsServerName" value="OrionServer.com"/>
and save the file.