TekPortal V2.10.029 Copyright (c) 2000-2005. Teknowledge Corporation. All Rights Reserved. 3/24/2005 Overview - TekWebBrowser - ISSUE: Linux Support for TekWebBrowserMonitor RESOLUTION: Enhancement - TekPortal Links - ISSUE: PEM version of TekPublic.key for those not using Java (TekSecurityClient.jar) for TekPortal Links RESOLUTION: Enhancement Requirements - TekPortal V2.1 - Patch 028 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.029.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.029.exe and extract to c:\ - Bring up TekPortal with c:\TekPortal\bin\StartServices.cmd Special Notes - To enable the Linux support for the TekWebBrowser monitor, you must replace the SRun07TekWebBrowser file in /etc/rc3.d - please note that the TekPortal distribution includes the .sh extension - and that extension does not exist when placed in /etc/rc3.d! - To enable case sensitivity for TekPortal userid/password on a per-partner basis, set the two new properties "GW.CaseInsensitiveLogonID" and "GW.CaseInsensitivePassword" to TRUE. By default, they are FALSE. Example: GW.CaseInsensitiveLogonID=FALSE GW.CaseInsensitivePassword=FALSE GW.CaseInsensitiveLogonID_2=TRUE GW.CaseInsensitivePassword_2=FALSE GW.CaseInsensitiveLogonID_4=FALSE GW.CaseInsensitivePassword_4=TRUE Here, the userid and password are case sensitive for all partners except partner 2 where the userid is case insensitive, and except partner 4 where the password is case insensitive. IMPORTANT - These changes are made in the TekPortal System properties, NOT the TekPortfolio properties; they go in c:\TekPortal\properties\Customer.cfg (Windows) or /TekPortal/properties/Customer.cfg (Solaris/Linux) 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. - SRun07TekWebBrowser.sh - ISSUE: Linux Support for TekWebBrowserMonitor RESOLUTION: Enhancement - TekPublic.key.pem.dev - ISSUE: PEM version of TekPublic.key for those not using Java (TekSecurityClient.jar) for TekPortal Links RESOLUTION: Enhancement - TPClient2.jar - ISSUE: Enhancement RESOLUTION: Added TPHalt_Transfer_V32 command - TekGateway.jar - ISSUE: If the logon ID is case insensitive, then every time a customer logs on the DB will get updated with the case-insensitive version of the logon ID that the customer entered on the logon screen. For example, if the logon ID is "demo" in the DB, but the customer logs on with "DEMO", then the DB will get updated to "DEMO". RESOLUTION: For the TPUpdate_Customer_V*, TPUpdate_Admin_V*, and TP_Update_Advision_V* commands, don't update LOGON_ID if no LOGON_ID is passed. - ISSUE: Enhancement RESOLUTION: Added TPHalt_Transfer_V32 command - TekLIMB.jar - ISSUE: Enhancement RESOLUTION: Added TPHalt_Transfer_V32 command