Interim fix CLM_601_iFix004.zip This interim fix is only valid for the Rational solution for Collaborative Lifecycle Management (CLM) 6.0.1 release. The Rational solution for CLM 6.0.3 is the next release that will include all these fixes. If you plan to upgrade, upgrade to version 6.0.3 or later. CONTENTS OF THIS INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: CLM_server_patch_6.0.1.0-CALM601M-I20160401-0852.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. Data Collection Component mapping patch file: com.ibm.rational.rrdi.dcc.mapping_6.0.1.v20160330_0222.zip (see the DATA COLLECTION COMPONENT INSTRUCTIONS section) 5. Lifecycle Query Engine patch file: lqe.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 6. Link Index Provider patch file: ldx.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 7. Rational Team Concert Client for Eclipse update site: UpdateSiteFor_6.0.1.0-CALM601M-I20160401-0852.zip (see the RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS section) 8. Rational Team Concert Client for Microsoft Visual Studio readme file: readme-vsclient.txt 9. Rational Team Concert Client for Microsoft Visual Studio patch file: rtc_vsclient_I6.0.1_iFix003.zip (see the RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS section) 10. Oracle Outside In Technology fix: OracleOutsideInFixJan2016.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG section) 11. WebSphere Application Server script file: clm_update.py (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS and JAZZ REPORTING SERVICE INSTRUCTIONS sections) 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. DATA COLLECTION COMPONENT INSTRUCTIONS 4. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS 5. RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS 6. RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS 7. ADDITIONAL FIXES INSTRUCTIONS 8. APAR FIXES 9. CLIENT APAR FIXES 10. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG 11. KNOWN ISSUES 12. RFES INCLUDED 1. SERVER PATCH INSTRUCTIONS Note: -The CLM server patch file, CLM_server_patch_6.0.1.0-CALM601M-I20160401-0852.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.1.0-CALM601M-I20160401-0852.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.1.0-CALM601M-I20160401-0852.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", "To clear the application cache on Liberty Profile" 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, including the DCC server, if the DCC component exists on a separate machine. 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", "To clear the application cache on Liberty Profile" 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(e.g. //profiles/), except for the noted help directory: temp, 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 Liberty Profile: We have not identified the need to clear any cache in Liberty Profile 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: /server/tomcat/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 /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> 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/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /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 Liberty Profile: a. Rename the new rs.war file as rs.war.zip. b. Stop the Liberty Profile server for the Jazz Reporting Service. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\rs.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\rs.war.zip \server\liberty\clmServerTemplate\apps\rs.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war f. Place the new rs.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war h. Start the server. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on Liberty Profile server: a. Stop the Liberty Profile server for the Jazz Reporting Service. b. Restore the original rs.war.zip file that was backed up during the installation to the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps c. Delete the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war d. Unzip the original rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war e. Start the server. 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.1-I20160329-2221 3. DATA COLLECTION COMPONENT INSTRUCTIONS To install the mapping patch with Data Collection Component: a. Back up all the files inside the \server\conf\dcc\mapping directory. b. Delete all the existing files from this directory. c. Extract the contents of the Data Collection Component mapping patch file into this directory. d. Open the \server\conf\dcc\teamserver.properties file. e. Locate the com.ibm.rational.datacollection.initialized parameter, change its value to false, and save/close the file. For example: com.ibm.rational.datacollection.initialized=false f. Restart the DCC server. 4. 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 /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> 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/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /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 with Lifecycle Query Engine or Link Index Provider deployed on Liberty Profile: a. Rename the new lqe.war or ldx.war file as lqe.war.zip or ldx.war.zip. b. Stop the Liberty Profile server for the Lifecycle Query Engine or Link Index Provider. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\lqe.war.zip or \server\liberty\servers\clm\apps\ldx.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\lqe.war.zip \server\liberty\clmServerTemplate\apps\lqe.war.zip or \server\liberty\servers\clm\apps\ldx.war.zip \server\liberty\clmServerTemplate\apps\ldx.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war f. Place the new lqe.war.zip or ldx.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps or \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new lqe.war.zip or ldx.war.zip file into the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war h. Start the server. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on Liberty Profile server: a. Stop the Liberty Profile server for the Lifecycle Query Engine or Link Index Provider. b. Restore the original lqe.war.zip or ldx.war.zip file that was backed up during the installation to the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps or \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps c. Delete the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war d. Unzip the original rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war e. Start the server. 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.1-I20160316-2115. 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. 5. 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. 6. RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS For details of the fixes included in this iFix refer to the bundled readme file readme-vsclient.txt. To install the Rational Team Concert Client for Microsoft Visual Studio update: a. Close all running instances of Rational Team Concert Client for Microsoft Visual Studio. b. Extract the patch .zip file to the computer where the Rational Team Concert Client for Microsoft Visual Studio client is installed. c. In IBM Installation Manger, click File > Preferences > Repositories > Add Repository and provide the path to the extracted folder from step b. d. To close the Preferences window, click OK. e. Click File > Preferences > Files for Rollback and ensure that the "Save files for rollback" check box is selected. f. In IBM Installation Manager, click Update. g. Select the IBM Rational Team Concert Client for Microsoft Visual Studio IDE package group and click Next. h. Select the Rational Team Concert version to update and click Next. i. If you agree to the terms, accept the license agreement and click Install. j. Select the versions of Microsoft Visual Studio to support and click Next. k. Click Update. l. To complete the update, click Finish. m. After the installation is complete, start the Rational Team Concert Client for Microsoft Visual Studio. 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 roll back to the previous client version: a. Close all running instances of Rational Team Concert Client for Microsoft Visual Studio. b. In IBM Installation Manager, click Roll Back. c. Select the IBM Rational Team Concert Client for Microsoft Visual Studio IDE package group and click Next. d. Select the patch to roll back to. e. Click Roll Back. f. Click Finish. WARNING: -The 6.0.1 patch can only be installed on top of the official 6.0.1 release. -To remove a patch, only use the Roll Back feature in IBM Installation Manager. -Uninstalling the patch completely removes the entire release, as well as any patches that are installed on top of it. 7. ADDITIONAL FIXES INSTRUCTIONS +-- Product Lifecycle Query Engine Fixed in release 6.0.2: [APAR PI56690] [[Backport 6.0.1] A LQE SQL issue was discovered which had different syntax in Oracle 11g than in Oracle 12] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/383077] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- +-- Product Rational DOORS Next Generation Fixed in release 6.0.2: [APAR PI41228] [Report of embedded visio/excel artifacts inserts a link above the artifact, Printing a module with a Visio artifact does not include the Vision artifact in the generated document] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104459] This defect requires additional steps to apply: In order to leverage this fix, you must request new schema files from Support. Please reference Test Fix Request 48740 when doing so. ---- +-- Product Rational Team Concert Fixed in release 6.0.2: [APAR PI51773] [Unable to retrieve ownedby attribute for snapshot] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/382756] This defect requires additional steps to apply: Command-line Client patch: Please request from Support the additional patch that is needed for the complete fix for this issue. 1) Back up the existing plugins being patched in: /jazz/scmtools/eclipse/plugins 2) Unzip the contents of the patch and copy the plugins (*.jar files) into the same directory ---- [APAR PI53286] [Status command with "--all" does not show status if all components are unloaded.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/382887] This defect requires additional steps to apply: Command-line Client patch: 1) Back up the existing plugins being patched in: /jazz/scmtools/eclipse/plugins 2) Unzip the contents of the patch and copy the plugins (*.jar files) into the same directory ---- 8. APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product Rational Engineering Lifecycle Manager Fixed in release 6.0.2: [APAR PI53450] [Performance issue when a system artifact container is linked to some containers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375968] [APAR PI53450] [RELM full text search cannot show non-versioned data correctly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376590] [APAR PI53450] [[Backport] Custom hover shows HTML tags which should be displayed as formatted text] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/377963] +-- Product Data Collection Component Fixed in release 6.0.2: [APAR PI52655] [[Backport 6.0.1] 375622: Delete Fact Table Data DCC job took long time but could not finish] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376061] [APAR PI53450] [[Backport 6.0.1] 375126: DCC not available after doing a rename and then an upgrade to 6.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375333] [APAR PI53450] [[Backport 6.0.1] DCC ETL Change and Configuration Management - Work Item Metrics fails when run against Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375334] [APAR PI53810] [[Backport 6.0.1] Need scriptable way of setting DCC configuration commands] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/377664] [APAR PI56370] [[Backport 6.0.1] JRS report only shows RFT script and ignores manual scripts if both of them are associated with the same test case] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/382550] [APAR PI56372] [[Backport 6.0.1] Change and Configuration Management - Source Control Metrics" job failed on a non-english OS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/384633] +-- Product Lifecycle Query Engine Fixed in release 6.0.2: [APAR PI53450] [Track new or changed vocabularies for review and update to LQE 6.0.1 ifix 003] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375770] [APAR PI53450] [User names containing double quote characters cause LQE web UI to be completely unusable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380426] [APAR PI53450] [lqe.BatchWriter[TRS 2.0 for QM Resources] failed with error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375769] +-- Product Rational Quality Manager Fixed in release 6.0.2: [APAR PI50966] ["Create Section" Permission Required to Create Test Plan Using Template that Contains Custom Section] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147637] [APAR PI51707] [Enter key does not work for Inline Filter for Execution Console > Host Name This is inconsistent with other fields] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/146527] [APAR PI51979] [PDF export of a test plan comprehensive report shows inconsistency on how the requirements associated to test cases are shown.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/146618] [APAR PI52469] [Execution schedules using build records from RQM 5.0.2 will not run after upgrade to 6.0] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145296] [APAR PI53450] [Archiving test result does not create deletion event for its step results in many places] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145074] [APAR PI53450] [Categories values of "Test Phase" and "Type" mixed up] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/146448] [APAR PI53450] [Executing Test Suite in GUI is picking multiple target machines using NI adapter] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145075] [APAR PI53450] [Module name is "Loading..." when reconciling req collection in QM and unable to generate the test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148612] [APAR PI53450] [NullPointerException in reportable rest when creating an ER with no TCER provided] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/146190] [APAR PI53450] [Rational Quality Manager cannot open selection dialogs if the OSLC provider provides selection dialogs but no creation dialogs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145707] [APAR PI53450] [Show Result does not display the execution result on IE11.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147148] [APAR PI53450] [TRS 2.0 for QM resources fail every 6 hours with error, requiring reindex] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145072] [APAR PI53450] [hide configuration resource shape in TRS] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145071] [APAR PI53450] [test environment's shape returns 500] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145073] [APAR PI54479] [Test fix for a customer that has thousands of category values] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/146280] [APAR PI54611] [The Test Martix viewlet lists Test Environments in Descending order instead of Ascending when using a Stacked Bar chart] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/145836] [APAR PI54785] [Test Matrix viewlet does not display TCERs with an Iteration value of Unassigned] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147436] [APAR PI55175] [Validity Service interactions must be updated in 602] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/146236] [APAR PI55565] [Execution Variables are not populated on Test Case Results when running a manual test script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147463] [APAR PI55605] [TestScriptStepPicker does not honor the requested size when opened from DOORS] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147951] [APAR PI55688] [Migration completed with errors due to missing WorkItemHandleImpl while migrating Work Item Approvals to Quality Approvals] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147111] [APAR PI56607] [QM: Select 'More' in the list causes clear selections] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/147632] [APAR PI57250] [REST Representation of Master Test Plan Snapshots Does Not Include Snaphost HREFs of Child Plans] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148216] [APAR PI57301] [When run test suit with "modify the execution Variable values" checked , the suit can't be run.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148501] [APAR PI57391] [Call to getExecutionWorkItemDTOs instead of getExecutionWorkItemMinimalDTOs causes bad performance on Run Test Case dialog] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148323] [APAR PI57394] [Not able to filter against Defects and Requirements in the Test Case Results List View] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148145] [APAR PI57660] [Not able to remove a requirement from a manual test script step] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/149174] [APAR PI57726] [Test plan loop - master test plan references itself - RQM Copy Utility aborts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148324] [APAR PI58296] [QM page freeze on clicking history > see details] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148699] [APAR PI58302] [New Test Case data lost after merging changes on concurrent Test Plan edition] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/148611] [APAR PI59400] [Create Stream Icon is not displayed under Manage Configurations] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/149273] [APAR PI59597] [Test Artifact review information (Approved dates) are modified (incorrect dates)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/149556] [APAR PI59642] [Open browse test case execution records filtered by test plan expanded the filtered by suite record panel] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/149373] [APAR PI59794] [Event history is missing after migration from prior to 6.0] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/149555] +-- Product Jazz Foundation Fixed in release 6.0.1: [APAR PI53450] [Need a way to be able recover versions that has been marked as unreferenced incorrectly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386375] Fixed in release 6.0.2: [APAR PI53432] [VVC import in DM failed with exception when exported data contains a change set with triplets without a resource object [6.0.1]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/377289] [APAR PI53450] [Active version is getting unreferenced and removed from index] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/381061] [APAR PI53450] [Change set delivery sometimes pushes wrong versions to target stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380685] [APAR PI53450] [Missing version mappings in parent config after invoking ILocalConfigurationManagementService.getVersionsInConfiguration on a new config[6.0.1]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/385670] [APAR PI53450] [ObjectMap.get(PojoFilter filter, String key) fails with ParseException[6.0.1]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/377779] [APAR PI53450] [Upgrade server from 502 on 601iFix002 offline migration steps for each application failed from first attempt] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/383398] [APAR PI53450] [ValidityService no longer accepting empty string for contextName] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/381473] [APAR PI54243] [Build Integration fails when 2 RQM projects are configured to 1 RTC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/379851] [APAR PI54878] [LINKS table disappears from BIRT reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380392] [APAR PI57028] [BackPort TrsService should not perform repo operations in activate method (383183)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386745] [APAR PI57533] [[601]Repotools AddTables can create multiple queryable-item table entries when migrating from 5.0.2 to 6.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/385083] [APAR PI57622] [[601] Build definition rtc.602.all with several test errors - error in RepositoryItemService.buildFetchResult] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/384807] [APAR PI59683] [Backport In a configuration enabled project area getting exception InternalRepositoryException (384051)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387324] +-- Product Jazz Reporting Service Fixed in release 6.0.2: [APAR PI52228] [The unparser should handle the INTERSECT clause] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375754] [APAR PI53450] [Advanced SPARQL query editor hangs if extra variables are added with shorter names] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375759] [APAR PI53450] [Average not calculated properly for historical trend reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380412] [APAR PI53450] [Cannot create historical metrics report with Derby DW] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380438] [APAR PI53450] [Copying db directory from existing server to new installation can cause ClassCastException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375762] [APAR PI53450] [Drill Down reports with multiple SUM based on Decimal are not showing any results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380434] [APAR PI53450] [Error CRRGW5628E An com.foundationdb.sql.parser.SQLParserException on Report save] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/383507] [APAR PI53450] [NullPointerException after switching report type from Current Work Item Data to Historical Trends] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375763] [APAR PI53450] [Report Builder hang in certain scenario getting back query results from cache (QueryResultsCache)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380436] [APAR PI53450] [Self Host: Report Builder needs to be restarted or widgets fail to render] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375761] [APAR PI53450] [Some columns are spanning when they shouldn't] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375758] [APAR PI53450] [Specific SQL advanced query no longer editable after save and reload] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/375757] [APAR PI56612] [Customizing graph colors doesn't work for TCER verdict (and not only)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/383064] [APAR PI58265] [Opensocial Gadget stuck in a perpetually loading state (could be particular to http and localhost JTS)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/385023] [APAR PI58307] [Custom attributes in more than one project are available only in some of the projects] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/385757] [APAR PI58944] [link to another resource(valueType is oslc:AnyResource) does not show up] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386645] [APAR PI59857] ["Add tags to selected reports" function doesn't work properly in the following described situation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386253] [APAR PI59861] [Improve null object verification] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386485] [APAR PI53450] [/rs fails to rename server (rename status uses old URL)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386259] [APAR PI53450] [Cannot log out a second time when using SSO authentication] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386250] [APAR PI53450] [One particular DW report fail to show report in the next day of creation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386395] [APAR PI53450] [RS unable to show "Historical Trends" when filtering by Test Case] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386252] [APAR PI53450] [SQLException when view Work Item totals trend by Creator Dimension] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386517] [APAR PI53450] [Temporary files in QueryResultsCache folder are not removed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386257] [APAR PI53450] [When deleting reports when a filter is set on the explore page, user can unintentionally delete other reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386254] +-- Product Rational DOORS Next Generation Fixed in release 6.0.2: [APAR PI52669] [Query timeout during SuspectLinkIndexService.clearIndexedLinks could result in unbounded growth of RM on-disk indices] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102100] [APAR PI52746] [StackOverflow when reporting a sketch with duplicate ids through uisketches schema] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103934] [APAR PI53303] [Migration from 5.0.1 to 6.0 fails with NotFoundException when migrating review] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103739] [APAR PI53344] [Publish outcome does not reflect the correct artifact type for module artifacts after changing its type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104816] [APAR PI53450] [Creating Baselines and Stream corrupts the Local Configuration cache] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103439] [APAR PI53450] [Describe queries return invalid data after server was renamed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102357] [APAR PI53450] [Duplicate module can not be successfully completed.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102272] [APAR PI53450] [Expanding and collapsing sections in a document is unusable.  Major scrolling issues] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102751] [APAR PI53450] [Include ReqIF Foreign ID in packages] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105048] [APAR PI53450] [JRS: Cannot report against new local configurations created from a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102692] [APAR PI53450] [JRS: Cannot report on module content in context of any other configuration after adding to/removing from/modifying artifacts in module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102270] [APAR PI53450] [Link Validity: DM <-> RM - setting a link as valid in DM doesn't change the link status in RM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102507] [APAR PI53450] [Linked artifacts in diagram editor do not "highlight" when the link is selected in link area AND links do not highlight when diagram artifact is selected (regression)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102266] [APAR PI53450] [Module editing - editing new cell is flashy/jumpy] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102356] [APAR PI53450] [RRDG Report: Traceability says NONE for RM project that is not CM enabled] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102269] [APAR PI53450] [Remove error about unnecessary JPI mapping] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103540] [APAR PI53450] [Server rename - comparison wizard does not display artifact content for modules after server rename] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102271] [APAR PI53450] [Slow TRS query when creating new stream or baseline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/102339] [APAR PI55175] [link validity - 500 errors when trying to assert validity] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103191] [APAR PI55198] [Upgrade to 6x fails due to null jfsBaseline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103213] [APAR PI55320] [OSLC requests for a project area's services.xml do not properly handle configuration resolution] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103328] [APAR PI55856] [Embedded content does not update properly when included from another project] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103626] [APAR PI56183] [Migration from 5.0.2 to 6.0.1 fails with GoneException when migrating formal reviews] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103742] [APAR PI56191] [Importing a Word document into a folder generates massive FileBackedOutputStream temp file which can exhaust available disk space] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103644] [APAR PI56642] [Headings are not formatted properly for a customized report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104380] [APAR PI56664] [Duplicate entries appear for a module in browse view, after modifying it] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/103867] [APAR PI56813] [It takes 10 hours for DCC to handle 2 entries after we upgraded DCC from 5.0.2 to 6.0.1.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104045] [APAR PI57418] [ReqIf import duplicates some other attributes during import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104400] [APAR PI57537] [Revision history of a module artifact doesn't show the latest contents of artifact upon loading the UI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104425] [APAR PI58255] [Revision History is misleading when switching configurations from the current stream to a baseline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105106] [APAR PI58588] [Updating a core artifact does not update its module artifacts in the data warehouse] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/104818] [APAR PI58700] [config management does not work in a proper way - at least not for embedded images] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105105] [APAR PI59268] [find / replace in module context deletes all term references on artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105164] Fixed in release 6.0.3: [APAR PI58513] [Strikethrough styling is not applied when tags are not directly surrounding text] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105170] +-- Product Rational Team Concert Fixed in release 6.0.2: [APAR PI28909] [TRS Feed: RTC feed gets error one week after a server is built for 6.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380763] [APAR PI40647] [Unresolvable conflict can result from duplicating a workspace] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/382892] [APAR PI46690] [ASM source file is misclassified as PLX to 6.0.1 iFix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386546] [APAR PI47947] [Enabling the "Fetch Plan Item Children On Demand" Property Causes Group Load Calculation To Include Outplaced Children] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/379223] [APAR PI51774] [[RTC 6.0.1] Defect 372981 Replace ProcessAreaDTO in GitRepositoryDescriptorDTO with a light-weight alternative] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/383732] [APAR PI51983] [[RTC 6.0.1] [WI 361526] Snapshot URL from Eclipse opens in WebUI wrong PA] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380478] [APAR PI53025] [Performance problem during v4 to v6 migration - buildmap component UUID] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376976] [APAR PI53411] [Migration of buildmap data from pre-4.0 through 6.0 can fail from malformed data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/377638] [APAR PI53450] [Bulk Edit for tags do not update properly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376610] [APAR PI53450] [Invalid UUID error during "Delete build map resources that are missing main section" to 6.0.1 iFix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/381868] [APAR PI53450] [[6.0.1iFix] Backport fix for: "Code Review is showing the wrong version Id (at the top of the compare editor) for the before state pane when reviewing a change set that has merges"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376967] [APAR PI53450] [[Server Side]The value of Component condition can not be saved in SCD query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/378016] [APAR PI54645] [[6.0.1] defect 379890 Change getLoadCFA to postValidateLoadCFA on IFilesystemRestClient] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/383894] [APAR PI54645] [[6.0.1] defect 385528 When loading large number of components(1000), getResourceProperties throws URI String too long exception] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386169] [APAR PI56622] [Follow up item for defect 373789 with a corrupted PA.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/384494] [APAR PI56622] [Tracked work items (Tracks link type) don't load in a plan tree view with work items in multiple servers.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/384490] [APAR PI57281] [[6.0.1 iFix] [WI 381527] Problems with scheduler in Roadmap Plan not showing the expected behavior] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387284] [APAR PI57724] [[6.0.1 iFix] [WI 383991] Group by Team in plans with deferred load of plan elements and progress breaks progress bars for groups and shows error in plan view.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387267] [APAR PI58341] [Promotion does not validate the state of the SELF input in target stream to 6.0 iFix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386405] [APAR PI58598] [Work Item Promotion failed to validate the parser outputs (indirect dependencies) of a program to 6.0.1 iFix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/386403] [APAR PI58610] [[6.0.1 iFix] [WI 379969] Sprint Plan - Work breakdown view: bars disappear when load is selected.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387272] [APAR PI59381] [[6.0.1 iFix] [WI 384344] FORMAL PA PLANNING: Release Plan in "Computing..." state forever.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387274] 9. 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.2: [APAR PI51244] [Job found still running returns when executing scm command] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/381557] [APAR PI53204] [Backport add components dialog should support to select multiple streams in different project areas for CAS Index configuration to 6.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380334] [APAR PI53450] [Getting NPE opening a buildmap when migrating from older versions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376606] [APAR PI53450] [NullPointerException trying to save CAS configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376605] [APAR PI53450] [[Client Side]The value of Component condition can not be saved in SCD query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/376608] [APAR PI53450] [[RTC 6.0.1] [wi 377661] - Pending changes view showing incorrect icons for local changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/377821] [APAR PI53742] [The "Updating out of sync shares" job takes too long with many components (6.0.1 iFix Backport)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/380440] [APAR PI55218] [Issues with incoming remote empty baselines when workspace already contains the changesets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/381219] [APAR PI57619] [Checkin using CLI creates 2 ComponentSyncContexts per component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/384722] [APAR PI57621] [Each ComponentSyncContext retains own copy of workspace sync times] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387333] [APAR PI59703] [DebugRestClient errors when using MSSCCI client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/384723] 10. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG These steps need to be done only once. The Outside In files changed in iFix003. If you have already deployed these files as part of installing iFix003 or later, you do not have to do these steps again. Follow the instructions detailed in the README.txt file contained within the OracleOutsideInFixJan2016.zip file. 11. KNOWN ISSUES None 12. RFES INCLUDED +-- Product Rational DOORS Next Generation Implemented in 6.0.1 iFix004: [Include ReqIF Foreign ID in packages] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105048] On ReqIF export, artifact identifiers are exported as values of an attribute called "ReqIF.ForeignID". Tools that follow the ProSTEP ReqIF Implementation Guide will import these values into an attribute called "ForeignID" (without the "ReqIF." prefix). Such tools will also exclude these "ForeignID" values from subsequent exports.