INSTALLATION INSTRUCTIONS FOR HOT FIX 31HR07 ON SOLARIS BEFORE DOWNLOADING: The hot fix 31HR07 addresses the issue(s) in Release 3.1 of HR Vision software on SOLARIS as documented in the "Issue(s) Addressed" section of the hot fix download page: http://ftp.sas.com/techsup/download/hotfix/hr_vision31.html IMPORTANT NOTE(S): 1. You must have HR Vision Release 3.1 installed on your system before applying this hot fix. 2. Hot Fix 31HR07 can be safely applied to a system running any previously installed HR Vision Release 3.1 hot fixes. 3. Before extracting the contents of this hot fix into the appropriate area, you should create back-up copies of your application and warehouse directories. AFTER DOWNLOADING: The hot fix package downloaded is a tar file named 31hr07s2.tar. Extracting the contents of this tar file will update the Web application. STEP 1: Extract the contents of the downloaded file Extract the contents of 31hr07s2.tar into the current HR Vision 3.1 web application directory. If you chose the default install for HR Vision, this location will be opt/SAS Institute/HR Vision/3.1 Assuming the tar file is downloaded to the user's HOME directory, follow these procedures to install the package. $> cd opt/SAS Institute/HR Vision/3.1 $> tar xf $HOME/31hr07s2.tar The extracted files will write over the outdated files. STEP 2: Update sasautos After extracting the contents of the 31hr07s2.tar file, copy the following nine files from the Appl\warehouse\sasautos directory (relative to the directory where the .tar file was extracted) to the DataServer of the Public Warehouse you are using. Note that if your warehouse is on a different server from your HR Vision 3.1 web application directory then you may need to use FTP to copy the files. If you chose the default install for HR Vision, the location of the Public Warehouse will be opt/SAS Institute/HR Vision/dataserver/warehouse/sasautos These files are build.sas countrows.sas export.sas generate.sas geomacro.sas secformat.sas secvars.sas source2.sas visgen.sas STEP 3: Update reports Copy the file retire.sas from the Appl/warehouse/reports directory (relative to the directory where the .tar file was extracted) to the DataServer of the Public Warehouse you are using. STEP 4: Update properties Copy HRVlabels.properties and HRVlabels_it.properties from the Appl/warehouse/bldsrc directory (relative to the directory where the .tar file was extracted) to the DataServer of the Public Warehouse you are using. STEP 5: Update bldsrc and maps Download the files bldsrc.cpo and maps.cpo from http://ftp.sas.com/techsup/download/hotfix/HR_Vision/31hr07/bldsrc.cpo http://ftp.sas.com/techsup/download/hotfix/HR_Vision/31hr07/maps.cpo Copy the file bldrsrc.cpo to /bldsrc/bldsrc.cpo. Copy the file maps.cpo to /maps/maps.cpo. These two SAS files need to be cimported. To cimport these files, execute the following SAS code: %macro IMP( dir, file ); libname DEST "/&dir"; proc cimport lib=DEST infile="/&dir/&file"; run; %mend IMP; %IMP(dir=bldsrc, file=bldsrc.cpo); %IMP(dir=maps, file=maps.cpo); Be sure to replace with the location of your warehouse. This should be the directory that is a parent to the bldsrc and maps folders. Additionally, because the copy of bldsrc.cpo and bldsrc.sas7bcat in the Appl\warehouse\bldsrc directory of your HR Vision 3.1 web application directory are now out of date, we recommend deleting the out-of-date bldsrc.sas7bcat and replacing the file bldscr.cpo in this same directory with the new bldsrc.cpo file. STEP 6: Update rsasmod Download the file mdinstance.cpo from http://ftp.sas.com/techsup/download/hotfix/HR_Vision/31hr07/mdinstance.cpo to a temporary directory. Make a copy of the existing SAS 8.2 catalog, rsasmod.sas7bcat, located in the SASCFG folder of the SAS 8.2 installation. Execute the following SAS code: proc cimport c=sashelp.rsasmod infile='/mdinstance.cpo'; run; Where is the directory containing the downloaded file mdinstance.cpo. Exit your sas session. This completes the installation of hot fix 31HR07 on SOLARIS.