DB2 OLAP Server for AS/400 7.1
Fixpack 1.5

Instructions for installing the Warehouse Manager server component
4.00.013 Patch - Upper English
April 2001

Installing the Patch

CAUTION!!! ShowCase 4.00 contains Java code, which entails extra steps for patching. In order for a fix to take affect, you must follow these instructions in order.

Downloading the Patch

This patch will fix all problems described in the previous document. The patch must be applied only to the ShowCase STRATEGY 4.00, dated 10/16/00. Refer to the instructions below for downloading and applying the patch.

  1. Download the patch, saving the file in any convenient directory on your PC.

  2.  
  3. In Windows Explorer, double-click WSE013PS.EXE. This will launch a MS DOS prompt, which will create and inflate WSE013PS.BIN file.


  Prerequisites for Applying the Patch


Installing the Patch

(At this point, please be sure that Item 2 from "Downloading the Patch" has completed. That item involves executing the file that was downloaded from the web, thus creating the larger .bin file that will be saved as an FTP file to the server.)

  1. OS/400:(If you are already in an AS/400 session, signoff and sign back on). Create a save file in QGPL

  2. CRTSAVF QGPL/WSE013PS
     

  3. PC: Use FTP to transfer WSE013PS.BIN to the AS/400:

  4. C:\>FTP <AS/400 IP Address>
    User (system:(none)): <userid>
    331 Enter password.

    Password: <password>
    230 <userid> logged on.
    ftp> binary
    ftp> put c:...\WSE013PS.BIN QGPL/WSE013PS
    ftp> quit
    C:\>
     

  5. OS/400: Run the following commands. If the ShowCase library is already in your library list, you may omit the first command.

  6. ADDLIBLE <SCSERVER> ,where SCSERVER is your ShowCase library.
    APYSCPTF DEV(*SAVF) SAVF(QGPL/WSE013PS). [You will be prompted for the name of your server library. Enter your library name when prompted]

  7. OS/400: If the restore is correct, the following message will appear:

  8. PTF WSE013PS Successfully Loaded for <SCSERVER>, where SCSERVER is your ShowCase library..

  9. OS/400: A journal will be created during the apply process. The journal contains information about the apply process and the last entry in the journal contains the PTF level. There should not be any journal entries of type ER or CE.

  10. DSPJRN JRN(<SCSERVER>/SCPTFLOG), where SCSERVER is your ShowCase library.

  11. Restart your ShowCase server. <SCSERVER>/STRSCSVR, where SCSERVER is your ShowCase library.
  12. ATTENTION!!! New For 4.0, You MUST do the following step:

  13. The ShowCase jar file must be then be recompiled:
    ADDLIBLE SCSERVER, where SCSERVER is your ShowCase library.
    CMPSCJAR and prompt(F4).
    DO NOT JUST HIT ENTER, THIS WILL START THE COMPILE!!!
    Enter a time and date for the compile. Since this will take as long as it did for the install, it is advised that this be done on off hours.
    Until you recompile, you will experience performance issues.

  14. The patch process is now complete.