This patch updates the Ada Analyzer to correctly handle archived Ada units To install the Ada Analyzer patch 801205111-1 into an existing Ada Analyzer 4.2.3/Sun Solaris release, get the install_sol_801205111_1 script and run it. You can use a web browser or FTP to get the patch files. There are 3 files that you need: URL: ftp://ftp.littletree.com install script: install_sol_801205111_1 Tar archive: sol.patch.801205111-1.tar.Z Inventory file: sol.patch.801205111-1.inventory Note: When you select a file and your web browser displays its contents, you will need to do a File->Save As.. to download the file. If you have FTP access from the machine where Ada Analyzer is installed, you can install this patch by downloading the install script an running it. It will download the other 2 files automatically. To use ftp to get the files, do: ftp ftp.littletree.com # login as user 'ftp' ftp> cd /exchange/outgoing/sol.801205111-1 ftp> bin ftp> get install_sol_801205111_1 ftp> get sol.patch.801205111-1.tar.Z ftp> get sol.patch.801205111-1.inventory ftp> quit To run this script, do: chmod +x install_sol_801205111_1 -OR- sh install_sol_801205111_1 ./install_sol_801205111_1 This install script will make a backup of the existing files that are in this patch and install the patch into the release area for Ada Analyzer 4.2.3/Sun Solaris. If the tar archive or inventory files where not downloaded, the install script will automatically ftp them from Rational's FTP server. You must be the original installer of Ada Analyzer to run install_sol_801205111_1. To restore the original files, run the script with the -restore option: sh install_sol_801205111_1 -restore To commit the patch permanently, run the script with the -commit option: sh install_sol_801205111_1 -commit