Interim fix CLM_606_iFix003.zip This interim fix is valid only for version 6.0.6 of the Rational solution for Collaborative Lifecycle Management (CLM) and the IBM Internet of Things Continuous Engineering (IoT CE) Solution. Future 6.0.6 interim fixes, and the next CLM and IoT CE release, will also include these fixes. 6.0.6 iFix003 contains improvements in addition to APARs and defect fixes. For a list of improvements, see the New & Noteworthy information: https://jazz.net/pub/new-noteworthy/clm/6.0.6/iFix003/index.html CONTENTS OF THE INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: CLM_server_patch_6.0.6.0-iFix003-CALM606-I20180918-1754.zip (see the SERVER PATCH INSTRUCTIONS section) 3. Jazz Reporting Service (Report Builder) patch file: rs.war (see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section) 4. Data Collection Component patch file: com.ibm.rational.datacollection.wrapper_1.0.0.v20160805_1809.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.6.0-iFix002-CALM606M-I20180817-0235.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.6_iFix003.zip (see the RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS section) 10. Rational Team Concert Client for Microsoft Windows Shell readme file: readme-winshellclient.txt 11. Rational Team Concert Client for Microsoft Windows Shell patch file: rtc_winshellclient_I6.0.6_iFix003.zip (see the RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT WINDOWS SHELL INSTRUCTIONS section) 12. Continuous Engineering Connector for IoT patch file: iotp.war (see the CONTINUOUS ENGINEERING CONNECTOR FOR IOT INSTRUCTIONS section) 13. APAR PI99682 fix: app_upgrade.bat and app_upgrade.sh (see the ADDITIONAL FIXES section) 14. APAR PI98658 fix: MI124173.zip (see the ADDITIONAL FIXES section) 15. Oracle Outside In Technology fix: DNG606_OutsideIn_8-5-3_Patch_CPU_July2018.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RATIONAL DOORS NEXT GENERATION section) 16. 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. RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT WINDOWS SHELL INSTRUCTIONS 8. CONTINUOUS ENGINEERING CONNECTOR FOR IOT INSTRUCTIONS 9. NEW APAR FIXES IN THIS INTERIM FIX 10. ADDITIONAL FIXES 11. ADDITIONAL APAR FIXES INSTRUCTIONS 12. CONSOLIDATED LIST OF APAR FIXES 13. CLIENT APAR FIXES 14. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RATIONAL DOORS NEXT GENERATION 15. KNOWN ISSUES 1. SERVER PATCH INSTRUCTIONS NOTE: -The CLM server patch file, CLM_server_patch_6.0.6.0-iFix003-CALM606-I20180918-1754.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, Global Configuration Management. 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.6.0-iFix003-CALM606-I20180918-1754.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.6.0-iFix003-CALM606-I20180918-1754.zip, into the /server/patch directory. d. Clear the application server cache. For instructions on clearing the cache, see 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 command also displays the help output. Examples: - repotools-ccm -clean - repotools-dcc -clean - repotools-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean - repotools-am -clean g. To ensure that the Data Collection Component mapping files are correctly updated, follow the instructions in the DATA COLLECTION COMPONENT INSTRUCTIONS section. h. For additional steps that might be required for a specific APAR, see the ADDITIONAL FIXES INSTRUCTIONS section. NOTE: For a distributed CLM deployment, complete the same steps on each server, including the Data Collection Component (DCC) server if the DCC component is installed on a separate computer. 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, see 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 the repotools- -clean command for each application that is installed. NOTE: This command also displays the help output. Examples: - repotools-ccm -clean - repotools-dcc -clean - repotools-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean - repotools-am -clean To clear the application and class cache: To clear the application and class cache on WebSphere Application Server: Remove the contents from these directories under the profile root (for example, //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: You do not need to clear any cache for 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 (for example, //profiles//bin). b. Ensure that WebSphere Application Server is running and run the following command: 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 command updates all applications with .war files from the specified iFixPatch directory. 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 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 specified directory). b. Open a command window and navigate to the WebSphere profile bin directory (for example, //profiles//bin). c. Ensure that the WebSphere Application Server is running and run the following command: 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 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 to 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. Extract 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. Extract 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. Verify that the build ID in the dialog box is JRS_6.0.6-I20180917-1812 3. DATA COLLECTION COMPONENT INSTRUCTIONS NOTE: If you do not use Rational Insight, disregard the step for installing the wrapper .jar file. The wrapper .jar file enables you to schedule DCC ETL jobs from the Rational Insight server. The wrapper .jar file last changed in 6.0.6 iFix001. If you already deployed this file as part of installing 6.0.6 iFix001 or later, you do not have to complete these steps again. The wrapper .jar file is not supported on AIX because Rational Insight does not support AIX. To install the wrapper .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 and close the file. Example: com.ibm.rational.datacollection.initialized=false c. Back up the com.ibm.rational.datacollection.wrapper_*.jar file in the \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 file into this directory. f. Restart the DCC server. 4. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS Unless this is a new installation, ensure that you have a backup before you install the interim fix. The LQE metadata and index structure has not changed since version 6.0, so you do not need to migrate your data. For details, see "Backing up and restoring Lifecycle Query Engine": http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.6/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 (for example, //profiles//bin). b. Ensure that WebSphere Application Server is running and run the following command: 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 command updates all applications with .war files from the specified iFixPatch directory. 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 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 other .war files are 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 specified directory). b. Open a command window and navigate to the WebSphere profile bin directory (for example, //profiles//bin). c. Ensure that the WebSphere Application Server is running and run the following command: 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 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. Extract 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. Extract 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 installed successfully: 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.6-I20180910-1947. After installing the patch: a. The Lifecycle Query Engine or Link Index Provider automatically detects whether you must 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/data-sources or https:///lqe/web/admin/data-sources. If the button is displayed, click Start Migration. NOTE: The version of LQE included with CLM 6.0.6 iFix003 introduces a new partition that is used for validation and shortens reindexing. When you first start LQE, a migration task creates the new partition. This process might take some time. b. Reindex the data sources as required. 5. RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS NOTE: The Eclipse update site last changed in 6.0.6 iFix002. If you already deployed this file as part of installing 6.0.6 iFix002 or later, you do not have to complete these steps again. To install the client update site: NOTE: When you complete the installation steps, if no features are listed, clear the "Group items by category" check box. 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 is 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, 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 installation instructions and details of the fixes in this interim fix, see the readme-vsclient.txt file that is bundled with this interim fix. 7. RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT WINDOWS SHELL INSTRUCTIONS For installation instructions and details of the fixes in this interim fix, see the readme-winshellclient.txt file that is bundled with this interim fix. 8. CONTINUOUS ENGINEERING CONNECTOR FOR IOT INSTRUCTIONS To install the Continuous Engineering Connector for IoT patch deployed on WebSphere Liberty Server: a. Rename the new iotp.war file as iotp.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\iotp.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\iotp.war.zip \server\liberty\clmServerTemplate\apps\iotp.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\iotp.war \server\liberty\clmServerTemplate\apps\iotp.war f. Place the new iotp.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Extract the new iotp.war.zip file into the following directories: \server\liberty\servers\clm\apps\iotp.war \server\liberty\clmServerTemplate\apps\iotp.war h. Start the server To install the Continuous Engineering Connector for IoT patch deployed on WebSphere Application Server: a. In the WebSphere Application Server Admin Console, stop the CE4IoTConnector Service: Click Applications > Application Types > WebSphere enterprise applications, select the iotp_war check box, and click Stop. b. Uninstall the iotp_war file: Select the iotp_war check box and click Uninstall. c. Select New Application. Click "New Enterprise Application", browse to the iotp.war file in the original installation location, and click Next. d. Follow the Fast Path installation and, on the "Select installation options" page, select the "Allow EJB reference targets to resolve automatically" check box. e. Accept the default values, click Next, and click Next again. f. On the "Map context roots for web modules" page, specify /iotp as the context root and click Next. g. On the Summary page, click Finish to start the installation process. h. Click Save. i. On the Configuration page, in the Applications section, under Application Types, select WebSphere enterprise applications. Then, click iotp_war. k. In the "Web module properties" section, click Session management. l. In the General Properties section, select the following options: a. Override session management b. Enable cookies m. Click the "Enable cookies" link, and then select the following options: a. Restrict cookies to HTTPS sessions b. Set session cookies to HTTP only to help prevent cross-site scripting attacks n. Click OK, and then click Apply. o. Save the changes to the master configuration. p. Restart the server. 9. NEW APAR FIXES IN THIS INTERIM FIX +-- Lifecycle Query Engine [APAR PH00373] [[LQE] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463681] [APAR PH00373] [[LQE] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463840] [APAR PH00373] [[LDX] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463842] [APAR PH00373] [[LQE] Skipped resources try again link not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466142] [APAR PH00373] [[LQE] Cleanup task should not be attempting to clear the configuration data and Removal task should be removing the configurations data.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464038] [APAR PH00373] [[LDX] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463830] [APAR PH00373] [[LQE] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462935] [APAR PH00373] [[LQE] Validate the resources in LQE based on the TRS feeds -- with ability to schedule during offtime periods] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464727] [APAR PH00373] [[LQE] LQE graph counts and resource group node ids may be incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464172] [APAR PH00373] [[LDX] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463682] [APAR PH00373] [[LQE] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465698] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461723] [APAR PH00373] [[LDX] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463272] [APAR PH00373] [[LQE] URL for TRS download is double encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463892] [APAR PH00373] [[LQE] Missing authentication option JSA Single Sign-On when adding a new data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465639] [APAR PH00373] [[LQE] TRS URI Parsing Library - Provide ALL changelogs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463779] [APAR PH00373] [[LDX] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462590] [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461785] [APAR PH00373] [[LQE] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461714] [APAR PH00373] [[LQE] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463271] [APAR PH00373] [[LDX] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465699] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461721] [APAR PH00373] [[LDX] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465480] [APAR PH00373] [[LQE] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463829] [APAR PH00373] [[LQE] If a selection resource page cannot be retrieved, the selection resource (and not the page) should be skipped] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464732] [APAR PH00373] [[LQE] Hover help tooltips for Advanced Properties do not appear when using Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462884] [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461819] [APAR PH00373] [[LQE] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465478] [APAR PH00373] [[LQE] When indexing, all resources added to the default partition are also counted as added to the shapes partition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464351] [APAR PH00373] [[LQE] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461840] [APAR PH00373] [[LQE] Change event parsing failures should have more detailed messages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461728] [APAR PH00373] [[LQE] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462589] [APAR PH00373] [[LQE] LQE CHS<090.010.080>: English string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461717] [APAR PH00373] [[LQE] Create new version partition in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464632] [APAR PH00373] [[LDX] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462647] [APAR PH00373] [[LDX] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462936] [APAR PH00373] [[LQE] To make it easier for customers, there should be a way to download the lqe.log files from the LQE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461838] [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461818] [APAR PH00373] [[LQE] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462646] +-- Rational Team Concert Client [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462253] [APAR PI99164] [Indirect dependency to a subprogram - when output is not located in a PDS with resource prefix. Promotion does not set correct build Path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464470] [APAR PI98412] [Scanner issue: Incorrect COPY dependency in Cobol source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462347] [APAR PI88960] [NPE when promoting a deletion] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464471] +-- Jazz Foundation Common [APAR PH00373] [GC structural activities take very long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464549] [APAR PH00373] [Configuration Banner Button should show a more descriptive error message when the user isn't a member of the GC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464350] [APAR PH00373] [Configuration provider pseudo URLs shown with -1 in picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464283] [APAR PH00373] [Create bloom filter using a string representation of a CacheBuilderSpec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464751] [APAR PH02208] [GCM queries can include >1000 parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465764] [APAR PH01287] [RemoteDatabaseService for reporting always sets the com.ibm.team.repository.db.timezone property when it initializes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464401] [APAR PH00373] [Context picker (from CCBB) doesn't work with access control "Everyone"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464565] [APAR PH00373] [The UI error message when an external configuration is not available is misleading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464742] [APAR PH00373] [Create Baseline operation appears to hang when PAA to LC project area is removed (multiple GCM)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464212] [APAR PH00684] [Index creation fails during upgrade due to asynchronous change set dependency tasks still running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463394] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462505] [APAR PH00373] [RM configuration removed from tree while server is offline still appears in CCBB context when server is back online (MQTT mode)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464562] [APAR PH00373] [MQTTStatsService needs to use pooled connection manager] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465273] [APAR PH00373] [DataCollector microservice puts data in wrong column headers in CSV file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464576] [APAR PH00373] [Create Stream dialog for an LC shows options for a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463285] [APAR PH00373] [Special characters allowed in user name and user id leading to undesired behaviour] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464794] [APAR PH00373] [The remove action in the UI is available for an unavailable external GC contribution.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464069] [APAR PH00373] [Edited user query names don't go away when canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463461] [APAR PH00373] [Test code leaks open DB statements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463275] [APAR PH00373] [External GC icons in history view a missing cloud icons] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463979] [APAR PH00373] [Missing message key in /gcsdk/provider response] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464743] [APAR PH00373] [User query error that doesn't go away] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462982] [APAR PI98580] [Minimize LV use of _inLargeList predicate where appropriate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462501] [APAR PH00373] [WARN ObjectSizer - Unhandled ObjectSizer Class Case : 'com.ibm.team.repository.common.ConfigurationDataFactory$ConfigurationData'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464601] [APAR PH00373] [CleanupItemCurrentsAfterConfigAwareMigrationTask may blow up cache if the number of records are high.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462742] [APAR PH00373] [Exploit component-scoping in Jena quadfilter without using NodeTable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464023] [APAR PH00373] [Project Area field in the Global Configuration picker never loads if user isn't a member of some GCM project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463372] [APAR PH00373] [Optimize SQL for itemExists] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462744] [APAR PH00373] [User query naming conflicts have inconsistent enforcement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463468] [APAR PH02260] [GCM upgrade can take a long time or appear to hang due to slow timeout in call to LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465194] [APAR PH00373] [Ordering of applications in Add Configuration dialog appears arbitrary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463847] [APAR PH00373] [MTM sample creation fails with "Internal error" when run from repotools command line when AM/DM present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462450] [APAR PH00373] [GC SDK cannot connect to GC app from QM using POST when Global configuration caching is disabled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464647] [APAR PH00373] [Browsing application patches through repodebug will create the /patch/ directory, causing server/patch/ to not be picked up for patches] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464569] [APAR PH00373] ["Tag Configurations" action on a single configuration doesn't apply the changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464364] [APAR PH00373] [GC Picker - tag provider for the search box is broken for external project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464066] [APAR PH00373] [Multiple GCM: Rhapsody & CCM GC picker doesn't list projects areas from external GCM servers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463578] [APAR PH00373] [RM Continues to max out the CPU 2 hours after RM Performance Test has ended - WAS crashes when try to stop the WAS server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465863] [APAR PH00373] [DNG templated data produces identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463599] [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] [APAR PH00373] [GC Picker - tag provider for the search box is broken when "All Project Areas" is selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461129] [APAR PH00373] [[6.0.6] CM Self-Host Bug Bash: 400 Error when switching to newly-created Baseline or stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464047] [APAR PH00373] [Error message displayed when attempting to create a DNG change set and the user does not have the correct permissions to create a personal stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464651] [APAR PI98580] [_inLargeList and temp table performance is terrible on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462500] [APAR PH00373] [repotools Export and import improvements for DB migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464762] [APAR PH00373] [Explore Project button sometimes doesn't appear when it should] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464882] [APAR PH00373] [Introduce a new parameter for RTC to instruct GCM to suppress setting a context project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464279] [APAR PH00373] [User queries: AND + OR condition for Tags doesn't work correctly when there's more than one condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463053] [APAR PH00373] ["Find Where Used" not available for LC baselines in a GC baseline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463397] [APAR PI99268] [Investigate the use of "verify SSL" property of DistributedRestClientService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462449] [APAR PH00373] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462482] [APAR PH00373] [Description is not saved for "Create Stream > In Place"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462981] [APAR PH00373] [Tag is created and assigned but tag widget doesn't show it as available] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462787] [APAR PH00373] [Component skew reports should be smarter about what to show in "Where Used" column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462977] +-- Jazz Foundation Server [APAR PH00373] [GC structural activities take very long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464549] [APAR PH00373] [Configuration Banner Button should show a more descriptive error message when the user isn't a member of the GC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464350] [APAR PH00373] [Configuration provider pseudo URLs shown with -1 in picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464283] [APAR PH00373] [Create bloom filter using a string representation of a CacheBuilderSpec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464751] [APAR PH02208] [GCM queries can include >1000 parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465764] [APAR PH01287] [RemoteDatabaseService for reporting always sets the com.ibm.team.repository.db.timezone property when it initializes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464401] [APAR PH00373] [Context picker (from CCBB) doesn't work with access control "Everyone"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464565] [APAR PH00373] [The UI error message when an external configuration is not available is misleading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464742] [APAR PH00373] [Create Baseline operation appears to hang when PAA to LC project area is removed (multiple GCM)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464212] [APAR PH00684] [Index creation fails during upgrade due to asynchronous change set dependency tasks still running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463394] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462505] [APAR PH00373] [RM configuration removed from tree while server is offline still appears in CCBB context when server is back online (MQTT mode)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464562] [APAR PH00373] [MQTTStatsService needs to use pooled connection manager] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465273] [APAR PH00373] [DataCollector microservice puts data in wrong column headers in CSV file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464576] [APAR PH00373] [Create Stream dialog for an LC shows options for a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463285] [APAR PH00373] [Special characters allowed in user name and user id leading to undesired behaviour] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464794] [APAR PH00373] [The remove action in the UI is available for an unavailable external GC contribution.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464069] [APAR PH00373] [Edited user query names don't go away when canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463461] [APAR PH00373] [Test code leaks open DB statements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463275] [APAR PH00373] [External GC icons in history view a missing cloud icons] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463979] [APAR PH00373] [Missing message key in /gcsdk/provider response] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464743] [APAR PH00373] [User query error that doesn't go away] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462982] [APAR PI98580] [Minimize LV use of _inLargeList predicate where appropriate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462501] [APAR PH00373] [WARN ObjectSizer - Unhandled ObjectSizer Class Case : 'com.ibm.team.repository.common.ConfigurationDataFactory$ConfigurationData'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464601] [APAR PH00373] [CleanupItemCurrentsAfterConfigAwareMigrationTask may blow up cache if the number of records are high.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462742] [APAR PH00373] [Exploit component-scoping in Jena quadfilter without using NodeTable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464023] [APAR PH00373] [Project Area field in the Global Configuration picker never loads if user isn't a member of some GCM project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463372] [APAR PH00373] [Optimize SQL for itemExists] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462744] [APAR PH00373] [User query naming conflicts have inconsistent enforcement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463468] [APAR PH02260] [GCM upgrade can take a long time or appear to hang due to slow timeout in call to LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465194] [APAR PH00373] [Ordering of applications in Add Configuration dialog appears arbitrary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463847] [APAR PH00373] [MTM sample creation fails with "Internal error" when run from repotools command line when AM/DM present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462450] [APAR PH00373] [GC SDK cannot connect to GC app from QM using POST when Global configuration caching is disabled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464647] [APAR PH00373] [Browsing application patches through repodebug will create the /patch/ directory, causing server/patch/ to not be picked up for patches] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464569] [APAR PH00373] ["Tag Configurations" action on a single configuration doesn't apply the changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464364] [APAR PH00373] [[464065] 6.0.6 iFix003: GC Picker - tag provider for the search box is broken for external project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464066] [APAR PH00373] [Multiple GCM: Rhapsody & CCM GC picker doesn't list projects areas from external GCM servers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463578] [APAR PH00373] [RM Continues to max out the CPU 2 hours after RM Performance Test has ended - WAS crashes when try to stop the WAS server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465863] [APAR PH00373] [DNG templated data produces identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463599] [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] [APAR PH00373] [GC Picker - tag provider for the search box is broken when "All Project Areas" is selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461129] [APAR PH00373] [[6.0.6] CM Self-Host Bug Bash: 400 Error when switching to newly-created Baseline or stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464047] [APAR PH00373] [Error message displayed when attempting to create a DNG change set and the user does not have the correct permissions to create a personal stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464651] [APAR PI98580] [_inLargeList and temp table performance is terrible on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462500] [APAR PH00373] [repotools Export and import improvements for DB migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464762] [APAR PH00373] [Explore Project button sometimes doesn't appear when it should] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464882] [APAR PH00373] [Introduce a new parameter for RTC to instruct GCM to suppress setting a context project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464279] [APAR PH00373] [User queries: AND + OR condition for Tags doesn't work correctly when there's more than one condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463053] [APAR PH00373] ["Find Where Used" not available for LC baselines in a GC baseline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463397] [APAR PI99268] [Investigate the use of "verify SSL" property of DistributedRestClientService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462449] [APAR PH00373] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462482] [APAR PH00373] [Description is not saved for "Create Stream > In Place"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462981] [APAR PH00373] [Tag is created and assigned but tag widget doesn't show it as available] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462787] [APAR PH00373] [Component skew reports should be smarter about what to show in "Where Used" column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462977] +-- Rational Team Concert Common [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462253] [APAR PI99164] [Indirect dependency to a subprogram - when output is not located in a PDS with resource prefix. Promotion does not set correct build Path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464470] [APAR PI98412] [Scanner issue: Incorrect COPY dependency in Cobol source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462347] [APAR PI88960] [NPE when promoting a deletion] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464471] +-- Rational DOORS Next Generation [APAR PH00931] [DNG Extensions API getAttributes call for a false boolean attribute value returns null] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124778] [APAR PH01740] [VDI020 repair could fail with NPE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125156] [APAR PH00283] [DNG: Unable to export a view/artifact to xls/xlsx when the Link To attribute exceeds the 32K cell limit.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124918] [APAR PH01686] [DNG responsiveness may be diminished when CPU cores get hung in an infinite loop when calling RRSNLS.getNLS()] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124902] [APAR PH01378] [Opening audit history for a module can result in high memory usage and potential Out Of Memory Exception] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124877] [APAR PH00369] [Can't view audit history of a deleted and re-imported module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124285] [APAR PI97800] [Uploading an image into a module (or requirement in a module) should default to the module content directory] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124420] [APAR PH00942] [During TRS 2.0 rebase, a SPARQL query to find concepts in a project runs multiple times] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124600] [APAR PH02434] [Module full text search not working properly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125433] [APAR PI98658] [Comment is inside of the artifact and Reviewer comments inside of Artifacts doesn't show the title] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124174] [APAR PH00822] [Artifact with href containing backslash gives error with GetModuleBindingLinkInfo request] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124550] [APAR PH01739] [Find in module, "go to" don't work under certain circumstances.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125091] [APAR PI99533] [CRJGC5003W error occurs when clicking link to review in Where Module Used section] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124949] [APAR PI99057] [DNG Share Link to Artifact does not always open the artifact in focus in a module.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124289] [APAR PH00373] [Implement a cache for link preferences] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124541] [APAR PH02059] [Cursor appears elsewhere when selecting an artifact after scrolling down fast in a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125427] [APAR PI99648] [update to module via CSV fails with NullPointerException due to missing type definition] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124434] [APAR PI99558, PI98935] [CRRRS5504E http 412 when resolving a comment on a review at Done state] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124428] [APAR PH02009] [Locks not released after editing of a module artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125244] [APAR PI99728] [Sorting by comments in Module grid view is not sorting correctly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124946] [APAR PH01034] [Child artifacts in a module are still shown when parent artifact is collapsed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125077] [APAR PH00643] [Unable to save artifact when there are customized permissions and removed attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124803] [APAR PH00236] [Various upgrade failures due to unexpected data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124254] [APAR PH00682] [CK Editor adds extra repeated styles to table elements] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124437] [APAR PH01125] [Timestamps in filenames for documents generated via Create and Print do not distinguish between AM and PM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124723] [APAR PH00703] [Creating a Requirement Collection with custom attribute results in reference to recently created artifact as attribute value] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124448] [APAR PI99211] [Artifact Comments widget in reviews show last-modified user instead of comment author] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124172] [APAR PH02904] [Navigating RMM link from DNG, opens RMM configuration in Local Context instead of GC context] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125502] [APAR PH00373] [Adding an artifact to a folder touches the wrong folder version] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124530] [APAR PI99767] [Hierarchy of artifacts imported from DOORS 9 via ReqIF not respected] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124565] [APAR PH00059] [Modules not showing all artifacts after using "go to"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124287] [APAR PH00236] [Various upgrade failures due to unexpected data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124254] +-- Data Collection Component [APAR PI99706] [DCC-RM job fails on  java.net.SocketException since XML parsing cannot be completed in time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462078] [APAR PH01926] [DCC check for autoCommit is false before calling commit.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465209] [APAR PH00858] [RICALM.REQUEST_BASELINE needs to be cleaned up part of Delete Fact Table Data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464113] [APAR PH01534] [DCC loses its Data Warehouse settings after changing Data Collection Configuration settings] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464692] [APAR PH02028] [DCC needs to cleanup job history automatically to avoid performance issue] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465954] +-- Rational Team Concert Server [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462253] [APAR PI99164] [Indirect dependency to a subprogram - when output is not located in a PDS with resource prefix. Promotion does not set correct build Path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464470] [APAR PI98412] [Scanner issue: Incorrect COPY dependency in Cobol source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462347] [APAR PI88960] [NPE when promoting a deletion] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464471] +-- Rational Quality Manager See the ADDITIONAL FIXES section below +-- Link Index Provider [APAR PH00373] [[LQE] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463840] [APAR PH00373] [[LQE] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463681] [APAR PH00373] [[LDX] Skipped resources try again link not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466143] [APAR PH00373] [[LDX] If a selection resource page cannot be retrieved, the selection resource (and not the page) should be skipped] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464733] [APAR PH00373] [[LDX] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463842] [APAR PH00373] [[LDX] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461715] [APAR PH00373] [[LDX] URL for TRS download is double encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463893] [APAR PH00373] [[LDX] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463830] [APAR PH00373] [[LQE] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462935] [APAR PH00373] [[LDX] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463682] [APAR PH00373] [[LQE] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465698] [APAR PH00373] [[LDX] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463272] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461723] [APAR PH00373] [[LDX] TRS URI Parsing Library - Provide ALL changelogs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463778] [APAR PH00373] [[LDX] LQE graph counts and resource group node ids may be incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464171] [APAR PH00373] [[LDX] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462590] [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461785] [APAR PH00373] [[LDX] Cleanup task should not be attempting to clear the configuration data and Removal task should be removing the configurations data.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464040] [APAR PH00373] [[LQE] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463271] [APAR PH00373] [[LQE] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461714] [APAR PH00373] [[LDX] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465699] [APAR PH00373] [[LDX] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465480] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461721] [APAR PH00373] [[LDX] Create new version partition in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464633] [APAR PH00373] [[LDX] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461722] [APAR PH00373] [[LQE] Hover help tooltips for Advanced Properties do not appear when using Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462884] [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461819] [APAR PH00373] [[LQE] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465478] [APAR PH00373] [[LQE] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461840] [APAR PH00373] [[LDX] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461724] [APAR PH00373] [[LDX] Missing authentication option JSA Single Sign-On when adding a new data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465640] [APAR PH00373] [[LQE] Change event parsing failures should have more detailed messages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461728] [APAR PH00373] [[LQE] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462589] [APAR PH00373] [[LQE] LQE CHS<090.010.080>: English string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461717] [APAR PH00373] [[LDX] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462647] [APAR PH00373] [[LDX] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462936] [APAR PH00373] [[LDX] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461841] [APAR PH00373] [[LDX] Validate the resources in LQE based on the TRS feeds -- with ability to schedule during offtime periods] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465695] [APAR PH00373] [[LQE] To make it easier for customers, there should be a way to download the lqe.log files from the LQE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461838] [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461818] [APAR PH00373] [[LQE] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462646] [APAR PH00373] [[LDX] When indexing, all resources added to the default partition are also counted as added to the shapes partition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464352] +-- Rhapsody Model Manager [APAR PH00373] [RMM web client should remember the last select configuration in the CCBB] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64853] [APAR PH02239] [Database storage blows up when user re-generates diagrams.] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/68598] [APAR PH00373] [Sequence Diagrams that are not units show up as unsynchronized in RMM - Server side validation] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/67699] +-- Jazz Foundation Third Party [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] +-- Jazz Reporting Service [APAR PH00547] ["error occurred when validating the input SQL string" if non-jazzAdmin edits SQL in Report Builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463470] [APAR PH00373] [Column labels are different than expected in traceability report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461973] [APAR PH00373] [Column should not be created for condition when using custom trends for work items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465017] [APAR PH02846] [My reports shows more under Group by Folders] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461671] [APAR PH00373] [Message : consecutive columns do not combined in web UI, only in Excel export, in case of calculated columns.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461679] [APAR PI97761] [LQE trend report shows the artifact relationships section instead of ARTIFACT TYPES] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461680] [APAR PH00373] [Navigating back to runtime filter and changing project hides configurations when it shouldn't] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463556] [APAR PH00373] [RM and QM pickers not populating after upgrading to iFix3] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466551] [APAR PH00373] [Warning icon for exceeding 3000 results is not displayed.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464536] [APAR PH02566] [Drill down for a user with a single quote in the name fails with XPathException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464949] [APAR PH00373] [JRS reports does not show legends in graphical view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463864] [APAR PH00373] [Undefined error when importing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461677] [APAR PH00373] [My Reports returns report sample pics but no titles in Chrome 68.0.3440.106] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465940] [APAR PH00373] [Authentication errors when exporting reports to excel as live data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465669] [APAR PI99746] [Help icons disappear from "Pick a relationship" dialog after canceling the operation of adding a relationship] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464534] [APAR PH00373] [Active Advanced section is automatically switched to show the content of Format section after the Edit button is clicked] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465694] [APAR PI98543] [Satisfies/satisfied by RM relationship is reversed in report builder/data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461681] [APAR PI99758] [JRS could not authenticate /dataservice URL on smart card environment.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465856] [APAR PH02612] [Bad Request (Error 400) Exception thrown while opening migrated reports.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465847] [APAR PH00373] [Filter is showing more Project Areas than it should while creating trend reports using LQE using config.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464634] [APAR PH02751] [Default column name changes in the UI after refresh] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461972] [APAR PH00373] [Hovering over warning banner produces strange results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465667] [APAR PH00373] [Shouldn't allow merged traceability between two unrelated paths using LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464841] [APAR PH00373] [Error CRRGW5328E when selecting "edit" to existing non-draft report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465616] [APAR PH00373] [Start Date can't be set to a future date in a calculated column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462653] [APAR PH00373] [Duplicated report not capturing QM,RM config enabled project areas.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463563] [APAR PH00373] [Adding optional links to certain QM artifacts that don't exist in my project returns no results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462652] [APAR PH00373] [Self-host Jazzdev ReportBuilder: [Initial MetaModel Loading] ERROR tamodel.internal.extension.dw.Rational_DWExtension - java.lang.NullPointerException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465418] [APAR PH00373] [Once you are in Build mode for a new report the cancel button does nothing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464537] [APAR PH00373] [Provide a way of removing the dangling corrupted queries for the TDB backup process.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465777] [APAR PI92126] [Drilldown on TCER current result verdict "no set value" segment shows all results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462608] [APAR PH02532] [Avoid NPE when variable name is null in SQL query builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465697] [APAR PH00373] [Can't get out of resize mode in the Edit Condition dialog in JRS and corrupts dialog] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461673] [APAR PH00373] [Top of Items Per Page dropdown missing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463866] [APAR PH01046] ["Revert to default choices" does not always reset the filter values.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465736] [APAR PH00373] [Formatting and Graphing product tour gets stuck] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461675] [APAR PH00948] [Requirement types with single quote in the name gets truncated in generated SQL leading to no results in the data warehouse report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463938] [APAR PH00837] [Colour formatting for workitem resolution in LQE reports has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463940] [APAR PH00373] [Report builder does not handle two RM Custom Types that differ in blank spaces in the names] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463557] [APAR PH00373] [RB: Values from Goal Line should not be added to Subtotals] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463865] [APAR PI98922] [Excel columns shift in live JRS report when data is refreshed with over 100 columns] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461676] [APAR PH00373] [Folders cannot be renamed in the All reports view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463771] [APAR PI91030] [Date filter does not show the initial start date and end date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462439] [APAR PH00373] [RB hangs every time I try and run a Historical Trends Report on Test Cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465846] [APAR PH00373] [Report Builder create report page should list data source before the Current/Historical choice] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464115] [APAR PH00373] [Can't log back into Report Builder after logging out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465896] [APAR PH00373] [Errors accessing calculated value drill down] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464724] [APAR PH02551] [Custom Trends for Work Items with Date Scale = Months show sums instead of averages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466033] [APAR PI99697] [Drill Down for Dayscale=Days may shows no data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462654] [APAR PH00373] [Report builder LQE endpoint aggregate custom calculations are broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464624] [APAR PH01458] [User id displayed instead of User name in Owners section of Edit schedule] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463867] [APAR PH00373] [Custom dimension not showing up in conditions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464028] [APAR PH00792] [NPE when displaying report as graph] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465207] +-- Jazz Foundation Client [APAR PH00373] [GC structural activities take very long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464549] [APAR PH00373] [Configuration Banner Button should show a more descriptive error message when the user isn't a member of the GC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464350] [APAR PH00373] [Configuration provider pseudo URLs shown with -1 in picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464283] [APAR PH00373] [Create bloom filter using a string representation of a CacheBuilderSpec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464751] [APAR PH02208] [GCM queries can include >1000 parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465764] [APAR PH01287] [RemoteDatabaseService for reporting always sets the com.ibm.team.repository.db.timezone property when it initializes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464401] [APAR PH00373] [Context picker (from CCBB) doesn't work with access control "Everyone"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464565] [APAR PH00373] [The UI error message when an external configuration is not available is misleading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464742] [APAR PH00373] [Create Baseline operation appears to hang when PAA to LC project area is removed (multiple GCM)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464212] [APAR PH00684] [Index creation fails during upgrade due to asynchronous change set dependency tasks still running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463394] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462505] [APAR PH00373] [RM configuration removed from tree while server is offline still appears in CCBB context when server is back online (MQTT mode)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464562] [APAR PH00373] [MQTTStatsService needs to use pooled connection manager] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465273] [APAR PH00373] [DataCollector microservice puts data in wrong column headers in CSV file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464576] [APAR PH00373] [Create Stream dialog for an LC shows options for a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463285] [APAR PH00373] [Special characters allowed in user name and user id leading to undesired behaviour] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464794] [APAR PH00373] [The remove action in the UI is available for an unavailable external GC contribution.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464069] [APAR PH00373] [Edited user query names don't go away when canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463461] [APAR PH00373] [Test code leaks open DB statements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463275] [APAR PH00373] [External GC icons in history view a missing cloud icons] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463979] [APAR PH00373] [Missing message key in /gcsdk/provider response] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464743] [APAR PH00373] [User query error that doesn't go away] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462982] [APAR PI98580] [Minimize LV use of _inLargeList predicate where appropriate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462501] [APAR PH00373] [WARN ObjectSizer - Unhandled ObjectSizer Class Case : 'com.ibm.team.repository.common.ConfigurationDataFactory$ConfigurationData'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464601] [APAR PH00373] [CleanupItemCurrentsAfterConfigAwareMigrationTask may blow up cache if the number of records are high.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462742] [APAR PH00373] [Exploit component-scoping in Jena quadfilter without using NodeTable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464023] [APAR PH00373] [Project Area field in the Global Configuration picker never loads if user isn't a member of some GCM project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463372] [APAR PH00373] [Optimize SQL for itemExists] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462744] [APAR PH00373] [User query naming conflicts have inconsistent enforcement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463468] [APAR PH02260] [GCM upgrade can take a long time or appear to hang due to slow timeout in call to LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465194] [APAR PH00373] [Ordering of applications in Add Configuration dialog appears arbitrary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463847] [APAR PH00373] [MTM sample creation fails with "Internal error" when run from repotools command line when AM/DM present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462450] [APAR PH00373] [GC SDK cannot connect to GC app from QM using POST when Global configuration caching is disabled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464647] [APAR PH00373] [Browsing application patches through repodebug will create the /patch/ directory, causing server/patch/ to not be picked up for patches] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464569] [APAR PH00373] ["Tag Configurations" action on a single configuration doesn't apply the changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464364] [APAR PH00373] [[464065] 6.0.6 iFix003: GC Picker - tag provider for the search box is broken for external project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464066] [APAR PH00373] [Multiple GCM: Rhapsody & CCM GC picker doesn't list projects areas from external GCM servers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463578] [APAR PH00373] [RM Continues to max out the CPU 2 hours after RM Performance Test has ended - WAS crashes when try to stop the WAS server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465863] [APAR PH00373] [DNG templated data produces identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463599] [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] [APAR PH00373] [GC Picker - tag provider for the search box is broken when "All Project Areas" is selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461129] [APAR PH00373] [[6.0.6] CM Self-Host Bug Bash: 400 Error when switching to newly-created Baseline or stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464047] [APAR PH00373] [Error message displayed when attempting to create a DNG change set and the user does not have the correct permissions to create a personal stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464651] [APAR PI98580] [_inLargeList and temp table performance is terrible on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462500] [APAR PH00373] [repotools Export and import improvements for DB migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464762] [APAR PH00373] [Explore Project button sometimes doesn't appear when it should] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464882] [APAR PH00373] [Introduce a new parameter for RTC to instruct GCM to suppress setting a context project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464279] [APAR PH00373] [User queries: AND + OR condition for Tags doesn't work correctly when there's more than one condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463053] [APAR PH00373] ["Find Where Used" not available for LC baselines in a GC baseline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463397] [APAR PI99268] [Investigate the use of "verify SSL" property of DistributedRestClientService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462449] [APAR PH00373] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462482] [APAR PH00373] [Description is not saved for "Create Stream > In Place"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462981] [APAR PH00373] [Tag is created and assigned but tag widget doesn't show it as available] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462787] [APAR PH00373] [Component skew reports should be smarter about what to show in "Where Used" column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462977] 10. ADDITIONAL FIXES For additional fixes for each component, review the links in this section: +-- Product Rational Engineering Lifecycle Manager https://jazz.net/rs/reports#view=16796 +-- Product Data Collection Component, Lifecycle Query Engine, Link Index Provider, Jazz Reporting Service https://jazz.net/jazz/web/projects/Jazz%20Reporting%20Service#action=com.ibm.team.workitem.runSavedQuery&id=_kueagLKlEeiBf9aQajbIuA +-- Product Rational Team Concert https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.runSavedQuery&id=_A8-qILICEeiDM_CHv7Ikdw +-- Product Jazz Foundation https://jazz.net/jazz/web/projects/Jazz%20Foundation#action=com.ibm.team.workitem.runSavedQuery&id=_XZB6ULY9EeismIUUQO1pKQ +-- Product Rational DOORS Next Generation https://jazz.net/jazz03/web/projects/Requirements%20Management#action=com.ibm.team.workitem.runSavedQuery&id=_EZzg0LLHEeiLlNYJ6fOmXg +-- Product Rational Quality Manager https://jazz.net/jazz02/web/projects/Rational%20Quality%20Manager#action=com.ibm.team.workitem.runSavedQuery&id=_jyLAwLKZEei4JPGa1ybaiw +-- Product Rational Report Builder https://jazz.net/rs/reports#view=16794 11. ADDITIONAL APAR FIXES INSTRUCTIONS +-- Product Lifecycle Query Engine Fixes delivered to a future release stream: [APAR PH00373] [[LDX] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462647] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465480] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462590] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463830] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461819] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461902] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465699] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462936] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463842] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463682] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460047] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463272] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461723] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461721] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Change event parsing failures should have more detailed messages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461728] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462646] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Cleanup task should not be attempting to clear the configuration data and Removal task should be removing the configurations data.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464038] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465478] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Create new version partition in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464632] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462589] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463829] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461818] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461901] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465698] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462935] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Hover help tooltips for Advanced Properties do not appear when using Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462884] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] If a selection resource page cannot be retrieved, the selection resource (and not the page) should be skipped] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464732] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] LQE CHS<090.010.080>: English string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461717] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] LQE graph counts and resource group node ids may be incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464172] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461840] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Missing authentication option JSA Single Sign-On when adding a new data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465639] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460330] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461785] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463840] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463681] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460046] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Skipped resources try again link not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466142] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] TRS URI Parsing Library - Provide ALL changelogs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463779] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463271] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461714] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] To make it easier for customers, there should be a way to download the lqe.log files from the LQE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461838] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] URL for TRS download is double encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463892] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Validate the resources in LQE based on the TRS feeds -- with ability to schedule during offtime periods] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464727] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] When indexing, all resources added to the default partition are also counted as added to the shapes partition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464351] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PI98858] [[LQE] Setup can not complete if the user principal does not have any userInfo value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460773] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- +-- Product Link Index Provider Fixes delivered to a future release stream: [APAR PH00373] [[LDX] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461724] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461722] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462647] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Cleanup task should not be attempting to clear the configuration data and Removal task should be removing the configurations data.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464040] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465480] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Create new version partition in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464633] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462590] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463830] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461819] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461902] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465699] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462936] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] If a selection resource page cannot be retrieved, the selection resource (and not the page) should be skipped] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464733] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] LQE graph counts and resource group node ids may be incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464171] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461841] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Missing authentication option JSA Single Sign-On when adding a new data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465640] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463842] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463682] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460047] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Skipped resources try again link not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466143] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LDX] TRS URI Parsing Library - Provide ALL changelogs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463778] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463272] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461715] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] URL for TRS download is double encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463893] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LDX] Validate the resources in LQE based on the TRS feeds -- with ability to schedule during offtime periods] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465695] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LDX] When indexing, all resources added to the default partition are also counted as added to the shapes partition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464352] This defect requires additional steps to apply: see the LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461723] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461721] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Change event parsing failures should have more detailed messages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461728] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462646] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465478] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462589] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461818] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461901] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465698] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462935] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Hover help tooltips for Advanced Properties do not appear when using Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462884] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] LQE CHS<090.010.080>: English string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461717] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461840] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460330] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461785] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463840] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463681] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460046] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [[LQE] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463271] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461714] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PH00373] [[LQE] To make it easier for customers, there should be a way to download the lqe.log files from the LQE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461838] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PI98858] [[LQE] Setup can not complete if the user principal does not have any userInfo value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460773] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- +-- Product Jazz Foundation Common [APAR PI99268] [Investigate the use of "verify SSL" property of DistributedRestClientService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462449] This defect requires additional steps to apply: To update the DCM: 1) Stop the DCM /server/clustering/cache/distributedCache.stop.bat 2) Shut down all CLM Application nodes that are clustered 3) Backup the /server/clustering/cache folder. 4) Extract the new DCM microservice into /server/clustering/cache 5) Start the DCM and all CLM Application clustered nodes. ---- +-- Product Continuous Engineering Connector for IoT Fixes delivered to a future release stream: [APAR PH00373] [Unable to add associations or IoT resource Links into RM] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460113] This defect requires additional steps to apply: see the CONTINUOUS ENGINEERING CONNECTOR FOR IOT INSTRUCTIONS section ---- [APAR PH00373] [Unable to create new device from CCM and RM] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460168] This defect requires additional steps to apply: see the CONTINUOUS ENGINEERING CONNECTOR FOR IOT INSTRUCTIONS section ---- +-- Product Rhapsody Model Manager Fixed in release 6.0.6.1: [APAR PI99682] [Missing -migration_am_updateConfigurationFiles option in repotools-am script prevents upgrade to 6.0.6] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/65115] This defect requires additional steps to apply: In the /server/upgrade/am folder, replace the app_upgrade.bat or app_upgrade.sh file with the versions provided in the interim fix: a) Replace the app_upgrade.bat file on Windows systems. b) Replace the app_upgrade.sh file on Linux systems. ---- +-- Product Jazz Foundation Server Fixes delivered to a future release stream: [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] This defect requires additional steps to apply: ---- [APAR PI99268] [Investigate the use of "verify SSL" property of DistributedRestClientService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462449] This defect requires additional steps to apply: To update the DCM: 1) Stop the DCM /server/clustering/cache/distributedCache.stop.bat 2) Shut down all CLM Application nodes that are clustered 3) Backup the /server/clustering/cache folder. 4) Extract the new DCM microservice into /server/clustering/cache 5) Merge the new distributedCache.cfg file with the old one, so old config properties are not overwritten. 6) Start the DCM and all CLM Application clustered nodes. ---- +-- Product Jazz Foundation Third Party Fixes delivered to a future release stream: [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] This defect requires additional steps to apply: ---- +-- Product Jazz Reporting Service Fixed in release 6.0.6: [APAR PI91030] [Date filter does not show the initial start date and end date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462439] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- Fixes delivered to a future release stream: [APAR PH00373] [Active Advanced section is automatically switched to show the content of Format section after the Edit button is clicked] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465694] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Adding optional links to certain QM artifacts that don't exist in my project returns no results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462652] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Authentication errors when exporting reports to excel as live data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465669] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Can't get out of resize mode in the Edit Condition dialog in JRS and corrupts dialog] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461673] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Can't log back into Report Builder after logging out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465896] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Column labels are different than expected in traceability report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461973] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Column should not be created for condition when using custom trends for work items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465017] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Custom dimension not showing up in conditions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464028] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Duplicated report not capturing QM,RM config enabled project areas.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463563] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Error CRRGW5328E when selecting "edit" to existing non-draft report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465616] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Errors accessing calculated value drill down] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464724] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Filter is showing more Project Areas than it should while creating trend reports using LQE using config.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464634] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Folders cannot be renamed in the All reports view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463771] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Formatting and Graphing product tour gets stuck] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461675] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Hovering over warning banner produces strange results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465667] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Incorrect generated SPARQL for multiple traceability path with is not condition on custom enumeration attribute] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460063] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [JRS reports does not show legends in graphical view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463864] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [LQE OOTB reports import error with Incomplete stories report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460425] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Message : consecutive columns do not combined in web UI, only in Excel export, in case of calculated columns.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461679] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [My Reports returns report sample pics but no titles in Chrome 68.0.3440.106] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465940] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Navigating back to runtime filter and changing project hides configurations when it shouldn't] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463556] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Once you are in Build mode for a new report the cancel button does nothing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464537] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Provide a way of removing the dangling corrupted queries for the TDB backup process.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465777] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [RB hangs every time I try and run a Historical Trends Report on Test Cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465846] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [RB: Values from Goal Line should not be added to Subtotals] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463865] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [RM and QM pickers not populating after upgrading to iFix3] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466551] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Rebuild query and report definition lists on startup if necessary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460265] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Report Builder create report page should list data source before the Current/Historical choice] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464115] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Report builder LQE endpoint aggregate custom calculations are broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464624] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Report builder does not handle two RM Custom Types that differ in blank spaces in the names] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463557] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH00373] [Self-host Jazzdev ReportBuilder: [Initial MetaModel Loading] ERROR tamodel.internal.extension.dw.Rational_DWExtension - java.lang.NullPointerException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465418] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Shouldn't allow merged traceability between two unrelated paths using LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464841] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Start Date can't be set to a future date in a calculated column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462653] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Top of Items Per Page dropdown missing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463866] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Undefined error when importing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461677] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00373] [Warning icon for exceeding 3000 results is not displayed.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464536] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00547] ["error occurred when validating the input SQL string" if non-jazzAdmin edits SQL in Report Builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463470] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00792] [NPE when displaying report as graph] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465207] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00837] [Colour formatting for workitem resolution in LQE reports has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463940] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH00948] [Requirement types with single quote in the name gets truncated in generated SQL leading to no results in the data warehouse report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463938] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH01046] ["Revert to default choices" does not always reset the filter values.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465736] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH01458] [User id displayed instead of User name in Owners section of Edit schedule] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463867] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH02532] [Avoid NPE when variable name is null in SQL query builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465697] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH02551] [Custom Trends for Work Items with Date Scale = Months show sums instead of averages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466033] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH02566] [Drill down for a user with a single quote in the name fails with XPathException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464949] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH02612] [Bad Request (Error 400) Exception thrown while opening migrated reports.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465847] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH02751] [Default column name changes in the UI after refresh] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461972] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH02846] [My reports shows more under Group by Folders] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461671] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI91030] [Date filter does not show the initial start date and end date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460920] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI92126] [Drilldown on TCER current result verdict "no set value" segment shows all results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462608] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI92126] [Drilldown on TCER current result verdict "no set value" segment shows all results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462609] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI97761] [LQE trend report shows the artifact relationships section instead of ARTIFACT TYPES] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461680] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI98543] [Satisfies/satisfied by RM relationship is reversed in report builder/data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461681] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI98589] [Average Time in State Report hangs on Iteration filter] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460119] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI98922] [Excel columns shift in live JRS report when data is refreshed with over 100 columns] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461676] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI99697] [Drill Down for Dayscale=Days may shows no data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462654] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI99746] [Help icons disappear from "Pick a relationship" dialog after canceling the operation of adding a relationship] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464534] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI99758] [JRS could not authenticate /dataservice URL on smart card environment.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465856] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- +-- Product Rational DOORS Next Generation Fixes delivered to a future release stream: [APAR PI98658] [Comment is inside of the artifact and Reviewer comments inside of Artifacts doesn't show the title] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124174] This defect requires additional steps to apply: You must extract the MI124174.zip file to the server/conf/rm directory where it will replace two files. After you extract the file, go to the rm/admin page, select the Debug tab, and go to Publish Services. Click the Initialize Service button to load the updated template and schema. ---- +-- Product Jazz Foundation Client Fixes delivered to a future release stream: [APAR PH00373] [Make rogue SPARQL queries cancelable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464406] This defect requires additional steps to apply: ---- [APAR PI99268] [Investigate the use of "verify SSL" property of DistributedRestClientService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462449] This defect requires additional steps to apply: To update the DCM: 1) Stop the DCM /server/clustering/cache/distributedCache.stop.bat 2) Shut down all CLM Application nodes that are clustered 3) Backup the /server/clustering/cache folder. 4) Extract the new DCM microservice into /server/clustering/cache 5) Merge the new distributedCache.cfg file with the old one, so old config properties are not overwritten. 6) Start the DCM and all CLM Application clustered nodes. ---- 12. CONSOLIDATED LIST OF APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product Rational Engineering Lifecycle Manager Fixes delivered to a future release stream: [APAR PH00373] [RELM Discards AEs when sub folder is moved to root] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460892] +-- Product Data Collection Component Fixes delivered to a future release stream: [APAR PH00858] [RICALM.REQUEST_BASELINE needs to be cleaned up part of Delete Fact Table Data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464113] [APAR PH01534] [DCC loses its Data Warehouse settings after changing Data Collection Configuration settings] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464692] [APAR PH01926] [DCC check for autoCommit is false before calling commit.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465209] [APAR PH02028] [DCC needs to cleanup job history automatically to avoid performance issue] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465954] [APAR PI98619] [DCC should never force FULL ETL on some of the RQM data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460056] [APAR PI99706] [DCC-RM job fails on  java.net.SocketException since XML parsing cannot be completed in time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462078] [APAR PI99706] [DCC-RM job fails on  java.net.SocketException since XML parsing cannot be completed in time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462079] +-- Product Rational Team Concert Server Fixed in release 6.0.6: [APAR PI88960] [NPE when promoting a deletion] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464471] Fixes delivered to a future release stream: [APAR PI96590] [System crashes with large number of history changes.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461165] [APAR PI98412] [Scanner issue: Incorrect COPY dependency in Cobol source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462347] [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461768] [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462253] [APAR PI99164] [Indirect dependency to a subprogram - when output is not located in a PDS with resource prefix. Promotion does not set correct build Path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464470] +-- Product Lifecycle Query Engine Fixes delivered to a future release stream: [APAR PH00373] [[LDX] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462647] [APAR PH00373] [[LDX] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465480] [APAR PH00373] [[LDX] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462590] [APAR PH00373] [[LDX] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463830] [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461819] [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461902] [APAR PH00373] [[LDX] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465699] [APAR PH00373] [[LDX] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462936] [APAR PH00373] [[LDX] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463842] [APAR PH00373] [[LDX] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463682] [APAR PH00373] [[LDX] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460047] [APAR PH00373] [[LDX] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463272] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461723] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461721] [APAR PH00373] [[LQE] Change event parsing failures should have more detailed messages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461728] [APAR PH00373] [[LQE] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462646] [APAR PH00373] [[LQE] Cleanup task should not be attempting to clear the configuration data and Removal task should be removing the configurations data.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464038] [APAR PH00373] [[LQE] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465478] [APAR PH00373] [[LQE] Create new version partition in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464632] [APAR PH00373] [[LQE] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462589] [APAR PH00373] [[LQE] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463829] [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461818] [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461901] [APAR PH00373] [[LQE] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465698] [APAR PH00373] [[LQE] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462935] [APAR PH00373] [[LQE] Hover help tooltips for Advanced Properties do not appear when using Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462884] [APAR PH00373] [[LQE] If a selection resource page cannot be retrieved, the selection resource (and not the page) should be skipped] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464732] [APAR PH00373] [[LQE] LQE CHS<090.010.080>: English string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461717] [APAR PH00373] [[LQE] LQE graph counts and resource group node ids may be incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464172] [APAR PH00373] [[LQE] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461840] [APAR PH00373] [[LQE] Missing authentication option JSA Single Sign-On when adding a new data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465639] [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460330] [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461785] [APAR PH00373] [[LQE] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463840] [APAR PH00373] [[LQE] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463681] [APAR PH00373] [[LQE] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460046] [APAR PH00373] [[LQE] Skipped resources try again link not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466142] [APAR PH00373] [[LQE] TRS URI Parsing Library - Provide ALL changelogs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463779] [APAR PH00373] [[LQE] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463271] [APAR PH00373] [[LQE] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461714] [APAR PH00373] [[LQE] To make it easier for customers, there should be a way to download the lqe.log files from the LQE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461838] [APAR PH00373] [[LQE] URL for TRS download is double encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463892] [APAR PH00373] [[LQE] Validate the resources in LQE based on the TRS feeds -- with ability to schedule during offtime periods] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464727] [APAR PH00373] [[LQE] When indexing, all resources added to the default partition are also counted as added to the shapes partition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464351] [APAR PI98858] [[LQE] Setup can not complete if the user principal does not have any userInfo value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460773] +-- Product Link Index Provider Fixes delivered to a future release stream: [APAR PH00373] [[LDX] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461724] [APAR PH00373] [[LDX] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461722] [APAR PH00373] [[LDX] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462647] [APAR PH00373] [[LDX] Cleanup task should not be attempting to clear the configuration data and Removal task should be removing the configurations data.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464040] [APAR PH00373] [[LDX] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465480] [APAR PH00373] [[LDX] Create new version partition in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464633] [APAR PH00373] [[LDX] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462590] [APAR PH00373] [[LDX] Data source status is not showing latest update after cleanup] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463830] [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461819] [APAR PH00373] [[LDX] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461902] [APAR PH00373] [[LDX] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465699] [APAR PH00373] [[LDX] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462936] [APAR PH00373] [[LDX] If a selection resource page cannot be retrieved, the selection resource (and not the page) should be skipped] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464733] [APAR PH00373] [[LDX] LQE graph counts and resource group node ids may be incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464171] [APAR PH00373] [[LDX] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461841] [APAR PH00373] [[LDX] Missing authentication option JSA Single Sign-On when adding a new data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465640] [APAR PH00373] [[LDX] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463842] [APAR PH00373] [[LDX] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463682] [APAR PH00373] [[LDX] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460047] [APAR PH00373] [[LDX] Skipped resources try again link not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466143] [APAR PH00373] [[LDX] TRS URI Parsing Library - Provide ALL changelogs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463778] [APAR PH00373] [[LDX] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463272] [APAR PH00373] [[LDX] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461715] [APAR PH00373] [[LDX] URL for TRS download is double encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463893] [APAR PH00373] [[LDX] Validate the resources in LQE based on the TRS feeds -- with ability to schedule during offtime periods] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465695] [APAR PH00373] [[LDX] When indexing, all resources added to the default partition are also counted as added to the shapes partition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464352] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as AclFetcher] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461723] [APAR PH00373] [[LQE] Artifact processing spends too much time notifying listeners such as NodeId Cache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461721] [APAR PH00373] [[LQE] Change event parsing failures should have more detailed messages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461728] [APAR PH00373] [[LQE] Cleanup Task SPARQL queries should not timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462646] [APAR PH00373] [[LQE] Compaction start and end times are not displayed in the same time zone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465478] [APAR PH00373] [[LQE] Data source does not show skipped resources after reindex] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462589] [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461818] [APAR PH00373] [[LQE] Download TRS does not have all the base pages.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461901] [APAR PH00373] [[LQE] Empty bullet points displayed on Full Text Search tab of LQE query page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465698] [APAR PH00373] [[LQE] Failed ReIndex Operation should have the option to execute a cleanup task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462935] [APAR PH00373] [[LQE] Hover help tooltips for Advanced Properties do not appear when using Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462884] [APAR PH00373] [[LQE] LQE CHS<090.010.080>: English string] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461717] [APAR PH00373] [[LQE] LQE indexing should measure index sizes before starting and after completion to understand growth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461840] [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460330] [APAR PH00373] [[LQE] Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461785] [APAR PH00373] [[LQE] SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463840] [APAR PH00373] [[LQE] Self-host LQE compaction report doesn't match disk space usage on server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463681] [APAR PH00373] [[LQE] Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460046] [APAR PH00373] [[LQE] TRS URI Parsing Library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463271] [APAR PH00373] [[LQE] Time and Disk Space Performance Improvements to LQE Reindexing Operation] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461714] [APAR PH00373] [[LQE] To make it easier for customers, there should be a way to download the lqe.log files from the LQE UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461838] [APAR PI98858] [[LQE] Setup can not complete if the user principal does not have any userInfo value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460773] +-- Product Jazz Foundation Common Fixed in release 6.0.6: [APAR PH00373] [Save button sometimes isn't enabled for Advanced Properties] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460036] Fixes delivered to a future release stream: [APAR PH00373] ["Find Where Used" not available for LC baselines in a GC baseline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463397] [APAR PH00373] ["Tag Configurations" action on a single configuration doesn't apply the changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464364] [APAR PH00373] [Browsing application patches through repodebug will create the /patch/ directory, causing server/patch/ to not be picked up for patches] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464569] [APAR PH00373] [CleanupItemCurrentsAfterConfigAwareMigrationTask may blow up cache if the number of records are high.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462742] [APAR PH00373] [Component skew reports should be smarter about what to show in "Where Used" column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462977] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460513] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462505] [APAR PH00373] [Configuration Banner Button should show a more descriptive error message when the user isn't a member of the GC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464350] [APAR PH00373] [Configuration provider pseudo URLs shown with -1 in picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464283] [APAR PH00373] [Context picker (from CCBB) doesn't work with access control "Everyone"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464565] [APAR PH00373] [Create Baseline operation appears to hang when PAA to LC project area is removed (multiple GCM)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464212] [APAR PH00373] [Create Stream dialog for an LC shows options for a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463285] [APAR PH00373] [Create bloom filter using a string representation of a CacheBuilderSpec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464751] [APAR PH00373] [DNG templated data produces identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463599] [APAR PH00373] [Description is not saved for "Create Stream > In Place"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462981] [APAR PH00373] [Edited user query names don't go away when canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463461] [APAR PH00373] [Error message displayed when attempting to create a DNG change set and the user does not have the correct permissions to create a personal stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464651] [APAR PH00373] [Exploit component-scoping in Jena quadfilter without using NodeTable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464023] [APAR PH00373] [Explore Project button sometimes doesn't appear when it should] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464882] [APAR PH00373] [External GC icons in history view a missing cloud icons] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463979] [APAR PH00373] [GC Picker - tag provider for the search box is broken when "All Project Areas" is selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461129] [APAR PH00373] [GC SDK cannot connect to GC app from QM using POST when Global configuration caching is disabled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464647] [APAR PH00373] [GC structural activities take very long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464549] [APAR PH00373] [Introduce a new parameter for RTC to instruct GCM to suppress setting a context project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464279] [APAR PH00373] [MQTTStatsService needs to use pooled connection manager] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465273] [APAR PH00373] [MTM sample creation fails with "Internal error" when run from repotools command line when AM/DM present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462450] [APAR PH00373] [Missing message key in /gcsdk/provider response] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464743] [APAR PH00373] [Multiple GCM: Rhapsody & CCM GC picker doesn't list projects areas from external GCM servers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463578] [APAR PH00373] [Optimize SQL for itemExists] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462744] [APAR PH00373] [Ordering of applications in Add Configuration dialog appears arbitrary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463847] [APAR PH00373] [Project Area field in the Global Configuration picker never loads if user isn't a member of some GCM project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463372] [APAR PH00373] [RM Continues to max out the CPU 2 hours after RM Performance Test has ended - WAS crashes when try to stop the WAS server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465863] [APAR PH00373] [RM configuration removed from tree while server is offline still appears in CCBB context when server is back online (MQTT mode)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464562] [APAR PH00373] [Tag is created and assigned but tag widget doesn't show it as available] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462787] [APAR PH00373] [Test code leaks open DB statements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463275] [APAR PH00373] [The UI error message when an external configuration is not available is misleading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464742] [APAR PH00373] [The remove action in the UI is available for an unavailable external GC contribution.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464069] [APAR PH00373] [Triple Baselines handles returned from query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459771] [APAR PH00373] [User queries: AND + OR condition for Tags doesn't work correctly when there's more than one condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463053] [APAR PH00373] [User query error that doesn't go away] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462982] [APAR PH00373] [User query naming conflicts have inconsistent enforcement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463468] [APAR PH00373] [WARN ObjectSizer - Unhandled ObjectSizer Class Case : 'com.ibm.team.repository.common.ConfigurationDataFactory$ConfigurationData'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464601] [APAR PH00373] [GC Picker - tag provider for the search box is broken for external project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464066] [APAR PH00373] [[6.0.6] CM Self-Host Bug Bash: 400 Error when switching to newly-created Baseline or stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464047] [APAR PH00373] [repotools Export and import improvements for DB migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464762] [APAR PH00373] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462482] [APAR PH00684] [Index creation fails during upgrade due to asynchronous change set dependency tasks still running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463394] [APAR PH01287] [RemoteDatabaseService for reporting always sets the com.ibm.team.repository.db.timezone property when it initializes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464401] [APAR PH02208] [GCM queries can include >1000 parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465764] [APAR PH02260] [GCM upgrade can take a long time or appear to hang due to slow timeout in call to LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465194] [APAR PI59079] [Changing order of iteration required "Modify project area properties" permission, when "Modify the iteration structure" should be enough] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464553] [APAR PI80881] [Report FACET license counters go in Negative value due to race condition and results in false decrements.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461439] [APAR PI96002] [SCIM: mismatch in DNs cause Jazz Role Groups from not being read for some users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461585] [APAR PI98580] [Minimize LV use of _inLargeList predicate where appropriate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462501] [APAR PI98580] [_inLargeList and temp table performance is terrible on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462500] [APAR PI99792] [Slower scm commands performance since upgrade from v502 to v602] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464524] +-- Product Rational Team Concert Client Fixed in release 6.0.6: [APAR PI88960] [NPE when promoting a deletion] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464471] Fixes delivered to a future release stream: [APAR PI96590] [System crashes with large number of history changes.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461165] [APAR PI98412] [Scanner issue: Incorrect COPY dependency in Cobol source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462347] [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461768] [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462253] [APAR PI99164] [Indirect dependency to a subprogram - when output is not located in a PDS with resource prefix. Promotion does not set correct build Path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464470] +-- Product Rhapsody Model Manager Fixed in release 6.0.6.1: [APAR PH00373] ["Multiple Local Configurations" is shown when using MQTT] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64721] [APAR PH00373] [CCBB shows "Loading..." when the first one that enters to Design->Explorer is a non-admin user] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64570] [APAR PH00373] [Cannot change back Top node package to be non Top node] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64566] [APAR PH00373] [OSLC preview doesn't resolve links and doesn't have scroll bar] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64342] [APAR PH00373] [Polygon instead of rectangular selection should be used for "lines" in diagrams] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64881] [APAR PH00373] [RMM web client should remember the last select configuration in the CCBB] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64853] [APAR PH00373] [Search component in the explorer not found more than 512 components] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64864] [APAR PH00373] [Unable to save the project area after setting default oslc context] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64656] [APAR PH00373] [Unable to switch to GC stream that has component baseline contribution] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64719] [APAR PI99375] [Unable to deliver IBM Rational Rhapsody model to Rhapsody Model Manager server.] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/64689] [APAR PI99682] [Missing -migration_am_updateConfigurationFiles option in repotools-am script prevents upgrade to 6.0.6] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/65115] [APAR PH02239] [Database storage blows up when user re-generates diagrams.] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/68598] [APAR PH00373] [Sequence Diagrams that are not units show up as unsynchronized in RMM - Server side validation] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/67699] +-- Product Jazz Foundation Server Fixed in release 6.0.6: [APAR PH00373] [Save button sometimes isn't enabled for Advanced Properties] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460036] Fixes delivered to a future release stream: [APAR PH00373] ["Find Where Used" not available for LC baselines in a GC baseline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463397] [APAR PH00373] ["Tag Configurations" action on a single configuration doesn't apply the changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464364] [APAR PH00373] [Browsing application patches through repodebug will create the /patch/ directory, causing server/patch/ to not be picked up for patches] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464569] [APAR PH00373] [CleanupItemCurrentsAfterConfigAwareMigrationTask may blow up cache if the number of records are high.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462742] [APAR PH00373] [Component skew reports should be smarter about what to show in "Where Used" column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462977] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460513] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462505] [APAR PH00373] [Configuration Banner Button should show a more descriptive error message when the user isn't a member of the GC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464350] [APAR PH00373] [Configuration provider pseudo URLs shown with -1 in picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464283] [APAR PH00373] [Context picker (from CCBB) doesn't work with access control "Everyone"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464565] [APAR PH00373] [Create Baseline operation appears to hang when PAA to LC project area is removed (multiple GCM)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464212] [APAR PH00373] [Create Stream dialog for an LC shows options for a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463285] [APAR PH00373] [Create bloom filter using a string representation of a CacheBuilderSpec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464751] [APAR PH00373] [DNG templated data produces identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463599] [APAR PH00373] [Description is not saved for "Create Stream > In Place"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462981] [APAR PH00373] [Edited user query names don't go away when canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463461] [APAR PH00373] [Error message displayed when attempting to create a DNG change set and the user does not have the correct permissions to create a personal stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464651] [APAR PH00373] [Exploit component-scoping in Jena quadfilter without using NodeTable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464023] [APAR PH00373] [Explore Project button sometimes doesn't appear when it should] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464882] [APAR PH00373] [External GC icons in history view a missing cloud icons] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463979] [APAR PH00373] [GC Picker - tag provider for the search box is broken when "All Project Areas" is selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461129] [APAR PH00373] [GC SDK cannot connect to GC app from QM using POST when Global configuration caching is disabled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464647] [APAR PH00373] [GC structural activities take very long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464549] [APAR PH00373] [Introduce a new parameter for RTC to instruct GCM to suppress setting a context project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464279] [APAR PH00373] [MQTTStatsService needs to use pooled connection manager] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465273] [APAR PH00373] [MTM sample creation fails with "Internal error" when run from repotools command line when AM/DM present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462450] [APAR PH00373] [Missing message key in /gcsdk/provider response] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464743] [APAR PH00373] [Multiple GCM: Rhapsody & CCM GC picker doesn't list projects areas from external GCM servers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463578] [APAR PH00373] [Optimize SQL for itemExists] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462744] [APAR PH00373] [Ordering of applications in Add Configuration dialog appears arbitrary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463847] [APAR PH00373] [Project Area field in the Global Configuration picker never loads if user isn't a member of some GCM project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463372] [APAR PH00373] [RM Continues to max out the CPU 2 hours after RM Performance Test has ended - WAS crashes when try to stop the WAS server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465863] [APAR PH00373] [RM configuration removed from tree while server is offline still appears in CCBB context when server is back online (MQTT mode)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464562] [APAR PH00373] [Tag is created and assigned but tag widget doesn't show it as available] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462787] [APAR PH00373] [Test code leaks open DB statements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463275] [APAR PH00373] [The UI error message when an external configuration is not available is misleading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464742] [APAR PH00373] [The remove action in the UI is available for an unavailable external GC contribution.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464069] [APAR PH00373] [Triple Baselines handles returned from query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459771] [APAR PH00373] [User queries: AND + OR condition for Tags doesn't work correctly when there's more than one condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463053] [APAR PH00373] [User query error that doesn't go away] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462982] [APAR PH00373] [User query naming conflicts have inconsistent enforcement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463468] [APAR PH00373] [WARN ObjectSizer - Unhandled ObjectSizer Class Case : 'com.ibm.team.repository.common.ConfigurationDataFactory$ConfigurationData'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464601] [APAR PH00373] [GC Picker - tag provider for the search box is broken for external project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464066] [APAR PH00373] [[6.0.6] CM Self-Host Bug Bash: 400 Error when switching to newly-created Baseline or stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464047] [APAR PH00373] [repotools Export and import improvements for DB migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464762] [APAR PH00373] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462482] [APAR PH00684] [Index creation fails during upgrade due to asynchronous change set dependency tasks still running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463394] [APAR PH01287] [RemoteDatabaseService for reporting always sets the com.ibm.team.repository.db.timezone property when it initializes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464401] [APAR PH02208] [GCM queries can include >1000 parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465764] [APAR PH02260] [GCM upgrade can take a long time or appear to hang due to slow timeout in call to LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465194] [APAR PI59079] [Changing order of iteration required "Modify project area properties" permission, when "Modify the iteration structure" should be enough] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464553] [APAR PI80881] [Report FACET license counters go in Negative value due to race condition and results in false decrements.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461439] [APAR PI96002] [SCIM: mismatch in DNs cause Jazz Role Groups from not being read for some users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461585] [APAR PI98580] [Minimize LV use of _inLargeList predicate where appropriate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462501] [APAR PI98580] [_inLargeList and temp table performance is terrible on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462500] [APAR PI99792] [Slower scm commands performance since upgrade from v502 to v602] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464524] +-- Product Rational Team Concert Common Fixed in release 6.0.6: [APAR PI88960] [NPE when promoting a deletion] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464471] Fixes delivered to a future release stream: [APAR PI96590] [System crashes with large number of history changes.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461165] [APAR PI98412] [Scanner issue: Incorrect COPY dependency in Cobol source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462347] [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461768] [APAR PI98970] [Special types information is lost when converting to old EMF translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462253] [APAR PI99164] [Indirect dependency to a subprogram - when output is not located in a PDS with resource prefix. Promotion does not set correct build Path] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464470] +-- Product Jazz Reporting Service Fixed in release 6.0.6: [APAR PI91030] [Date filter does not show the initial start date and end date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462439] Fixes delivered to a future release stream: [APAR PH00373] [Active Advanced section is automatically switched to show the content of Format section after the Edit button is clicked] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465694] [APAR PH00373] [Adding optional links to certain QM artifacts that don't exist in my project returns no results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462652] [APAR PH00373] [Authentication errors when exporting reports to excel as live data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465669] [APAR PH00373] [Can't get out of resize mode in the Edit Condition dialog in JRS and corrupts dialog] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461673] [APAR PH00373] [Can't log back into Report Builder after logging out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465896] [APAR PH00373] [Column labels are different than expected in traceability report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461973] [APAR PH00373] [Column should not be created for condition when using custom trends for work items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465017] [APAR PH00373] [Custom dimension not showing up in conditions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464028] [APAR PH00373] [Duplicated report not capturing QM,RM config enabled project areas.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463563] [APAR PH00373] [Error CRRGW5328E when selecting "edit" to existing non-draft report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465616] [APAR PH00373] [Errors accessing calculated value drill down] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464724] [APAR PH00373] [Filter is showing more Project Areas than it should while creating trend reports using LQE using config.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464634] [APAR PH00373] [Folders cannot be renamed in the All reports view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463771] [APAR PH00373] [Formatting and Graphing product tour gets stuck] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461675] [APAR PH00373] [Hovering over warning banner produces strange results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465667] [APAR PH00373] [Incorrect generated SPARQL for multiple traceability path with is not condition on custom enumeration attribute] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460063] [APAR PH00373] [JRS reports does not show legends in graphical view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463864] [APAR PH00373] [LQE OOTB reports import error with Incomplete stories report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460425] [APAR PH00373] [Message : consecutive columns do not combined in web UI, only in Excel export, in case of calculated columns.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461679] [APAR PH00373] [My Reports returns report sample pics but no titles in Chrome 68.0.3440.106] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465940] [APAR PH00373] [Navigating back to runtime filter and changing project hides configurations when it shouldn't] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463556] [APAR PH00373] [Once you are in Build mode for a new report the cancel button does nothing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464537] [APAR PH00373] [Provide a way of removing the dangling corrupted queries for the TDB backup process.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465777] [APAR PH00373] [RB hangs every time I try and run a Historical Trends Report on Test Cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465846] [APAR PH00373] [RB: Values from Goal Line should not be added to Subtotals] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463865] [APAR PH00373] [RM and QM pickers not populating after upgrading to iFix3] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466551] [APAR PH00373] [Rebuild query and report definition lists on startup if necessary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460265] [APAR PH00373] [Report Builder create report page should list data source before the Current/Historical choice] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464115] [APAR PH00373] [Report builder LQE endpoint aggregate custom calculations are broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464624] [APAR PH00373] [Report builder does not handle two RM Custom Types that differ in blank spaces in the names] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463557] [APAR PH00373] [Self-host Jazzdev ReportBuilder: [Initial MetaModel Loading] ERROR tamodel.internal.extension.dw.Rational_DWExtension - java.lang.NullPointerException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465418] [APAR PH00373] [Shouldn't allow merged traceability between two unrelated paths using LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464841] [APAR PH00373] [Start Date can't be set to a future date in a calculated column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462653] [APAR PH00373] [Top of Items Per Page dropdown missing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463866] [APAR PH00373] [Undefined error when importing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461677] [APAR PH00373] [Warning icon for exceeding 3000 results is not displayed.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464536] [APAR PH00547] ["error occurred when validating the input SQL string" if non-jazzAdmin edits SQL in Report Builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463470] [APAR PH00792] [NPE when displaying report as graph] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465207] [APAR PH00837] [Colour formatting for workitem resolution in LQE reports has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463940] [APAR PH00948] [Requirement types with single quote in the name gets truncated in generated SQL leading to no results in the data warehouse report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463938] [APAR PH01046] ["Revert to default choices" does not always reset the filter values.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465736] [APAR PH01458] [User id displayed instead of User name in Owners section of Edit schedule] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463867] [APAR PH02532] [Avoid NPE when variable name is null in SQL query builder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465697] [APAR PH02551] [Custom Trends for Work Items with Date Scale = Months show sums instead of averages] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466033] [APAR PH02566] [Drill down for a user with a single quote in the name fails with XPathException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464949] [APAR PH02612] [Bad Request (Error 400) Exception thrown while opening migrated reports.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465847] [APAR PH02751] [Default column name changes in the UI after refresh] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461972] [APAR PH02846] [My reports shows more under Group by Folders] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461671] [APAR PI91030] [Date filter does not show the initial start date and end date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460920] [APAR PI92126] [Drilldown on TCER current result verdict "no set value" segment shows all results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462608] [APAR PI92126] [Drilldown on TCER current result verdict "no set value" segment shows all results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462609] [APAR PI97761] [LQE trend report shows the artifact relationships section instead of ARTIFACT TYPES] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461680] [APAR PI98543] [Satisfies/satisfied by RM relationship is reversed in report builder/data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461681] [APAR PI98589] [Average Time in State Report hangs on Iteration filter] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460119] [APAR PI98922] [Excel columns shift in live JRS report when data is refreshed with over 100 columns] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461676] [APAR PI99697] [Drill Down for Dayscale=Days may shows no data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462654] [APAR PI99746] [Help icons disappear from "Pick a relationship" dialog after canceling the operation of adding a relationship] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464534] [APAR PI99758] [JRS could not authenticate /dataservice URL on smart card environment.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465856] +-- Product Rational DOORS Next Generation Fixes delivered to a future release stream: [APAR PH00059] [Modules not showing all artifacts after using "go to"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124287] [APAR PH00236] [Various upgrade failures due to unexpected data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124254] [APAR PH00283] [DNG: Unable to export a view/artifact to xls/xlsx when the Link To attribute exceeds the 32K cell limit.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124918] [APAR PH00369] [Can't view audit history of a deleted and re-imported module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124285] [APAR PH00373] [Adding an artifact to a folder touches the wrong folder version] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124530] [APAR PH00373] [CoreArtifactsEventHandler.java:52 Comparison of String objects using == or != in com.ibm.rdm.fronting.server.core.changeevents.handlers.CoreArtifactsEventHandler.handleEvents(Multimap)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123736] [APAR PH00373] [Export OLE-Objects/Attached files is not REQIF-Compliant] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124498] [APAR PH00373] [External URLs are missing from a report builder data warehouse report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123856] [APAR PH00373] [Implement a cache for link preferences] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124541] [APAR PH00373] [JKE banking data not displaying - Update converter error message displayed in modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123853] [APAR PH00373] [PublishServiceUtil.java:701 Comparison of String parameter using == or != in com.ibm.rdm.fronting.server.rrs.publish.internal.PublishServiceUtil.getNodeAttributeValue(Node, String)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123735] [APAR PH00373] [REQIF/Migration import - unbounded reals being imported with max/mins] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123738] [APAR PH00373] [The publish service might try to scope the request to a default configuration from an archived component] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123739] [APAR PH00373] [some reqif files cannot be imported into 2 parallel streams of the same component without error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123858] [APAR PH00643] [Unable to save artifact when there are customized permissions and removed attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124803] [APAR PH00682] [CK Editor adds extra repeated styles to table elements] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124437] [APAR PH00703] [Creating a Requirement Collection with custom attribute results in reference to recently created artifact as attribute value] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124448] [APAR PH00822] [Artifact with href containing backslash gives error with GetModuleBindingLinkInfo request] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124550] [APAR PH00931] [DNG Extensions API getAttributes call for a false boolean attribute value returns null] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124778] [APAR PH00942] [During TRS 2.0 rebase, a SPARQL query to find concepts in a project runs multiple times] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124600] [APAR PH01034] [Child artifacts in a module are still shown when parent artifact is collapsed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125077] [APAR PH01125] [Timestamps in filenames for documents generated via Create and Print do not distinguish between AM and PM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124723] [APAR PH01378] [Opening audit history for a module can result in high memory usage and potential Out Of Memory Exception] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124877] [APAR PH01686] [DNG responsiveness may be diminished when CPU cores get hung in an infinite loop when calling RRSNLS.getNLS()] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124902] [APAR PH01739] [Find in module, "go to" don't work under certain circumstances.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125091] [APAR PH01740] [VDI020 repair could fail with NPE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125156] [APAR PH02009] [Locks not released after editing of a module artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125244] [APAR PH02059] [Cursor appears elsewhere when selecting an artifact after scrolling down fast in a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125427] [APAR PH02434] [Module full text search not working properly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125433] [APAR PH02904] [Navigating RMM link from DNG, opens RMM configuration in Local Context instead of GC context] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125502] [APAR PI87861, PI86747, PI97806] [CRRRW7346E error 403 when modifying a module artifact after setting permission at workflow state level] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123741] [APAR PI94284] [Pasting text from OneNote or Word pastes text and an image of the text (Chrome only)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123742] [APAR PI97177] [Links inside embedded artifacts lose the configuration context, when the main artifact is in a review] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123745] [APAR PI97384] [Legacy changelog migration should filter out some of the neighbors that it migrates] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123746] [APAR PI97521] [ReqIF: Artifacts for DOORS OLE Objects are not imported to the correct asset folder on module update import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123737] [APAR PI97664] [CRRRW7294I message shown while saving view with suspicion profiles] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123744] [APAR PI97755] [Making changes to Suspicion profiles selected in a view, does not allow the changes to be saved to view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123749] [APAR PI97800] [Uploading an image into a module (or requirement in a module) should default to the module content directory] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124420] [APAR PI97912] [The Artifact Attribute information does not load for Artifacts of Type Enumeration with Multiple values allowed option enabled] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123740] [APAR PI98286] [The Requirements View widget is not showing the correct amount of artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123577] [APAR PI98453] [View queries filtering on multiple Artifact Types and Attribute "exists" performs poorly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123748] [APAR PI98593] [ReqIF Import performs very poorly in projects with a large number of unmapped ReqIF ID mappings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123976] [APAR PI98605] [Type system validation at deliver should be downgraded to a warning and only look for problems the delivery will introduce] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123979] [APAR PI98664] [Custom attributes not being included in report generated in a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123529] [APAR PI98706] [Artifact Name and artifact content are not updated correctly if the module is imported from reqIF] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124011] [APAR PI98822] [Link queries perform poorly in modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123747] [APAR PI98907] [Throttle GET queries] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123743] [APAR PI99057] [DNG Share Link to Artifact does not always open the artifact in focus in a module.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124289] [APAR PI99178] [Attributes missing from list after applying filter on Artifact Type 'is not any of'] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124777] [APAR PI99211] [Artifact Comments widget in reviews show last-modified user instead of comment author] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124172] [APAR PI99223] [Reject view queries which return all artifacts in a project] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124044] [APAR PI99269] [Module scrolling issue when a PDF/doc is uploaded to an artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124170] [APAR PI99413] [Exporting a view with 11k artifacts to XLSX results in 0kb Excel file] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124134] [APAR PI99533] [CRJGC5003W error occurs when clicking link to review in Where Module Used section] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124949] [APAR PI99556] [Module page retrieval SPARQL query is not optimal in the lock part] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124069] [APAR PI99558, PI98935] [CRRRS5504E http 412 when resolving a comment on a review at Done state] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124428] [APAR PI99648] [update to module via CSV fails with NullPointerException due to missing type definition] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124434] [APAR PI99728] [Sorting by comments in Module grid view is not sorting correctly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124946] [APAR PI99767] [Hierarchy of artifacts imported from DOORS 9 via ReqIF not respected] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124565] [APAR PH00373] [Export OLE-Objects/Attached files is not REQIF-Compliant] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124498] [APAR PI98286] [The Requirements View widget is not showing the correct amount of artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123577] [APAR PI99178] [Attributes missing from list after applying filter on Artifact Type 'is not any of'] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124777] [APAR PI99413] [Exporting a view with 11k artifacts to XLSX results in 0kb Excel file] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124134] [APAR PI99556] [Module page retrieval SPARQL query is not optimal in the lock part] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124069] [APAR PH00236] [Various upgrade failures due to unexpected data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124254] +-- Product Jazz Foundation Client Fixed in release 6.0.6: [APAR PH00373] [Save button sometimes isn't enabled for Advanced Properties] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460036] Fixes delivered to a future release stream: [APAR PH00373] ["Find Where Used" not available for LC baselines in a GC baseline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463397] [APAR PH00373] ["Tag Configurations" action on a single configuration doesn't apply the changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464364] [APAR PH00373] [Browsing application patches through repodebug will create the /patch/ directory, causing server/patch/ to not be picked up for patches] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464569] [APAR PH00373] [CleanupItemCurrentsAfterConfigAwareMigrationTask may blow up cache if the number of records are high.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462742] [APAR PH00373] [Component skew reports should be smarter about what to show in "Where Used" column] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462977] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460513] [APAR PH00373] [ConceptToConfigurationVersionCache has no "Time for computing values" data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462505] [APAR PH00373] [Configuration Banner Button should show a more descriptive error message when the user isn't a member of the GC project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464350] [APAR PH00373] [Configuration provider pseudo URLs shown with -1 in picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464283] [APAR PH00373] [Context picker (from CCBB) doesn't work with access control "Everyone"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464565] [APAR PH00373] [Create Baseline operation appears to hang when PAA to LC project area is removed (multiple GCM)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464212] [APAR PH00373] [Create Stream dialog for an LC shows options for a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463285] [APAR PH00373] [Create bloom filter using a string representation of a CacheBuilderSpec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464751] [APAR PH00373] [DNG templated data produces identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463599] [APAR PH00373] [Description is not saved for "Create Stream > In Place"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462981] [APAR PH00373] [Edited user query names don't go away when canceled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463461] [APAR PH00373] [Error message displayed when attempting to create a DNG change set and the user does not have the correct permissions to create a personal stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464651] [APAR PH00373] [Exploit component-scoping in Jena quadfilter without using NodeTable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464023] [APAR PH00373] [Explore Project button sometimes doesn't appear when it should] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464882] [APAR PH00373] [External GC icons in history view a missing cloud icons] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463979] [APAR PH00373] [GC Picker - tag provider for the search box is broken when "All Project Areas" is selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461129] [APAR PH00373] [GC SDK cannot connect to GC app from QM using POST when Global configuration caching is disabled] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464647] [APAR PH00373] [GC structural activities take very long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464549] [APAR PH00373] [Introduce a new parameter for RTC to instruct GCM to suppress setting a context project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464279] [APAR PH00373] [MQTTStatsService needs to use pooled connection manager] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465273] [APAR PH00373] [MTM sample creation fails with "Internal error" when run from repotools command line when AM/DM present] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462450] [APAR PH00373] [Missing message key in /gcsdk/provider response] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464743] [APAR PH00373] [Multiple GCM: Rhapsody & CCM GC picker doesn't list projects areas from external GCM servers] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463578] [APAR PH00373] [Optimize SQL for itemExists] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462744] [APAR PH00373] [Ordering of applications in Add Configuration dialog appears arbitrary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463847] [APAR PH00373] [Project Area field in the Global Configuration picker never loads if user isn't a member of some GCM project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463372] [APAR PH00373] [RM Continues to max out the CPU 2 hours after RM Performance Test has ended - WAS crashes when try to stop the WAS server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465863] [APAR PH00373] [RM configuration removed from tree while server is offline still appears in CCBB context when server is back online (MQTT mode)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464562] [APAR PH00373] [Tag is created and assigned but tag widget doesn't show it as available] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462787] [APAR PH00373] [Test code leaks open DB statements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463275] [APAR PH00373] [The UI error message when an external configuration is not available is misleading.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464742] [APAR PH00373] [The remove action in the UI is available for an unavailable external GC contribution.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464069] [APAR PH00373] [Triple Baselines handles returned from query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459771] [APAR PH00373] [User queries: AND + OR condition for Tags doesn't work correctly when there's more than one condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463053] [APAR PH00373] [User query error that doesn't go away] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462982] [APAR PH00373] [User query naming conflicts have inconsistent enforcement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463468] [APAR PH00373] [WARN ObjectSizer - Unhandled ObjectSizer Class Case : 'com.ibm.team.repository.common.ConfigurationDataFactory$ConfigurationData'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464601] [APAR PH00373] [GC Picker - tag provider for the search box is broken for external project areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464066] [APAR PH00373] [[6.0.6] CM Self-Host Bug Bash: 400 Error when switching to newly-created Baseline or stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464047] [APAR PH00373] [repotools Export and import improvements for DB migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464762] [APAR PH00373] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462482] [APAR PH00684] [Index creation fails during upgrade due to asynchronous change set dependency tasks still running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463394] [APAR PH01287] [RemoteDatabaseService for reporting always sets the com.ibm.team.repository.db.timezone property when it initializes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464401] [APAR PH02208] [GCM queries can include >1000 parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465764] [APAR PH02260] [GCM upgrade can take a long time or appear to hang due to slow timeout in call to LDX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465194] [APAR PI59079] [Changing order of iteration required "Modify project area properties" permission, when "Modify the iteration structure" should be enough] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464553] [APAR PI80881] [Report FACET license counters go in Negative value due to race condition and results in false decrements.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461439] [APAR PI96002] [SCIM: mismatch in DNs cause Jazz Role Groups from not being read for some users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461585] [APAR PI98580] [Minimize LV use of _inLargeList predicate where appropriate] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462501] [APAR PI98580] [_inLargeList and temp table performance is terrible on Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462500] [APAR PI99792] [Slower scm commands performance since upgrade from v502 to v602] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464524] 13. CLIENT APAR FIXES This client update site contains fixes for the following defects: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- RTC Client Fixes None 14. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RATIONAL DOORS NEXT GENERATION NOTE: This issue is independent of the back-end database that Rational DOORS Next Generation uses. Apply this fix whether or not you use Oracle as your CLM database. This fix is for other Oracle technology and is not related to their database products. You only need to complete these steps once. The Outside In files last changed in 6.0.6 iFix003. If you already deployed these files as part of installing iFix003 or later, you do not have to complete these steps again. Follow the instructions in the README.txt file in the DNG606_OutsideIn_8-5-3_Patch_CPU_July2018.zip file. 15. KNOWN ISSUES None