Overview
This SAS KB article explains how to gather diagnostic information about a SAS Visual Analytics print request beginning with release 8.4. Typically, you would gather this information only as requested by SAS Technical Support.
Note: The print debug package does include the same query results that would be seen in the PDF. If you do not want to share the data, then do not create the package.
Enable the Debug Property
- Log on to SAS® Environment Manager as an Administrator.
- In the left pane, select System ► Configuration
- To the right, select View ► All services.
- Enter report in the filter field to narrow the list to include Report Renderer service.
- Select Report Renderer service to see the properties on the right.
- Expand just sas.reportrenderer.debug and click the Edit button.
- Click Add Property and enter the following values:
-
- Name: enablePackageDebug
- Value: true
- Click Save.
- Click Save again.
- Wait 30 seconds.
Capture the Print Debug Package
- Log on to SAS Visual Analytics and open a blank report in edit mode.
- Press CTRL+ALT+D. You should briefly see this message.

- Open the report with the printing problem.
- Open the browser tools and view the Network tab.
- Attempt to print the report.
- On the Network tab, do the following:
- In the upper left, enter renderer in the Filter field.
- Select the last line that begins with reportRenderer/reports?packageUri=/reportPackages .
- On the right, click Headers, and scroll down to the Response Headers section.
- In the Response Headers section, you should see this entry: VAT-Debug-Content-Location.
Note: If you do not see this entry, then make sure you are in the Response Headers section. If you are in the correct section, but the VAT-Debug-Content-Location does not appear, then the package probably could not be created. This can happen if printing fails at the package-creation step rather than the renderer step. If this occurs, then let SAS Technical Support know that you could not capture the package.
-
- Copy the path for VAT-Debug-Content-Location. It begins with /files/files/…

- In the URL bar in the browser, clear everything after the server name and append the URL that you copied from the Headers window, as shown in the following display:

- Submit this URL.
- At the bottom of the browser window (usually lower left corner), you will either see a ZIP file called content.zip, or, if you are using SAS Visual Analytics on 202x.x, then a ZIP file named for your report might open on your desktop automatically.
- Send the generated ZIP file to your SAS Technical Support track.