Interim fix CLM_60_iFix005.zip This interim fix is only valid for the Rational solution for Collaborative Lifecycle Management (CLM) 6.0.0 release. The Rational solution for CLM 6.0.2 is the next release that will include these fixes. If you plan to upgrade, upgrade to version 6.0.2 or later. CONTENTS OF THIS INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: CLM_server_patch_6.0.0.0-CALM60M-I20151117-1045.zip (see the SERVER PATCH INSTRUCTIONS section) 3. Jazz Reporting Service (Report Builder) patch file: rs.war (see the JAZZ REPORTING SERVICE INSTRUCTIONS section) 4. Lifecycle Query Engine patch file: lqe.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 5. Link Index Provider patch file: ldx.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 6. Rational Team Concert Client for Eclipse update site: UpdateSiteFor_6.0.0.0-CALM60M-I20151014-2017.zip (see the RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS section) 7. Files required to resolve JRS APAR PI43630 - Failed to upgrade JRS if the root context was changed to SPARQL_Gateway during installation: app_upgrade.bat and app_upgrade.sh (see instructions below for APAR PI43630 in the ADDITIONAL FIXES INSTRUCTIONS) 8. WebSphere Application Server script file: clm_update.py (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS and JAZZ REPORTING SERVICE INSTRUCTIONS sections) 9. File required to resolve Global Configuration APAR PI43630 - Suppress DW setup step for GC: services.xml (see instructions below for APAR PI43630 in the ADDITIONAL FIXES INSTRUCTIONS) In addition to the fixes listed in this readme file, the interim fix might also contain fixes for security issues. For details, see the IBM Product Security Incident Response Blog: https://www.ibm.com/connections/blogs/PSIRT/tags/psirtrational CONTENTS OF THIS FILE 1. SERVER PATCH INSTRUCTIONS 2. JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS 3. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS 4. RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS 5. ADDITIONAL FIXES INSTRUCTIONS 6. APAR FIXES 7. CLIENT APAR FIXES 8. KNOWN ISSUES 1. SERVER PATCH INSTRUCTIONS Note: -The CLM server patch file, CLM_server_patch_6.0.0.0-CALM60M-I20151117-1045.zip, might contain fixes for either a subset or all of these applications: Jazz Team Server, Rational Team Concert, Rational Quality Manager, Rational DOORS Next Generation, Data Collection Component, Rational Engineering Lifecycle Manager, CLM Server Monitoring. For the list of APARs that were fixed, listed by application, see the APAR FIXES section. -Before you install the server patch file, CLM_server_patch_6.0.0.0-CALM60M-I20151117-1045.zip, verify that no other test fixes or hot fixes are installed. If other fixes are installed, contact IBM Software Support. -For a CLM deployment on a single server, complete the following steps once. For a distributed CLM deployment, complete the same steps on each server. To install the server patch: a. Stop the CLM server. b. Verify whether the following directory exists: /server/patch. -If the directory exists, back up and then remove its contents. -If the directory does not exist, create it. c. Copy the server patch file, CLM_server_patch_6.0.0.0-CALM60M-I20151117-1045.zip, into the /server/patch directory. d. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server" and "To clear the application cache on Apache Tomcat" sections in this file. e. Start the CLM server. f. Run repotools- -clean for each application that is installed to clear the repotools cache. Note: This will also display the help output. For instance: - repotools-jts -clean - repotools-ccm -clean - repotools-qm -clean - repotools-rm -clean Note: For a distributed CLM deployment, complete the same steps on each server. To uninstall the server patch: a. Stop the CLM server. b. Back up and then remove the contents of the following directory: /server/patch c. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server" and "To clear the application cache on Apache Tomcat" sections in this file. d. Start the CLM server. e. Run repotools- -clean for each application that is installed. Note: This will also display the help output. For instance: - repotools-jts -clean - repotools-ccm -clean - repotools-qm -clean - repotools-rm -clean To clear the application cache on WebSphere Application Server: Remove the contents from these directories under the profile root, except for the noted help directory: temp, tranlog, wstemp, workspace. Note: Do not remove this directory, which is required for the CLM local help: temp/{jts_node}/{jts_server}/clmhelp_war. To clear the application cache on Apache Tomcat: Remove the contents from these directories under the tomcat root, except for the noted help directory: temp, work. Note: Do not remove this directory, which is required for the CLM local help: work/Catalina/localhost/clmhelp. To validate that the server patch was successfully installed or uninstalled: a. After the server starts, open a CLM application. b. Click Help > About the Server. c. In the Build Information section, review the interim fix information to confirm that it is either installed (listed) or uninstalled (not listed). 2. JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS To install the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f Linux: ./wsadmin.sh -language jython -user -password -f NOTE: This will update all applications with war files from the iFixPatch directory specified Option 2: Using the WebSphere Application Server Admin Console a. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the rs_war check box, and click Stop. b. Update the rs_war file: Select the rs_war check box and click Update. c. Select "Replace the entire application," browse to the new rs.war file in the location that you extracted it to, and click Next. d. Follow the Fast Path installation, and accept all of the default values. e. After the update is complete, save the configuration changes when you are prompted to. f. Start the Jazz Reporting Service: Select the rs_war check box and click Start. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the rs.war file in the original Jazz Reporting Service installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the rs.war file in the original Jazz Reporting Service installation. b. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the rs_war check box, and click Stop. c. Update the rs_war file: Select the rs_war check box and click Update. d. Select "Replace the entire application," browse to the rs.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Jazz Reporting Service: Select the rs_war check box and click Start. To install the patch with Jazz Reporting Service (Report Builder) deployed on Apache Tomcat: a. Stop the Apache Tomcat server for the Jazz Reporting Service. b. Back up the following file in case you need to revert the patch: \server\tomcat\webapps\rs.war c. Delete the following file: \server\tomcat\webapps\rs.war d. Delete the following directories: \server\tomcat\webapps\rs \server\tomcat\work\Catalina\localhost\rs e. Place the new rs.war file in the \server\tomcat\webapps directory. f. Start the server. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on Apache Tomcat server: a. Stop the Apache Tomcat server for the Jazz Reporting Service. b. Restore the original rs.war file that was backed up during the installation to the following directory: \server\tomcat\webapps\ c. Delete the following directories: \server\tomcat\webapps\rs \server\tomcat\work\Catalina\localhost\rs d. Start the server. To verify that the patch was successfully installed: a. After the server starts, open the Jazz Reporting Service home page. b. Click the question mark icon near the upper right. c. Select About Jazz Reporting Service. d. Check that the build ID in the dialog box is JRS_6.0.0-I20151116-2201 3. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS If this is a new installation, a backup is not needed. Otherwise, be sure you have a backup before you install this interim fix. There has been no change to LQE metadata or index structure since V6.0, so there is no need to migrate your data. For details, see "Backing up and restoring Lifecycle Query Engine": http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.0/com.ibm.team.jp.lqe2.doc/topics/t_lqe_backup.html. To install the patch with Lifecycle Query Engine or Link Index Provider deployed on a WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f Linux: ./wsadmin.sh -language jython -user -password -f NOTE: This will update all applications with war files from the iFixPatch directory specified Option 2: Using the WebSphere Application Server Admin Console a. Extract the lqe.war or ldx.war file to your local computer or on the Lifecycle Query Engine or Link Index Provider server. b. In the WebSphere Application Server Admin Console, stop the Lifecycle Query Engine or Link Index Provider application: Click Applications > Application Types > WebSphere enterprise applications, select the lqe_war or ldx_war check box, and click Stop. c. Update the lqe_war or ldx_war file: Select the lqe_war or ldx_war check box and click Update. d. Select "Replace the entire application," browse to the new lqe.war or ldx.war file in the location that you extracted it to, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Lifecycle Query Engine or Link Index Provider application: Select the lqe_war or ldx_war check box and click Start. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on a WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the lqe.war or ldx.war file in the original Jazz Reporting Service installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the lqe.war or ldx.war file in the original Lifecycle Query Engine or Link Index Provider installation. b. In the WebSphere Application Server Admin Console, stop the Lifecycle Query Engine or Link Index Provider application: Click Applications > Application Types > WebSphere enterprise applications, select the lqe_war or ldx_war check box, and click Stop. c. Update the lqe_war or ldx_war file: Select the lqe_war or ldx_war check box and click Update. d. Select "Replace the entire application," browse to the lqe.war or ldx.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Lifecycle Query Engine or Link Index Provider application: Select the lqe_war or ldx_war check box and click Start. To install the patch when the Lifecycle Query Engine or Link Index Provider is deployed on Apache Tomcat: a. Stop the Apache Tomcat server for the Lifecycle Query Engine or Link Index Provider application. b. Back up the following file in case you need to revert the patch: \server\tomcat\webapps\lqe.war or \server\tomcat\webapps\ldx.war c. Delete the following file: \server\tomcat\webapps\lqe.war or \server\tomcat\webapps\ldx.war d. Delete the following directories: \server\tomcat\webapps\lqe or \server\tomcat\webapps\ldx \server\tomcat\work\Catalina\\lqe or \server\tomcat\work\Catalina\\ldx e. Place the new lqe.war or ldx.war file in the \server\tomcat\webapps directory or the \server\tomcat\webapps directory, respectively. f. Start the server. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on an Apache Tomcat server: a. Stop the Apache Tomcat server for the Lifecycle Query Engine or Link Index Provider application. b. Restore the original lqe.war or ldx.war file that was backed up during the installation to the following directory: \server\tomcat\webapps\ or \server\tomcat\webapps\ c. Delete the following directories: \server\tomcat\webapps\lqe or \server\tomcat\webapps\ldx \server\tomcat\work\Catalina\localhost\lqe or \server\tomcat\work\Catalina\localhost\ldx d. Start the server. To verify that the patch was successfully installed: a. After the server starts, open the Lifecycle Query Engine or Link Index Provider home page. b. Verify that the build ID in the upper right matches LQE_6.0.0-I20151116-2016. After installing the patch: a. The Lifecycle Query Engine or Link Index Provider automatically detects whether it is necessary to migrate data from an existing instance. If data migration is necessary, a Start Migration button is displayed on the main Lifecycle Query Engine or Link Index Provider page: https:///lqe/web/admin or https:///ldx/web/admin. If the button is displayed, click Start Migration. b. Reindex the data sources as required. 4. RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS To install the client update site: a. Extract the update site file to the computer where the client is installed. b. In the Rational Team Concert client, click Help > Install New Software. c. In the Install window, click Add. d. In the Add Repository window, click Local and navigate to the extracted update site file. The update site root directory contains a site.xml file. e. Select the patches to install. f. If you agree to the terms, accept the license agreement and click Install. g. After the installation is complete, restart the Rational Team Concert client. To update the feature patch, you can install the new version directly over an old patch. You do not have to uninstall the old patch. To uninstall the client update site: a. In the Rational Team Concert client, click Help > About Rational Team Concert > Installation Details. b. Select the patches to uninstall and click Uninstall. c. After the uninstall process is complete, restart the Rational Team Concert client. WARNING: -The update site does not work with Rational Team Concert Client for Eclipse 3.6 that was installed by using IBM Installation Manager. Alternatively, you can use the Rational Team Concert Client for Eclipse 3.6 .zip installation, or you can use IBM Installation Manager to install the Rational Team Concert Client for Eclipse 4.2. -If you run the uninstall process on a Rational Team Concert client that was installed by using a .zip file, the feature patch will be removed along with the original feature. Removing the patch breaks the functionality of the affected feature. For a client that was installed by using a .zip file, reinstall the features by downloading the Rational Team Concert p2 repository from Jazz.net, and use the same installation steps with the following exception. For step d, click Archive and select the p2 repository .zip file and install the Rational Team Concert feature. This step removes the patched plug-ins and replaces the missing features with the original versions of the feature from the p2 repository. -If you run the uninstall process on a Rational Team Concert client that was installed by using the p2 repository, to remove the patch, you must uninstall the entire Rational Team Concert p2 feature and then reinstall the entire Rational Team Concert feature through the p2 repository. 5. ADDITIONAL FIXES INSTRUCTIONS +-- Product Lifecycle Query Engine Fixed in release 6.0.1: [APAR PI41292] [[Backport 6.0] LQE doesn't skip member errors as expected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358862] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- +-- Product Jazz Foundation Fixed in release 6.0.1: [APAR PI43630] [Suppress DW setup step for GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366994] This defect requires additional steps to apply: 1. Stop the CLM server 2. Rename %JAZZ_HOME%/server/conf/gc/services.xml to a backup such as services.xml.bak 3. Copy the attached services.xml to %JAZZ_HOME%/server/conf/gc 4. Copy the %JAZZ_HOME%/server/conf/gc/teamserver.properties to create a backup 5. Edit %JAZZ_HOME%/server/conf/gc/teamserver.properties and add these lines: # Skip data warehouse setup page. com.ibm.team.repository.setup.skipPages=data.warehouse.page 6. Start CLM ---- [APAR PI43630] [tcom.ibm.team.repository.oauth.trustedAuthorizedCallbacks contains old server names after doing a server rename] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/373698] This defect requires additional steps to apply: repotools_log4j.properties file in /server/conf/ directory needs to be updated manually to see the information messages for server rename process. # For server rename, be sure to output messages the admin should be interested in log4j.logger.com.ibm.team.repository.service.internal.oauth.serverrename.TrustedCallbackServiceConfigPropertyUpdater=INFO If you perform a server rename after applying this patch check to see if you have any messages that look like: 2015-11-18 09:28:30,960 @ID@W The trusted callback URL was not renamed: https://:9443/. Then please go to the jts/admin->Server->Advanced Properties page and search for "Trusted URIs for client authorization and redirection" and manually edit the entry to point to the new server name. ---- [APAR PI44364] [VVC cache configurations missing after migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362573] This defect requires additional steps to apply: You need only do this once per iFix. If you have already done these steps for another fix, you do not need to repeat them. 1. Go to the /server directory. 2. Execute the following command: repotools-jts -help -clean ---- +-- Product Jazz Reporting Service Fixed in release 6.0.1: [APAR PI42044] [[Backport 6.0] Widget category load fails with error "Failed to retrieve categories" when report tag has '&'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358876] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Apostrophe in meta data causes the report to show blank page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358864] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Calculated Attributes drill-through is not correctly showing the child work item ID, URL and Name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362425] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Failed to upgrade JRS if the root context was changed to SPARQL_Gateway during installation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358865] This defect requires additional steps to apply: Windows: Replace the existing file app_upgrade.bat in the /upgrade/ directory with the new version. Linux: Replace the existing file app_upgrade.sh in the /upgrade/ directory with the new version. ---- [APAR PI43630] [[Backport 6.0] Filed Against list in condition edit is corrupted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362422] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] JRS server rename fails with multiple mapping events or if server is restarted during rename process] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/359968] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Parameter values for ready-to-use reports are escaped causing problems in case when special characters are present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/360135] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Planned for condition with immediate children modifier after Filed Against condition - sometimes extra value added to json causing SQL error later] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362423] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Special characters are not displayed properly in column names] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358866] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- [APAR PI43630] [[Backport 6.0] Unnecessary word splitting in table compromises readability of table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358873] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE INSTRUCTIONS section ---- +-- Product Rational Team Concert Fixed in release 6.0.1: [APAR PI43630] [API function to save a work item without invoking an email] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/365092] This defect requires additional steps to apply: For additional details of this new work item API parameter please visit - https://jazz.net/wiki/bin/view/Main/SkipMailSaveParameter ---- 6. APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product Jazz Security Architecture Single Sign-on Fixed in release 6.0.1: [APAR PI43630] [Fix for: JAS: Invalid userid is returned when user has "@" in username] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/359402] +-- Product Rational Engineering Lifecycle Manager Fixed in release 6.0.1: [APAR PI43630] [RELM 6.0 server rename fails if data warehouse of JTS server doesn't use default setting] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/373327] [APAR PI43630] [[Backport 6.0] ALM(Upgrade-Manual):- repotools-relm.bat doesnt work during manual upgrade] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358860] +-- Product Data Collection Component Fixed in release 6.0.1: [APAR PI42419] [[Backport 6.0] DCC Quality Management job failing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358877] [APAR PI43630] [[Backport 6.0] DCC ETL does not handle default value properly for some mandatory field] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362429] [APAR PI43701] [[Backport 6.0] CQPAR00143712: DCC handling of Oracle BINARY_DOUBE is wrong] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/361212] +-- Product Rational Quality Manager Fixed in release 6.0.1: [APAR PI42597] [IServerStatusRestService/databaseStatus service being called to get login page. Causing unnecessary delays when opening dashboards] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/138190] [APAR PI43630] [Could not mark the "Actual Result" in the steps since the test data iteration 2 when executing TCER with Test Data] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/138006] [APAR PI43630] [LQE cannot add QM Resources Data source because QM returns errors] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/142839] [APAR PI43630] [QM TRS feed stops working in long run] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/138004] [APAR PI43630] [QM does not generate a modification event for a concept in TRS change log when modifying a test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/138003] [APAR PI43630] [Requirement Reconcile does not show modified requirements if one of the requirement is deleted (Opt-out)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/144010] [APAR PI43630] [Saving manual merge result of a manual test script with requirement changes produced an error dialog] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/138005] [APAR PI43630] [testBulkUpload() failed] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/141906] [APAR PI44943] [DNG requirements with long titles disappear from test script step when the test script is refreshed (after successfully saving the requirement on the step)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/141876] [APAR PI46082] [Test Cases are being executed in the incorrect order when running a test suite] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/140376] [APAR PI46927] [Dashboard widgets do not reflect modified Execution State name changes] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/141286] [APAR PI47440] [E-Signature for Test Script Doesn't Display Predefined Comments] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/141153] [APAR PI47744] [Failing Test Case "ET: Reconcile RRC/DOORS requirement(OSLC) - not able to associate existing test case to requirement "] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143685] [APAR PI48025] [Query is not updated in Live viewlet after you modified the definition of query] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/141578] [APAR PI48102] [Execution Result History not Showing Step Numbers and Contains "Blank" History Items] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/142536] [APAR PI48851] [Test Suite Execution job cannot complete or be stopped after migration to 6.0] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/141961] [APAR PI49099] [unable to open plan detail dialog] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/142149] [APAR PI49695] [E-Signature Always Required to Lock/Unlock Test Case Results] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/142505] [APAR PI49821] [TCER job cannot be deleted after migration to 6.0 - Item Handle Must Not be Null Error] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/142925] [APAR PI49887] ["Edit Test Environment" Permission Required to Link Existing Test Environment to Test Plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/142677] [APAR PI50680] [Opening a TCER fails if there are large numbers of test environments in the project area] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143765] [APAR PI50688] [Difficulties editing description field in any " create new " dialog - can't get focus until 2-3 attempts (create new test case, baseline, stream etc)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143589] [APAR PI51007] [E-Signature Info Does Not Correlate with Approval Info] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143548] [APAR PI51238] [Tab Order Off AND/OR "OK" Button Not In-Focus in E-Signature Dialog with Predefined Comments] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143763] [APAR PI52139] [Build records are not viewed on RQM when RTC is Integrated.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/144263] Fixed in release 6.0.2: [APAR PI43630] [Executing Test Suite in GUI is picking multiple target machines using NI adapter] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/143937] +-- Product Jazz Foundation Fixed in release 6.0.1: [APAR PI41335] [SimpleDateFormat is not thread safe and cannot be shared among threads (Extracting Work Items via reportable API can return wrong modification dates for history entries)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/357589] [APAR PI43630] ["lqe_user" isn't added to the permission list of ldx in 60 iFixes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362978] [APAR PI43630] [6.0rc1 Update script does not migrate ccm.war and jts.war correctly - entries for custom ldap groups in web.xml missing (361154)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362776] [APAR PI43630] [After re-registering LDX with JTS the Add Data Source wizard provides the LQE data sources not the LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366773] [APAR PI43630] [Allow apps to opt-out of Data Warehouse setup pages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366967] [APAR PI43630] [As a CLM deployment engineer, i need to be able to create friend relationship between Apps automatically during install or upgrades 6.0 [364095] to 60] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372693] [APAR PI43630] [Backport JFS bulk delete can cause a OOM (371253). to 60] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372206] [APAR PI43630] [Backport work item 361341 - LDX user permissions lost after startup.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/361731] [APAR PI43630] [DM needs to be able to change dependencies of immutable configurations managed by VVCConfigurationCacheService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366869] [APAR PI43630] [GC does not complete server rename if server name is masked out.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366963] [APAR PI43630] [SSO enabled distributed env cannot logout and relogin] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/364503] [APAR PI43630] [Server Rename does not help update the "Global Configuration Provider URL"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372351] [APAR PI43630] [Server Rename does not help update the "Link Index Provider URL"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372804] [APAR PI43630] [Suppress DW setup step for GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366994] [APAR PI43630] [Validation fails after server rename when saving TrsBasePage who references items with duplicate itemId] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372183] [APAR PI43630] [tcom.ibm.team.repository.oauth.trustedAuthorizedCallbacks contains old server names after doing a server rename] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/373698] [APAR PI43630] [After Server rename user has to switch to GC when he had already done so before the server rename.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366998] [APAR PI44364] [VVC cache configurations missing after migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362573] [APAR PI45029] [DCC is broken after running JTS setup wizard and DCC database is not Derby] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/360895] [APAR PI45503] [DNG 6.0 - java.lang.NullPointerException: vvcConfigUrl must not be null] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/363620] [APAR PI48537] [[RTC 6.0iFix004] WI: 360995: Ghost links appearing in traceability report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/368715] [APAR PI49375] [(6.0) No Secure Token Error for JRS Widgets using Internet Explorer 11] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372704] [APAR PI50923] [Backport defect 369390 TransactionalStateCache stores stale state data 60 Maintenance] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/373426] +-- Product Rational DOORS Next Generation Fixed in release 6.0.1: [APAR PI39160] [Sentence level keyword extraction is hanging in certain conditions] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/100068] [APAR PI40280] [Image Loading in Modules can push down selected artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97926] [APAR PI40295] [com.hp.hpl.jena.shared.CannotEncodeCharacterException when importing CSV containing control characters] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97971] [APAR PI41498] [WellKnownTypeUrisCache fails with bad typesystem] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97571] [APAR PI43630] [Annotation Service for 6.0 iFix] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98927] [APAR PI43630] [CM - conflicts when a core artifact is removed in a stream and there is a conflicting edit in another stream can generate a warning that you cannot resolve in a module after delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97967] [APAR PI43630] [Can't create any links if the RM artifact was created in 3.x (and not modified since 4.x). User sees a 400 Bad Request] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97724] [APAR PI43630] [Customer migration fails with DB2 SQL Error: SQLCODE=-302, SQLSTATE=22001] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97959] [APAR PI43630] [Data loss when creating objects in locked module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98085] [APAR PI43630] [Generating a PDF from a text artifact is not working on selfhost] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98512] [APAR PI43630] [In an Opt-Out project, artifact picker dialogs (e.g., link, insert) shows all RM opt-out projects, even ones that I don't have access to] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97964] [APAR PI43630] [Migration fails with ValidationException] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98910] [APAR PI43630] [Migration of formal review doesn't work properly if review referenced deleted artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/99083] [APAR PI43630] [Module Usability: Contents jump around on screen when starting and ending edits.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98046] [APAR PI43630] [Optimize query in WellKnownTypeUtil to fetch template types] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/99206] [APAR PI43630] [WAS - Diagram tips hover hot spots not displayed correctly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97969] [APAR PI43630] [Web client should not send concurrent requests to update the deliver session] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/97965] [APAR PI43990] [Suspicion Profile Administration page does not show list of projects if Registered Application name for RM does not contain "rm"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98522] [APAR PI44212] [One Directional Link gets created to QM when using 'Duplicate Artifact'] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/100463] [APAR PI44525] [RNDG 6.0 upgrade fails when module baseline title is empty] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98894] [APAR PI44847] [Not able to select OSLC link types as "Preferred link types" for artifact types when the RM project area has Configuration Management enabled] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/98974] [APAR PI45066] [Migration from 5.0.2 to 6.0 fails with GoneException when migrating draft reviews] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/99084] [APAR PI45774] [Error loading attribute for multi-user attribute of data type user] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/99998] [APAR PI45832] [Upgrading RM from 502 to 60 fails with error: Migration FAILED java.lang.RuntimeException: Unsupported content type [application/xml] for RDF model] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/99562] [APAR PI48024] ["Unable to get property 'xhr' of undefined or null reference" when updating artifact type from a module using IE11] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/100801] [APAR PI48671] [View from RequisitePro is not imported into DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/100621] [APAR PI49061] [Long-running links query from the publishing API] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/100550] [APAR PI49686] [Automatic email notifications from reviews are not being sent] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/101242] [APAR PI49848] [In DNG 6.0, The API feed for link types only returns the information for 2 projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/101377] [APAR PI49921] [Not able to link a Module View to an RQM Test Plan] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/101083] [APAR PI50049] [Directed comments do not send out email notifications] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/101241] [APAR PI51145] [ClusterSafeInitializer causing too many tasks stored in AsyncTaskStatusJfsStorageService] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/101563] +-- Product Rational Team Concert Fixed in release 6.0.1: [APAR NO_APAR] [[RTC 6.0][372897] Compile problems in TransactionalCacheWrapper.java in rtc.601 RTC-I20151020-1437] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375002] [APAR PI40247] [Source code data scanning not handling component replacement correctly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/361670] [APAR PI40591] [Auto-resolve of conflict after reorder due to baseline accept picks wrong state for 6.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/365728] [APAR PI40592] [Unresolvable conflict can result from cross component move and subsequent pre-move changes with duplicate merges for 6.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/365729] [APAR PI42494] [Select query from widget hangs on "Loading"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366849] [APAR PI42733] [Outplaced plan items at 4th level are not visible in Work Breakdown view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/363579] [APAR PI43630] [Each build request initiated from RTC creates additional buildResultUUID parameter in the corresponding Jenkins workflow job for 6.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366397] [APAR PI43630] [Filter box and results view are not in sync] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/359913] [APAR PI43630] [Quick Planner Backlog shows resolved item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/359928] [APAR PI43630] [correctly handle duplicate buildPath entries for buildmaps to 60] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/373460] [APAR PI44038] [Back-port defect 361277 to 6.0 iFix003 - Git Preview screen shows garbled characters for japanese labels] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/365577] [APAR PI44665] [[6.0] Taskboard does not sort stories by anything other than Rank] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/369721] [APAR PI47006] [Workspace load with many components takes more time than loading one component having the same total size of files] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/370301] [APAR PI47601] [Backport to RTC 6.0 iFix004  - [366521] Migration fails if an HistoricBasis item gets modified after online migration has started] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/367747] [APAR PI48537] [[RTC 6.0iFix004] WI: 360995: Ghost links appearing in traceability report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/368716] [APAR PI49090] [EE Garbage collection should delete more BuildBaselines] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372659] [APAR PI49271] [DependencyQueryService no longer honors the Index Update Wait Time advanced property for 6.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/371111] [APAR PI52129] [The 'com.ibm.team.enterprise.jfs.commons.query.JfsQuery' class constructor has changed between the 6.00 and the 6.01 version to 60] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/374947] [APAR SE62292] [genlink will fail by NPE when *SRVPGM that were created with EXPORT(*ALL)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362994] [APAR SE62769] [work item packaging is missing an object] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372673] [APAR SE63088] [RTCEE/IBM i DepBuild: multiple i Projects reusing common language definition with default search path may build to incorrect object library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/373402] 7. CLIENT APAR FIXES This client update site contains fixes for the following defects: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- RTC Client Fixes Fixed in release 6.0.1: [APAR PI28909] [[6.0] IllegalArgumentException after alias file is updated by newer client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/367359] [APAR PI28909] [[6.0] NPE when showing attributes involving an unknown read scope] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/367312] [APAR PI41290] [Source Code Data query of files found in All Streams but not in specific stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/361671] [APAR PI42705] [[Defect 220094] Use "scm status" command to list the status of unloaded components of a workspace] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366246] [APAR PI43455] [Backport to 6.0 iFix003 - [357110] RTC windows shell compare utility broken - no option to disable capping] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/366240] [APAR PI43630] [6.0 Dependency Build: Select rebuild on a personal build uses the wrong workspace] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/372382] [APAR PI43630] [Improve debug tracing to help identify unsupported JREs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/359630] [APAR PI43630] [NPE when proxy is specified] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/358964] [APAR PI43630] [[6.0] [Eclipse] Backport a fix to prevent an NPE in the Repository Files view when an item has an access group for its read access] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/362341] 8. KNOWN ISSUES None.