"Export failed using PARExport server" error on the ServiceNow cloud instancesIssue On your cloud instance (not on-premise), you must have come across error in the in the Scheduled Reports "Export failed using PARExport server" Steps to reproduce the issue: 1. Execute the below Scheduled Report2. Open the sys_email record3. Check the report that is sentReleaseAll ReleasesCauseCheck whether the following are the System Properties related to ParExport on your instance:glide.par.export.use.sk8s = falseglide.par.export.host = http://parwhtp:9999glide.par.export.snowK8s.host = https://parexport-app The System Property glide.par.export.host = http://parwhtp:9999 is generally for on-prem instances.ResolutionIf the instances are not on-premise, this configuration is not correct.The correct value for the property will be "http://parexport"So, you need to update the System Property "glide.par.export.host" to the value "http://parexport" and it resolves the issue on the instance.