TekAdmin V2.10.012 Copyright (c) 2000-2003. Teknowledge Corporation. All Rights Reserved. 6/10/2003 Overview - Reports - Issue: Frequent Users report wasn't taking the "number of users" field into consideration when creating the report Resolution: Fix this - Issue: User Summary reports other than "all" were not downloading the correct list Resolution: Set up these reports to download correctly - Issue: Aggregated Account Types/Owner View download wasn't working Resolution: Add a new download function to the AccOwnersTypeAll action arg - Issue: Aggregated Accounts report didn't have the correct number of items (didn't match download which has correct number) Resolution: Fix SQL that calculated the number of report items so visible report has correct number of items - Issue: Agg Accounts/View Owners Download calling wrong action arg Resolution: - Change AccOwnersDownload to AccOwnersAccDownload - Add download handling for this action arg - Issue: Download calling wrong action arg Resolution: Change AccOwnersDownload to AccOwnersAccDownload Requirements - TekAdmin V2.1 Patch 011 Installation Instructions - Log on to each of the TekAdmin Application Server(s). - Solaris - Login as tekp (or your J2EE Application Server id) - Stop your J2EE Application Server - Note: The instructions below assume you installed TekAdmin in the root directory; if this is not the case, please replace that with the directory you installed TekAdmin. Also, if you are using a different id/group, please replace those with yours. - uncompress -c TekAdmin_V2.10.012.tar.Z | (cd /; tar -xvf -) - chown -R tekp:tekp /TekAdmin/* - chmod -R 750 /TekAdmin/* - Note: If any JSP files are updated, they are purposely extracted into the Tpx2.Patch012 directory to not overwrite any changes you may have made. You must copy them over to the Tpx2 explicitly. - Start your J2EE Application Server - Windows NT/2000 - Stop your J2EE Application Server - Run TekAdmin_V2.10.012.exe and extract to c:\ (or wherever you have installed TekPortfolio) - Note: If any JSP files are updated, they are purposely extracted into the Tpx2.Patch012 directory to not overwrite any changes you may have made. You must copy them over to the Tpx2 explicitly. - Start your J2EE Application Server Summary of Changes - Note: The following are the specific files that have changed. If you have made any custom modifications to these files, you will need to reapply those changes to these new versions; or else these versions will overwrite your custom modifications. $/TekAdmin ***************** TP_UI_EX_ReportsUser.java ***************** Issue: Frequent Users report wasn't taking the "number of users" field into consideration when creating the report Resolution: Fix this ***************** TekAdmin_EX_UserSummaryDetail_en.jsp ***************** Issue: User Summary reports other than "all" were not downloading the correct list Resolution: Set up these reports to download correctly ***************** TP_UI_EX_ReportsUser.java ***************** Issue: User Summary reports other than "all" were not downloading the correct list Resolution: Set up these reports to download correctly ***************** TP_UI_EX_ReportsAgg.java ***************** Issue: Aggregated Account Types/Owner View download wasn't working Resolution: Add a new download function to the AccOwnersTypeAll action arg ***************** TekAdmin_EX_AccOwners_en.jsp ***************** Issue: Aggregated Account Types/Owner View download wasn't working Resolution: Add a new download function here ***************** TP_UI_EX_ReportsAgg.java ***************** Issue: Aggregated Accounts report didn't have the correct number of items (didn't match download which has correct number) Resolution: Fix SQL that calculated the number of report items so visible report has correct number of items ***************** TP_UI_EX_ReportsAgg.java ***************** Issue: Agg Accounts/View Owners Download calling wrong action arg Resolution: - Change AccOwnersDownload to AccOwnersAccDownload - Add download handling for this action arg ***************** TekAdmin_EX_AccOwners_en.jsp ***************** Issue: Download calling wrong action arg Resolution: Change AccOwnersDownload to AccOwnersAccDownload