TekPortal V3.00.016 Copyright (c) 2000-2005. Teknowledge Corporation. All Rights Reserved. 6/17/2005 Overview - Notifications - ISSUE: Enhancements and Fixes RESOLUTION: - Revise transaction date handling -- use internal, not external - Use created_date instead of transaction_date txns can be post dated or scraping might not be able to run that day Go by the datetime added to TekPortal db, not to the banking system - Use a consistent deadline for both txns and setting last_notif_date don't leave any window of time where new txns might be missed set deadline 5 mins in past, to account for time diffs on multiple hosts - Update MODIFIED_* fields when changing notifications - Removed unused and commented out code - Net Worth - ISSUE: Incorrect classname prevented execution RESOLUTION: Fixed - TekPortal - ISSUE: Services now named in Windows Task Manager RESOLUTION: Enhancement - ISSUE: Titles added to windows RESOLUTION: Enhancement Requirements - TekPortal V3.0 Patch 015 Installation Instructions - Log on to each of the TekPortal Aggregation Server(s) and TekPortfolio Application Server(s) - Solaris - Login as tekp - Bring down TekPortal with TekPortal/bin/StopServices.sh - uncompress -c TekPortal_V3.00.016.tar.Z | (cd /; tar -xvf -) - chown -R tekp:tekp /TekPortal/* - chmod -R 750 /TekPortal/* - Bring up TekPortal with TekPortal/bin/StartServices.sh - Windows NT/2000 - Bring down TekPortal with c:\TekPortal\bin\StopServices.cmd - Run TekPortal_V3.00.016.exe and extract to c:\ - Bring up TekPortal with c:\TekPortal\bin\StartServices.cmd 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. - TekAgentAction.jar - ISSUE: Enhancements and Fixes RESOLUTION: - Revise transaction date handling -- use internal, not external - Use created_date instead of transaction_date txns can be post dated or scraping might not be able to run that day Go by the datetime added to TekPortal db, not to the banking system - Use a consistent deadline for both txns and setting last_notif_date don't leave any window of time where new txns might be missed set deadline 5 mins in past, to account for time diffs on multiple hosts - Update MODIFIED_* fields when changing notifications - Removed unused and commented out code - TekNetWorth.jar - ISSUE: Incorrect classname prevented execution RESOLUTION: Fixed