Title: ------ IBM Tivoli Netcool/Impact version 4.0 Interim Fix version 4.0.0.0-TIV-NCI-IF0002. ==================================================================== Date: ----- April 11, 2007 ==================================================================== Copyright Notice: ----------------- (C) Copyright IBM Corp. 2007 All Rights Reserved. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp. ==================================================================== Contents: --------- * Files included in this Interim fix: - This README file (4.0.0.0-TIV-NCI-IF0002.README) - 4.0.0.0-TIV-NCI-IF0002.aix.tar.gz - 4.0.0.0-TIV-NCI-IF0002.HP11.tar.gz - 4.0.0.0-TIV-NCI-IF0002.linux.tar.gz - 4.0.0.0-TIV-NCI-IF0002.solaris.tar.gz - 4.0.0.0-TIV-NCI-IF0002.win32.zip The files modified by the Interim Fix 2: The files modified by the Interim Fix 1: $IMPACT_HOME/bin/nci_compilewsdl $IMPACT_HOME/bin/nci_compilewsdl.bat $IMPACT_HOME/bin/nci_ear_editor $IMPACT_HOME/bin/nci_ear_editor.bat $IMPACT_HOME/dsa/XmlDsa/bin/CreateDtdTypes.bat $IMPACT_HOME/dsa/XmlDsa/bin/CreateDtdTypes.sh $IMPACT_HOME/dsa/XmlDsa/bin/CreateXsdTypes.bat $IMPACT_HOME/dsa/XmlDsa/bin/CreateXsdTypes.sh $IMPACT_HOME/install/propscore/NCI_SNMPGetActionTest.ipl $IMPACT_HOME/install/propscore/NCI_SNMPGetNextActionTest.ipl $IMPACT_HOME/install/propscore/NCI_SNMPSetActionTest.ipl ==================================================================== About this Interim fix: ------------------------------------ This Interim fix addresses problems reported in IBM Tivoli Netcool/Impact version 4.0 * Fixes included in Interim Fix 2: ---------------------------------- 048123 -- Where Clause can be optimized if we have same filter expressions. If we have more than one filters with the exact similar expression: Impacted = 0 --> Policy1 Impacted = 0 --> Policy2 The where clause of the query would be: select from where ((Impacted = 0) OR (Impacted = 0)) Although the above query would work, it can be optimized so that we use Impacted = 0 just once. 048275 -- Policy logger file name should be lowercased like 3.1. In Impact 4.0, the policy log file is named _PolicyLogger.log instead of _policylogger.log. 048840 -- Self Monitoring: Unable to read Memory Parameter on startup. When Self Monitoring Service is started with Memory Monitoring, it throws an exception in the server log file saying that it cannot understand the Max Heap Limit value. 049282 -- Potential security leak when user changes password. There is a log message showing user's password, which might be a potential security leak. 049283 -- Would like LDAP DSA able to access arrays within fields. Support of arrays has been added to LDAP DSA. 049566 -- Change Password: error when I click ok to submit the new password. The URL has been corrected. 049617 -- LDAP Data Item Viewer: Links shows java object [Ljava.lang.Object;@8120812. The Data Item Viewer: Links have now been corrected. The array type will be represented as string. 049618 -- LDAP OrgNodes: always returns "couldn't find CN" when I do log(OrgNodes). There has been a problem with getting a key value from the LDAP Data Type. 049785 -- Clustering: locks file doesn't get replicated on startup. The version control locks file did not replicate across the cluster servers. NOTE: This is still a problem on HP-UX platform. 049844 -- Version Control locks don't get removed for Default Event Reader and Generic Event Reader. The version control locks were no cleared if user clicked OK or Cancle buttons on the Default Event Reader and/or Generic Event Reader. 049883 -- Failback takes long time. Data Source with failback enabled, if the primary Database is down, it takes approx 6 mins for Impact to failover to the backup. This is because by default the server.timeout is 120 seconds (2 mins) and Impact tries to connect to the primary three times before failing over. This has been fixed. Now Impact pings the primary twice instead of three times. Also the ping timeout by default is 30 seconds instead of 120 seconds. To configure timeout, set the following property in _server.props: impact.database.ping.timeout=