TekPortal V2.10.025 Copyright (c) 2000-2004. Teknowledge Corporation. All Rights Reserved. 11/1/2004 Overview - Networth - ISSUE: DB schema missing from SQL statements after TekLIMB change for PostgreSQL RESOLUTION: Read DB schema from properties file - ISSUE: Support for PostgreSQL RESOLUTION: Enhancement - Notifications - ISSUE: SQL has extra "." between schema name and table name. RESOLUTION: Fixed SQL - ISSUE: International characters in email templates are not displayed properly when the email is received. RESOLUTION: Fixed bug in reading template file. - ISSUE: Emails sent with duplicate messages for different people RESOLUTION: Removed caching of email templates - templates can refer to notification-specific data, and cannot be cached and reused for a different notification - TekPortal - ISSUE: Fix disconnect() bug, which tried to close server cursor while doing oracle db sql RESOLUTION: Fixed - Aggregation - ISSUE: When a HTML form consists of INPUT elements with the same name, the SetPostURLData macro can only set the value for the first occurence of these INPUT elements. RESOLUTION: Added a 4th argument to the SetPostURLData macro. It specifies the nth INPUT element of of the given INPUT name. This additional argument is optional, and defaults to "1" if not provided. Requirements - TekPortal V2.1 - Patch 024 is required 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_V2.10.025.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_V2.10.025.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. - TekNetworth.jar - ISSUE: DB schema missing from SQL statements after TekLIMB change for PostgreSQL RESOLUTION: Read DB schema from properties file - TekAgentAction.jar - ISSUE: SQL has extra "." between schema name and table name. RESOLUTION: Fixed SQL - ISSUE: International characters in email templates are not displayed properly when the email is received. RESOLUTION: Fixed bug in reading template file. - ISSUE: Emails sent with duplicate messages for different people RESOLUTION: Removed caching of email templates - templates can refer to notification-specific data, and cannot be cached and reused for a different notification - TekGateway.jar - ISSUE: Fix disconnect() bug, which tried to close server cursor while doing oracle db sql RESOLUTION: Fixed - TekScrape.jar - ISSUE: When a HTML form consists of INPUT elements with the same name, the SetPostURLData macro can only set the value for the first occurence of these INPUT elements. RESOLUTION: Added a 4th argument to the SetPostURLData macro. It specifies the nth INPUT element of of the given INPUT name. This additional argument is optional, and defaults to "1" if not provided.