Problem Note 34291: Custom style sheets might not be available after migrating from SAS® Web Report Studio 3.1 to SAS Web Report Studio 4.2
After migration, custom style sheets might not be available in SAS Web Report Studio. This problem is most likely to occur if you selected to implement restrictive policies for your Web application server when running the SAS® Deployment Wizard.
To circumvent the problem, locate the sas.restrictive.permissions.policy file, and add read permission to the location of the migrated CSS file. You add the permission to the "grant" section for SAS Web Report Studio.
For example, if your CSS file named MyStyle.css is located in C:\Tomcat41_WRS2\webapps\SASWebReportStudio, then you would add the following to the policy file:
permission java.io.FilePermission
"C:${/}Tomcat41_WRS2${/}webapps${/}SASWebReportStudio${/}MyStyle.css", "read";
|
The policy file is usually located in the conf directory of your Web application server. For example:
C:\AppServers\jboss-4.2.0.GA\server\SASServer1\conf
Restart your Web application server after making this change.
Operating System and Release Information
| SAS System | SAS Web Report Studio | z/OS | 4.2 | | 9.2 TS2M0 | |
| Microsoft® Windows® for x64 | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Datacenter Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Enterprise Edition | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows Server 2003 Standard Edition | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled Solaris | 4.2 | | 9.2 TS2M0 | |
| Microsoft Windows XP Professional | 4.2 | | 9.2 TS2M0 | |
| Windows Vista | 4.2 | | 9.2 TS2M0 | |
| 64-bit Enabled AIX | 4.2 | | 9.2 TS2M0 | |
| HP-UX IPF | 4.2 | | 9.2 TS2M0 | |
| Linux | 4.2 | | 9.2 TS2M0 | |
| Linux for x64 | 4.2 | | 9.2 TS2M0 | |
| Solaris for x64 | 4.2 | | 9.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
| Type: | Problem Note |
| Priority: | medium |
| Topic: | System Administration ==> Migration
|
| Date Modified: | 2009-03-13 15:31:11 |
| Date Created: | 2008-12-22 13:35:50 |