Interim fix CLM_604_iFix017.zip This interim fix is only valid for the Rational solution for Collaborative Lifecycle Management (CLM) 6.0.4 release. The Rational solution for CLM CE.next is the next release that will include all these fixes. If you plan to upgrade, upgrade to version CE.next or later. The CE/CLM products were renamed recently. For details on the name change, see Renaming the IBM Continuous Engineering Portfolio(https://jazz.net/blog/index.php/2019/04/23/renaming-the-ibm-continuous-engineering-portfolio/). Release notes for IFixes will continue to use the old names until release 7.0 when the new names will be used. CONTENTS OF THIS INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: CLM_server_patch_6.0.4.0-iFix017-CALM604M-I20191108-0556.zip (see the SERVER PATCH INSTRUCTIONS section) 3. Jazz Reporting Service (Report Builder) patch file: rs.war (see the JAZZ REPORTING SERVICE INSTRUCTIONS section) 4. Data Collection Component patch file: com.ibm.rational.datacollection.wrapper_1.0.0.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.4.0-iFix017-CALM604M-I20191115-0606.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.4_iFix017.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.4_iFix017.zip (see the RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT WINDOWS SHELL INSTRUCTIONS section) 12. License APAR PI61751 fix: Licenses.zip (see the ADDITIONAL FIXES INSTRUCTIONS section) 13. WAR files: jts.war, ccm.war, qm.war and rm.war (see the UPDATING APPLICATION WAR FILES section) 14. Oracle Outside In Technology fix: DNG604_OutsideIn_8-5-3_Patch_CPU_October_2017.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG section) 15. 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. NEW APAR FIXES IN THIS IFIX 9. ADDITIONAL FIXES INSTRUCTIONS 10. APAR FIXES 11. CLIENT APAR FIXES 12. UPDATING APPLICATION WAR FILES 13. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG 14. KNOWN ISSUES 1. SERVER PATCH INSTRUCTIONS Note: -The CLM server patch file, CLM_server_patch_6.0.4.0-iFix017-CALM604M-I20191108-0556.zip, might contain fixes for either a subset or all of these applications: Jazz Team Server, Rational Team Concert, Rational Quality Manager, Rational DOORS Next Generation, Data Collection Component, Rational Engineering Lifecycle Manager, CLM Server Monitoring. For the list of APARs that were fixed, listed by application, see the APAR FIXES section. -Before you install the server patch file, CLM_server_patch_6.0.4.0-iFix017-CALM604M-I20191108-0556.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.4.0-iFix017-CALM604M-I20191108-0556.zip, into the /server/patch directory. d. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server", "To clear the application cache on WebSphere Liberty Server" and "To clear the application cache on Apache Tomcat" sections in this file. e. Start the CLM server. f. Run repotools- -clean for each application that is installed to clear the repotools cache. Note: This will also display the help output. For instance: - repotools-ccm -clean - repotools-dcc -clean - repotools-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean g. To ensure that the Data Collection Component mapping files are correctly updated, please follow the instructions in the DATA COLLECTION COMPONENT INSTRUCTIONS section below h. Check the ADDITIONAL FIXES INSTRUCTIONS section for additional steps that may be needed for a specific APAR Note: For a distributed CLM deployment, complete the same steps on each server, including the DCC server, if the DCC component exists on a separate machine. To uninstall the server patch: a. Stop the CLM server. b. Back up and then remove the contents of the following directory: /server/patch c. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server", "To clear the application cache on WebSphere Liberty Server" and "To clear the application cache on Apache Tomcat" sections in this file. d. Start the CLM server. e. Run repotools- -clean for each application that is installed. Note: This will also display the help output. For instance: - repotools-ccm -clean - repotools-dcc -clean - repotools-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean To clear the application and class cache on WebSphere Application Server: Remove the contents from these directories under the profile root(e.g. //profiles/), except for the noted help directory: temp, wstemp, workspace. Note: Do not remove this directory, which is required for the CLM local help: temp/{jts_node}/{jts_server}/clmhelp_war. For UNIX platforms, run the following script: /bin/clearClassCache.sh For Windows platforms, run the following script: \bin\clearClassCache.bat To clear the application cache on WebSphere Liberty Server: We have not identified the need to clear any cache in WebSphere Liberty Server To clear the application cache on Apache Tomcat: Remove the contents from these directories under the tomcat root, except for the noted help directory: temp, work. Note: Do not remove this directory, which is required for the CLM local help: /server/tomcat/work/Catalina/localhost/clmhelp. To validate that the server patch was successfully installed or uninstalled: a. After the server starts, open a CLM application. b. Click Help > About the Server. c. In the Build Information section, review the interim fix information to confirm that it is either installed (listed) or uninstalled (not listed). 2. JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS To install the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> NOTE: This will update all applications with war files from the iFixPatch directory specified Option 2: Using the WebSphere Application Server Admin Console a. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the rs_war check box, and click Stop. b. Update the rs_war file: Select the rs_war check box and click Update. c. Select "Replace the entire application," browse to the new rs.war file in the location that you extracted it to, and click Next. d. Follow the Fast Path installation, and accept all of the default values. e. After the update is complete, save the configuration changes when you are prompted to. f. Start the Jazz Reporting Service: Select the rs_war check box and click Start. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the rs.war file in the original Jazz Reporting Service installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the rs.war file in the original Jazz Reporting Service installation. b. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the rs_war check box, and click Stop. c. Update the rs_war file: Select the rs_war check box and click Update. d. Select "Replace the entire application," browse to the rs.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Jazz Reporting Service: Select the rs_war check box and click Start. To install the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Liberty Server: a. Rename the new rs.war file as rs.war.zip. b. Stop the WebSphere Liberty Server for the Jazz Reporting Service. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\rs.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\rs.war.zip \server\liberty\clmServerTemplate\apps\rs.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war f. Place the new rs.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war h. Start the server. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on WebSphere Liberty Server: a. Stop the WebSphere Liberty Server for the Jazz Reporting Service. b. Restore the original rs.war.zip file that was backed up during the installation to the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps c. Delete the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war d. Unzip the original rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\rs.war \server\liberty\clmServerTemplate\apps\rs.war e. Start the server. To install the patch with Jazz Reporting Service (Report Builder) deployed on Apache Tomcat: a. Stop the Apache Tomcat server for the Jazz Reporting Service. b. Back up the following file in case you need to revert the patch: \server\tomcat\webapps\rs.war c. Delete the following file: \server\tomcat\webapps\rs.war d. Delete the following directories: \server\tomcat\webapps\rs \server\tomcat\work\Catalina\localhost\rs e. Place the new rs.war file in the \server\tomcat\webapps directory. f. Start the server. To uninstall the patch with Jazz Reporting Service (Report Builder) deployed on Apache Tomcat server: a. Stop the Apache Tomcat server for the Jazz Reporting Service. b. Restore the original rs.war file that was backed up during the installation to the following directory: \server\tomcat\webapps\ c. Delete the following directories: \server\tomcat\webapps\rs \server\tomcat\work\Catalina\localhost\rs d. Start the server. To verify that the patch was successfully installed: a. After the server starts, open the Jazz Reporting Service home page. b. Click the question mark icon near the upper right. c. Select About Jazz Reporting Service. d. Check that the build ID in the dialog box is JRS_6.0.4-I20191029-0526 3. DATA COLLECTION COMPONENT INSTRUCTIONS Note: The wrapping jar file last changed in iFix001. If you have already deployed this file as part of installing iFix001 or later, you do not have to do these steps again. Installing the wrapping jar file allows DCC ETL jobs to be scheduled from the Insight server. However, It should be noted that installing this on AIX is not supported because Insight does not support AIX. If Insight is not in use please disregard this step To install the wrapping jar patch with Data Collection Component: a. Open the \server\conf\dcc\teamserver.properties file. b. Locate the com.ibm.rational.datacollection.initialized parameter, change its value to false, and save/close the file. For example: com.ibm.rational.datacollection.initialized=false c. Back up com.ibm.rational.datacollection.wrapper_*.jar inside \server\conf\dcc\wrapper\lib directory. d. Delete the existing com.ibm.rational.datacollection.wrapper_*.jar file from this directory. e. Paste the new DCC wrapper jar into this directory. f. Restart the DCC server. 4. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS If this is a new installation, a backup is not needed. Otherwise, be sure you have a backup before you install this interim fix. There has been no change to LQE metadata or index structure since V6.0, so there is no need to migrate your data. For details, see "Backing up and restoring Lifecycle Query Engine": http://www.ibm.com/support/knowledgecenter/SSYMRC_6.0.0/com.ibm.team.jp.lqe2.doc/topics/t_lqe_backup.html. To install the patch with Lifecycle Query Engine or Link Index Provider deployed on a WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> NOTE: This will update all applications with war files from the iFixPatch directory specified Option 2: Using the WebSphere Application Server Admin Console a. Extract the lqe.war or ldx.war file to your local computer or on the Lifecycle Query Engine or Link Index Provider server. b. In the WebSphere Application Server Admin Console, stop the Lifecycle Query Engine or Link Index Provider application: Click Applications > Application Types > WebSphere enterprise applications, select the lqe_war or ldx_war check box, and click Stop. c. Update the lqe_war or ldx_war file: Select the lqe_war or ldx_war check box and click Update. d. Select "Replace the entire application," browse to the new lqe.war or ldx.war file in the location that you extracted it to, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Lifecycle Query Engine or Link Index Provider application: Select the lqe_war or ldx_war check box and click Start. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on a WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the lqe.war or ldx.war file in the original Jazz Reporting Service installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the lqe.war or ldx.war file in the original Lifecycle Query Engine or Link Index Provider installation. b. In the WebSphere Application Server Admin Console, stop the Lifecycle Query Engine or Link Index Provider application: Click Applications > Application Types > WebSphere enterprise applications, select the lqe_war or ldx_war check box, and click Stop. c. Update the lqe_war or ldx_war file: Select the lqe_war or ldx_war check box and click Update. d. Select "Replace the entire application," browse to the lqe.war or ldx.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Lifecycle Query Engine or Link Index Provider application: Select the lqe_war or ldx_war check box and click Start. To install the patch with Lifecycle Query Engine or Link Index Provider deployed on WebSphere Liberty Server: a. Rename the new lqe.war or ldx.war file as lqe.war.zip or ldx.war.zip. b. Stop the WebSphere Liberty Server for the Lifecycle Query Engine or Link Index Provider. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\lqe.war.zip or \server\liberty\servers\clm\apps\ldx.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\lqe.war.zip \server\liberty\clmServerTemplate\apps\lqe.war.zip or \server\liberty\servers\clm\apps\ldx.war.zip \server\liberty\clmServerTemplate\apps\ldx.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war f. Place the new lqe.war.zip or ldx.war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps or \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new lqe.war.zip or ldx.war.zip file into the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war h. Start the server. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on WebSphere Liberty Server: a. Stop the WebSphere Liberty Server for the Lifecycle Query Engine or Link Index Provider. b. Restore the original lqe.war.zip or ldx.war.zip file that was backed up during the installation to the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps or \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps c. Delete the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war d. Unzip the original rs.war.zip file into the following directories: \server\liberty\servers\clm\apps\lqe.war \server\liberty\clmServerTemplate\apps\lqe.war or \server\liberty\servers\clm\apps\ldx.war \server\liberty\clmServerTemplate\apps\ldx.war e. Start the server. To install the patch when the Lifecycle Query Engine or Link Index Provider is deployed on Apache Tomcat: a. Stop the Apache Tomcat server for the Lifecycle Query Engine or Link Index Provider application. b. Back up the following file in case you need to revert the patch: \server\tomcat\webapps\lqe.war or \server\tomcat\webapps\ldx.war c. Delete the following file: \server\tomcat\webapps\lqe.war or \server\tomcat\webapps\ldx.war d. Delete the following directories: \server\tomcat\webapps\lqe or \server\tomcat\webapps\ldx \server\tomcat\work\Catalina\\lqe or \server\tomcat\work\Catalina\\ldx e. Place the new lqe.war or ldx.war file in the \server\tomcat\webapps directory or the \server\tomcat\webapps directory, respectively. f. Start the server. To uninstall the patch with Lifecycle Query Engine or Link Index Provider deployed on an Apache Tomcat server: a. Stop the Apache Tomcat server for the Lifecycle Query Engine or Link Index Provider application. b. Restore the original lqe.war or ldx.war file that was backed up during the installation to the following directory: \server\tomcat\webapps\ or \server\tomcat\webapps\ c. Delete the following directories: \server\tomcat\webapps\lqe or \server\tomcat\webapps\ldx \server\tomcat\work\Catalina\localhost\lqe or \server\tomcat\work\Catalina\localhost\ldx d. Start the server. To verify that the patch was successfully installed: a. After the server starts, open the Lifecycle Query Engine or Link Index Provider home page. b. Verify that the build ID in the upper right matches LQE_6.0.4-I20191001-0401. After installing the patch: a. The Lifecycle Query Engine or Link Index Provider automatically detects whether it is necessary to migrate data from an existing instance. If data migration is necessary, it will automatically start once the Lifecycle Query Engine or Link Index Provider servers have started. b. Reindex the data sources as required. 5. RATIONAL TEAM CONCERT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS To install the client update site: a. Extract the update site file to the computer where the client is installed. b. In the Rational Team Concert client, click Help > Install New Software. c. In the Install window, click Add. d. In the Add Repository window, click Local and navigate to the extracted update site file. The update site root directory contains a site.xml file. e. Select the patches to install. f. If you agree to the terms, accept the license agreement and click Install. g. After the installation is complete, restart the Rational Team Concert client. To update the feature patch, you can install the new version directly over an old patch. You do not have to uninstall the old patch. To uninstall the client update site: a. In the Rational Team Concert client, click Help > About Rational Team Concert > Installation Details. b. Select the patches to uninstall and click Uninstall. c. After the uninstall process is complete, restart the Rational Team Concert client. WARNING: -The update site does not work with Rational Team Concert Client for Eclipse 3.6 that was installed by using IBM Installation Manager. Alternatively, you can use the Rational Team Concert Client for Eclipse 3.6 .zip installation, or you can use IBM Installation Manager to install the Rational Team Concert Client for Eclipse 4.2. -If you run the uninstall process on a Rational Team Concert client that was installed by using a .zip file, the feature patch will be removed along with the original feature. Removing the patch breaks the functionality of the affected feature. For a client that was installed by using a .zip file, reinstall the features by downloading the Rational Team Concert p2 repository from Jazz.net, and use the same installation steps with the following exception. For step d, click Archive and select the p2 repository .zip file and install the Rational Team Concert feature. This step removes the patched plug-ins and replaces the missing features with the original versions of the feature from the p2 repository. -If you run the uninstall process on a Rational Team Concert client that was installed by using the p2 repository, to remove the patch, you must uninstall the entire Rational Team Concert p2 feature and then reinstall the entire Rational Team Concert feature through the p2 repository. 6. RATIONAL TEAM CONCERT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS For 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. NEW APAR FIXES IN THIS IFIX +-- Rational DOORS Next Generation [APAR PH03751] [Filter not displayed correctly in grid view, refresh required for filter to take effect] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/132200] [APAR PH08346] [Component Template page times out loading large templates] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/132448] +-- Jazz Reporting Service +-- Lifecycle Query Engine +-- Rational Quality Manager [APAR PH09678] [OutOfMemoryError when generating a test plan PDF comprehensive report.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/182932] +-- Rational Engineering Lifecycle Manager +-- Rational Team Concert +-- Jazz Foundation +-- Data Collection Component 9. ADDITIONAL FIXES INSTRUCTIONS +-- Product Rational DOORS Next Generation Fixed in release 6.0.5: [APAR PI78364] [Project creation fails from /rm/admin -> Create Project Area] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115134] This defect requires additional steps to apply: Creating DNG projects via the Admin page may result in a race condition causing the project initialization process to fail. Attempting to access such a project will result in the web UI displaying "Loading Artifacts..." indefinitely. If projects need to be created in this manner, the ProjectCreationDelay advanced property should be used. The value is specified in milliseconds and a value of 10000 (10 seconds) is recommended. However this value may need to be adjusted based on the particular environment. ---- [APAR PI82710] [Address several issues to be able to repair TRS data in a single project/component/configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/114894] This defect requires additional steps to apply: The RM advanced property "GETs delete TRS 2.0 resources from archived components" is new and true. Its value causes the versioned resources from archived components to be automatically retrieved from the TRS feed if accessed. In order to disable this behavior (which will result in the versioned resources from archived components being skipped by the TRS consumers like LQE), set "GETs delete TRS 2.0 resources from archived components" to false (no restart required). ---- [APAR PI85207] [Unable to get content from the RDNG Reportable REST API] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116900] This defect requires additional steps to apply: In order to have a document use XHTML as the default namespace it is necessary to set the advanced property RDMSetDefaultNamespaceToXHtml. By default, this behavior is disabled. Please note that the primary text may not pass an XML schema validation as it is not 100% xhtml compliant. For example, header H1 may contain
elements which is not valid per xhtml. ---- +-- Product Jazz Reporting Service Fixed in release 6.0.5: [APAR PI81120] [When export Chart into PNG format, the quality is very poor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421964] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82628] ['Current User' gives 0 results is username contains @] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430371] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [CRRGW5301E An error occurred when obtaining the raw results from the data source -- after adding highlight rule with value to match or ""] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431206] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Cannot use date picker when language set to french locale] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440602] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Changing the filter in a JRS dashboard widget does not return the correct results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/436974] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Choose a Component Filter is empty in JRS - LQE Using Configurations datasource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451426] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Configuration or components with "/" not displayed properly in config picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445357] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Configuration picker no longer filters configs used by user] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444247] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Configurations are not loading for JRS report on trace relationships (QM-DNG) using lqe using configurations datasource in PLN+1 node] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/442754] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Duplicate Optional statements generated in SPARQL queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421959] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Links broken in Exported Reports in PDF, HTML or Word Format.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422946] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [NPE Export JRS report to Word PDF etc is not working - gives 400 error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449659] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Perform automatic TDB database backups] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434936] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Report Builder Custom trends reports no longer show the Change Date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431003] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Report Builder UI: "6.0.3" instances need to be reworked; incorrect URL to jazz.net article] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424761] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Report Builder's Jena TDB should use transactions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423949] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Report Builder: LQE historical work item totals are incorrect when selecting Requirements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/426990] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Widget Catalog does not show private-published reports for owner on different JTS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424605] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [missing columns when there are multiple traceability paths and calculated columns] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447930] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI83236] [Report builder exposes always blank field Work Item Closed Date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446001] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI83419] [Characters encoded in LQE report data when exported to Excel, pdf, etc] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438269] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI83481] [Cannot use date picker when language set to sv-se] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427319] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI83776] [Dynamic filter dialog (LQE config) takes too long to load on IE 11] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430169] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI83786] [User search results are not updated using LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/437132] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI84089] [JRS query results in RM not properly scoped when 'use current configuration' is selected and current config is a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/429790] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI84631] [Test Case optional relationship to Test Suite acting like a required relationship (DW only)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/432037] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI85249] [Report Builder LQE data source conditions on boolean should allow filtering on not set values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/433759] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI85970] [Report Builder does not handle attribute enumerations which differ in case across projects] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435077] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI85982] [Custom colors in graphs are lost when you change the 'Default visualization' setting in JRS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435071] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI86085] [Some public reports are getting randomly modified] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435917] This defect requires additional steps to apply: After applying the fix, existing reports that use test categories will continue to produce correct data. But once edited, conditions and columns that use test categories will need to be recreated. ---- [APAR PI86418] [Traceability report with cross project optional linking does not work as expected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445362] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI86615] [SQL Server Error when setting up JRS Report for RTC data attribute YEAR] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/436921] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI87402] [Incorrect generated SQL when using two similar custom expressions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/439951] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI87516] [Custom order of the bars in a graph are not preserved.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438038] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI87796] [report builder generates incomplete unassigned filter on advanced SQL queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440251] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI87883] [Report builder does not persist: List all projects when reporting on configurations themselves] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434942] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI87957] [JAS Authentication should get Email from the JTS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/442790] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI88196] [Cannot edit report in IE 11, spins forever] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/441133] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI88363] [Colors of the bar graph are getting set automatically] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443073] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI88824] [A '/' in a Test Plan name causes parsing problems in condition UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445175] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI88997] [Report builder could leak Database connections in case of unstable db connections] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445054] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI89300] [Sorting the order of the bars in a graph are getting reset to default automatically] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445352] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- Fixed in release 6.0.6: [APAR PH01313] [JRS Report Throws Error on CCM Dashboard] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464251] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [In the RB config picker hide personal streams from other users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446557] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [No results found in a report that shows requirements tracked by work items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449895] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [RELM view throwing 400 Bad Request and JRS raising NullPointerException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458907] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Report Builder SqlUtils.simpleSqlExecute leaks connections] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454589] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Reversible links broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447604] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [jrs - lqe - reporting on an attribute it shouldn't be] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460039] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI84784] [Charts grouped by a date attribute do not display proper counts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447283] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI87778] [Filter for users (e.g. Owner, Creator) does not support all users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447546] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI89125] [JRS Daemon threads keep running in WAS when rs_war is restarted but WAS is not] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446759] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI89896] [Changing JRS graph type has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447893] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI89951] [CRRGW5301E when highlighting a blank text in a report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449004] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90012] [Switching to run report and back does not preserve graph parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447149] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90054] [Metadata for private reports is accessible for non-owners] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458229] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90095] ['<' is sometimes stripped when exporting to Excel with LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446919] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90220] [Active Report Builder JDBC connections in connection pool get leaked if connection pool passes the maximum number of connections.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446908] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90306] [comma separated value list in dynamic filters should surround OR clause with parentheses.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447606] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90379] [Make defaults for all time columns be in minutes instead of milliseconds] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449005] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90403] [Report shows error 400 when colorizing cells] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447488] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90432] [JRS- RB - 401 Unauthorized Error is given attempting to build a report (requires server restart to get past error or logout) - user has valid license, PA permissions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447158] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI90915] [Running a SPARQL query with rdfs:label|dcterms:title in a config does not work correctly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449002] 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/449806] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI91037] [RB LQE "No set value" condition does not work on RM attributes with external URI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448328] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI91559] [Report doesn't show data after opening the filter dialog if there's a filter containing "<" (lesser than) and ">" (greater than) characters.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449193] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI91648] [JRS widget issue when open in a new window] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451061] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI92680] [LQE queries with optional relationships run slow] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450553] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI92923] [Using date filter on advanced SQL report results in CRRGW5503E An unexpected response was received from the data source: ORA-01858] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/456142] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI93235] [Filtering does not behave properly when there is an "is not" filter on components in a report against configurations.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453472] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI93296] [Report builder items contributed though optional relationships are not checked for soft deleted.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451851] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI93775] [Need ability to set configuration during graph/table preview] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453349] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI94077] [Nested condition falls out of the block] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454376] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI94386] [Explore page will not load if a report exists with a missing query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451776] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI94543] [Cannot create merged traceability path with 3+ resources on DW] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454108] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI94908] [Cannot set condition for custom date attribute on requirement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461695] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI94970] [Report Builder view report alignment goes off on different zoom percentages of the browser] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458364] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI95359] [Column grouping lost in advanced mode] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458127] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI95677] [LQE trend reports omit the last day of the time range] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455510] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI95790] ['No Set value' in graph cannot be customized in Report Builder for JRS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455725] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI95956] [Cannot filter on users in LQE on some systems with thousands of users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458264] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI95963] [JRS report pulling workitems whose condition is to exclude related records.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455837] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI96852] [Not able to export a JRS pie chart as a .png file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457666] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI97374] [Provide an easier mechanism to not validate complex SQL expressions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458425] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI97509] [LQE/DNG/RQM: Report subtotals show as NaN%] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458559] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI97792] [JRS report is one day off] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459015] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- Fixed in release 6.0.6.1: [APAR PH11003] [No success message displayed on saving a report def in IE. Flashes away in other browser] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/480227] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [Fix NPE in ModelContextBuilderExtender] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466678] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- Fixed in release 7.0: [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/463472] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH09694] [Cannot build report using RM type whose name contains MAX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/479383] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI82710] [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/460065] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- +-- Product Lifecycle Query Engine Fixed in release 6.0.5: [APAR PI82190] [LQE sometimes does not run date jobs until the next server restart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423245] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82209] [Backups and compactions can run simultaneously if delayed by indexing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424763] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82211] [Backup hangs in incomplete state if indexer is in illegal state when backup is done] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424718] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Base indexing may hang when processing pipeline is full] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438432] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [ClassCastException when processing a TRS Updates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463862] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PI82710] [Compaction size check is incomplete.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444494] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Component artifacts do not get removed in the configuration cache used for sparql queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431140] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [LQE should not update skipped counts when processing every resource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/439648] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Patched configuration artifacts do not get updated in scoping cache used for sparql queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427955] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Rogue query monitor not running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454381] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [TDB NodeId Caches must be refreshed after running compaction] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438263] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82815] [Two users same Email should be added to same user group] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/425158] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI83415] [Add validity shape and vocabulary to LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427236] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI83600] [Access context groups get out of sync] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427368] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI85288] [Investigate and fix as necessary the number of health metrics notification events when a notification fails] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449183] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI89893] [Compactions appear to cause data sources to be unresponsive and frozen starting 1 min prior to the compaction schedule] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/441595] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI91219] [Not all Global configurations listed in Configuration List] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448675] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI91741] [Backup does not correctly confirm that indexer is shutdown before beginning] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449326] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- Fixed in release 6.0.6: [APAR PI82710] [Change log updates incorrectly decreases the total number of resources] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459910] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Continue investigating etag issue] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454408] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [During a compaction, skip compacting the history partition.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452310] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Invalid Updates showing up in the wrong data source status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458665] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [LQE historical metrics might be creating too much data -- maybe, test case dimensions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451897] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Queries on configurations with slashes in their names fail with Error 404] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446913] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Remove duplicate delete sql calls for non-selection deletion change events] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453948] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Reverse changelog optimization change from LQE is missing patch events in a change log segment when there are multiple events for the same resource (452825)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455734] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Terminate a rogue query in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457298] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI90989] [LQE TestCaseResultTotals should also measure the total current test results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447897] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI91937] [LQE is missing patch events in a change log segment when there are multiple events for the same resource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453194] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI97272] [All trs patches should be part of TRS status, not just configuration patches.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457979] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PI97272] [Rejected patches should be part of TRS status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455514] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- Fixed in release 6.0.6.1: [APAR PI82710] [Additional LQE logging of TRS parsing and processing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468689] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [Memory Leak when indexing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468339] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- Fixed in release 7.0: [APAR PI82710] [Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460326] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI82710] [SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463845] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE INSTRUCTIONS section ---- [APAR PI82710] [Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460049] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PI98858] [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/460776] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- +-- Product Rational Team Concert Fixed in release 6.0.5: [APAR PI61751] [Update the license jars for CALM to avoid MD5] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450766] This defect requires additional steps to apply: Unzip the Licenses.zip file to a temporary directory. The patchInternalCALs.zip must be copied into the same patch directory as the iFix patch. The server then must be restarted. To update the Doors Next Generation licenses, replace the following files with the those provided in the Licenses.zip archive: DNG_INSTALL_ROOT/server/conf/rm/RMAPP_Internal.jar DNG_INSTALL_ROOT/server/conf/rm/RM_Data_Collector_Unlocked.jar DNG_INSTALL_ROOT/server/conf/rm/TRS_Consumer_Internal.jar The DNG server must also be restarted after these files are replaced. ---- [APAR PI81523] [Work Item Statistics Widget shows "Rejected" state instead of "Approved"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/428900] This defect requires additional steps to apply: The fix for this issue updates the template for the formal project area. The templates must be redeployed to see the fix, which will only change future project areas created. To fix existing project areas, a work around for the problem would be to manually apply the fix to projects areas that use the affected workflows (Milestone and Business Need) to remove states and add new states. The fix is to create the new states with unique state IDs, add transitions from the old states to the new states, do a bulk change to change the old states to the new states, then remove the old states. Use care. See https://jazz.net/library/article/1002#workflows ---- [APAR PI86945] [Exclude option "All except business safe work types." excludes all work types] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450770] This defect requires additional steps to apply: To enable exclude expressions in plans: 1. Re-deploy the process templates. New projects will get the change. 2. Change existing project areas: 2a. In the Process Configuration Source, add the parameter line [] (without brackets) after the line [ Create Project Area] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115134] [APAR PI79029] [Initial attribute values and preferred module content is removed when importing ReqIF] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115921] [APAR PI80014] [Deletion of ReqIF Files fails with 404 Not Found CRRRW7552E The specified artifact cannot be found in the global configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117922] [APAR PI80146, PI82415] [A warning message is not always presented to the user indicating that children of a module artifact are being deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115131] [APAR PI80290] [View filter query for Link Type "exist" & Artifact Type "is any of" either never ends or returns incorrect information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115186] [APAR PI80308] [Handle tabs characters when importing migration packages from DOORS9] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120395] [APAR PI80461] [Asynchronous execution while deleting multiple module artifacts performs poorly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119518] [APAR PI80674] [Artifact in module automatically enters in edit mode, after collapsing/expanding its parent heading or after refreshing the module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115130] [APAR PI80805] [Navigating to an artifact, the project dashboard and the reports page clears the type system cache] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119802] [APAR PI81043] [Suspicion - suspicion label not showing in link columns for cross project links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116167] [APAR PI81227] [Embedded image into artifact does not show the correct linking image] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124835] [APAR PI81447] [There is no other way to fix VDI010s without a costly TRS rebase + LQE reindex] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/114766] [APAR PI81492] [Expanding Where Used section in artifact editor throws CRRRW7335E The server operation to read the related artifacts failed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120396] [APAR PI81493] [Unable to modify artifact in a module when workflow is set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116261] [APAR PI81496] [Incorrect error message shows after opening a link from the hover over menu in Recent Changes widget] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116579] [APAR PI81646] [DownStreamAuthDeniedException when requesting service provider to DOORS 9] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/114910] [APAR PI81797] [Review report fails when generating from GC context] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120398] [APAR PI82072] [Clicking the refresh button on pages where the Configuration Context Banner Button is displayed doesn't refresh the current configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115980] [APAR PI82120] [Multiple Threads hung in stack pointing to com.ibm.rdm.fronting.server.rrs.views.execution.types.PropertyClassification] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115116] [APAR PI82372] [Creating component template includes unexpected artifact templates] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120399] [APAR PI82478] [NullPointerException while creating project area from template] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116159] [APAR PI82710, PI91930] [reqif - duplicate Foreign* attributes after return to separate streams] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115265] [APAR PI82710] [Address several issues to be able to repair TRS data in a single project/component/configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/114894] [APAR PI82710] [Browser refresh on artifact in review doesn't load] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122496] [APAR PI82710] [Changing dropdown to/from Stream/Baseline doesn't always work properly when switching contexts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115098] [APAR PI82710] [DNG oslc query incompatible with Lyo] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115236] [APAR PI82710] [Enumerated data values with html characters (e.g., &, <, >) are not displaying when editing the value in the grid] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115100] [APAR PI82710] [FGC migration fails upon unretrievable lock graphs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116550] [APAR PI82710] [Filter - Attribute is unassigned is bringing up all artefacts, even if they don't have the attribute in question.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115778] [APAR PI82710] [Improve the interaction between DNGRT and DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116234] [APAR PI82710] [Links/Views exclusion from parallel Import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119190] [APAR PI82710] [Module scroll position jumps unexpectedly when dragging the scrollbar thumb] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115459] [APAR PI82710] [OSLC query takes more than 30 min to run] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117041] [APAR PI82710] [Open link in new tab for Participant's Review no longer opens artifact in review context] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115099] [APAR PI82710] [Opt-in projects data can be loaded by the ETL through the deleted links page data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/114753] [APAR PI82710] [Primary text not editable in module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115088] [APAR PI82710] [RM Upgrade from 6.0.3 to 6.0.4 fails with error CRJAZ0683I An error occurred during the post-import handler for the "com.ibm.team.process" namespace.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115723] [APAR PI82710] [RM.Data.Module.createArtifact only creates Text format artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115413] [APAR PI82710] [Repairing the incorrect TRS binding urls is very slow and counterproductive] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115900] [APAR PI82710] [ReqIF - embedded hyperlinks (without traceability link) are broken on round-trip] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115104] [APAR PI82710] [ReqIF attribute definition reuse doesn't occur over successive imports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115089] [APAR PI82710] [ReqIF operation semaphores should be capable of being released, independently of ReqIF import or export.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115284] [APAR PI82710] [Revert workaround for Timeout errors when trying to load a large module"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115518] [APAR PI82710] [Save Selection As New Artifact and Insert/Link no longer working] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115386] [APAR PI82710] [Saving a view is clearing the filtered matches] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115139] [APAR PI82710] [TRS incremental rebase should keep events from last seven days in the Change Log] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117287] [APAR PI82710] [The type system query that finds type info in a configuration is slow] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115673] [APAR PI82710] [Views: The Modified By condition is broken when in a saved view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115090] [APAR PI82710] [delivery - toggling the checkboxes on artifact conflicts can cause 410 errors] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115105] [APAR PI82710] [rm/web is extremely slow in loading project areas at which time user sees only a blank page or with " loading " status] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115476] [APAR PI82710] [rm_scrollMod_ScrollDown_TARGET1_testCaseExecutionScripts has regressed by 83% in DNG 6.0.4 compared to 6.0.3GA] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115137] [APAR PI82747] [Changes to a module which has been deleted in the target configuration prevent delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/127300] [APAR PI82855] [Migration of tables from DOORS to DNG causes types to un-deleteable] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115443] [APAR PI82856] [Audit History unable to load when an entry from vvcrevisions returns 404 (Not Found) response] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120397] [APAR PI82988] [Artifact compact rendering fails when Artifact Type has been deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116160] [APAR PI83555] [Duplicated version entries requesting History of an artifact cause the GUI not to be displayed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116158] [APAR PI83651] [Copy and paste artifacts including links is not working with cross component links in a GC configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115872] [APAR PI83757] [ReqIF should prevent a user from setting an attribute to allow only one value when there are already artifacts with multiples] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117318] [APAR PI83780] [DWA/DOORS - OSLC query request gives always 401 error even though user has already logged in] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115870] [APAR PI83782] [Import component properties does not allocate fresh actionId to certain artifact types] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115966] [APAR PI83795] [Upgrade to 6.0.3+ from early 4.x releases fails due to missing Lock graphData resource] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116060] [APAR PI83913] [Large number of link constraints can cause significant performance issue when loading modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116279] [APAR PI83931] [TypeCacheLoader overhead when using implicit GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116162] [APAR PI84009] [ReqIf User-typed Foreign* attributes on older systems cause imports to fail] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116164] [APAR PI84159] [LinkConstraintsCache.getConstrainedLinkTypePreferencesForProject is failing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116163] [APAR PI84182] [Duplicate module bindings in LQE-based JRS reports caused by invalid/missing RRSEvents raised upon binding modifications] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119742] [APAR PI84206] [Cannot copy links after cloning a component in a GC context] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116166] [APAR PI84303] [Multiple updates to a Glossary Term in a Changeset cause the Glossary term to be unsearchable.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116171] [APAR PI84356] [XLS/CSV export file is not properly generated when cells contain data larger than 32KB] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116449] [APAR PI84725] [Module refresh moves focus to the top, causing users to lose current position] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116851] [APAR PI84755] [Pencil context menu in the grid view does not populate in environments with an IHS proxy enabled] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116310] [APAR PI84776] [Searching by Module ID in the Create Link dialog performs poorly in projects with many modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120400] [APAR PI84899] [Using IE11 the drag and drop functionality to create Artifact Links between Modules invokes the Paste special menu instead of creating the link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116577] [APAR PI84927] [versionedResource URIs for module bindings from Link Validity are incorrect] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117106] [APAR PI84945] [Change artifact type using "Set as Heading or content" does not refresh on the grid and subsequent create artifact has wrong Artifact type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116852] [APAR PI84996, PI84774] [Module view queries involving Link Type does not exist performs poorly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116509] [APAR PI84999] [Unable to modify artifact name when workflow is set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116855] [APAR PI85097] [IE11 dragging by scrollbar can leave blank pages] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116536] [APAR PI85173] [NPE in ComponentProjectUris on DESCRIBE of resource containing bad jfs:resourceContext references] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117539] [APAR PI85207] [Unable to get content from the RDNG Reportable REST API] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116900] [APAR PI85242] [Tagging or un-tagging artifacts migrated from previous 4.x releases fails due to missing process area data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120401] [APAR PI85438] [User selects Audit History of module and is met with 500 server Error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116848] [APAR PI85568] [CSV Import Error when updating an Artifact with an Attribute previously deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117421] [APAR PI85583] [Artifact cannot be pasted if it is linked and the user does not have access to the link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118844] [APAR PI85607] [CALM filter does not do proper matching for link target URIs with omitted port number] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116871] [APAR PI85659] [Link titles display double-encoded characters when user cannot access linked resource] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/116985] [APAR PI85723] [The wrong stream is loaded when navigating between different components] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117070] [APAR PI85856] [CSV export does not add the double quote to attributes containing only a single comma] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120402] [APAR PI85884] [ReqIF: Import to 6.0.4+ from DNG 6.0.1 - module Content Folder is set to folder containing the module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117750] [APAR PI85889] [Unable to modify any of the artifact attributes in the overview section when workflow is set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120403] [APAR PI85996] [Requirements added to a DNG view next day after linking to a RQM Test Plan do now show up in BIRT report "Plan Requirements Coverage Detail"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117519] [APAR PI86094] [Dominant source attribute delivery policy not working for multi value attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117319] [APAR PI86130] [Applying a filter in a module to show artifacts locked by users can results in a long running query causing DNG to hang.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117272] [APAR PI86205] [View filter contains incorrect results when filter ends in ( or :] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120404] [APAR PI86268] [ReqIF import fails to import packages with Integer DataTypes whose max and min limits are outwith signed 32bit limits.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117257] [APAR PI86273] [When merging a stream from a global configuration baseline to a local configuration, we see inconsistent behavior when access links versus hover information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117399] [APAR PI86291] [MultiRequest PUT on a Binding will cause Module Corruption when the PUT fails due to 412.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117745] [APAR PI86582] [An attribute value set to 1 single comma is exported in XLS and XLSX files as an empty field] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120405] [APAR PI86722] [Validity is not flagged suspect when new file is uploaded] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117821] [APAR PI86814] [Artifact cannot be edited neither saved after skipping DOORS9 login] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117773] [APAR PI86885] [Email from review does not contain link to the review in the proper configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117672] [APAR PI87044] [Inconsistent behavior of collapsed artifacts after refresh in DNG Module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119682] [APAR PI87078] [Links explorer does not work (6.0.4 iFix003)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117964] [APAR PI87154] [Filter by Artifact ID returns wrong results, in a module view, when RDF URI is defined for the artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118012] [APAR PI87170] [DNG 6.0.4: Comments not correctly imported from Word document, every second line is missing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117949] [APAR PI87321] [When a link has custom url, the code that translates to a internal representation makes this field to be skipped in the final query during the rowql - sparql conversion logic.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117895] [APAR PI87333] [Performance problem when user clicks the Permissions link in the Manage This Project Area page - investigate uncached permissions loading] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118248] [APAR PI87345] [When the user is member of a team area only, he can't create links from multiple artifacts owned by his team area. The workaround is to create the links one at a time.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120406] [APAR PI87420] [Modules should better maintain position when changing views] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117885] [APAR PI87624] [Unable to resize tables] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118223] [APAR PI87689] [View queries perform significantly worse when Used in Modules column is enabled] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118647] [APAR PI87763] [Publish requesting for coverpage is not working on GC Enabled projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118077] [APAR PI87849] [ReqIf doesn't properly cater for wrapped resource objects during update into a separate, parallel stream] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118272] [APAR PI87856] [When accepting changes between streams, approved change set that is dependent on an unapproved change set is displayed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120407] [APAR PI87976] [ReqIF Import allows artifacts to get created with string representations of Boolean data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120408] [APAR PI88084] [Bad projects should not abort the full rebase] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118263] [APAR PI88132] [Requirements view from the DNG Dashboard doesnt display artifacts after refresh] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118237] [APAR PI88609] [Right click menu does not work in a Baseline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118699] [APAR PI88637] [There are multiple Artifact Types listed for the Project Area in the Edit Filter window in a View for JazzUsers user] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119051] [APAR PI89157, PI96083] [Error 400 Bad Request is given attempting to View Requirements from within QM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118886] [APAR PI89220] [Switching dashboard tab can also switch to a different configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118946] [APAR PI89328] [Tracked application status should not be updated when suspect indexing is suspended] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120409] [APAR PI90104, PI91234] [Unable to create traceability link for hyperlinks when inline editing artifacts in a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119993] [APAR PI90117] [Well-known types which have been updated by migration cannot be cached, rendering type system unusable] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119419] [APAR PI90324] [Filtering on attribute values in "Create filter" dialog does not work] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119652] [APAR PI90367] [Server attempts to resolve default project configuration when working in non-original components] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119535] [APAR PI90632] [ReqIF import: artifact types with RDF URIs are not updated] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119603] [APAR PI91546] [xls roundtrip - comparison wizard overwrites text with an embedded artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120021] [APAR PI91669] [Link constraints can't be updated if a GC is selected as the current configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120078] [APAR PI91916] [Module resources are skipped because of NPEs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120122] [APAR PI92125] [When entering a new enumerated data type value, enter key is not saving the value] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/115103] [APAR PI92542] [Importing component properties with a description change throws a 400] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120453] [APAR PI92608] [trs2 does not report link deletion when deleting a module artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120470] [APAR PI93030] [trs2 does not detect link creation when a module artifacts is Copy/Pasted in a module ( Also fails when duplicating a module )] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120691] [APAR PI93037] [After clone, User can't view existing References links in the new component.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120690] [APAR PI93519] [Add new link in a module after link explorer - dialog not responding] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120988] [APAR PI93657] [cannot create cross project links to a baseline in a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121096] [APAR PI93905] [navigating to rm/web is throwing up a "TypeError: n is null" error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121136] [APAR PI94629] [links - deleting an artifact created through copy and paste special with links can leave a broken link behind] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121466] [APAR PI94882] [GC Rich hover: oslc link direction labels are wrong] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121605] [APAR PI96455] [uploaded new version of embedded file does not preview correctly after upload] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122324] [APAR PI97150] [Unable to paste table into module artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122681] Fixed in release 6.0.6: [APAR PH12311] [Rich hover for embedded artifacts not working in grid or modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/130752] [APAR PI74386] [Can not export artifact that exceeds the limit for a cell in excel] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121969] [APAR PI82710] [ETL: Not using descending order when querying for the artifact changes can lead to data loss] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121350] [APAR PI82710] [Method signature can cause NoSuchMethod exceptions in ifixes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122183] [APAR PI82710] [The ETL could miss data if multiple ETL clients access the reporting services and RDMPublishUseProjectModificationsCache is set to true] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122027] [APAR PI82710] [Unauthorized failure retrieving artifact with external links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123088] [APAR PI82710] [When editing module content, unnecessary divs are continually added to the artifact content] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120015] [APAR PI86603] [Bad performance of SPARQL query for view filters containing "linked artifact type is not"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/117532] [APAR PI87434] [Editing attributes for multiple artifacts in module takes long to save] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120511] [APAR PI89221] [Share link to artifacts within a Change Set shows the link to the stream instead of the link to the Change set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/118945] [APAR PI89298] [In a Global Configuration Term title updates are not reflected in the lookup Term dialog using a common Term component.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119036] [APAR PI89337] [Artifact replicated using the 'Extract Requirements from Artifact' option] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122224] [APAR PI89532] [View with filter on multiple types catches wrong types] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119042] [APAR PI89793] [changeSetIds is null or empty error msg when comparing streams when change sets are required] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120410] [APAR PI89880] [Cannot export artifacts with no traceability links into XLS/XLSX] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119229] [APAR PI89889] [Performance issue - creating change set when displaying folder hierarchy] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120412] [APAR PI89895] ["Error 403 Forbidden" pasting or duplicating artifact in a module, or duplicating modules with 604ifix04] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120084] [APAR PI89916] [[ReqIF-Migration] DNG migration from DOORS9 should not attempt to create a link unless both link endpoints are present.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120049] [APAR PI89975] [It is not possible to filter by boolean attributes, when they were updated through importing a CSV/Excel file] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119573] [APAR PI90214] [When linking to artifacts from external applications (DM, CCM and QM) to DNG it fails with Error 400: Bad Request when you filter by "where used"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119534] [APAR PI90392] [Artifact created by CSV import without Primary Text column cannot have its Primary Text updated by subsequent CSV import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120007] [APAR PI90557] [RM.Data.setAttributes fails if an attribute of type User is included] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119604] [APAR PI90559] [Artifacts does not render correctly in module view. Seems to be missing line feeds] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120135] [APAR PI90649] [Corrupt link when following a "Link To" HTTP link from an OSLC rich over.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119996] [APAR PI90803] [DNG delegated UI is not applying views during selection.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120785] [APAR PI90907] [DNG 6.0.4 Problem highlighting multiple lines using shift and down Cursor key when editing using the Artifact content column in grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123331] [APAR PI91096] [Custom attributes of artifacts missing from the report when a GC is used] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119801] [APAR PI91204] [Bulk edit of attributes not working with a State attribute] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120013] [APAR PI91230] [Unable to modify artifacts associated to DOORS Project area via DWA] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119992] [APAR PI91274] [Audit history stuck "loading" if more than 25 baselines were created after the last revision] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120005] [APAR PI91451] [Thumbnails in revision history become inaccessible if more than 25 of them are in a section] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120006] [APAR PI91465] [Extract requirements from artifact does not create links to source if they are matched by keyword or delimiter] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120308] [APAR PI91562] [server becomes unresponsive when modifying 1000 artifacts through view edit attribute path] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120014] [APAR PI91611] [DOORS tables exported to DNG via ReqIF can have badly formatted and thus unreadable xHTML table representation] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120071] [APAR PI91764] [Type system feed change result in global lock instead of a project/component level lock] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120081] [APAR PI91787] [DNG API does not accept all parameters and already existing URIs are failing as "Request found invalid parameter"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121025] [APAR PI91914] [Not able to change the artifact type of multiple artifacts at once via the "Set as Heading or Content" option when a work flow is associated] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121278] [APAR PI92177] [RM.Data.setAttributes fails for multivalued User fields] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120229] [APAR PI92413] [An OSLC PUT operation removes workflow information from the requirement] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120937] [APAR PI92431] [Performance: Compact rendering is requesting Discovered links twice.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120335] [APAR PI92478] [Requirements View widget not using "Current Component"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121176] [APAR PI92573] [In some cases, malformed URLs can be published to the TRS changelog breaking LQE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120451] [APAR PI93175] [Well-known types are getting mapped across components, corrupting well-known type URI cache] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120957] [APAR PI93210] [Migrating from a 4.* or 5.* release to 6.* can result in module artifact history having change events from other artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121017] [APAR PI93364] [Some delete events might be missed by the ETL due to race conditions] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/120828] [APAR PI93689] [Object HTMLDivElement displayed when editing attributes for an artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121325] [APAR PI93706] [Generate report does not include links to Derives Architecture Elements.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121557] [APAR PI93711] [An incorrect version of an artifact is opened if edited in the module.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121762] [APAR PI93794] [The data types are not properly unselected for non-default configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121063] [APAR PI93868] [Imported tables that contain empty rows and columns appear shrunken in DNG unless the user double clicks on them] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121318] [APAR PI93958] [DNG duplicating string attributes with brackets in the name on every subsequent migration package containing this attribute] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121188] [APAR PI94268] ["Where Used" Pane does not show all the entries if the count exceeds 15] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121562] [APAR PI94288] [DNG does not show the links column correctly in Suspicion link column] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121560] [APAR PI94431] [If a excel import fails for one or the other reason artifacts gets locked] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122008] [APAR PI94444] [Some broad text searches may result in general performance and stability issues for DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121423] [APAR PI94556] [Link By Attribute for Module to Module Links Fails on imported artifacts by CSV] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121539] [APAR PI94679] [Export artifact with hyphen in the title results in single quote before the hyphen] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121651] [APAR PI94765] [Error occurs when trying to import artifacts into a team-owned folder] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122131] [APAR PI94983] [Shared links to Collection views open/load the wrong view content] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122035] [APAR PI95075] [Performance :When discovering links, OSLC Project services documents are obtained from remote server on every requests. This used to be cached.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121708] [APAR PI95103] [Account for artifacts and folders with no parent folder during orphan repair process] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121760] [APAR PI95209] [Review reports are not showing artifact comments in opt-in project] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122003] [APAR PI95276] [DNG Export View feature for XLS/XLSX creates 0 KB files (empty) for artifacts imported from ReqIf] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/121852] [APAR PI95351] [404 error accessing review links sent via email from DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122220] [APAR PI95778] [Migration: DNG imports an object-level / module-level attribute as 2 duplicate attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122422] [APAR PI95838] [When deleting a module, the UI will sometimes not display the pop-up asking if I would like to delete the unbound artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122147] [APAR PI95913] [Link By Attribute might remove all links of the specified link type if the query for artifacts timeouts ( Resulting in 0 artifacts )] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122208] [APAR PI95993] [Can't open review if its GC configuration is archived] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123016] [APAR PI96127] [Migration fails due to missing commentsfeed storage data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122305] [APAR PI96167] [DNG allows to add bad URL as hyperlink] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122468] [APAR PI96263] [Updates to DOORS table processing for ReqIF have broken the processing of line breaks within cells.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122245] [APAR PI96361] [Self-host RM OOM 2017-10-19] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122298] [APAR PI96419] [TRS maintenance: Type system rename commands do not refresh the affected shapes in the TRS feed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122314] [APAR PI96551] [Unable to edit Primary Text field in row edit] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122658] [APAR PI96737] [FetchSystemAttributes is being loaded too often when switching between projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122463] [APAR PI96738] [The "All Projects" page is leaking memory] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122446] [APAR PI96916] [QuickSearch - performance issue with a large number of projects, content panes needlessly being created] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122505] [APAR PI96960, PI92528, PI92530, PI89341] [Various fixes related to project/root folder name when using components] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/130670] [APAR PI97116] [AttributeDefinitionString uses DatatypeDefinitionXHTML] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122650] [APAR PI97130] [Unnecessary FetchSystemAttributes triggered on initial load] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122700] [APAR PI97156] [When removing an artifact from a module, the confirmation dialog is slow to appear (artifact template query issue)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122666] [APAR PI97337] [Create folder and rename folder dialog is not closed in latest chrome] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122730] [APAR PI97354] [The "All Projects" page is creating an instance of ComponentListingSection for every project, which leads to low performance and high memory consumption] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/122748] [APAR PI97487] [can't load /rm/admin#action=com.ibm.rdm.fronting.server.web.debug with Chrome] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124474] [APAR PI97580] [Publish API with history=true fails with auth error if there's a link to QM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123005] [APAR PI98180] [LQE CRLQE0334E Data source TRS 2.0 for DNG Resources provided an invalid TRS] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123258] Fixed in release 6.0.6.1: [APAR PH02678] [Artifact's links are not shown in grid in a cloned module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125867] [APAR PH02851, PH05349] [Copy/paste-special RM artifact with links does not copy DM links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/126275] [APAR PH03751] [Filter not displayed correctly in grid view, refresh required for filter to take effect] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/132200] [APAR PH05050] [Copying as special artifacts with links contained in a module, create the link twice] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/126866] [APAR PH05147] [Import Project Properties function fails with CRRRS7702E PUT on ArtifactFormats is forbidden] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/126765] [APAR PH06284] [Highlight does not show up for embedded artifacts, when printing to PDF or Word] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/128232] [APAR PH08350] [The BaseLog in the DNG TRS includes duplicates] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/130555] [APAR PI82710] [Migration fails if DB2 schema prefix feature is utilized] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/127517] Fixed in release 7.0: [APAR PH08346] [Component Template page times out loading large templates] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/132448] [APAR PH09638] [Incorrect configuration context after navigation in DNG Review] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/128786] [APAR PH09884] [Artifact templates missing in project areas created in 6.0.4 iFix013 and later] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/128720] [APAR PH00236] [Various upgrade failures due to unexpected data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124252] [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/124284] [APAR PH00682] [CK Editor adds extra repeated styles to table elements] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124435] [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/124597] [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/124875] [APAR PH02434] [Module full text search not working properly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/125431] [APAR PH03722] [Circular delivery allowed when module structure is changes in a change set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/126228] [APAR PH04973] [history - cannot restore a previous version of a picture that has been replaced] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/126499] [APAR PI82710] [Adding an artifact to a folder touches the wrong folder version] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124528] [APAR PI82710] [CoreArtifactsEventHandler.java:52 Comparison of String objects using == or != in com.ibm.rdm.fronting.server.core.changeevents.handlers.CoreArtifactsEventHandler.handleEvents(Multimap) [Troubling(11), Normal confidence]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123324] [APAR PI82710] [Implement a cache for link preferences] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124539] [APAR PI82710] [PublishServiceUtil.java:701 Comparison of String parameter using == or != in com.ibm.rdm.fronting.server.rrs.publish.internal.PublishServiceUtil.getNodeAttributeValue(Node, String) [Troubling(14), High confidence]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123328] [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/119608] [APAR PI90364] [REQIF/Migration import - unbounded reals being imported with max/mins] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/119449] [APAR PI94370, PI94215, 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/121471] [APAR PI97177, PH00339] [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/123045] [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/122909] [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/123014] [APAR PI97664] [CRRRW7294I message shown while saving view with suspicion profiles] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123537] [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/123123] [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/123126] [APAR PI98302] [After importing the ReqIF to DNG, in the module the table artifact numbering hierarchy is sometimes creating child artifacts for the table] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123644] [APAR PI98453, PI92183] [View queries filtering on multiple Artifact Types and Attribute "exists" performs poorly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123496] [APAR PI98822] [Link queries perform poorly in modules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124075] [APAR PI98907] [Throttle GET queries] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/123658] [APAR PI99223] [Reject view queries which return all artifacts in a project] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124056] [APAR PI99270] [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/123320] [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/124947] [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/124072] [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/124426] [APAR PI99728] [Sorting by comments in Module grid view is not sorting correctly] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124944] [APAR PI99767] [Hierarchy of artifacts imported from DOORS 9 via ReqIF not respected] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/124563] +-- Product Jazz Reporting Service Fixed in release 6.0.5: [APAR PI81120] [When export Chart into PNG format, the quality is very poor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421964] [APAR PI82628] ['Current User' gives 0 results is username contains @] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430371] [APAR PI82710] [CRRGW5301E An error occurred when obtaining the raw results from the data source -- after adding highlight rule with value to match or ""] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431206] [APAR PI82710] [Cannot use date picker when language set to french locale] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440602] [APAR PI82710] [Changing the filter in a JRS dashboard widget does not return the correct results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/436974] [APAR PI82710] [Choose a Component Filter is empty in JRS - LQE Using Configurations datasource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451426] [APAR PI82710] [Configuration or components with "/" not displayed properly in config picker] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445357] [APAR PI82710] [Configuration picker no longer filters configs used by user] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444247] [APAR PI82710] [Configurations are not loading for JRS report on trace relationships (QM-DNG) using lqe using configurations datasource in PLN+1 node] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/442754] [APAR PI82710] [Duplicate Optional statements generated in SPARQL queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421959] [APAR PI82710] [Links broken in Exported Reports in PDF, HTML or Word Format.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422946] [APAR PI82710] [NPE Export JRS report to Word PDF etc is not working - gives 400 error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449659] [APAR PI82710] [Perform automatic TDB database backups] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434936] [APAR PI82710] [Report Builder Custom trends reports no longer show the Change Date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431003] [APAR PI82710] [Report Builder UI: "6.0.3" instances need to be reworked; incorrect URL to jazz.net article] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424761] [APAR PI82710] [Report Builder's Jena TDB should use transactions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423949] [APAR PI82710] [Report Builder: LQE historical work item totals are incorrect when selecting Requirements] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/426990] [APAR PI82710] [Widget Catalog does not show private-published reports for owner on different JTS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424605] [APAR PI82710] [missing columns when there are multiple traceability paths and calculated columns] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447930] [APAR PI83236] [Report builder exposes always blank field Work Item Closed Date] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446001] [APAR PI83419] [Characters encoded in LQE report data when exported to Excel, pdf, etc] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438269] [APAR PI83481] [Cannot use date picker when language set to sv-se] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427319] [APAR PI83776] [Dynamic filter dialog (LQE config) takes too long to load on IE 11] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430169] [APAR PI83786] [User search results are not updated using LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/437132] [APAR PI84089] [JRS query results in RM not properly scoped when 'use current configuration' is selected and current config is a GC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/429790] [APAR PI84631] [Test Case optional relationship to Test Suite acting like a required relationship (DW only)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/432037] [APAR PI85249] [Report Builder LQE data source conditions on boolean should allow filtering on not set values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/433759] [APAR PI85970] [Report Builder does not handle attribute enumerations which differ in case across projects] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435077] [APAR PI85982] [Custom colors in graphs are lost when you change the 'Default visualization' setting in JRS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435071] [APAR PI86085] [Some public reports are getting randomly modified] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435917] [APAR PI86418] [Traceability report with cross project optional linking does not work as expected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445362] [APAR PI86615] [SQL Server Error when setting up JRS Report for RTC data attribute YEAR] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/436921] [APAR PI87402] [Incorrect generated SQL when using two similar custom expressions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/439951] [APAR PI87516] [Custom order of the bars in a graph are not preserved.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438038] [APAR PI87796] [report builder generates incomplete unassigned filter on advanced SQL queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440251] [APAR PI87883] [Report builder does not persist: List all projects when reporting on configurations themselves] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434942] [APAR PI87957] [JAS Authentication should get Email from the JTS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/442790] [APAR PI88196] [Cannot edit report in IE 11, spins forever] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/441133] [APAR PI88363] [Colors of the bar graph are getting set automatically] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443073] [APAR PI88824] [A '/' in a Test Plan name causes parsing problems in condition UI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445175] [APAR PI88997] [Report builder could leak Database connections in case of unstable db connections] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445054] [APAR PI89300] [Sorting the order of the bars in a graph are getting reset to default automatically] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445352] Fixed in release 6.0.6: [APAR PH01313] [JRS Report Throws Error on CCM Dashboard] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464251] [APAR PI82710] [In the RB config picker hide personal streams from other users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446557] [APAR PI82710] [No results found in a report that shows requirements tracked by work items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449895] [APAR PI82710] [RELM view throwing 400 Bad Request and JRS raising NullPointerException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458907] [APAR PI82710] [Report Builder SqlUtils.simpleSqlExecute leaks connections] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454589] [APAR PI82710] [Reversible links broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447604] [APAR PI82710] [jrs - lqe - reporting on an attribute it shouldn't be] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460039] [APAR PI84784] [Charts grouped by a date attribute do not display proper counts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447283] [APAR PI87778] [Filter for users (e.g. Owner, Creator) does not support all users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447546] [APAR PI89125] [JRS Daemon threads keep running in WAS when rs_war is restarted but WAS is not] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446759] [APAR PI89896] [Changing JRS graph type has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447893] [APAR PI89951] [CRRGW5301E when highlighting a blank text in a report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449004] [APAR PI90012] [Switching to run report and back does not preserve graph parameters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447149] [APAR PI90054] [Metadata for private reports is accessible for non-owners] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458229] [APAR PI90095] ['<' is sometimes stripped when exporting to Excel with LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446919] [APAR PI90220] [Active Report Builder JDBC connections in connection pool get leaked if connection pool passes the maximum number of connections.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446908] [APAR PI90306] [comma separated value list in dynamic filters should surround OR clause with parentheses.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447606] [APAR PI90379] [Make defaults for all time columns be in minutes instead of milliseconds] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449005] [APAR PI90403] [Report shows error 400 when colorizing cells] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447488] [APAR PI90432] [JRS- RB - 401 Unauthorized Error is given attempting to build a report (requires server restart to get past error or logout) - user has valid license, PA permissions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447158] [APAR PI90915] [Running a SPARQL query with rdfs:label|dcterms:title in a config does not work correctly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449002] [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/449806] [APAR PI91037] [RB LQE "No set value" condition does not work on RM attributes with external URI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448328] [APAR PI91559] [Report doesn't show data after opening the filter dialog if there's a filter containing "<" (lesser than) and ">" (greater than) characters.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449193] [APAR PI91648] [JRS widget issue when open in a new window] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451061] [APAR PI92680] [LQE queries with optional relationships run slow] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450553] [APAR PI92923] [Using date filter on advanced SQL report results in CRRGW5503E An unexpected response was received from the data source: ORA-01858] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/456142] [APAR PI93235] [Filtering does not behave properly when there is an "is not" filter on components in a report against configurations.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453472] [APAR PI93296] [Report builder items contributed though optional relationships are not checked for soft deleted.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451851] [APAR PI93775] [Need ability to set configuration during graph/table preview] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453349] [APAR PI94077] [Nested condition falls out of the block] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454376] [APAR PI94386] [Explore page will not load if a report exists with a missing query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451776] [APAR PI94543] [Cannot create merged traceability path with 3+ resources on DW] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454108] [APAR PI94908] [Cannot set condition for custom date attribute on requirement] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461695] [APAR PI94970] [Report Builder view report alignment goes off on different zoom percentages of the browser] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458364] [APAR PI95359] [Column grouping lost in advanced mode] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458127] [APAR PI95677] [LQE trend reports omit the last day of the time range] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455510] [APAR PI95790] ['No Set value' in graph cannot be customized in Report Builder for JRS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455725] [APAR PI95956] [Cannot filter on users in LQE on some systems with thousands of users] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458264] [APAR PI95963] [JRS report pulling workitems whose condition is to exclude related records.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455837] [APAR PI96852] [Not able to export a JRS pie chart as a .png file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457666] [APAR PI97374] [Provide an easier mechanism to not validate complex SQL expressions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458425] [APAR PI97509] [LQE/DNG/RQM: Report subtotals show as NaN%] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458559] [APAR PI97792] [JRS report is one day off] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459015] Fixed in release 6.0.6.1: [APAR PH11003] [No success message displayed on saving a report def in IE. Flashes away in other browser] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/480227] [APAR PI82710] [Fix NPE in ModelContextBuilderExtender] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466678] Fixed in release 7.0: [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/463472] [APAR PH09694] [Cannot build report using RM type whose name contains MAX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/479383] [APAR PI82710] [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/460065] +-- Product Lifecycle Query Engine Fixed in release 6.0.5: [APAR PI82190] [LQE sometimes does not run date jobs until the next server restart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423245] [APAR PI82209] [Backups and compactions can run simultaneously if delayed by indexing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424763] [APAR PI82211] [Backup hangs in incomplete state if indexer is in illegal state when backup is done] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424718] [APAR PI82710] [Base indexing may hang when processing pipeline is full] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438432] [APAR PI82710] [ClassCastException when processing a TRS Updates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463862] [APAR PI82710] [Compaction size check is incomplete.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444494] [APAR PI82710] [Component artifacts do not get removed in the configuration cache used for sparql queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431140] [APAR PI82710] [LQE should not update skipped counts when processing every resource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/439648] [APAR PI82710] [Patched configuration artifacts do not get updated in scoping cache used for sparql queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427955] [APAR PI82710] [RestoreTask restores metadata twice and may fail if using a backup from 6.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423089] [APAR PI82710] [Rogue query monitor not running] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454381] [APAR PI82710] [TDB NodeId Caches must be refreshed after running compaction] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438263] [APAR PI82815] [Two users same Email should be added to same user group] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/425158] [APAR PI83415] [Add validity shape and vocabulary to LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427236] [APAR PI83600] [Access context groups get out of sync] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427368] [APAR PI85288] [Investigate and fix as necessary the number of health metrics notification events when a notification fails] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449183] [APAR PI89893] [Compactions appear to cause data sources to be unresponsive and frozen starting 1 min prior to the compaction schedule] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/441595] [APAR PI91219] [Not all Global configurations listed in Configuration List] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448675] [APAR PI91741] [Backup does not correctly confirm that indexer is shutdown before beginning] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449326] Fixed in release 6.0.6: [APAR PI82710] [Change log updates incorrectly decreases the total number of resources] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459910] [APAR PI82710] [Continue investigating etag issue] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454408] [APAR PI82710] [During a compaction, skip compacting the history partition.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452310] [APAR PI82710] [Invalid Updates showing up in the wrong data source status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458665] [APAR PI82710] [LQE historical metrics might be creating too much data -- maybe, test case dimensions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451897] [APAR PI82710] [Queries on configurations with slashes in their names fail with Error 404] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446913] [APAR PI82710] [Remove duplicate delete sql calls for non-selection deletion change events] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453948] [APAR PI82710] [Reverse changelog optimization change from LQE is missing patch events in a change log segment when there are multiple events for the same resource (452825)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455734] [APAR PI82710] [Terminate a rogue query in LQE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457298] [APAR PI90989] [LQE TestCaseResultTotals should also measure the total current test results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447897] [APAR PI91937] [LQE is missing patch events in a change log segment when there are multiple events for the same resource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453194] [APAR PI97272] [All trs patches should be part of TRS status, not just configuration patches.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457979] [APAR PI97272] [Rejected patches should be part of TRS status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455514] Fixed in release 6.0.6.1: [APAR PI82710] [Additional LQE logging of TRS parsing and processing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468689] [APAR PI82710] [Memory Leak when indexing] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468339] Fixed in release 7.0: [APAR PI82710] [Performance improvements to TRS operations needing to update LQE metadata over JDBC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460326] [APAR PI82710] [SPARQL query to look up the selections for a select times out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463845] [APAR PI82710] [Set JDBC connection property sendStringParametersAsUnicode to false in dbconnection.properties for SQL Server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460049] [APAR PI98858] [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/460776] +-- Product Jazz Security Architecture Single Sign-on Fixed in release 6.0.5: [APAR PI94459] [Server is unstable after enabling cluster and Authorization server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453789] +-- Product Rational Quality Manager Fixed in release 6.0.5: [APAR PH07729] [Custom lab resource and attributes and types are not getting saved.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/179689] [APAR PH11258] [Configuration Comparison of RQM Test Plans no longer shows "Manual Steps" differences in CLM 6.0.4] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/181256] [APAR PI61416] [Enhance previous work made over repotools -repairOrphanArtifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166614] [APAR PI73388] [Lyo adapter is running automation task in any order] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/164685] [APAR PI75461] [Alert "Failed to link to requirement collection with unsupported characters" reported when linking Doors Custom view requirement link to RQM] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/164692] [APAR PI80758] [Test Plan PDF Export does not show all TCER in a TCER section of the Test Pan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170598] [APAR PI80977] [Copy Project Properties does not respect the order of categories.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169311] [APAR PI81444] ["ms-text-autospace:;" cannot be handled by the PDF export engine; NPE is thrown and job fails] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/164693] [APAR PI81660] [Validation error when performing a save action on a Manual Test Script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167073] [APAR PI81753] ["You can only re-order the test case positions when the content is not filtered." message is thrown moving Test case in Test section of a plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169282] [APAR PI81826] [Unable to load the content. CRJAZ0215E after performing a Merge] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163806] [APAR PI82238] [In 'Global Categories, the 'Modify Global Scope' does not display when using Internet Explorer 11.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/178606] [APAR PI82456] [Performance Degradation in 6.0.1 iFix013 PUTting Categorytype with Large Number of Valuesets] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169298] [APAR PI82552] [Rich Text Sections Missing in qm.xsd in Server Upgraded from 5.0] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167033] [APAR PI82710] [After baselining if we delete the requirement links(to DOORS in this case) in current version then the link is disappearing in Baseline version. This was working in Snapshot] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163579] [APAR PI82710] [Asynchronous migrators need to better handle multiple streams without creating additional item states when possible] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163584] [APAR PI82710] [Build Integration Framework default delay prevents sending of RQM_BUILDDEFINITION_NAME built-in variable] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167097] [APAR PI82710] [Bulk Editing Custom Attribute Removes Values of All Other Custom Attributes] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163915] [APAR PI82710] [Creating components: successful but with an error when permission to create stream is revoked.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163585] [APAR PI82710] [Custom attribute values are not reported in Report Builder.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163580] [APAR PI82710] [Error saving test cases after removing development items - back links cannot be deleted due to either 409 or 412 error] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163578] [APAR PI82710] [Preconditions are not done up to the saving state] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163586] [APAR PI82710] [QM TRS2 feed takes more than 2 minutes to respond blocking LDX and LQE data sources] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169573] [APAR PI82710] [Saving of a row edit would never complete if the artifact doesn't have any category values] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165712] [APAR PI82710] [step count results are not counted when results created via external API] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/163576] [APAR PI83055] [The option "Add an automatic incremental suffix to the generated name to to make the new test environment names unique" while generating a TCER is not working as expected.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/182620] [APAR PI83203] [Tree View option (Configuration Management) is not available in 6.0.3] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166973] [APAR PI83299] [Manual test script execution variables are not being sent to a command-line script being executed as a keyword from within the manual test script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/164645] [APAR PI83394] [Duplicate TCERs are able to be created when the Test Environment gets deleted] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165502] [APAR PI83513] [RQM is not able to read requirements links in test script step results with the OSLC/REST api, even it is valid usecase via webUI] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166496] [APAR PI83637] [Chinese characters in Test Script CK text editor are shown with garbled diamond forms after browser refresh of the page.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168550] [APAR PI83783] [Test Case Category values reset to 'Unassigned' after owner change] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/164469] [APAR PI83828] [You can get multiple TCERs with same Test Environment/Test Case/Test Plan/Iteration combination by updating Test Environment] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165500] [APAR PI83857] [Columns query views are saved without user's knowledge/acceptance] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166142] [APAR PI83969] [Project Properties not being saved after refresh in a CM enabled environment] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165262] [APAR PI84234] ["Replace with Resource" merging option fails for Test Cases created under a Team Area] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167956] [APAR PI84296] [No ability to change a Test Result state to Draft when its in Approved state] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166213] [APAR PI85064] [Error when browsing test resource on shared test resource] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166104] [APAR PI85104] [Misleading (Unnecessary?) entries in the TCER History section] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167547] [APAR PI85210] [Performance issues with large test scripts while rendering the list of steps] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165779] [APAR PI85216] [Not able to resize the DOORS 9 picker window] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165064] [APAR PI85420] [Lab Resource Item page is stuck on loading due to NPE reported in this.asset.getRoot()] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165618] [APAR PI85609] [TCR custom Category value not visible in the table view of a Test Plan's Test Case Result section] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169286] [APAR PI85866] [Requirements are not being displayed in the Requirements View for a manual test script when viewing the script via the test case inline editor] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/165369] [APAR PI86144] [QM TRS skipped resources with "500 Internal server error" when execution variable has a "#" in the name or value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166215] [APAR PI86788] [Customized test script template are not kept selected in the "Edit Test Script Inline" section of Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166098] [APAR PI86866] [Skipped resource in LQE when a Test Script step has a control character in the description (165794)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166200] [APAR PI86916] [PDF export of RQM artifacts fails if the "Formal Review" has comment by "Unassigned" user] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169285] [APAR PI87067] [Saving Test Cell reports ItemNotFoundException for AssetConfigurationHandle.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166066] [APAR PI87793] [Blank History Entries in the Test Case Execution Record History when changing the Test Environment value for the TCER] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166323] [APAR PI87937] [LQE TRS index for RQM has a skipped resource when a custom attribute for an artifact has colon in the name] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169281] [APAR PI88083] [Custom rich text/grid sections are not reportable in Report Builder using a LQE data source.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/166698] [APAR PI88256] [Build results are not getting synchronized to RQM] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169280] [APAR PI88538] [The Group By index information is not correct when accessing multiple pages] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167133] [APAR PI88957] [Incorrect byte on attribute "response.messages.message"] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169290] [APAR PI88988] [RQM Excel Importer treats numeric values as time stamp for SMALL and MEDIUM string attributes.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167732] [APAR PI88994] [Not able to remove test data columns from the test script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169279] [APAR PI89339] [Only able to see 20 members in list when creating a Test Case during a reconcile.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167264] [APAR PI91964] [Rendering issues in the rich hover of deleted artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168472] [APAR PI93782] [Skipped resources in QM self-host 6.0.5] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169384] [APAR PI94449] [Unable to save added/removed requirement links in embedded script editor] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170164] Fixed in release 6.0.6: [APAR PH01190] [TCER's externalId size is not validated when creating a snapshot] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/172232] [APAR PH01398] [Need performance improvements in RQM OSLC API query for RMM elements] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/172041] [APAR PH07127] [UI fails to load list from custom field in summary section of test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/179529] [APAR PI82710] [Add option to repair Streams to repotool findMergedLinkIssues command] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170364] [APAR PI82710] [Category Values not appearing in combo box after selected from 'More' Dialogue box] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170937] [APAR PI82710] [Change events appear in the 'Invalid Updates' tab of the QM data source in LQE.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171163] [APAR PI82710] [Create a TRS V2 API Console.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169575] [APAR PI82710] [Create repotool to find merge issues] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169579] [APAR PI82710] [LQE QM reindex keeps failing on a Socket Timeout on souldev, bluesdev] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171762] [APAR PI82710] [Missing prereq for TrsV2Service and TrsV1Service of IQualityManagerConfigurationExecutionService] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/179718] [APAR PI82710] [QM LQE / LDX Data source failed reindex ( server QVML675 ) - CRLQE0334E Data source (links_qm) provided an invalid TRS. Invalid TRS] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/179719] [APAR PI82710] [Too many trace logging during TRS BASE creation] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170687] [APAR PI82710] [repair tool needed for fixing corrupt streams which are the result of bad merges due to defect 163289] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170368] [APAR PI89451] ["You don't have permission to perform the following action, Edit (edit)Ready for review (workflow.testscript/com.ibm.rqm.planning.common.readyforreview)" with "Edit Test Scripts Inline" section] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167555] [APAR PI89519] [With name uniqueness enabled, error "AQXPL5009E Another test case execution record is already named "xxx" thrown running suite with test case using test plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168155] [APAR PI89891] [Inconsistencies regarding attachments associated to deletes artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168127] [APAR PI90539] [Not able to associate a test case to a test suite when 'Synchronize test cases and test suites in test plans' is enabled] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/167731] [APAR PI90889] [When "No-Impact" is set in risk assessment, it is shown as zero but with message saying “Not yet Rated”] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169177] [APAR PI91079] [Error when adding a custom query to Execution Record(s) widget: invalid requestParameters parameter: [object Object]".] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169183] [APAR PI91152] [QM Error Selected global configuration does not contain any local configuration for your project] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170048] [APAR PI91158] [Customized test script template are not kept selected in the "Edit Test Script Inline" section of Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169376] [APAR PI91253] [HTTP Client used in the execution tool can not handle every kind of connection configuration] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169453] [APAR PI91370] [LinkIndexingService is reporting a bad input exception if input has too many URLs and they max at 1000] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168142] [APAR PI91457] [Test Suite PDF references to the removed Test Script (comprehensive export)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171332] [APAR PI91478] [Test Plan PDF Export completed with errors] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171868] [APAR PI91935] [No values returned for type filter on test case categories] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168614] [APAR PI91937] [eTag calculation seems to be returning wrong values] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169481] [APAR PI92224] [Requirement IDs are not displayed in the Test Case Results list view when multiple requirements are associated to a test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168459] [APAR PI92225] [Screen jumps when attempting to edit Rich Text Editor sections with large amounts of content] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168471] [APAR PI92912] [Test Plan PDF summary report does not include the Description Column for Quality Objectives] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169606] [APAR PI93009] [404 returned when login to QM server using Command line adapter with Tomcat 7.0.82] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169625] [APAR PI93222] [Test Suite Rerun returns "Non-Hex Digit" error] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/168821] [APAR PI93323] [Build Record Steps progress not updated when using Apply All verdict for Test Script steps.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170590] [APAR PI93334] [German umlaut characters are garbled in Test Scripts steps in a server renamed environment.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171149] [APAR PI93540] [Shared query is not selecting the correct values (Category) after a save] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170676] [APAR PI94009] [TF Exception request for Esc 77718 and APAR PI94009 - resolveProjectAreasFilter returns a not customized predicate for some db environments - 604] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169505] [APAR PI94029] [Merge option "Replace with source" remains enable even if it already in execution] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169392] [APAR PI94039] [Screen jumps when editing the test case execution order of a test suite] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169786] [APAR PI94047] [Inconsistencies with the Related Change Request / Related Defect field in the TC/TCR views] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170209] [APAR PI94238] [QM DCC job fails with NPE when fetching testphases] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169737] [APAR PI94278] [Sub Categories values not associated are still available to select in the UI] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169953] [APAR PI94323] [Test Case category values are displayed as Unknown] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169540] [APAR PI94325] [Selected Test Case categories are not persisted when using the search function in the filter pop-up pane] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169493] [APAR PI94327] [Requirement artifact in RDNG module view is linked to a QM testcase, although the link between the testcase and the artifact was deleted in QM] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169449] [APAR PI94567] [Drag and Drop functionality is not working with IE] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/169781] [APAR PI95116] [Test Case Results Details of Test Suite Results (Live) report returns Test Case Results from multiple project areas] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170599] [APAR PI95137] ["Item Handle array cannot exceed 2048 elements" browsing keywords with "Used in Scripts" column] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170448] [APAR PI95223] [Test Script image link in description gets appended with "unknown" prefix after server rename.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171748] [APAR PI96157] [We should disable artifact duplication within a Baseline] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170452] [APAR PI96215] [IllegalArgumentException when creating the TRS base.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170684] [APAR PI96236] [TRS base creation taking a long time.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170433] [APAR PI96473] [Mismatched beforeEtag values in TRS2 membership change events.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170140] [APAR PI96656] [Filtering on Category type returns incorrect data for copied artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171566] [APAR PI97208] [TCER Count" text does not appear as a Label in the Test Case section of a Test Plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170633] [APAR PI97230] [Action menu not accessible after promoting a shared query to menu bar (Add to Menu) in IE 11] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170806] [APAR PI97252] [RQM Copy utility failing to copy Configuration / Test Case Execution Records / Test case results records.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/170617] [APAR PI97492] [Import function does not honor the current GC stream when importing Test Cases or Test Scripts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171729] [APAR PI98562] [TCER created while running an automated test script is not shown in JRS report using LQE as data source] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171313] [APAR PI98564] [RQM was unable to complete the duplicate when attempting to duplicate a script with Test Data] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171478] [APAR PI98841] [java.lang.NullPointerException trying to link a Defect (RTC) to a Test Script after an upgrade] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171552] [APAR PI99570] [QM log full of "Unable to parse filter value to construct query parameters for attribute..." errors] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/171860] Fixed in release 6.0.6.1: [APAR PH04200] [Not all test script steps are displayed in the web UI when viewing a test case result but those missing steps are available in a PDF export of the same test case result.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/178994] [APAR PH04280] [Build Definition Artifact XML update fails using a PUT request] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/178880] [APAR PH05547] [Test script description and expected results are displaying with special characters] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/179757] [APAR PH08184] [Browse TCER table shows no test script for TCER if the associated test script is removed from the test case and a new test script is added to the test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/179955] [APAR PH09678] [OutOfMemoryError when generating a test plan PDF comprehensive report.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/182932] [APAR PH13585] [Removing a test env from test plan with PUT /testplan will remove the test env from all other test plans] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/182322] [APAR PI82710] [Reportable REST API JUnit failures.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/182642] [APAR PI82710] [Unable to post testplan with iteration that is not in current project timeline] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/178785] Fixed in release 7.0: [APAR PH14442] [CSV export includes all pages.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/182341] +-- Product Rational Engineering Lifecycle Manager Fixed in release 6.0.5: [APAR PI82710] [Action is not working for CAE if parameter is used] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421849] [APAR PI82710] [Artifacts are not getting created in RELM View canvas in Internet Explorer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430476] [APAR PI82710] [Container Copy option is not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430121] [APAR PI82710] [Preview Option in Custom Artifact Element is not working for some cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430469] Fixed in release 6.0.6: [APAR PI82710] [RELM should honor "View Management" permissions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/456196] [APAR PI93630] [The server cannot retrieve the list of link types received when creating a new Impact Analysis Filter] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453450] Fixed in release 7.0: [APAR PI82710] [XML parser fails to validate '/> in Connection's name.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463702] +-- Product Rational Team Concert Fixed in release 6.0.4: [APAR PI82710] [System Automation and NetView teams at 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/419984] Fixed in release 6.0.5: [APAR PI22400] [Plan statistics widget crashes browser when using group by Owner and 1000 project area members] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440214] [APAR PI73388] [[RTC] Refresh all the CLM related licenses with new signatures] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468696] [APAR PI81238] [Up and Down Arrow not working] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422732] [APAR PI81448] [Work item history of mention links are repeated after OSLC update from RM/DNG] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443239] [APAR PI81457] [Exception in Personal build when a dependency copybook has been deleted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451984] [APAR PI81857] [BIRT reports should use ITERATION_ITEMID instead of ITERATION_ID] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451971] [APAR PI82157] [Getting NPE when doing a work item promotion that has gap across 2 different components] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451969] [APAR PI82161] [The last dependency in SYSLIB is always the winner during physical dependency calculator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451964] [APAR PI82409] [Invalid approval string type identifier causes NPE for approval reminder notification mails.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/428901] [APAR PI82710] [BuildAgentRequestService does not check for valid property names before they are sent to bfagent] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422728] [APAR PI82710] [BuildPropertyDialog does not check for whitespace in property name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422729] [APAR PI82710] [Change Summary View can't get a context from a HistoryReferenceId] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/425181] [APAR PI82710] [Coding defect in ScmTransactionContext.lockAndVerifyComponents] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435704] [APAR PI82710] [Dependency Build : MAXIMUM NUMBER OF DATA SET ALLOCATIONS ALLOWED BY YOUR SESSION HAS BEEN REACHED message from C or REXX] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423249] [APAR PI82710] [Double email notifications from "Requirements Management" project area on jazz03] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422733] [APAR PI82710] [Enable Quick Planner Next server property is visible on the Admin UI page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/426356] [APAR PI82710] [Erroneous package deployed information in deployment request wizard after a roll-back] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/426972] [APAR PI82710] [IBuildExtensionsTypeItem name for langDefRule is incorrect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421897] [APAR PI82710] [Improve system definitions migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445988] [APAR PI82710] [Inconsistent property changes on ibmi language definition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421898] [APAR PI82710] [Internal error at com.ibm.team.enterprise.packaging.service.emf.PackageEMFParser.toJFSResource] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/428399] [APAR PI82710] [Investigate performance problem with /ccm/service/com.ibm.team.workitem.common.internal.rest.IWorkItemRestService/getAllValues - large categories] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440216] [APAR PI82710] [LQE Reindexing clustered jazzdev04 causing errors in jts04: com.ibm.team.jfs.app.distributed.DistributedOperationException: The serialized object failed to be deserialized.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423256] [APAR PI82710] [Long response times for Work Items -> Shared Queries for project areas with large numbers of team areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440212] [APAR PI82710] [Maillist sample build is failing since language definition ordering has changed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/422056] [APAR PI82710] [Maillist sample build is failing since language definition ordering has changed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/441105] [APAR PI82710] [Missing search path for non command based translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445422] [APAR PI82710] [Multiselected close change set operation only opens one changeset in change summary] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423235] [APAR PI82710] [NPE error clogging the log file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445999] [APAR PI82710] [NPE error occurred while processing a POST request for SystemDefinitionService in n-1 client context] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421903] [APAR PI82710] [NPE trying to open Change Explorer or Change Summary on an operation that completed more than 1 change set in more than 1 component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/425247] [APAR PI82710] [NPE when running createProductDriver task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/421894] [APAR PI82710] [Operation History view columns resize issue] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423842] [APAR PI82710] [Provide an API to detect gap before delivering set of change sets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453838] [APAR PI82710] [SQL Integrity Constraint Violation during data migration of CCM repository, SQL statement aborted to avoid duplication of 'RESOURCE_URI_IDX defined on 'RESOURCE'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434013] [APAR PI82710] [Source Code Data : User defined SCD disappears for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445809] [APAR PI82710] [Support String List attributes when using CSV import] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450266] [APAR PI82710] [System Definition Toolkit : Get "The pattern length cannot be greater than 8." when a property is used in the member pattern] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445408] [APAR PI82710] [System Definitions : Instream data limited to 250 bytes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444756] [APAR PI82710] [The ScdClientAPI#deleteSourceCodeDataAPI(IWorkspaceHandle, IFileItemHandle[], boolean, int) fails when a file item handle refers to a deleted file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434141] [APAR PI82710] [[RTC EE] Roll up of fixes for Ant snippet editor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/441102] [APAR PI82710] [[RTC EE] Roll up of fixes for SMPE packaging support] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/436898] [APAR PI82710] [zVMImport does not accept the doFormats attribute] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423250] [APAR PI82945] [Encode braces in the URL to view the file history] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451977] [APAR PI83209] [Plan snapshots use unprepared queries.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447825] [APAR PI83343] [Editor presentation of kind HTML gets reset to None] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/474225] [APAR PI83693] [In some special case gap analysis reports there is a gap when there is not] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450761] [APAR PI83929] [OSLC response from /ccm/oslc/workitems/_itemId/rtc_cm:approvals/_approvalId url is a 404 which breaks LQE links ~ Test fix request for PI83929] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446257] [APAR PI83979] [The "Save Stream (server)" precondition of "Prevent Adding User Owned Component" should be able to fetch more than 2048 components] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/439035] [APAR PI84399] [Workitem query performance is slowed by user name rendering] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/430337] [APAR PI84544] [Real conflict in promotion not detected during a promotion preview] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450762] [APAR PI84584] [RTC Workitem Link of type "Add Related Artifacts" to DOORS NG Module not able to remove] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451978] [APAR PI84628] [HFS support, subset build - one folder gets ignored when 2 folders in same folder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451966] [APAR PI84741] [Unable to open Code Review when a file contains a merge state that represents a file deletion for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451975] [APAR PI84763] [SAXParseException BuildMapBuildResultDeleteParticipant from souldev cluster bash] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/442767] [APAR PI85471] [Text copied from word doc into extended rich text presentation enabled field saved incorrectly in ccm] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451979] [APAR PI85521] [Team member is listed as outside of the team area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/437975] [APAR PI85730] [Context Aware Search - idGenerator value may not be set] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434297] [APAR PI86678] [Expanding stream in TAN takes >40 seconds when 2000+ components are in a hierarchy] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440349] [APAR PI86958] [Read-only Integer presentation has no fomatting (missing thousand separator)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443311] [APAR PI87137] [Multiple e-signatures creates errors in history] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450524] [APAR PI87761] [Create Template dialog does not automatically list all link types] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444522] [APAR PI87983] [Fix Burndown projection lines when some days are excluded.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451983] [APAR PI88098] [Story Points (numeric) doesn't display any data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443326] [APAR PI88748] [Invalid resolved dependencies are added to the parser output list] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444603] [APAR PI89243] [Moving Task from Scrum to SaFe shows "Workflows differ: 'Defect Workflow' instead of 'Task Workflow'" and Defect workflow is used for the Task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445819] [APAR PI89526] [[IHD] - Work Item creation can fail in clustered environments due to plugin initialization issues] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445817] [APAR PI90972] [Save Work Item" failure when attaching a file to a work item ~ database "Unique constraint violated" saving work item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448753] [APAR PI91083] [Date modifications cause long delay showing work item History ~ isUserInRoll] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450145] [APAR PI91084] [Date modifications cause long delay showing work item History ˜ EmbeddedDateUtils] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450149] [APAR PI92367] [Team member is listed as outside of the team area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450542] [APAR PI94460] [SCM distributed authentication no longer works] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453750] [APAR PI96871] [Log review - RTC 604 z/OS server, problems pruning packaging results - ImmutablePropertyException] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457488] [APAR PI97329] [E-mails related to 'new file versions' added can be attributed to the wrong person for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458344] Fixed in release 6.0.6: [APAR PH00373] [Deletion of a copybook does not trigger build of dependent program] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462635] [APAR PH01163] [Files from a newly added component are reported twice gathering changes] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464378] [APAR PH01517] [Restrictive check in build RC=4 can get to lock situations] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464668] [APAR PI82710] [Add tracing for IScmService#refreshWorkspaces] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452484] [APAR PI82710] [Build fails when mapped definitions and pre-604 toolkit] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458628] [APAR PI82710] [Do not allow to set an item as a parent or child if it should not be modified using the Prevent Editing precondition for 6.0.4 iFix008] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452531] [APAR PI82710] [Missing system definitions mapping logic in EMF service for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449126] [APAR PI82710] [NPE on SystemDefinitionMappingService after upgrade] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455628] [APAR PI82710] [SysDefs migration: specialType attribute blank tried to be saved] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446812] [APAR PI82710] [Work Item History w/ Link History throws java.lang.NullPointerException serializing error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457883] [APAR PI85085] [Remove unnecessary db queries when contacting build agent engines for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464435] [APAR PI89265] [Promotion failed with buildmap validation although the states in the buildmap are in sync with sources] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/482466] [APAR PI89284] [Sorting of workitems not maintained in csv after running query from "My Queries" page] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450481] [APAR PI89312] [The URL that points to a work item icon needs to have braces encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451992] [APAR PI89448] [Burndown prediction lines should work when excluding days and handle live dot better] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450517] [APAR PI89885] [Remove rank does not Save for the first attempt, but saves second time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450483] [APAR PI90396] [Cross project plan throws java.lang.IllegalArgumentException if "Earliest Contributes to End Date" is added to the plan] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447515] [APAR PI90444] [Create Package doesn't mention deployType for deleted artifacts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451960] [APAR PI90444] [Creating a package with a deleted artifact fails] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452605] [APAR PI90936] [Subset editor (and preview) should resolve buildable files against user's sandbox in some cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451963] [APAR PI91102] ['scm show history -m all' is limited to 1024 entries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450907] [APAR PI91800] [Loading a workspace with a load rule does not honor use repository timestamp setting] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449519] [APAR PI92067] [Scmlocation path does not have path separator for zfolder and zfile in the buildmap] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455813] [APAR PI92178] [Incorrect status after changing work item type from Task to Defect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452642] [APAR PI92387] [Subsets should handle the deletion of related WIs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450032] [APAR PI92698] [Queries shared with teams are no longer ordered alphabetically] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457732] [APAR PI92941] ["The selected value is not applicable" if entry is not in the initial batch even if it is a valid entry.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453512] [APAR PI93160] [RTC Estimated vs Actual widget is broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452057] [APAR PI93190] [HistoricEntryMediator.findFirstEntryFromNode is slow for large histories for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452771] [APAR PI93717] [TRS feeds for ccm self hosts have a lot of 500 errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453564] [APAR PI93806] [Error saving subset _ramy9AE-Eei34pcjAbqi0Q: com.ibm.team.repository.common.validation.PropertyConstraintException:] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452750] [APAR PI93808] [Problem with precondition "All children resolved"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453515] [APAR PI94446] [Query expression in the url is not applied to filter the result for String list] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460224] [APAR PI94696] [Workspace compare retry should be limited time wise for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/454608] [APAR PI94722] [Custom SCM attributes lost after moving components even when "Copy the attribute value from the previous version" is set for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458888] [APAR PI94937] [Unpromoted plan views can be assigned to plan types in web UI. This causes problems in web and eclipse UI.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455860] [APAR PI95080] [RTC Plan Read only attribute is editable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459834] [APAR PI95080] [Rename a query with a condition of "Unassigned" in web client removes Estimate filter] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455856] [APAR PI95731] [Story Points remaining report is broken] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455627] [APAR PI95998] [Out of synch SCD happens too often during dependency build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/458708] [APAR PI96709] [Script based Conditions applied through Read Only Attributes on Condition do not get refreshed on different user] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464054] [APAR PI96891] [Query result inline editor appears above selected item, was below] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459837] [APAR PI97375] [Project area type of custom attribute lists only current project area in a query in 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459231] [APAR PI98572] [[RTC 6.0.4]Timeouts during distributed operations moderately sized change sets with large content] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/467268] Fixed in release 6.0.6.1: [APAR PH01163] [Unexcluded component is ignored in build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464382] [APAR PH01165] [Build fails when computing changes to build when more than 1024 change sets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/464381] [APAR PH01724] [Build map garbage collection still querying with Jena] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465066] [APAR PH02330] [Using Workspace getCurrentFlows provides build accept logic with wrong information of removed flows] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/467832] [APAR PH02413] [Dependency build: change set analysis tries to build deletion when file never built before] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/467337] [APAR PH02901] [NPE when pruning of build results processes package results with no package] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/474177] [APAR PH03143] [Plan not loading properly after using "Collapse All" with 'Fetch Children On Demand'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/470610] [APAR PH03440] [component "com.ibm.team.enterprise.scd" may not query the application-managed item type "com.ibm.team.scm#Workspace" from component "com.ibm.team.scm"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/467336] [APAR PH03544] [Dependency build fails trying to build skiped change from removed component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/467432] [APAR PH04158] [GIT integration: commit message creates link to unrelated work item for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/471338] [APAR PH04165] [Work Item Query results export works only in edit mode] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/470615] [APAR PH04221] [Out of synch SCD on a file in a component that is no more in the workspace should check the stream] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468410] [APAR PH04418] [XML files generated server side during build are not always cleaned up ...] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/468749] [APAR PH04926] [Component folder is created at the root of the sandbox instead of sub folder for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/473335] [APAR PH04963] [Buildmap fetch failure - The 'no null' constraint is violated] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/469738] [APAR PH05850] [Tree structure looped if using Related relationship in the tree] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/477172] [APAR PH07569] [Dependency build fails to locate impacted files in components] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/474777] [APAR PH07953] [Server API IScmRichClientRestService.postGetProcessAreas2()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/489029] [APAR PH09071] [Dependency Build : INSTREAM data incorrectly constructed in generated REXX Exec] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/477167] [APAR PI96700] [Not able to download csv file with query having dynamic Tags fields entry containing "#" in the beginning] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/471028] [APAR PI99698] [reduce unnecessary component locate and 82395 TFR related issues] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462032] Fixed in release 7.0: [APAR PH10562] [Server side build files are not cleaned up when build fails with environmental error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/479573] [APAR PH10576] [XML files generated server side during promotion are not always cleaned up ...] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/479574] +-- Product Jazz Foundation Fixed in release 6.0.3: [APAR PI82710] [Multi-current issue in repository/configuration aware] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/434195] Fixed in release 6.0.4: [APAR PI88474] [When migrating to 6.0.3 LDX will add a data source for new trs2 feed that will conflict with existing trs data source (CCM).] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453607] [APAR PI93531] [repairMultipleVersionsMarkedAsCurrent fails to handle common configurations] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451616] Fixed in release 6.0.5: [APAR PH00485] [Distributed LRUCache in com.ibm.team.repository.service.internal.QueryService does not evict data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463433] [APAR PI55575] [QM use of repotools rebuildTextIndices to take insane lengths of time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438399] [APAR PI73981] [Unable to delete personal dashboards on a renamed server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452399] [APAR PI75660] [OperationAdviceManager.advise() throws error message with wrong permission.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427547] [APAR PI82266] [Configuring the Whitelist in the E-mail Setting, Prints error message with stack trace in jts log] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452402] [APAR PI82687] [HTML dashboard widget not editable after View HTML Source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/436650] [APAR PI82710] [Cannot "Enable only baselines" without an activation key.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424236] [APAR PI82710] [Importing a license when deployed in WAS 8.5.5.11 causes Memory and CPU to go through the roof] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/433742] [APAR PI82710] [Performance regression in local version query filtering] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/425897] [APAR PI82710] [Process editor page becomes blank after another project shares the process] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/446078] [APAR PI82710] [Provide API needed for the DNG baseline repair tool (423838)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/424073] [APAR PI82710] [Support repotools –repairMultipleVersionsMarkedAsCurrent running offline] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435262] [APAR PI82974] [Bogus Add Delta when delivering a change set that had a Version created then deleted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/428183] [APAR PI83074] [Prevent multi-current issue during copyToStream() in Repository/Configuration Aware items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/426863] [APAR PI83074] [Provide Repairtool to fix multi current issue in Repository/Configuration Aware items] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/426360] [APAR PI83650] [ConfigToVersionInfos is not thread safe] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/428492] [APAR PI83698] [CRJAZ1011I message get garbled in Japanese locale environment when configuring the white list.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452405] [APAR PI83798] [Concatenated words in subject line of WI notifications] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/432287] [APAR PI83970] [Some RM transactions have performance issues under load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/428999] [APAR PI85357] [Many popups with 400 error when you first access a dashboard with multiple logins required] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445707] [APAR PI85864] [Login 500 internal server error when using Eclipse RTC client and JAS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448759] [APAR PI85973] [Unable to open WorkItem preferences in Eclipse 4.6.3 - Error logged from work items setting trim visibility in Eclipse 4.6.3] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435049] [APAR PI86537] [SQL not executed as expected, causing CURRENT_UUID population to fail during DM and RM addTables] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443435] [APAR PI87037] [getVersionsInConfiguration fails with null pointer exception: cannot save changes.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/440538] [APAR PI87079] [Server migration to Different Timezone] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452387] [APAR PI88055] [RRDG integration is broken (cannot import RPE reports)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/442758] [APAR PI89019] [Scalability issues when selecting "All dashboards" in projects with large numbers of team areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/444913] [APAR PI89242] [ClassCastException thrown by JAF during the first attempt to access /rm/process/project-areas] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451381] [APAR PI91240] [Create Streams dialog has disabled buttons in IE - can't proceed] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449624] [APAR PI94767] [back port Update Db2zProvider version assertions with new supported versions in 6.0.4 and remove unsupported ones (442021) to 6.0.4 ifix009] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/456410] Fixed in release 6.0.6: [APAR PH00262] [Members not showing up in project area] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463673] [APAR PH04386] [Exception while rebuilding the indices for the schema "RTC_RTCZVM1_PRIMITIVEATTRIBUTS".] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/469652] [APAR PI82710] [During a repotools tar file import operation the drop tables step fails and import halts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/465952] [APAR PI82710] [startIndex is out of range IllegalArgumentException is thrown running getMembersPaged()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447965] [APAR PI84713] [Setup wizard UI for LDAP causes problems in JAS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/457866] [APAR PI85777] [Issue with database indices] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455754] [APAR PI86180] [Server rename failed due to SQLCODE=-138] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461236] [APAR PI88741] [Error code 0 when seeing an unexpected exception] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453316] [APAR PI89156] [Disabling "use STARTTLS" does not work. Sending test e-mail fails.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/445688] [APAR PI89440] [Missing permission error message includes encoded quote characters] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455770] [APAR PI89651] [Full Text Search in French is broken when stemming is set to French] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451490] [APAR PI89907] [BIRT ReportEngine instance must be destroyed after done generating report.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448906] [APAR PI89907] [ReportEngine is causing contention] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447527] [APAR PI92323] [CRJAZ1900E The version of the Oracle JDBC driver is not supported: 12.1.0.2.0 (Major: 12, Minor: 1)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453325] [APAR PI94270] [Advanced properties auto-populated in Firefox.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455753] [APAR PI94272] [Setting configuration properties may cause a server to hang] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455751] [APAR PI94290] [Permissions Table UI performs poorly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460730] [APAR PI94921] [Unable to assign process roles with Identifier containing special characters in jts/lpa.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455744] [APAR PI95802] [[Web Client] CCM Widget "Bookmarks" doesn't work in Mini Dashboard] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/461966] [APAR PI96418] [Pop-Up Dialog to select Team Invitations in project area renders different results or none at all.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459136] [APAR PI96971] [Limit the size of payload constructed by RemoteInvalidator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/463431] [APAR PI97132] [Non-User Password authentication can result in unsuccessful authentication due to bad username and password] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462163] [APAR PI98065] [Serviceability - In a new project, sometimes encountering "scenarioName is null" error client-side] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462417] [APAR PI99308] [Long startup times caused by configuration cache population] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/460550] Fixed in release 6.0.6.1: [APAR PH02905] [‘nonce’ should be ignored for PLAINTEXT signature signing.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/473935] [APAR PH04688] [The links in the RTC invitation emails can't be open by clicking on them because parenthesis is not encoded] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/476503] [APAR PH04688] [The links in the RTC invitation emails do not working with LPA projects] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/469644] [APAR PH05164] [Foundation is filtering out valid lucene matches when a DNG text search is made on a renamed server] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/471396] Fixed in release 7.0: [APAR PH07359] [ProvisionService should not log feature load errors when retrying succeeds for 6.0.4] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/484437] [APAR PH11858] [com.ibm.team.links.service.internal.LinkService#queryStates(IItemQuery, Object[]) should guard against null item states.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/481986] [APAR PH14850] [Conditional for configuredTimeZoneRef and the new timezone for Datawarehouse is always using the configured timezone of the App DB] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/487473] [APAR PH00475] [Logout does not redirect to Web Logout URI in IE 11] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466904] [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/463417] [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/464619] [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/461441] [APAR PI82710] [Triple Baselines handles returned from query] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459807] [APAR PI82710] [scope sparql and lucene query by component] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462702] +-- Product Data Collection Component Fixed in release 6.0.5: [APAR PI82710] [When DCC encounters a response from RM that contains empty artifacts, it will stop processing subsequent good artifact] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/427147] [APAR PI85169] [Team Area fixup introduced in 6.0.3 does not work all the time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/431516] [APAR PI85598] [LogCapturingDiagnostic failure on DCC] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/433176] [APAR PI86786] [DCC schedules invalid if server and web browser are on different timezones] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438447] [APAR PI88435] [Timesheet entries are lost if loaded in the data warehouse before the related work item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/443159] [APAR PI90638] [DCC job collection job status showing error in Oracle 12c R2 configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/447544] Fixed in release 6.0.6: [APAR PI82710] [DCC could potentially lose links between RQM artifacts] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/459429] [APAR PI82710] [Disabled Resource Group in Delta Load Configuration become enabled after build to build migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462664] [APAR PI82710] [RIDW.VW_TESTSUITE_ELEMENT is not displaying all Test Cases linked to a specific Test Suite] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/449000] [APAR PI91077] [DCC metric jobs fail against a datawarehouse that was originally created using CLM 3.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/448411] [APAR PI93567] [Data Warehouse mismatch - missing data for custom enumeration attribute] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/452215] Fixed in release 6.0.6.1: [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/480597] [APAR PH04684] [DCC should Enforce execution order of Work Item tables] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/471631] [APAR PH08249] [DCC is performing badly on DB2z] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/475665] Fixed in release 7.0: [APAR PH01926] [DCC check for autoCommit is false before calling commit.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/466182] [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/463296] 11. CLIENT APAR FIXES This client update site contains fixes for the following defects: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- RTC Client Fixes Fixed in release 6.0.5: [APAR PI79310] [NPE when content deleted before a reload] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423666] [APAR PI80016] [OOME and possible memory leak in Shell client.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451985] [APAR PI80189] [Lock decorators are not shown when file is locked by other user, and this user does not have repository workspace visible in the pending changes view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/437813] [APAR PI80968] [Out Of Memory Exception in daemon tracer] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451986] [APAR PI81021] [Removing a folder from an ignored directory won't remove the folder for 6.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423844] [APAR PI81417] [Component renamed in another RTC client is not reflected in Shell / VS client (after manually clicking "Refresh" in the Pending Changes view)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451988] [APAR PI82710] [An internal error occurred during: "Refreshing Ignore Changes".] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423234] [APAR PI82710] [Error when trying to create font in a non-UI thread] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/423939] [APAR PI82710] [Make number of login retries by TeamRepository configurable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/438845] [APAR PI82710] [Support String List attributes when using CSV import] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/455876] [APAR PI84216] [CSV Import Fails in 6.0.3 Eclipse Client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/429919] [APAR PI84959] [Promotion displays the wrong build result view in some cases] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451981] [APAR PI85973] [Unable to open WorkItem preferences in Eclipse 4.6.3 - Error logged from work items setting trim visibility in Eclipse 4.6.3] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/435049] [APAR PI86462] [NullPointerException when opening Stream/Component editor] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/439041] Fixed in release 6.0.6: [APAR PH02330] [Flow is not removed from underlying workspace object but tagged as placeholder] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/467617] [APAR PI81706] [IHS configured to deflate is causing project areas to fail to open] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/450803] [APAR PI82710] [Do not allow to set an item as a parent or child if it should not be modified using the Prevent Editing precondition for 6.0.4 iFix008] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/453854] [APAR PI87040] [Mac Japanese dakuten diacritics in SCM project, folder of file name cause the name to become corrupted on Windows] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/451997] [APAR PI97132] [Non-User Password authentication can result in unsuccessful authentication due to bad username and password] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/462166] Fixed in release 6.0.6.1: [APAR PH02639] [[RTC 6.0.4]Work Item add/removed from a change set is not being reflected in Streams that flow to another Stream.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/470271] 12. UPDATING APPLICATION WAR FILES The WAR files changed in iFix012 and must be re-deployed. These steps need to be done only once for any WAR file change. If you have already re-deployed WAR files as part of installing iFix012 or later, you do not have to do these steps again. NOTE: If the context root used by the any application is not the default, it will be necessary to rename the WAR file (and adjust some of the directory paths referenced below) based on the context root currently in use. For example, -- if your current context root for Requirements Management is 'rdm', you must rename the rm.war file to rdm.war. -- if your current context root for Quality Management is 'jazz', you must rename the qm.war file to jazz.war -- if your current context root for Change and Configuration Management is 'jazz', you must rename the ccm.war file to jazz.war In summary, the name of the WAR file needs to be the same as the respective context root in use. To install the patch when the different applications are deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> NOTE: This will update all applications with war files from the iFixPatch directory specified Option 2: Using the WebSphere Application Server Admin Console a. In the WebSphere Application Server Admin Console, stop the Jazz Reporting Service: Click Applications > Application Types > WebSphere enterprise applications, select the check box, and click Stop. b. Update the file: Select the check box and click Update. c. Select "Replace the entire application," browse to the new .war file in the location that you extracted it to, and click Next. d. Follow the Fast Path installation, and accept all of the default values. e. After the update is complete, save the configuration changes when you are prompted to. f. Start the Jazz Reporting Service: Select the check box and click Start. To uninstall the patch when the different applications are deployed on WebSphere Application Server: Option 1: Using the WebSphere Application Server scripting tool (wsadmin) a. Locate the file in the original App installation. If there are other war files in this directory, copy the war files that you want to update to a new temporary folder (the clm_update.py script updates all applications with war files in the directory specified). a. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). b. Execute the following command, ensuring that the WebSphere Application Server is running: Windows: wsadmin -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/clm_update.py> /server/webapps> Option 2: Using the WebSphere Application Server Admin Console a. Locate the 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 file: Select the check box and click Update. d. Select "Replace the entire application," browse to the rs.war file in the original installation location, and click Next. e. Follow the Fast Path installation, and accept all of the default values. f. After the update is complete, save the configuration changes when you are prompted to. g. Start the Jazz Reporting Service: Select the check box and click Start. ********************************* To install the patch when the different applications are deployed on WebSphere Liberty Server: a. Rename the new .war file as .war.zip. b. Stop the WebSphere Liberty Server for the application. c. Back up the following file in case you need to revert the patch: \server\liberty\servers\clm\apps\.war.zip d. Delete the following files: \server\liberty\servers\clm\apps\.war.zip \server\liberty\clmServerTemplate\apps\.war.zip e. Delete the following directories: \server\liberty\servers\clm\apps\.war \server\liberty\clmServerTemplate\apps\.war f. Place the new .war.zip file in the following directories: \server\liberty\servers\clm\apps \server\liberty\clmServerTemplate\apps g. Unzip the new .war.zip file into the following directories: \server\liberty\servers\clm\apps\.war \server\liberty\clmServerTemplate\apps\.war h. Start the server. To uninstall the patch when the different applications are deployed on WebSphere Liberty Server: a. Stop the WebSphere Liberty Server for the application. b. Restore the original .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\.war \server\liberty\clmServerTemplate\apps\.war d. Unzip the original .war.zip file into the following directories: \server\liberty\servers\clm\apps\.war \server\liberty\clmServerTemplate\apps\.war e. Start the server. ********************************* To install the patch when the different applications are deployed on Apache Tomcat: a. Stop the Apache Tomcat server for the application. b. Back up the following file in case you need to revert the patch: \server\tomcat\webapps\.war c. Delete the following file: \server\tomcat\webapps\.war d. Delete the following directories: \server\tomcat\webapps\ \server\tomcat\work\Catalina\\ e. Place the new .war file in the \server\tomcat\webapps directory respectively. f. Start the server. To uninstall the patch when the different applications are deployed on Apache Tomcat server: a. Stop the Apache Tomcat server for the application. b. Restore the original .war file that was backed up during the installation to the following directory: \server\tomcat\webapps\ c. Delete the following directories: \server\tomcat\webapps\ \server\tomcat\work\Catalina\localhost\ d. Start the server. 13. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR RDNG Note: This issue is independent of the back-end database being used by RDNG. This fix should be applied regardless of whether you are using Oracle as your CLM database or not. This fix is for other Oracle technology and not related to their database products. These steps need to be done only once. The Outside In files last changed in iFix006. If you have already deployed these files as part of installing iFix006 or later, you do not have to do these steps again. Follow the instructions detailed in the README.txt file contained within the DNG604_OutsideIn_8-5-3_Patch_CPU_October_2017.zip file. 14. KNOWN ISSUES +-- Licensing After applying the patchInternalCALs.zip patch file to the jts server some customers may see errors similar to the following in their jts.log file: 2017-12-01 12:14:34,426 [WebContainer : 9 @@ 12:14 clmadmin /jts/service/com.ibm.team.repository.service.internal.ILicenseAdminRestService/licenseInfo] WARN repository.service.internal.license.LicenseService - CRJAZ0942I The license key located at "bundleentry://35.fwk-1299063994/inactive/RQM_Contributor_Trial.jar" could not be processed. For the cause of the problem, see the nested exception. com.ibm.team.repository.common.TeamRepositoryException: CRJAZ0965I The file was not a valid server or client access license activation key. A similar error may occur for every trial license that was installed with the product. These errors can be safely ignored unless the customer is still using extended trial licenses. If they are, they will need to contact customer support or their sales representative to get new extended trial licenses that are using a newer license signature. On top of this patch, customers who find that their Authorized User, Floating or token licenses need updated, will need to regenerate their licenses from the License Key Center. For more information: https://www.ibm.com/support/docview.wss?uid=swg22008957