TekPortal V3.20.014 Copyright (c) 2000-2007. Intuit Corporation. All Rights Reserved. 9/20/2007 Overview Removed excessive DB COUNT errors in TekGateway logs. Requirements - TekPortal V3.2 Patch 013 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.20.014.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.20.014.exe and extract to c:\ - Bring up TekPortal with c:\TekPortal\bin\StartServices.cmd - Special Instructions - The classpath has changed for TekGateway and TekScrape - update the services to reflect the new classpath by running the appropriate "service creation" batch/script. 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. - TekGateway.jar CSC000827 - Excessive DB COUNT errors in TekGateway logs. Removed extra DisConnect() calls found inside try/finally statements. The DisConnect() was already being called inside the finally scope, so any extra calls inside try/finally statements would call DisConnect() twice. Placed some DisConnect() calls inside finally scope to guarantee that DB count values are correct.