Hot fix D48003 addresses the issue(s) in SAS Portal and Portlets 4.3 on HP-UX IPF as documented
in the Issue(s) Addressed section of the hot fix download page:
http://ftp.sas.com/techsup/download/hotfix/HF2/D48.html#D48003
D48003 is a "container" hot fix that contains the following "member" hot fixes which will update the software components
as indicated. See the Container Hot Fixes section in the
Maintenance Install Tool (MIT) Usage Guide
for more information about container hot fixes.
D37003 for SAS BI Portlets 4.3
D36003 for SAS Information Delivery Portal 4.3
If the updated components of this product are installed on multiple operating systems, you must download the hot fix for the appropriate operating system(s) and follow the installation instructions provided to complete the deployment of this hot fix.
The installer downloaded is D48003hx.bin.
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.
To install the hot fix:
1. Verify that the installation binary has execute permission. If it does not, use the chmod command to make it executable.
$> chmod 755 D48003hx.bin2. Set your $DISPLAY environment variable
export DISPLAY=<your_node_name>:03. Execute D48003hx.bin
<path_to_downloaded_file>/D48003hx.binFor example:
./D48003hx.bin
See the Maintenance Install Tool (MIT) Usage Guide for more details on the installation of hot fixes.
This completes the installation of D48003. You must perform any "Post-Installation Instructions" documented below
to successfully complete the deployment of this hot fix.
For each product installed, click the link to be redirected to post-installation instructions.
D37003 for SAS BI Portlets 4.3
D36003 for SAS Information Delivery Portal 4.3
D37003 for SAS BI Portlets 4.3
This hot fix requires post-installation steps that will update the web application deployed to your application server.
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 SAS BI Portlets 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 sas.biportlets4.3.ear files in <CONFIGDIR>\Lev1\Web\Staging.
A backup of the original ear files will be placed in the Backup directory.
Step 2: Re-deploy Web Applications
2.1 Re-deploy the web applications based on the instructions in SAS Web Application Administration Guide, Chapter 8, for the web application server you are using.
SAS Information Delivery Portal 4.3
This hot fix requires post-installation steps that will update the web application deployed to your application server.
Step 1: Re-build Information Delivery Portal PAR Files
In order for this step to execute correctly, the Metadata Server must be running.
1.1 Open a Windows Command Prompt
1.2 Setup the environment by issuing the following commands:
cd <CONFIGDIR>\Lev1\Utilities export TWELVEBYTE=javaportal export STDLOGNAME=<CONFIGDIR>/Lev1/Logs/Configure/javaportal_RebuildSASPARs.log export LEVEL_ROOT=<CONFIGDIR>/Lev1
1.3 Re-build the PAR files
launchconfigtarget.sh -f <SASHOME>/SASInformationDeliveryPortal/4.3/Config/javaportal_config.xml -Doma.person.admin.login.userid="sasadm@saspw" -Doma.person.admin.login.passwd="xxxxxx" -Dmetadata.connection.userid="sasadm@saspw" -Dmetadata.connection.passwd="xxxxxx" -Doma.authenticationdomain.name="DefaultAuth" RebuildSASPARsThis process will update the sas.*.par files in <CONFIGDIR>\Lev1\Web\Applications\SASPortlets4.3\Deployed.
1.4 Verifying update
After executing the script in step 1.3, you must review the javaportal_RebuildSASPARs.log
file in <CONFIGDIR>/Lev1/Logs/Configure
to make sure no errors occurred and the script executed successfully.
Step 2:(Optional) Update metadata properties used by WebDAV files in the Portal
See instructions in SAS Note 41845
Step 3: Re-build Web Applications
In order for this step to execute correctly, the Metadata Server must be running.
3.1 Set the DISPLAY environment variable, for example
$ export DISPLAY=<displayname>:0
3.2 Invoke the SAS Deployment Manager 9.2
From the SASDeploymentManager directory execute config.sh, for example
$ cd <SASHOME>/SASDeploymentManager/9.2
$ ./config.sh
3.3 Select a language in the Choose Language box
3.4 Select Rebuild Web Applications
3.5 Select Configuration Directory or Enter the Configuration Directory and Level that needs to be updated
3.6 Specify Connection Information, including the sasadm User ID and Password
3.7 Select SAS Information Delivery Portal 4.3 as the Web Application to Rebuild
3.8 Verify the information on the Summary screen and select Start
3.9 Select Finish when the deployment is complete
This process will update the sas.portal4.3 ear file and sas.packageviewer4.3 ear file in <CONFIGDIR>\Lev1\Web\Staging.
A backup of the original ear files will be placed in the Backup directory.
Step 4: Re-deploy Web Applications
Re-deploy the web applications based on the instructions in SAS Web Application Administration Guide, Chapter 8, for the web application server you are using.
Step 5: Update Portal Promotion Files
Copy all files
FROM:Note: Installation creates backup of the files here:
<SASHOME>/SASInformationDeliveryPortal/4.3/Static/apps/PortalPromotion/920
TO:
<SAS_CONFIG>/Lev1/Web/Applications/SASPortal4.3/PortalPromotion
<SASHOME>/SASInformationDeliveryPortal/4.3/maintenance/javaportal_4.3_M0_HFD36001/SASHome/xx/SASInformationDeliveryPortal/4.3/Static/apps/PortalPromotion/920
This completes the installation of hot fix D48003 on HP-UX IPF.