TekPortfolio V2.10.018 Copyright (c) 2000-2004. Teknowledge Corporation. All Rights Reserved. 8/6/2004 Overview - TekPortfolio Controller - ISSUE: Servlet not returning after logon RESOLUTION: Fixed - Account Detail - ISSUE: Date ranges in account detail pages not correct due to SQL Server rounding RESOLUTION: Fixed - ISSUE: Sorting lost on subsequent account detail pages RESOLUTION: Fixed - TekPortfolio Data Beans - ISSUE: Enhancement RESOLUTION: Allow getTxnsByDate() to handle transactions with time components to the POSTED_DATE field. Previous definition was sweeping up all transactions from the previous day with a non-zero time component. - ISSUE: When doing a TekPortfolio Link to Charting, you may get a screen that says "No accounts to chart". RESOLUTION: Fixed Requirements - TekPortfolio V2.1 Patch 017 Installation Instructions - Log on to each of the TekPortfolio 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 TekPortfolio. Also, if you are using a different id/group, please replace those with yours. - uncompress -c TekPortfolio_V2.10.018.tar.Z | (cd /; tar -xvf -) - chown -R tekp:tekp /TekPortfolio/* - chmod -R 750 /TekPortfolio/* - Note: If any JSP files are updated, they are purposely extracted into the 0.Patch018 directory to not overwrite any changes you may have made. You must copy them over to all of your partner directories explicitly. - WebSphere: Your runtime directory is TekPortfolio.war instead of TekPortfolio; please adjust the above installation accordingly. - Start your J2EE Application Server - Windows NT/2000 - Stop your J2EE Application Server - Run TekPortfolio_V2.10.018.exe and extract to c:\ (or wherever you have installed TekPortfolio) - Note: If any JSP files are updated, they are purposely extracted into the 0.Patch018 directory to not overwrite any changes you may have made. You must copy them over to all of your partner directories explicitly. - WebSphere: Your runtime directory is TekPortfolio.war instead of TekPortfolio; please adjust the above installation accordingly. - 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. - TekPortfolio.jar - ISSUE: Servlet not returning after logon RESOLUTION: Fixed - ISSUE: Date ranges in account detail pages not correct due to SQL Server rounding RESOLUTION: Fixed - ISSUE: Enhancement RESOLUTION: Allow getTxnsByDate() to handle transactions with time components to the POSTED_DATE field. Previous definition was sweeping up all transactions from the previous day with a non-zero time component. - ISSUE: When doing a TekPortfolio Link to Charting, you may get a screen that says "No accounts to chart". RESOLUTION: Fixed - TP_UI_AcctDetail_*.jsp - ISSUE: Sorting lost on subsequent account detail pages RESOLUTION: Fixed