Hot fix D26016 addresses the issue(s) in SAS Web Report Studio 4.3 on 64-bit Enabled Solaris as documented
in the Issue(s) Addressed section of the hot fix download page:
http://ftp.sas.com/techsup/download/hotfix/HF2/D26.html#D26016
When downloading SAS 9.2 hot fix packages, you must choose to Save the hot fix to disk, then execute the install from the saved location. Attempting to install a hot fix directly from the download page results in the error documented in SAS Note 37104.
Verify that the installation binary has execute permission. If it does not, use the chmod command to make it executable.
$> chmod 755 D26016s6.bin2. Set your $DISPLAY environment variable
export DISPLAY=<your_node_name>:03. Execute D26016s6.bin
<path_to_downloaded_file>/D26016s6.binFor example:
./D26016s6.bin
See the Maintenance Installation Tool
(MIT) documentation for more details on the installation of hot fixes.
The content of this hot fix is listed in the hot fix manifest.
Step 1: Re-build Web Applications
In order for this step to execute correctly, the Metadata Server must be running.
1.1 Set the DISPLAY environment variable, for example
$ export DISPLAY=<displayname>:0
1.2 Invoke the SAS Deployment Manager 9.2
From the SASDeploymentManager directory execute config.sh, for example
$ cd <SASHOME>/SASDeploymentManager/9.2
$ ./config.sh
1.3 Select a language in the Choose Language box
1.4 Select Rebuild Web Applications
1.5 Select Configuration Directory or Enter the Configuration Directory and Level that needs to be updated
1.6 Specify Connection Information, including the sasadm User ID and Password
1.7 Select Web Report Studio 4.3 as the Web Application to Rebuild
1.8 Verify the information on the Summary screen and select Start
1.9 Select Finish when the deployment is complete
This process will update the Web Report Studio ear in <CONFIGDIR>/Lev1/Web/Staging and
place the updated exploded ear in <CONFIGDIR>/Lev1/Web/Staging/exploded. The Web Report Studio
ear includes:
Step 2: Re-deploy Web Applications
2.1 Re-deploy the updated ear listed above to the web application server you are using based on the instructions appropriate for your web application server. See SAS 9.2 Intelligence Platform Web Application Administration Guide, Chapter 8, for more details.
Step 3: Review SAS Notes
3.1 After the installation of this hot fix, please review the following SAS Notes for details on changes that are required to take advantage of the fix.
SAS Note 39955 VisualTotals and other calculated members might return unexpected values in OLAP-based reporting3.2 The solve order option described in these notes must be applied to calculated members and measures which produce unexpected results. Solve order defines the order of operation for calculations.
http://support.sas.com/kb/39955SAS Note 40007 Understanding solve order in SAS OLAP cubes
http://support.sas.com/kb/40007SAS Note 40029 Semi-additive measures can produce unexpected results when used with VisualTotals and calculations requiring a dimension reference
http://support.sas.com/kb/40029SAS Note 39734 Pie chart legend includes values that are combined into the Other slice for OLAP-based SASŪ Web Report Studio reports
http://support.sas.com/kb/39734SAS Note 40621 Column values might wrap or display vertically when displaying UTF-8-encoded data in SASŪ Web Report Studio
http://support.sas.com/kb/40621
This completes the installation of hot fix D26016 on 64-bit Enabled Solaris.