Network Management
Scheduled Report PDF Attachments Show Blank Page After Upgrade to SolarWinds Platform 2025.2
This article provides information about an issue where scheduled reports in PDF format appear as blank when received via email after upgrading the SolarWinds Platform to version 2025.2.
First published date
Last published date
Overview
Observed Symptoms
- Scheduled report emails contain blank PDF attachments.
- PDF exports fail silently without an error message or produce empty files.
- Relevant error messages appear in logs.
Example Log Messages:
If this issue is occurring, you may find the following entries in the logs at C:\ProgramData\SolarWinds\Logs:
OrionWebPdf logs
ERROR ExportToPdfCmd.HTMLExporter - Certificate error 'CertificateCommonNameInvalid' occurred for 'https://<YourSolarWindsServer>/Orion/Report.aspx?ReportID=...'
INFO ExportToPdfCmd.HTMLExporter - ExportToPdf OK C:\ProgramData\SolarWinds\Orion\<randomfilename>.qhr
Core Business Layer logs
INFO SolarWinds.Orion.Security.ProcessRunner - stdout: Input file does not exist --url https://<YourSolarWindsServer>:443/Orion/Report.aspx?ReportID=...
Try read settings explicitly from command line args.
SUCCESS: C:\ProgramData\SolarWinds\Orion\<filename>.qhr: Title: OrionExport
Product section
Cause
- Common Name (CN) mismatch between the certificate and the server's Fully Qualified Domain Name (FQDN).
- Missing or incomplete certificate chain (e.g., intermediate certificates not installed).
- Revocation check failure (unable to verify certificate revocation status).
Resolution
Important Security NoteDisabling certificate validation is a temporary workaround only. The recommended and secure approach is to use a properly configured, valid certificate.
|
Option 1: Use a Valid Certificate
Ensure that the certificate used for the PDF-exported content (e.g. referenced URLs, resources) is:
- Issued by a trusted CA
- Has a CN matching the resource’s FQDN
- Has a complete chain
- Has a valid revocation path
|
Important: Implementing and managing valid certificates is outside the scope of SolarWinds support. This task should be handled by your system administrator or IT security team, especially in environments with custom CA or internal PKI requirements. |
Option 2: Modify Centralized Settings
To bypass this issue, disable strict certificate checks used during the PDF export process:
- Navigate to the Advanced Configuration (Centralized Settings) page on the SolarWinds Platform server:
https://<SolarWindsServerIP>/orion/admin/advancedconfiguration/global.aspx - Search for the following settings under:
ExportToPdfCmd.ExportToPdfSettings - Disable the following options by unchecking their boxes:
- CheckOnCertificateChainErrors
- CheckOnCertificateChainErrorsAndNameMismatch
- Save the changes.
-
Search for the following settings under:
SolarWinds.Orion.Core.Actions.Settings.ActionSettings -
Disable the following options by unchecking their boxes:
-
WebPageCheckOnCertificateNameMismatch
-
WebPageCheckOnCertificateChainErrors
-
-
Save the changes.