*************************************************************** {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, 2008 All Rights Reserved. * * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with * IBM Corp. **************************************************************** {COPYRIGHT-END} Interim Fix 8 for TUAM 7.1.1 This interim fix was created to solve the following set of Authorised Program Analysis Reports (APARs): * APAR - IZ35540: calendarService returns a null if the date on which a job is run falls in a fiscal year that differs from the calendar year and the user has selected the "use day of the month" check box, which can be found on the "Usage and Accounting Manager-> System Maintenance -> Configuration -> Processing" page. For example, if the user sets fiscal year 2009 to run from 2008-11-1 to 2009-10-31, and billing information is gathered on the 2008-11-17, the calendarService will return a null instead of the correct period. This is because it incorrectly seeks to find the date, 2008-11-17, within the fiscal year of 2008 and not the correct fiscal year of 2009. Prerequisites You must be running TUAM 7.1.1. If eWAS web server security is enabled, it is recommended that the eWAS web server is shut down before the patch install script is run. 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. For Linux, Unix: 1. Extract the tar 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. How to uninstall the patch For Windows: 1. Open a command line window. 3. Use the "cd" command to change to the directory containing the extracted zip file. 2. Type "undoFix.bat" into the command line window. For Linux, Unix: 1. Open a shell. 3. Use the "cd" command to change to the directory containing the extracted tar file. 2. Type "chmod u+x undoFix.sh" into the shell. This will change the rights to undoFix.sh. 3. Type ./undoFix.sh into the shell. Note: The fix will attempt to stop the eWAS web server (if it is still running), copy the updated program files, and then restart the web server. If security is turned on for the web server, you may experience problems when the update attempts to stop the web server. Problems (APARS) fixed: IZ35540