Installation Instructions for Hot Fix E29004

Windows


Hot fix E29004 addresses the issue(s) in SAS Risk Management for Banking 3.1 on Windows as documented in the Issue(s) Addressed section of the hot fix download page:

http://ftp.sas.com/techsup/download/hotfix/HF2/E29.html#E29004


E29004 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.

E22002 for SAS Asset and Liability Management for Banking Server 3.1
E23002 for SAS Credit Risk for Banking Server 3.1
G26001 for SAS Firmwide Risk for Banking Server 3.1
G27001 for SAS Market Risk for Banking Server 3.1
I82001 for SAS Risk Management for Banking Mid-Tier 3.1
E20005 for SAS Risk Management for Banking Server 3.1

Before applying this hot fix, follow the instructions in SAS Note 35968 to generate a SAS Deployment Registry report, then verify that the appropriate product releases are installed on your system. The software components and release numbers should match the list of software components updated by the individual hot fix installers.


IMPORTANT NOTES

  1. Files delivered in this hot fix will be backed up during the installation process. However, it is good general practice to back up your system before applying updates to software.

  2. You must have Administrator Privileges on your CLIENT or SERVER machine.

  3. All currently active SAS sessions, daemons, spawners and servers must be terminated before applying this hot fix.

  4. This hot fix should be installed using the same userid who performed the initial software installation.


INSTALLATION

This hot fix must be installed on each machine where the updated components of the product, listed above, are installed. The installation process will determine which components of SAS Risk Management for Banking 3.1 are installed on each machine, and apply the appropriate updates.

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 E29004wn.exe.

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.

This will initiate the installation wizard, which will guide you through the hot fix installation process.

Note: If your Windows operating system is Windows Vista, Windows 7 or Windows Server 2008, it may be necessary to "right-click" E29004wn.exe and select "Run as administrator".

See the Maintenance Install Tool (MIT) Usage Guide for more details on the installation of hot fixes.


The content of this hot fix is listed in the hot fix manifest.


This completes the installation of E29004. You must perform any "Post-Installation Instructions" documented below to successfully complete the deployment of this hot fix.


POST-INSTALLATION INSTRUCTIONS

For each product installed, click the link to be redirected to post-installation instructions.

E22002 for SAS Asset and Liability Management for Banking Server 3.1
E23002 for SAS Credit Risk for Banking Server 3.1
G26001 for SAS Firmwide Risk for Banking Server 3.1
G27001 for SAS Market Risk for Banking Server 3.1
I82001 for SAS Risk Management for Banking Mid-Tier 3.1
E20005 for SAS Risk Management for Banking Server 3.1


E22002 for SAS Asset and Liability Management for Banking Server 3.1

NONE


E23002 for SAS Credit Risk for Banking Server 3.1

NONE


G26001 for SAS Firmwide Risk for Banking Server 3.1

NONE


G27001 for SAS Market Risk for Banking Server 3.1

NONE


I82001 for SAS Risk Management for Banking Mid-Tier 3.1

Re-build and Re-deploy Web Application

This hot fix requires that the WebApp be rebuilt and redeployed. Use the following steps to perform this post-installation task:

Step 1: Re-build Web Application

In order for this step to execute correctly, the Metadata Server must be running.

1.1 Invoke the SAS Deployment Manager 9.2

From the SASDeploymentManager directory launch config.exe.
SAS Deployment Manager is installed in the following default location:

<SASHOME>\SASDeploymentManager\9.2

1.2 Select a language in the Choose Language box

1.3 Select Rebuild Web Applications

1.4 Select Configuration Directory or Enter the Configuration Directory and Level that needs to be updated

1.5 Specify Connection Information, including the sasadm User ID and Password

1.6 Select Risk Management for Banking 3.1 as the Web Application to Rebuild

1.7 Verify the information on the Summary screen and select Start

1.8 Select Finish when the deployment is complete

This process will update the Risk Management for Banking ear in <SASCONFIGDIR>\Web\Staging.
A backup of the original ear file will be placed in the directory below:

<SASCONFIGDIR>\Web\Staging\Backup

Step 2: Re-deploy Web Applications

Re-deploy the web applications based on the instructions for the web application server you are using.



E20005 for SAS Risk Management for Banking Server 3.1

Follow the steps below to regenerate the Solution Data Mart (SDM):

  1. Locate the create_solution_data_mart.sas file in your install: in a typical install, the macro resides under SASHOME\rmbcomnsvr\sasmisc\solution_data_mart
  2. Open the create_solution_data_mart.sas file in a BASE SAS session on the installation server (where the SAS code resides)
  3. Scroll to the bottom of the macro file and comment out the following line:
    %create_solution_data_mart(soln_data_mart_dir=&sysparm);
  4. Compile the macro in the SAS session by clicking the Submit button on the menu
  5. After successful compilation, execute the following macro below:
    %create_solution_data_mart(soln_data_mart_dir=<complete path to indata directory in your install>);
    Example of indata path: <CONFIGDIR>\AppData\SASRiskManagementForBanking/2.1/indata
  6. Check the SAS log for successful execution of the preceeding macro.

    In addition, complete the following for any existing playpens that use private entity data marts, or for any shared entity data marts.

  7. Login to Risk Management for Banking 3.1
  8. Select File > Select Entity, choose an entity from the list, and click OK.
  9. Re-create any private playpens or the shared data mart for that entity.
    If you are re-creating a playpen that uses a private entity data mart, select File > Manage Playpens from the menu, and for each playpen you are re-creating, follow instructions for creating a playpen that uses a private entity data mart. Any private playpens created prior to the re-creation of the solution data mart cannot receive updates that have been applied to the solution data mart.

    If you are re-creating a shared entity data mart, select File > Manage Shared Data Mart from the menu, and click Change to update the existing shared data mart. (Playpens that use the shared data mart do not require re-creation.)
  10. Repeat steps 8 and 9 for each Entity

    The following steps update sample data in SAS Risk Reporting Repository - RRR:

  11. Back up the location where current RRR data reside
  12. Follow the instruction of sample reporting data creation in the Create SAS Risk Reporting Repository Sample Data section on page 63 of the SAS Risk Management for Banking 3.1 Administrator’s Guide. Note user can now specify location and mode (OVERWRITE or APPEND) directly in the call of the "rmb_batch_create_rrr_sample_data" instead of the steps 3 and 4 in the original instruction.


This completes the installation of hot fix E29004 on Windows.