TekPortfolio V3.00.001 Copyright (c) 2000-2003. Teknowledge Corporation. All Rights Reserved. 12/3/2003 Overview - TekPortfolio - ISSUE: Enhancement RESOLUTION: Support for multiple languages per partner - ISSUE: Downloading doesn't work with TekPortfolio Links RESOLUTION: Remove new session checking - Account Manage - Add Accounts - ISSUE: Non-discover accounts have hardcoded maxlength 20 for account number RESOLUTION: Change to 128 - Transfers - ISSUE: Still using "S" instead of "W". Caused account not to display. RESOLUTION: Change to "W" Requirements - TekPortfolio V3.0 Base Installation 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_V3.00.001.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.Patch001 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_V3.00.001.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.Patch001 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. - TPCustomer.java - ISSUE: Enhancement RESOLUTION: Made clearFields a public method - TP_UI_AcctManage_add_keys_en.jsp - Issue: Non-discover accounts have hardcoded maxlength 20 for account number Resolution: Change to 128 - TP_UI_TP_Link_Authenticate.java - ISSUE: Enhancement RESOLUTION: Added new exceptions for custom code problems - TP_UI_Support_TermsService_en.jsp - ISSUE: Typo RESOLUTION: Fixed - TP_UI_Controller.java, TekActionUtilities.java, TekJSPUtilities,java TP_UI_AdminPassthrough.java, TP_UI_TP_Link_Authenticate.java - ISSUE: Enhancement RESOLUTION: Support for multiple languages per partner - TP_UI_Transfers_AddAcct_AcctNum3_en.jsp - ISSUE: Still using "S" instead of "W". Caused account not to display. RESOLUTION: Change to "W" - TP_UI_AcctDetail.java - ISSUE: Downloading doesn't work with TekPortfolio Links RESOLUTION: Remove new session checking