Interim fix CLM_602_iFix005.zip This interim fix is only valid for the Rational solution for Collaborative Lifecycle Management (CLM) 6.0.2 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.2.0-CALM602M-I20160922-2152.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 patch file: com.ibm.rational.datacollection.wrapper_1.0.0.v20160719_2026.jar (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.2.0-CALM602M-I20160922-2152.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.2_iFix003.zip (see the RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS section) 10. RDNG APAR PI61751 fix: review.dta (see the ADDITIONAL FIXES INSTRUCTIONS section) 11. Oracle Outside In Technology fix: DNG602_OIT_PATCH_July2016.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG section) 12. 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/blogs/psirt/ 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 1. SERVER PATCH INSTRUCTIONS Note: -The CLM server patch file, CLM_server_patch_6.0.2.0-CALM602M-I20160922-2152.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.2.0-CALM602M-I20160922-2152.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.2.0-CALM602M-I20160922-2152.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 WebSphere Liberty 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 g. To ensure that the Data Collection Component mapping files are correctly updated, please follow the instructions in the DATA COLLECTION COMPONENT INSTRUCTIONS section below 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 WebSphere Liberty 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 and class 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. For UNIX platforms, run the following script: /bin/clearClassCache.sh For Windows platforms, run the following script: \bin\clearClassCache.bat To clear the application cache on WebSphere Liberty Server: We have not identified the need to clear any cache in WebSphere Liberty Server 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 WebSphere Liberty Server: a. Rename the new rs.war file as rs.war.zip. b. Stop the WebSphere Liberty 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 WebSphere Liberty Server: a. Stop the WebSphere Liberty 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.2-I20160919-1025 3. DATA COLLECTION COMPONENT INSTRUCTIONS To install the wrapping jar patch with Data Collection Component: a. Open the \server\conf\dcc\teamserver.properties file. b. 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 c. Back up com.ibm.rational.datacollection.wrapper_*.jar inside \server\conf\dcc\wrapper\lib directory. d. Delete the existing com.ibm.rational.datacollection.wrapper_*.jar file from this directory. e. Paste the new DCC wrapper jar into this directory. 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 WebSphere Liberty Server: a. Rename the new lqe.war or ldx.war file as lqe.war.zip or ldx.war.zip. b. Stop the WebSphere Liberty 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 WebSphere Liberty Server: a. Stop the WebSphere Liberty 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.2-I20160919-0840. 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.2 patch can only be installed on top of the official 6.0.2 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 Rational Team Concert Server Fixed in release 6.0.3: [APAR PI60953] [[RTC 6.0.2][defect 388760]Improve error message when using loadrules to load overlapping content] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389199] This defect requires additional steps to apply: If the customer is using the Eclipse client as the daemon, then they can upgrade the client as per normal via the update site. If not, then they must either replace the specific JARs or receive a new full CLI zip. ---- [APAR PI61751] [[Server] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393394] This defect requires additional steps to apply: Also contains client code which can be installed via the Eclipse client update site. ---- [APAR PI63028] [Snapshot with large number of components causes 414 error when scm list components -snapshot is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395174] This defect requires additional steps to apply: Manually copy CLI files ---- [APAR PI63057] [[CLI] Misleading error message in case of multiple conflicts involving the same item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392953] This defect requires additional steps to apply: Fix for SCM CLI: - If the user is using a stand-alone CLI client or the "scm" command they need a new CLI zip. - if the user is using the Eclipse client as a daemon they can install the fix via the iFix update site as per normal Fix for VS client - the CLI changes would impact the VS client so a new VS client may be requested by the customer ---- +-- Product Rational Team Concert Client Fixed in release 6.0.3: [APAR PI60953] [Improve error message when using loadrules to load overlapping content] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389199] This defect requires additional steps to apply: If the customer is using the Eclipse client as the daemon, then they can upgrade the client as per normal via the update site. If not, then they must either replace the specific JARs or receive a new full CLI zip. ---- [APAR PI61751] [[Server] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393394] This defect requires additional steps to apply: Also contains client code which can be installed via the Eclipse client update site. ---- [APAR PI63028] [Snapshot with large number of components causes 414 error when scm list components -snapshot is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395174] This defect requires additional steps to apply: Manually copy CLI files ---- [APAR PI63057] [[CLI] Misleading error message in case of multiple conflicts involving the same item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392953] This defect requires additional steps to apply: Fix for SCM CLI: - If the user is using a stand-alone CLI client or the "scm" command they need a new CLI zip. - if the user is using the Eclipse client as a daemon they can install the fix via the iFix update site as per normal Fix for VS client - the CLI changes would impact the VS client so a new VS client may be requested by the customer ---- +-- Product Rational Team Concert Common Fixed in release 6.0.3: [APAR PI60953] [Improve error message when using loadrules to load overlapping content] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389199] This defect requires additional steps to apply: If the customer is using the Eclipse client as the daemon, then they can upgrade the client as per normal via the update site. If not, then they must either replace the specific JARs or receive a new full CLI zip. ---- [APAR PI61751] [[Server] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393394] This defect requires additional steps to apply: Also contains client code which can be installed via the Eclipse client update site. ---- [APAR PI63028] [Snapshot with large number of components causes 414 error when scm list components -snapshot is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395174] This defect requires additional steps to apply: Manually copy CLI files ---- [APAR PI63057] [[CLI] Misleading error message in case of multiple conflicts involving the same item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392953] This defect requires additional steps to apply: Fix for SCM CLI: - If the user is using a stand-alone CLI client or the "scm" command they need a new CLI zip. - if the user is using the Eclipse client as a daemon they can install the fix via the iFix update site as per normal Fix for VS client - the CLI changes would impact the VS client so a new VS client may be requested by the customer ---- +-- Product Rational DOORS Next Generation Fixed in release 6.0.3: [APAR PI61262] [Migration from 5.x to 6.x creates versioned comment resources with dc:creator set to ADMIN user] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106588] This defect requires additional steps to apply: If customers have migrated and are experiencing this APAR, there is now a process that automatically runs in the background to resolve the data discrepancies. No actions are required by the customer. When the server starts up, the process runs silently in the background and should have no impact on user operations. There is logging that occurs during the process and the rm.log file can be monitored for progress. Some examples of the logging that occurs are: Starting update in batches of up to records still need to be repaired Repair is completed. The task ran for ms Repair task has not updated all resources. Check log to specify which resources were not updated The message " records still need to be repaired" will be repeated as a means of showing progress. ---- [APAR PI61751] [Review comments are not included in the review report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109795] This defect requires additional steps to apply: Deploying the updated template on the server: 1. Stop the RM server. 2. Save a copy of review.dta found in /server/conf/rm/reporting/initialization/templates/rrdg. 3. Copy the updated template file in this zip to the /server/conf/rm/reporting/initialization/templates/rrdg directory. 4. Start the RM server and login as a JazzAdmin that has the Analyst license. 5. Initialize the reporting services by using a browser to access https://rmserver:port/rm/publish/initialize Once the confirmation message is received (CRRRS6503I Initialization Completed Successfully), the updated template is available to be used. ---- 8. APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product Data Collection Component Fixed in release 6.0.3: [APAR PI61751] [DB2z JDBC Driver had been renamed from db2jcc.jar to db2jcc4.jar] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392406] [APAR PI61751] [DCC should support SQL Server connection URLs that use an instanceName instead of port] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388728] [APAR PI61751] [F_REQUEST_TPLN_TURNAROUND_R contains wrong filters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395044] [APAR PI61751] [When link archival is enabled, deleted timesheet entries do not get soft deleted in the data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388230] [APAR PI65210] [DCC Wrapper script should return proper exit code] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395424] +-- Product Rational Team Concert Server Fixed in release 6.0.3: [APAR PI49271] [Link JFS query indexing timeout to the Index Update Wait Time advanced property for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395192] [APAR PI53450] [Investigate 40% plan load slow down] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395282] [APAR PI53450] [Investigate Plan Load Times based on customer configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395280] [APAR PI58264] [Work item history dates are inconsistent] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395216] [APAR PI59457] [Make build ETL tolerate item not found errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391509] [APAR PI59688] [[Backport to 6.0.2] Source code gets truncated in web UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391275] [APAR PI59705] [Deleted files cannot be marked as viewed (and thus the "Require Approver to Review all Files" precondition cannot be met)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387335] [APAR PI60018] [Dependency Build: accept should be scoped components aware] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392815] [APAR PI60167] [Promotion error message does not indicate module itself if it is not in the right state when doing work item promotion (387484)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389183] [APAR PI60330] [MY STUFF shows html code only] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392030] [APAR PI60669] [Query Result View filter does not filter by owner name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395286] [APAR PI60755] [Prevent baselines creation during dependency build for internal workspaces (365004)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395278] [APAR PI60768] [SET Reference to undefined variable when variable is defined (388175)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395219] [APAR PI60807] [Work Item Owner is reported as outside of team area.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394848] [APAR PI61055] [[Server] RTC-EE Packaging - prevent stowaway work item changesets in impacted buildable members.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395168] [APAR PI61385] [INSTREAM DD not populated with data in a TSO/ISPF translator for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395211] [APAR PI61516] [Can no longer export queries to CSV in pt_BR] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392056] [APAR PI61751] [Cannot build files using sequential files] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396120] [APAR PI61751] [[Code Review] Clicking on a file does not show the content when there are merges (387017)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389219] [APAR PI61751] [[Server] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393394] [APAR PI62101] [Links to owners removed after drill down, back, then query refresh] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400613] [APAR PI62103] [Incorrect team Area Listed In Plans] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400614] [APAR PI62183] [Plan Checks are not working for inplace delayed children] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400710] [APAR PI63057] [[CLI] Misleading error message in case of multiple conflicts involving the same item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392953] [APAR PI63328] [Subset work item processor using last state instead of newest] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395275] [APAR PI63416] [x-repo flow failed with "already dependancies queued for StateId(FileItem, ...)"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395058] [APAR PI63750] [Project Areas with a large number of members causes a long wait for the create defect dialog box to load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397792] [APAR PI64145] [Attributes appearing as Archived.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397791] [APAR PI64149] [Role Based User List attribute customization doesn't work] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397807] [APAR PI64310] [Promotion does not consider "ignore impact" option of the language definition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395279] [APAR PI64743] [Custom Tag attributes fetch all tags even when they are not in the editor presentation resulting in 40 seconds initializing work item editor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397794] [APAR PI65655] [buildmap migration bulk update] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395998] [APAR PI65657] [Rework secondary buildmap migration tasks for quicker product availability upon migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395996] [APAR PI66122] [Quick Planner create item from My Work inconsistently assigns Planned For] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400610] [APAR PI66722] [Add validation in macrodef generation to prevent output that points to a temporary data set] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398161] [APAR PI67327] [Shareable#isShare can take a long time for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398058] [APAR PI67343] [Too many delete-delete conflicts reported for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398355] [APAR PI67621] [Planned for only shows iterations that do not have a start or end date after Filed Against category selected.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400612] [APAR PI68002] [Archived users appear in custom contributor attribute presentation.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/401057] [APAR SE64794] [[Server] Command line build does not load source when IBM i member text metadata is changed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395163] +-- Product Lifecycle Query Engine Fixed in release 6.0.3: [APAR PI61751] [Access Context Groups are not included in LQE backup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396470] [APAR PI61751] [LQE backup of selects takes a long time.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396476] [APAR PI64745] [Customer encounters an NPE when running a backup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394608] +-- Product Rational Quality Manager Fixed in release 6.0.3: [APAR PI59546] [Issue: QM view filter settings for a saved query shows void on columns if the filter options are selected using "More"] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153805] [APAR PI59554] [Cannot permanently delete test case results with status in progress.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/151421] [APAR PI59597] [Test Artifact review information (Approved dates) are modified (incorrect dates)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/150137] [APAR PI59630] [Archiving Completed Approval Groups throws SQLException in Upgraded Server] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/150258] [APAR PI59794] [Event history is missing after migration from prior to 6.0] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/150136] [APAR PI60646] [Approval auto-transition functionality issue] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/150290] [APAR PI61241] [Unable to open a Test Case result after deleting Requirements linked to Test script steps (CRJAZ0215E The following record was not found in the database)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153090] [APAR PI61255] [QM: Keyword reference is included in the Test Script XML even after deletion] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/151148] [APAR PI61603] [Approval Notifications still being sent after Test Artifact has been archived] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153918] [APAR PI61630] [354RQM Req. Collection Error "Failed to link to requirement collection with unsupported characters" and "Clear Suspicion" is not clearing suspicion for requirement collection even after reconciling at the test plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153275] [APAR PI61724] [Changes made to Test Suite Execution Variables by using "Modify Execution Variable Values" during execution doesn't take effect nor persisted] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153093] [APAR PI61751] [Error while creating a link from DM to QM project - Exception in qm.log] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/150573] [APAR PI61751] [QM Execution schedule cannot be deleted] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/152658] [APAR PI61751] [Refresh operation changes the "Column Display Settings" preference in test script table.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154514] [APAR PI63689] [Approval migration code not robust enough to correctly handle potential cross-project references] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154933] [APAR PI64503] [Purged category values makes sorting by belonging category work improperly] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153347] [APAR PI64561] [Adding 50+ Test Cases to a Test suite causes unresponsive script error] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154676] [APAR PI64973] [RiskHandle ItemNotFoundException when loading Test Artifacts duplicated cross-project and then migrated from 5.0.x to 6.0.x] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153722] [APAR PI64975] [Uncalled operations are checked while viewing/browsing artifacts, causing undesirable Floating license checkout] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154536] [APAR PI65358] [GET of a remotescript resource does not show the correct value for alm:owner or qm:ownerid] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153620] [APAR PI65429] [Custom Attributes not displayed for Test Case Results table view] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153763] [APAR PI65727] [User information missing in formal review groups post archive and unexpected loss of formal review data in snapshots.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154416] [APAR PI65792] [Issue with RQM v602 REST API - qm.xsd not returning sections from test plan, test case, etc] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/153931] [APAR PI66023] [Import test script got "n scripts were not imported as they already exist" error if set the Test Script Category as required] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/155479] [APAR PI66124] [TCER actual result is shown as In progress even after successfully completing the test execution] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154579] [APAR PI66178] ["Test Team" is reset to "Unassigned" when changing the state of a Testplan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154366] [APAR PI66318] [QM : Sections are duplicated in a Manual Test Scripts after upgrading to 6.0.2] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154367] [APAR PI66486] [Test Matrix Widget does not display accurate State related data for multiple users] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154971] [APAR PI66560] [Test Case Attribute values not exported to .csv file] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/155122] [APAR PI66739] [Bad HTTP Response when updating a testplan containing PlatformCoverage using REST] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/154350] [APAR PI67059] [PDF export of a Manual Test Script does not include step data/information (after upgrade)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/155264] [APAR PI68642] [QM: Manual script steps missing in the UI after changing "Formal review" type (Upgraded Environment)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/155674] [APAR PI68815] [Cannot Remove SubCategory Value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/155738] +-- Product Rational Team Concert Client Fixed in release 6.0.3: [APAR PI49271] [Link JFS query indexing timeout to the Index Update Wait Time advanced property for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395192] [APAR PI53450] [Investigate 40% plan load slow down] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395282] [APAR PI53450] [Investigate Plan Load Times based on customer configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395280] [APAR PI58264] [Work item history dates are inconsistent] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395216] [APAR PI59457] [Make build ETL tolerate item not found errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391509] [APAR PI59688] [[Backport to 6.0.2] Source code gets truncated in web UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391275] [APAR PI59705] [Deleted files cannot be marked as viewed (and thus the "Require Approver to Review all Files" precondition cannot be met)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387335] [APAR PI60018] [Dependency Build: accept should be scoped components aware] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392815] [APAR PI60167] [Promotion error message does not indicate module itself if it is not in the right state when doing work item promotion (387484)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389183] [APAR PI60330] [MY STUFF shows html code only] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392030] [APAR PI60669] [Query Result View filter does not filter by owner name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395286] [APAR PI60755] [Prevent baselines creation during dependency build for internal workspaces (365004)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395278] [APAR PI60768] [SET Reference to undefined variable when variable is defined (388175)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395219] [APAR PI60807] [Work Item Owner is reported as outside of team area.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394848] [APAR PI61055] [[Server] RTC-EE Packaging - prevent stowaway work item changesets in impacted buildable members.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395168] [APAR PI61385] [INSTREAM DD not populated with data in a TSO/ISPF translator for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395211] [APAR PI61516] [Can no longer export queries to CSV in pt_BR] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392056] [APAR PI61751] [Cannot build files using sequential files] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396120] [APAR PI61751] [[Code Review] Clicking on a file does not show the content when there are merges (387017)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389219] [APAR PI61751] [[Server] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393394] [APAR PI62101] [[390049] Links to owners removed after drill down, back, then query refresh] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400613] [APAR PI62103] [[388857] Incorrect team Area Listed In Plans] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400614] [APAR PI62183] [Plan Checks are not working for inplace delayed children] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400710] [APAR PI63057] [[RTC6.0.2][defect 390002][CLI] Misleading error message in case of multiple conflicts involving the same item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392953] [APAR PI63328] [Subset work item processor using last state instead of newest] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395275] [APAR PI63416] [[Backport to 6.0.2] x-repo flow failed with "already dependancies queued for StateId(FileItem, ...)"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395058] [APAR PI63750] [Project Areas with a large number of members causes a long wait for the create defect dialog box to load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397792] [APAR PI64145] [Attributes appearing as Archived.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397791] [APAR PI64149] [Role Based User List attribute customization doesn't work] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397807] [APAR PI64310] [Promotion does not consider "ignore impact" option of the language definition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395279] [APAR PI64743] [Custom Tag attributes fetch all tags even when they are not in the editor presentation resulting in 40 seconds initializing work item editor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397794] [APAR PI65655] [buildmap migration bulk update] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395998] [APAR PI65657] [Rework secondary buildmap migration tasks for quicker product availability upon migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395996] [APAR PI66722] [Add validation in macrodef generation to prevent output that points to a temporary data set] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398161] [APAR PI67327] [Shareable#isShare can take a long time for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398058] [APAR PI67343] [Too many delete-delete conflicts reported for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398355] [APAR PI68002] [Archived users appear in custom contributor attribute presentation.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/401057] [APAR SE64794] [[Server] Command line build does not load source when IBM i member text metadata is changed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395163] +-- Product Jazz Foundation Server Fixed in release 6.0.3: [APAR PI60403] [Proxy setting in Eclipse Client 6.0.1 Fail] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393729] [APAR PI61618] [GUI becomes blank while trying to accept a delivery from another stream. [ 6.0.2]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389799] [APAR PI61751] [Change the sequence of generate data warehouse upgrade scripts to avoid grant errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392481] [APAR PI61751] [JFS StorageService not properly honoring importMode flag] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394533] [APAR PI61751] [Syntax Error when trying to log out during jts setup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393959] [APAR PI61751] [Update an item state via UpdateState doesn't utilize proposed modified and modified by parameter values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395619] [APAR PI62300] [DROP PRIMARY KEY does not drop INDEX any longer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391300] [APAR PI62331] [Primary keys are dropped and recreated when running repotools -onlineMigrateEstimate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391301] [APAR PI62336] [ResourceGoneException when running repotools-jts -updateLPASampleTemplates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392414] [APAR PI62551] [Backport Workitem Save fails do to StaleDataException (386068) [602]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394610] [APAR PI63097] [Expose Token License Group Counters so they can be loaded in the data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392480] [APAR PI63220] [Backport (391990): NullPointerException reported running Defect140238RepairTask] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393797] [APAR PI63760] [Missing vertical scroll bar in Events view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397279] [APAR PI64082] [backport (390569) Missing artifacts after migration - deadlocks and rolled back transactions during addTables] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393993] [APAR PI64957] [Incorrect contents in baselines/baseline contents changing over time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394753] +-- Product Rational Team Concert Common Fixed in release 6.0.3: [APAR PI49271] [Link JFS query indexing timeout to the Index Update Wait Time advanced property for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395192] [APAR PI53450] [Investigate 40% plan load slow down] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395282] [APAR PI53450] [Investigate Plan Load Times based on customer configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395280] [APAR PI58264] [Work item history dates are inconsistent] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395216] [APAR PI59457] [Make build ETL tolerate item not found errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391509] [APAR PI59688] [[Backport to 6.0.2] Source code gets truncated in web UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391275] [APAR PI59705] [Deleted files cannot be marked as viewed (and thus the "Require Approver to Review all Files" precondition cannot be met)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387335] [APAR PI60018] [Dependency Build: accept should be scoped components aware] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392815] [APAR PI60167] [Promotion error message does not indicate module itself if it is not in the right state when doing work item promotion (387484)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389183] [APAR PI60330] [MY STUFF shows html code only] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392030] [APAR PI60669] [Query Result View filter does not filter by owner name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395286] [APAR PI60755] [Prevent baselines creation during dependency build for internal workspaces (365004)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395278] [APAR PI60768] [SET Reference to undefined variable when variable is defined (388175)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395219] [APAR PI60807] [Work Item Owner is reported as outside of team area.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394848] [APAR PI61055] [[Server] RTC-EE Packaging - prevent stowaway work item changesets in impacted buildable members.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395168] [APAR PI61385] [INSTREAM DD not populated with data in a TSO/ISPF translator for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395211] [APAR PI61516] [Can no longer export queries to CSV in pt_BR] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392056] [APAR PI61751] [Cannot build files using sequential files] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396120] [APAR PI61751] [[Code Review] Clicking on a file does not show the content when there are merges (387017)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389219] [APAR PI61751] [[Server] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393394] [APAR PI62101] [[390049] Links to owners removed after drill down, back, then query refresh] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400613] [APAR PI62103] [[388857] Incorrect team Area Listed In Plans] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400614] [APAR PI62183] [Plan Checks are not working for inplace delayed children] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400710] [APAR PI63057] [[RTC6.0.2][defect 390002][CLI] Misleading error message in case of multiple conflicts involving the same item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392953] [APAR PI63328] [Subset work item processor using last state instead of newest] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395275] [APAR PI63416] [[Backport to 6.0.2] x-repo flow failed with "already dependancies queued for StateId(FileItem, ...)"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395058] [APAR PI63750] [Project Areas with a large number of members causes a long wait for the create defect dialog box to load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397792] [APAR PI64145] [Attributes appearing as Archived.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397791] [APAR PI64149] [Role Based User List attribute customization doesn't work] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397807] [APAR PI64310] [Promotion does not consider "ignore impact" option of the language definition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395279] [APAR PI64743] [Custom Tag attributes fetch all tags even when they are not in the editor presentation resulting in 40 seconds initializing work item editor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397794] [APAR PI65655] [buildmap migration bulk update] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395998] [APAR PI65657] [Rework secondary buildmap migration tasks for quicker product availability upon migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395996] [APAR PI66722] [Add validation in macrodef generation to prevent output that points to a temporary data set] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398161] [APAR PI67327] [Shareable#isShare can take a long time for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398058] [APAR PI67343] [Too many delete-delete conflicts reported for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398355] [APAR PI68002] [Archived users appear in custom contributor attribute presentation.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/401057] [APAR SE64794] [[Server] Command line build does not load source when IBM i member text metadata is changed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395163] +-- Product Jazz Reporting Service Fixed in release 6.0.3: [APAR PI61304] [Result columns are not being processed as expected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392134] [APAR PI61751] [Add a calculated column then add a regular column - adds two columns expectantly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/390652] [APAR PI61751] [Bad text in RB report column header] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397560] [APAR PI61751] [Duplicate calls to rs/report ?action=queryBuilderOutput when using report builder viewlets on RTC dashboard] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389094] [APAR PI61751] [Invalid data in XLS exported report (empty columns cause shifting)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/390692] [APAR PI61751] [JRS-Watson Analytics integration doesn't work on jazz.net] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388228] [APAR PI61751] [Preview of historical trend report shows no data for weeks, months, years setting with large amounts of data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389364] [APAR PI61751] [Report Builder has formatting issues when no CCM is registered (JRS running in "standalone" mode).] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388227] [APAR PI61751] [SQLSyntaxErrorException error encountered when adding a Work Item custom attribute to the Format Results section when building a report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391378] [APAR PI61751] [Selecting a request category doesn't include the project id in the SQL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391266] [APAR PI61751] [Unresponsive script warning] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393616] [APAR PI61751] [Work Item count is too low] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388229] [APAR PI61793] [LQE Data source is adding extra spaces in requirement types] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389861] [APAR PI62363] [Date scale calculation lost when using Count values of a single attribute with no dimensions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391503] [APAR PI62454] [Test Categories are not available as attributes for Test Scripts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389893] [APAR PI63051] [Calculated columns that use percentages can attempt division by zero] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394202] [APAR PI63459] [Advanced SQL report: returns 15 results, when paging from first 10 to next 10 get no results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388226] [APAR PI66022] [CQPAR00189329: OOTB report "Average Time In State" logs SQL error when all parameters selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398458] [APAR PI66330] [Too many date range controls are shown in trend report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396205] [APAR PI66336] [Error when loading reports on All reports (former Use) Page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397136] [APAR PI66786] [Cannot change datatype for variable in Advanced mode] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/401407] [APAR PI67080] [In "standalone" JRS environment, if the JTS has a system alert, JRS stops loading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398760] [APAR PI67223] [Cannot add calculated columns for Test Script Test Result] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398417] [APAR PI67534] [Trend reports must support modules, Collections and folders] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397302] [APAR PI61751] [Issue with calculated columns in specific LQE reports - wrong count & drilldown fails] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/399659] [APAR PI61751] [Date scale calculation lost when visualizing trend of attribute with dimensions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/399399] +-- Product Rational DOORS Next Generation Fixed in release 6.0.3: [APAR PI53450] [Compound filtering involving links which returns a lot of hits times out] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108004] [APAR PI57855] [Inconsistent artifact title returned from the OSLC selection dialog and compact rendering] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107524] [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/106550] [APAR PI59165] [ReqIF Exports the original folder name of a renamed folder] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105581] [APAR PI59733] [Links Explorer does not support configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107189] [APAR PI59775] [On Mac, when editing a module, Cmd S doesn't save except when editing content] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107542] [APAR PI59982] [Module Merge function executes synchronous PUT requests during delivery session, causing StaleDataException on server] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106965] [APAR PI60101] [JazzUser cannot generate customized report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106559] [APAR PI60425] [OSLC queries that involve manifested views are slow] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106020] [APAR PI60608] [Poor query to determine review participantResult information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107523] [APAR PI60648] [ReqIF imported hyperlink text is renamed to "Embedded attachment"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107541] [APAR PI60920] [Reviews need to be more resilient to concurrent user interactions] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106141] [APAR PI60978] [Revision history of a core artifact does not show baseline thumbnails] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105999] [APAR PI61078] [Email notification for reviews may show the wrong "Created By" user] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107526] [APAR PI61258] [Migration from 5.x to 6.x incorrectly categorizes artifact and review comment numbering data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106640] [APAR PI61260] [Migration from 5.x to 6.x incorrectly creates versioned review comments] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106585] [APAR PI61262] [Migration from 5.x to 6.x creates versioned comment resources with dc:creator set to ADMIN user] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106588] [APAR PI61262] [Remove the need to reindex after upgrading to 6.0.x] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107668] [APAR PI61283] [Cannot open Audit History for an artifact that has an unmapped () revision] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107527] [APAR PI61337] [RRC 6.0 does not return the modified date when querying for artifacts in a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106563] [APAR PI61345] [Discrepancies with the "Created On" and "Created By" attributes in the Overview section of the artifact's history] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106144] [APAR PI61352] [Locks are shown as belonging to a different user when using Tomcat/LDAP / case-insensitive login] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107517] [APAR PI61415, PI67000] [Issues while scrolling through modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108560] [APAR PI61751] [CommentNumber Triple has been incorrectly removed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105429] [APAR PI61751] [Detect unmigrated module baselines before attempting migration from 5.x to 6.x] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106205] [APAR PI61751] [For views, advanced rules for link drill-down (tree view) can become corrupted in some situations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105816] [APAR PI61751] [In grid view, showing links as tree view does not show the links after saving the view and coming back to it later.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105893] [APAR PI61751] [Module analyzer should properly repair modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109192] [APAR PI61751] [Review comments are not included in the review report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109795] [APAR PI61751] [View Filter Logic is corrupted for some attribute types during update from 6.0.1 to 6.0.2RC1] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/105583] [APAR PI61751] [upgrade - upgrading an archived project and then restoring it causes rm/web to get stuck at 'loading'] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106619] [APAR PI62003] [Data from LegacyPublishService renders counter service unusable and leads to OOME] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107268] [APAR PI62082] [Pressing enter in a string attribute in the grid does not add new line] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107355] [APAR PI62362] [Due Date Mismatch in Review email notification] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107525] [APAR PI62387] [Upgrade failed with NotFoundException in addTables script] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106434] [APAR PI62845] [Link by Attribute creates multiple links to same object] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107540] [APAR PI62847] [Requirements' text is truncated when viewing requirements in a module via the Create Link window] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107108] [APAR PI63007] [Compare/Deliver UI should not compare artifact content when only links have changed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107264] [APAR PI63162] [Error and unexpected behaviour on delivery when streams are set to require change sets and user opts to deliver only a subset of changes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107237] [APAR PI63229] [Compare Configurations operation performs poorly when there are many links involved in the comparison] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106909] [APAR PI63243] [Filters/Views: Views with Before/After a specific Date/Datetime freeze and show nothing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107534] [APAR PI63444] [Clicking on an artifact link in a comment opens the artifact in the wrong stream] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106907] [APAR PI63453] [View queries which have a Link-related column, or the "Show Links as Tree view" option enabled, cause the server to run a fairly expensive query to retrieve link data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107537] [APAR PI63495] [Migration from 5.0.2 to 6.0.2 fails with JFS ResourceNotFoundException] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107178] [APAR PI63506] [Single bad module baseline can fail entire migration in 502] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/106917] [APAR PI63590] [Query to populate folder cache performs poorly in certain large environments] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107180] [APAR PI63592] [WebUI allows refresh with inflight view work] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107538] [APAR PI63706] [Requirements Tracing widget performs poorly in opt-out projects with many links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107539] [APAR PI63790] [Slow OSLC query for manifested views] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107072] [APAR PI63793] [CSV Export auto-paging logic triggers a new Count query for each page of view results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107536] [APAR PI63794] [Slow LinkType query with lots of duplicate UNIONs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107533] [APAR PI63843] [Distributed renamed server may have incorrect user URLs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107368] [APAR PI63878] [Edits to a module artifact are changing the 'Created On' attribute value of that module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107535] [APAR PI64272] [Modules upgraded to 6.0.1 do not display 'creator' or 'created on' in sidebar] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107241] [APAR PI64284] [CSV Export performance is very slow for large exports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107530] [APAR PI64290] [CsvValueFormatter user name cache is ineffective] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107529] [APAR PI64376] [Compare on Project Properties Changes shows wrong changes in Artefeact types] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107266] [APAR PI64423] [Column changes saved into new view remain in effect for previously used view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107482] [APAR PI64453, PI64456, PI64458, PI64459, PI64460] [Address various Reporting issues in 6.0.2] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107278] [APAR PI64483] [Link Validity is not correctly "delivered" when there is a need to solve merge conflicts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108203] [APAR PI64700] [Module Reports run for a long time when "Include comments" box is checked] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/107528] [APAR PI64929] [Primary text change logged when updating attribute from the grid (module)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108146] [APAR PI65401] [Requirements Tracing widget doesn't display anything with certain data shapes / volumes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108003] [APAR PI65717] [Export CSV: Unable to export collections to CSV] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108566] [APAR PI65756] [Following link to module in "Used in Modules" column opens module in wrong stream] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108747] [APAR PI66321] [Error 500 opening audit history for some artifacts if link type used in history was deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108195] [APAR PI66345] [Importing a project template created on a server with a different hostname fails to create Artifact Types when workflow data is associated] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108426] [APAR PI66363] [xls roundtrip - some text is incorrectly encoded when data is returned] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108198] [APAR PI66572] [History entries missing after migration from 5.0.2 to 6.0.1] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108254] [APAR PI66763] [Error adding/removing artifacts from a ReqIF when working in a change set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108738] [APAR PI66809] [Process specification becomes corrupt during upgrade] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108707] [APAR PI66891] [Artifact template source can be deleted rendering template unusable] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109533] [APAR PI66908] [OSLC picker does not load scroll bar when WI form does not fit on the page] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109151] [APAR PI66955] [Compare changes screen does not show the differences correctly when there are certain style changes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108551] [APAR PI67036] [Import Project Properties operation causes types to disappear from the type system when CleanUpUnusedIndexesVersionsTask is enabled] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109027] [APAR PI67389] [Expanding a folder with thousands of children can cause the client to stop responding] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108828] [APAR PI67582] [Changeset deliveries do not lock at appropriate time] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109070] [APAR PI67650] [OSLC Query to discover RM backlink status from QM performs poorly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109026] [APAR PI67760] [The title of the linked requirement is not captured when exporting a link column to CSV] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/108961] [APAR PI68119] [Module related View query with filters on dc:creator and rm:ofType performs poorly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109183] [APAR PI68337] [Review reports always include comments] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109542] [APAR PI68392] [Conflict merge - choosing not to deliver multiple conflicts results in an error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109324] [APAR PI68517] [WebUI asks for irrelevant predicate when displaying tags in a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109412] [APAR PI68553] [Orphan bindings are causing the ETL to fail] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109437] [APAR PI68736] [Text formatting of artifacts in a module are inadvertently changed when editing an enumerated list] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/109590] +-- Product Jazz Foundation Client Fixed in release 6.0.3: [APAR PI60403] [Proxy setting in Eclipse Client 6.0.1 Fail] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393729] [APAR PI61618] [GUI becomes blank while trying to accept a delivery from another stream. [ 6.0.2]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389799] [APAR PI61751] [Change the sequence of generate data warehouse upgrade scripts to avoid grant errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392481] [APAR PI61751] [JFS StorageService not properly honoring importMode flag] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394533] [APAR PI61751] [Syntax Error when trying to log out during jts setup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393959] [APAR PI61751] [Update an item state via UpdateState doesn't utilize proposed modified and modified by parameter values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395619] [APAR PI62300] [DROP PRIMARY KEY does not drop INDEX any longer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391300] [APAR PI62331] [Primary keys are dropped and recreated when running repotools -onlineMigrateEstimate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391301] [APAR PI62336] [ResourceGoneException when running repotools-jts -updateLPASampleTemplates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392414] [APAR PI62551] [Backport Workitem Save fails do to StaleDataException (386068) [602]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394610] [APAR PI63097] [Expose Token License Group Counters so they can be loaded in the data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392480] [APAR PI63220] [Backport (391990): NullPointerException reported running Defect140238RepairTask] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393797] [APAR PI63760] [Missing vertical scroll bar in Events view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397279] [APAR PI64082] [backport (390569) Missing artifacts after migration - deadlocks and rolled back transactions during addTables] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393993] [APAR PI64957] [Incorrect contents in baselines/baseline contents changing over time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394753] 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.3: [APAR PI53561] [scm doesn't distinguish different conflicts with files with the same path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/387289] [APAR PI56189] [The Require-Work-Item-to-Match-Query precondition is not inherited properly by child project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391291] [APAR PI56307] [Need to improve error message when loading project with invalid name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/388868] [APAR PI57703] [Accepting change set that moves loaded content into content that isn't loaded goes out-of sync.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393647] [APAR PI58508] [Issue with Auto-Resolve when 'children with the same name' conflict is resolved] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391406] [APAR PI58886] [Work Item ID is incorrect when created during import.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395291] [APAR PI59771] [Incorrect error message when auto-merging in unloaded components] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/391298] [APAR PI61269] [[Backport to 6.0.2] Error: Job found still running after platform shutdown] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/389343] [APAR PI61362] [Improve performance and allow cancelation of Load With Dependencies wizard] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395288] [APAR PI61751] [Cannot accept replace] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400909] [APAR PI61751] [Enable delete-delete conflict detection for the Eclipse client via System property or preference] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396378] [APAR PI61751] [IllegalArgumentException clicking "Add Streams..." or "Add Repository Workspaces..." in the Locate Change Sets editor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/396985] [APAR PI61751] [[Client] As a user, I want to know when there are delete-delete conflicts so I have the option to move that conflict to another component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/397074] [APAR PI61844] [Delete temporary buildmaps should not timeout after 8 minutes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/390308] [APAR PI62670] [Child components in component hierarchy are missing when they have a different flow target] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/394453] [APAR PI62814] [Issues with the command show sandbox-structure in CLI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392939] [APAR PI63032] [Local conflict results from conflicting link addition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392151] [APAR PI63103] [[CLI] "out of sync" messages not being shown with "show JSON" option] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/392940] [APAR PI63299] [lscm version has unset buildid] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/393922] [APAR PI64150] [UUID displayed in title bar when opening a remote file from EE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/398605] [APAR PI64310] [Promotion does not consider "ignore impact" option of the language definition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395287] [APAR PI64511] [[CLI] "scm show status --all" does not show status if all components are unloaded when workspace loaded via Eclipse client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/395072] [APAR PI66247] [Stream is not visible in the Team artifacts view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/400840] 10. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG These steps need to be done only once. The Outside In files changed in iFix005. If you have already deployed these files as part of installing iFix005 or later, you do not have to do these steps again. Follow the instructions detailed in the README.txt file contained within the DNG602_OIT_PATCH_July2016.zip file. 11. KNOWN ISSUES None