Proof View Troubleshooting

Some of the most common errors encountered when generating proof views and PDFs from the Proof View component are listed below.

Cannot Fetch Proof

If you cannot generate a proof view or PDF, you will typically receive an 'Error fetching proof' message like this one:

If you receive this error, one of more of the following issues may be the cause:

See the InDesign Queues topic here for more information on monitoring and troubleshooting the InDesign server.

One such scenario is if SSL is activated on your system. If so, then the following properties must be added to your sharedconfig.properties file. If you are not using SSL on your system, these properties are not needed. (Note that the values provided after the = sign below are sample values only.)

Portal.Publishing.ProxyPort=443
Portal.Publishing.ProxyHost=https://aws-poc3.scloud.stibo.com
Portal.ProofView.ProxyPort=443
Portal.ProofView.ProxyHost=https://aws-poc3.scloud.stibo.com

Another instance in which proof view configuration properties may be needed is to control how PDFs display in Web UI proof views. See the below subsection 'PDF Does not Display or Download in Web UI' for more information.

Additional proof view configuration properties and their descriptions can be viewed on the Configuration tab of your Admin Portal. For more information, see the Configuration topic in the Administration Portal documentation here.

Images not Visible in Proofs / PDFs

If you cannot see images in your proof views, one or more of the following issues may be the cause:

PDF Does not Display or Download in Web UI

If the configuration property Portal.Security.ResponseHeader.XFrameOptions is set to DENY (the default), then the PDF will always be displayed in a pop-up. To always display the PDF in a frame within the proof view, deselect the 'Use Pop-up Window' checkbox and set XFrameOptions to SAMEORIGIN. However, configuration properties are typically not needed to generate and display PDFs in proof views,