TekPortal V3.20.010 Copyright (c) 2000-2007. Intuit Corporation. All Rights Reserved. 02/16/2007 Overview - Updates to aggregation components - Fixed issue CSC000558/4710: Aggregated Accounts without Partner ID Requirements - TekPortal V3.2 Patch 011 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.012.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.012.exe and extract to c:\ - Bring up TekPortal with c:\TekPortal\bin\StartServices.cmd - Special Instructions - Run TP3_SQLServer_Upgrade_From_V3.0j.sql/TP3_Oracle_Upgrade_From_V3.0j.sql on the TekPortal db 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. - TekCapture - Fix for TP_ACCOUNT_TXN.TP_PARTNER_ID not populated when aggregating accounts. - DB scripts will populate the TP_PARTNER_ID field of existing TP_ACCOUNT_TXN records. - TekScrape - Added FWD/REV directional argument to macros FindString, FindStringRE, MoveToLink, MoveToTable, MoveToTableRow, and MoveToTag. - Added CountString macro. - Added GetLength macro. - Added TEST flag to the GetDataAfterString, GetSubstring, Left$, Mid$ and Right$ macros.