INSTALLATION INSTRUCTIONS FOR HOT FIX 22BES02 ON LINUX BEFORE DOWNLOADING: The hot fix 22BES02 addresses the issue(s) in Bulk E-mail Marketing 2.2 software on Linux as documented in the "Issue(s) Addressed" section of the hot fix download page: http://ftp.sas.com/techsup/download/hotfix/bes22.html#22bes02 IMPORTANT NOTE(S): 1. You must have Bulk E-mail Marketing 2.2 installed on your system before applying this hot fix. 2. You must sure the SAS Email Marketing Server is not running before applying the Hot Fix. INSTALLATION: The hot fix package downloaded is a tar file named 22bes02lx.tar. STEP 1: Extract the contents of the downloaded file Extract the contents of the tar file downloaded into a temporary directory, for example /tmp. $> cd /tmp/ $> tar -xf $HOME/22bes02lx.tar where $HOME is the location to where the tar file was downloaded. This will extract a directory named lnx containing 3 files: Setup_Linux media.inf setup.jar STEP 2: Initiate the installation wizard $> export DISPLAY=:0 <==== set your display $> cd $HOME/lnx/ $> chmod 577 Setup_Linux <===== Change permissions before launching Setup_Linux $> ./Setup_Linux This will initiate the InstallShield Wizard. Follow the prompts to complete the execution. STEP 3: NOTE: You do not need to complete these steps if you do not have SAS Marketing Automation installed. Once this has finished if you are using the SAS Marketing Automation export adapters to export data to SAS Email Marketing then you will need to redeploy the sas.email.broadcast.jar BEA Webloigc Copy sas.email.broadcast.jar from your SAS E-mail Marketing installation to your SAS Marketing Automation installation. $>cp $SEMHOME/doc/lib/sas.email.broadcast.jar $MAHOME/MAExportAdapters/4.1 where $SEMHOME is the directory you specified in the installation wizard in STEP 2, and $MAHOME is the root of you SAS MA mid-tier server, a typical location would be /usr/local/SAS/SASMarketingAutomation/MAExportAdapters/4.1 Then need to restart the Marketing Automation Managed Server. IBM Websphere Copy sas.email.broadcast.jar from your SAS E-mail Marketing installation to your SAS Marketing Automation installation. $>cp $SEMHOME/doc/lib/sas.email.broadcast.jar $MAHOME/MAExportAdapters/4.1 where $SEMHOME is the directory you specified in the installation wizard in STEP 2, and $MAHOME is the root of you SAS MA mid-tier server, a typical location would be /usr/local/SAS/SASMarketingAutomation/MAExportAdapters/4.1 Open your Websphere administration console and navigate through: Environment->Shared Libraries then click on the SAS Email Marketing Shared Library to open it In the classpath field you should see a path to the sas.email.broadcast.jar Copy the new sas.email.broadcast.jar to this location from its install location which is typically $SEMHOME/doc/lib/sas.email.broadcast.jar Then restart Websphere. This completes the installation of hotfix 22BES02 on LINUX.