TekPortal V3.20.009 Copyright (c) 2000-2006. Intuit Corporation. All Rights Reserved. 08/21/2006 Overview - Memory issues ISSUE: TekPortal componenets run out of memory RESOLUTION: JavaService requires the JVM memory allocation to be specifed with -Xmx512m. The first 'X' was missing. Note that java.exe itself is more leniant and does not require the 'X'. - TekWebBrowser updates ISSUE: New OpenSSL and ICU Libs RESOLUTION: New external libs - TekScrape updates ISSUE: The GetStatementFromOFX macro does not support OFX files that contains multiple accounts. The first account is always taken. RESOLUTION: Added "acct_number" and "ofx_acct_type" arguments to the GetStatementFromOFX macro to allow script to specify the account in the OFX file to parse. Requirements - TekPortal V3.2 Patch 009 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.009.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.010.exe and extract to c:\ - Bring up TekPortal with c:\TekPortal\bin\StartServices.cmd - Special Instructions - The classpath has changed for TekPortfolioService, TekIdentityService, TekEquifaxService, TekCCService - 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. - TekPortfolioServiceCreation_j2re1.4.2_02.bat, TekIdentityServiceCreation_j2re1.4.2_02.bat, TekEquifaxServiceCreation_j2re1.4.2_02.bat, TekCCServiceCreation_j2re1.4.2_02.bat ISSUE: TekPortal componenets run out of memory RESOLUTION: JavaService requires the JVM memory allocation to be specifed with -Xmx512m. The first 'X' was missing. Note that java.exe itself is more leniant and does not require the 'X'. - icudt34.dll, icuuc34.dll, libeay32.dll, ssleay32.dll ISSUE: New OpenSSL and ICU Libs RESOLUTION: New external libs (missing from Patch 009) - TekScrape.jar ISSUE: The GetStatementFromOFX macro does not support OFX files that contains multiple accounts. The first account is always taken. RESOLUTION: Added "acct_number" and "ofx_acct_type" arguments to the GetStatementFromOFX macro to allow script to specify the account in the OFX file to parse.