*************************************************************** {COPYRIGHT-TOP} * Licensed Materials - Property of IBM * Restricted Materials of IBM * IBM Tivoli Usage and Accounting Manager * 5724-O33, 5765-UAV, 5765-UA7, 44E7863 * (c) Copyright IBM Corp. 2004, 2009 All Rights Reserved. * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with * IBM Corp. **************************************************************** {COPYRIGHT-END} patch15 for TUAM 7.1.1 1. Description This interim fix was created to solve the following Authorized Program Analysis Reports (APARs): The solution to the following APARs is new to Interim Fix 15: * APAR - IZ41726: TUAM administrator load tracking display is not working. * APAR - IZ51679 Unable to access a "Report distribution" entry after its creation * APAR - IZ52479 Web reporting logging is causing Batch reporting logging to fail (Windows only) 2. Prerequisites You must be running TUAM 7.1.1. 3. Installation Instructions How to install the patch For Windows: 1. Extract the zip file to a temporary directory. 2. Open a command line window. 3. Use the "cd" command to change to the temporary directory. 4. Type "applyFix.bat" into the command line window. (If eWAS web server security is enabled, append the username and password for eWAS to the script execution command, i.e., type "applyFix.bat username password") For Linux, Unix: 1. Extract the zip file to a temporary directory. 2. Open a shell. 3. Use the "cd" command to change to the temporary directory. 3. Type "chmod u+x applyFix.sh" in the shell. This will change the rights to applyFix.sh. 4. Type "./applyFix.sh" into the shell. (If eWAS web server security is enabled, append the username and password for eWAS to the script execution command, i.e., type "./applyFix.sh username password") How to uninstall the patch For Windows: 1. Open a command line window. 2. Use the "cd" command to change to the directory containing the extracted zip file. 3. Type "undoFix.bat" into the command line window. (If eWAS web server security is enabled, append the username and password for eWAS to the script execution command, i.e., type "undoFix.bat username password") For Linux, Unix: 1. Open a shell. 2. Use the "cd" command to change to the directory containing the extracted zip file. 3. Type "chmod u+x undoFix.sh" into the shell. This will change the rights to undoFix.sh. 4. Type ./undoFix.sh into the shell. (If eWAS web server security is enabled, append the username and password for eWAS to the script execution command, i.e., type "./undoFix.sh username password") NOTE: The fix will stop the eWAS web server, copy the updated program files, and then restart the web server. If security is turned on for the web server, you may be prompted for a user name and password when the update attempts to stop the web server. Problems (APARS) fixed: * APAR - IZ51679 * APAR - IZ52479 * APAR - IZ41726