Interim fix ELM_70_iFix009.zip This interim fix is only valid for the IBM solution for Engineering Lifecycle Management (ELM) 7.0.0 release. Future 7.0 iFixes will include these fixes, as will the next release of the IBM solution for ELM. 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 in iFixes for the release 6.0.6.1 and earlier. ELM 7.0 iFixes will start using the new names. CONTENTS OF THE INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: ELM_server_patch_7.0.0.0-iFix009-ELM700M-I20210331-2336.zip (see the SERVER PATCH INSTRUCTIONS section) 3. Jazz Reporting Service (Report Builder) patch file: rs.war (see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section) 4. Lifecycle Query Engine patch file: lqe.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 5. Link Index Provider patch file: ldx.war (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section) 6. IBM Engineering Workflow Management Client for Eclipse update site: UpdateSiteFor_7.0.0.0-iFix009-ELM700M-I20210331-2336.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS section) 7. IBM Engineering Workflow Management Client for Microsoft Visual Studio readme file: readme-vsclient.txt 8. IBM Engineering Workflow Management Client for Microsoft Visual Studio patch file: ewm_vsclient_I7.0_iFix004.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS section) 9. WAR file: jazzop.war (see the UPDATING THE JAZZOP WAR FILE section) 10. Oracle Outside In Technology fix: DN_7_OutsideIn_8-5-4_Patch_CPU_January_2021.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR DOORS NEXT section) 11. WebSphere Application Server script file: clm_update.py (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS and JAZZ REPORTING SERVICE INSTRUCTIONS sections) In addition to the fixes listed in this readme file, the interim fix might also contain fixes for security issues. For details, see the IBM Product Security Incident Response Blog: https://www.ibm.com/blogs/psirt/ CONTENTS OF THIS FILE 1. SERVER PATCH INSTRUCTIONS 2. JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS 3. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS 4. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS 5. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS 6. NEW APAR FIXES IN THIS IFIX 7. ADDITIONAL FIXES INSTRUCTIONS 8. CONSOLIDATED LIST OF APAR FIXES 9. CLIENT APAR FIXES 10. UPDATING THE JAZZOP WAR FILE 11. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR DOORS NEXT 12. KNOWN ISSUES 1. SERVER PATCH INSTRUCTIONS Note: -The ELM server patch file, ELM_server_patch_7.0.0.0-iFix009-ELM700M-I20210331-2336.zip, might contain fixes for either a subset or all of these applications: Jazz Team Server, IBM Engineering Workflow Management, IBM Engineering Test Management, IBM Engineering Requirements Management DOORS Next, IBM Engineering Systems Design Rhapsody - Model Manager, IBM Engineering Lifecycle Optimization Engineering Insights. For the list of APARs that were fixed, listed by application, see the APAR FIXES section. -Before you install the server patch file, ELM_server_patch_7.0.0.0-iFix009-ELM700M-I20210331-2336.zip, verify that no other test fixes or hot fixes are installed. If other fixes are installed, contact IBM Software Support. -For a ELM deployment on a single server, complete the following steps once. For a distributed ELM deployment, complete the same steps on each server. To install the server patch: a. Stop the ELM 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, ELM_server_patch_7.0.0.0-iFix009-ELM700M-I20210331-2336.zip, into the /server/patch directory. d. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server" and "To clear the application cache on WebSphere Liberty Server" sections in this file. e. Start the ELM 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-gc -clean - repotools-jts -clean - repotools-qm -clean - repotools-relm -clean - repotools-rm -clean g. Check the ADDITIONAL FIXES INSTRUCTIONS section for additional steps that may be needed for a specific APAR Note: For a distributed ELM deployment, complete the same steps on each server. To uninstall the server patch: a. Stop the ELM server. b. Back up and then remove the contents of the following directory: /server/patch c. Clear the application server cache. For instructions on clearing the cache, consult the application server's detailed documentation. For instructions on what to remove, see the "To clear the application cache on WebSphere Application Server" and "To clear the application cache on WebSphere Liberty Server" sections in this file. d. Start the ELM 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-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 ELM 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 validate that the server patch was successfully installed or uninstalled: a. After the server starts, open a ELM 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). b. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). c. 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 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_7.0.0-I20210331-1358 3. LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS If this is a new installation, a backup is not needed. Otherwise, be sure you have a backup before you install this interim fix. For details, see "Backing up and restoring Lifecycle Query Engine": http://www.ibm.com/support/knowledgecenter/SSYMRC_7.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). b. Open a command window and navigate to the WebSphere profile bin directory (e.g. //profiles//bin). c. 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 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_7.0.0-I20210331-1132. After installing the patch: a. The Lifecycle Query Engine or Link Index Provider automatically detects whether it is necessary to migrate data from an existing instance. If data migration is necessary, a Start Migration button is displayed on the main Lifecycle Query Engine or Link Index Provider page: https:///lqe/web/admin/data-sources or https:///lqe/web/admin/data-sources. If the button is displayed, click Start Migration. b. Reindex the data sources as required. 4. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS To install the client update site: NOTE: When going through the installation steps, if no features are listed, uncheck the "Group items by category" check box. a. Extract the update site file to the computer where the client is installed. b. In the IBM Engineering Workflow Management 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 IBM Engineering Workflow Management 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 IBM Engineering Workflow Management client, click Help > About IBM Engineering Workflow Management > Installation Details. b. Select the patches to uninstall and click Uninstall. c. After the uninstall process is complete, restart the IBM Engineering Workflow Management client. WARNING: -The update site does not work with IBM Engineering Workflow Management Client for Eclipse 3.6 that was installed by using IBM Installation Manager. Alternatively, you can use the IBM Engineering Workflow Management Client for Eclipse 3.6 .zip installation, or you can use IBM Installation Manager to install the IBM Engineering Workflow Management Client for Eclipse 4.2. -If you run the uninstall process on a IBM Engineering Workflow Management 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 IBM Engineering Workflow Management 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 IBM Engineering Workflow Management 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 IBM Engineering Workflow Management client that was installed by using the p2 repository, to remove the patch, you must uninstall the entire IBM Engineering Workflow Management p2 feature and then reinstall the entire IBM Engineering Workflow Management feature through the p2 repository. 5. IBM ENGINEERING WORKFLOW MANAGEMENT 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. 6. NEW APAR FIXES IN THIS IFIX +-- Jazz Reporting Service [APAR PH29522] [Conditions and relationships on artifacts following a 'does not exist' relationship are NOT ignored for DW reports.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522830] [APAR PH34509] [Drill down of a count on a data warehouse report returns no results when a merge multiple traceability is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530119] [APAR PH33816] [JRS with Db2 z/OS as data source throws SQL error when specifying dates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526347] [APAR PH22556] [Save issues with traceability reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524608] [APAR PH34219] [Report does not consider the condition for selected Test Script value if multiple projects are selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528892] [APAR PH34685] [DW : Not all time entries are listed on DD Calc column (SUM) on Time entries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/529275] [APAR PH34573] [Missing old reports of uid=email-id post SSO migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528329] [APAR PH28602] [LQE Excel Export shows Rich Text formatting tags in the primary text fields] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526341] +-- Lifecycle Query Engine [APAR PH33467] [Restarting during a validation leaves data source showing a validation failed status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525704] +-- IBM Rhapsody Model Manager [APAR PH31460] [RPE fails to processes Aggregates relationships in 7.0.1] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74915] +-- IBM Engineering Requirements Management DOORS Next [APAR PH34846] [CSV Import is exposing non-legacy URI to QM/LDX link creation request.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139798] [APAR PH31834] [TRS stops receiving events and updating the feed to LQE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139553] [APAR PH34928] [delivery - where there are multiple moves from the same parent, a move is dropped in the proposed target when onward delivered] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139830] [APAR PH33561] [VvcQueryRevisionsRequest06 using too much heap] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139610] [APAR PH34340] [REST URL response is slow when configuration-context header is provided] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139925] [APAR PH34382] [Avoid query to resolve project context when global configuration is included in a request] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139879] [APAR PH33216] [VVCService.getWorkingConfiguration for a concept uri can trigger expensive query for all configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139866] [APAR PH32618] [Prevent component overlap from occurring] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139649] [APAR PH34638] [Various link operations do a slow lookup for component and configuration in opt-out mode] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139870] [APAR PH32543] [DOORS NEXT Performance issues resulting in DNG not being reachable due to long running active services after Users hover over multiple Requirements links in RQM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139876] [APAR PH33698] [The TRS Feed validation does not remove versionedResources for Bindings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139341] [APAR PH35561] [Oracle: Slow SQL query for view in all artifacts area with filters on enum columns] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140165] [APAR PH22556] [Implement MAT repair - implement 'Recover Bindings and Artifacts' repair] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139901] [APAR PH34798] [Moving a module form one folder to another is reversed once the Change Set is delivered] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139811] [APAR PH22556] [Hover is slow for artifacts with links when in a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139912] [APAR PH33902] [Link sidebar loading is slow in opt-out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139869] [APAR PH34107] [reqif recreation failure when deleting an artifact an artifact from a module (java.lang.NullPointerException ... Name must not be null)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139516] +-- Jazz Foundation [APAR PH22556] ["Boolean value for using Guava Cache In Jena" is not visible in the UI or in teamserver.properties[7.0]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530812] [APAR PH31009] [Poor performance when process area users modified many times[70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526225] [APAR PH22556] [Jazz Authorization Server - LDAP and RACF Connectivity and Functionality for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525243] +-- IBM Engineering Workflow Management [APAR PH34405] [Missing name in deletedBuildableFiles during Subset build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527704] [APAR PH31160] ["Export Plan to XML file" does not export items with parents that belong to another PA | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526229] [APAR PH31429] [Work Item Copy does not copy values from enumeration list with child link | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526239] [APAR PH34658] [Creation of draft work items using OSLC results in a ServiceNotFoundException | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528462] +-- IBM Engineering Test Management [APAR PH22556] [Project area with special character is not connecting to Command Line Adapter.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189482] [APAR PH30995] [PDF Print does not complete when multiple Global Categories are set] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189271] [APAR PH22556] [Custom attributes/categories are not showing in the same order in the Export PDF for different Test Artifacts.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189519] 7. ADDITIONAL FIXES INSTRUCTIONS +-- Product Jazz Reporting Service Fixed in release 7.0.1: [APAR PH21137] [Live excel fails to refresh with special chars (like +..etc) in uid or pwd] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507777] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH21179] [Metamodel cache file creation files with too long JDBC URL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508650] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH21446] [Unable to set date in JRS conditions for some locales] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499135] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH21600] [Tree Filters does not load properly on first load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499587] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22054] [LQE report with traceability selects more records than same report using data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499075] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22235] [Axis label with full width chars partly hidden in horizontal bar chart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500355] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Delete non needed code that may cause an NPE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508046] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Export of reports reporting on artifacts containing FullWidth characters, fails in RB versions 6061 and above] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501765] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [JRS Report widget does not load in ELM dashboards on IE 11] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500076] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Launchpad [Two Server Topology] : The Menu in Report Builder application throws an error after the installation and configuration.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501652] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [No report result with condition LQE non Enum attributes (say WI:Complexity) = Unassigned/Not-set] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508648] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Report builder should expose the primary text field on the generic Requirement type against the LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500751] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Scheduled job generates reports with no results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508695] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22802] [DD not honoring conditions on 'unassigned' values of Enum type attributes with multiple traces] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507968] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH23005] [Custom Expressions on Enum attributes does not list unassigned values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500642] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH23016] [Navigating directly to the URL for the Advanced section of a report shows incomplete SPARQL code] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508044] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH23075] [LQE reports returning a very large result set time out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500952] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH23212] [Historical graph do not show values when we want to see last value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504036] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH23536] [Columns always sorted string based if unassigned values exist] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/505165] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH24133] [Reduce the size of gaps between bars in a chart and labels in SVG export] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504832] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH24426] [On a dashboard widget, some reports show "undefined" -- this should be changed to a more readable and understandable message once its cause is learned.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504236] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH24577] [Mismatch in number of rows obtained from the first scheduled static report and second scheduled static report excel sheets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/505176] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH24935] ["is not" condition does not return correct results when filtered on Enumeration values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506329] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH25616] [RB does not detect/report OSLC properties with same name, predicate, but different value type] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507806] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- Fixed in release 7.0.2: [APAR PH21339] [No DD results on combined column of Enum attributes with same label but different URIs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509807] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [EWM 7.0 upgrade creates 2 JRS jena indices after Liberty restart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509398] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Server rename is failing for "rs"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/514300] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH25603] [ res Triples with invalid subject URIs added in advanced reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509284] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH26953] [Drill down show all work items instead of the expected subset.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515576] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH27520] [Cannot reconcile the Weekly (last value) with the daily figures in Total Trend for Work Item data Report.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/513750] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH27522] [No logging information when the a report is deleted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512436] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH27601] [Fix potential NPE in ReportDefinitionBean] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/511731] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH28602] [LQE Excel Export shows Rich Text formatting tags in the primary text fields] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526341] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH29452] [Drill down on DataWarehouse historical report shows incorrect results.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/517111] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH29522] [Conditions and relationships on artifacts following a 'does not exist' relationship are NOT ignored for DW reports.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522830] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH31225] [Cannot multiselect a parent value and a child value in a LQE enumeration condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522051] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- Fixed in release 7.0.3: [APAR PH22556] [Need an indication that the report is dirty, if it is not refreshed after a change] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521428] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32699] [Incorrect dynamic filters in DD SQL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524613] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH33816] [JRS with Db2 z/OS as data source throws SQL error when specifying dates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526347] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH34219] [Report does not consider the condition for selected Test Script value if multiple projects are selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528892] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH34509] [Drill down of a count on a data warehouse report returns no results when a merge multiple traceability is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530119] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH34573] [Missing old reports of uid=email-id post SSO migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528329] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH34685] [DW : Not all time entries are listed on DD Calc column (SUM) on Time entries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/529275] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH22556] [Save issues with traceability reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524608] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- +-- Product Lifecycle Query Engine Fixed in release 7.0.1: [APAR PH21219] [Metrics task schedule editor takes too long to load when there are many configurations] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506108] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [ERROR .team.integration.reporting.data.query.QueryRunner - CRRGW5503E An unexpected response was received from the data source: HTTP/1.1 408 Request Timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503535] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Failed query execution reported in LQE. Not sure if the error is impacting returned data or not.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502396] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Multiple request of the same sparql query within the same second by the same user results in errors.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504234] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Removing a group from an access context using the UI leads to random results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501036] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Rogue queries are not cancelling on server when hit with lots of concurrent requests] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503637] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Rogue query can't cancel because thread id is not available.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504732] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [URL is shown instead of project name in list of projects showing colour in line report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501822] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Unable to restore LQE from backup when table names do not match.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507510] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH24728] [Data source error message construction is incorrect for some messages and handles errors poorly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516554] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH26449] [Reduce lock contention in Jena's NodeTableCache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508043] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- Fixed in release 7.0.2: [APAR PH22556] [Base indexing throws NPE if a base member is not a resource URI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515068] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Getting exception "CRLQE1337E The query did not run" in ldx.log for DNG] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518284] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [Restore process performs all DB actions as a single set of transactions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516542] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH29819] [Opening a corrupt TDB may exhaust JVM file handles] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516417] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- Fixed in release 7.0.3: [APAR PH22556] [Health monitoring graphs are largely empty] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520962] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH22556] [LQE data source on selfhost server appears to be stuck due to initializing operation taking a long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525348] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH33467] [Restarting during a validation leaves data source showing a validation failed status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525704] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH33829] [LQE Backup takes 82 hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524602] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.1: [APAR PH22141] [Importing a word document with hundreds of sections takes a long time, potentially never finishing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134317] This defect requires additional steps to apply: This fix requires the use of the advanced property "WordImport.MergeSections". When set true, the word document will be treated as if it only has 1 section with the properties of the first section. This can result in a significant improvement in time to import documents that may have a large number of section breaks. However, it will also cause headers/footers other than those defined in the first section to be lost. By default, the property is false. ---- [APAR PH22556] [As a user, I should be able to see a warning message when in a view some links may not be displayed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135613] This defect requires additional steps to apply: Note that a pair of advanced properties have been provided in order to control the maximum number of results returned when querying for links. Please see the following work item for more details about the use of those properties: https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506020 ---- [APAR PH22556] [poor JFS reindex performance following upgrade to v7] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134615] This defect requires additional steps to apply: The fix for this APAR requires that the following line be added to the teamserver.properties file that can be found in the server/conf/rm directory. It can be inserted anywhere in the file and the server must be restarted after the change is made. com.ibm.team.jfs.reindex.all.by.storageArea=true ---- +-- Product Jazz Foundation Fixed in release 7.0.1: [APAR PH22556] [GC SDK TRS mode contribution cache does not support server rename] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499685] This defect requires additional steps to apply: After installing the patch, use a web browser to visit appContextRoot/gcsdk/diagnostics for each DOORS Next, ETM, and GCM application context root, and press the Clear Configuration Cache... button. ---- [APAR PH22556] [com.ibm.team.links.service.internal.LinkIndexService.queryLDXForLinks is limited to return 1k links] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506020] This defect requires additional steps to apply: If a user wants to change the maximum number of results returned when querying for links, it can be done by accessing the Advanced Properties from the corresponding application (Links Component -> Maximum Links Results). The value must be greater or equal to 1,000. However, the user must ensure that the Query Result Set Limit property on the Sparql Service tab of the LInk Index provider Admin page is set to the same value. Increasing the value over 1000 can impact the performance of LDX. ---- +-- Product IBM Engineering Workflow Management Fixed in release 7.0.1: [APAR PH20229] [lscm load fails if the -d option uses the path with forward slash for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504452] This defect requires additional steps to apply: Ask support for the latest SCM toolkit. ---- [APAR PH21705] [CLI List streams command paging can loop excessively (94388) for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502632] This defect requires additional steps to apply: Ask support for the latest SCM CLI package ---- +-- Product IBM Engineering Test Management Fixed in release 7.0.1: [APAR PH22556] [Support disabling the approval comments] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185176] This defect requires additional steps to apply: The workitem introduces a new system property com.ibm.rqm.oslc.service.approval.comments.disabled It should be added to the 'server.startup' file (This will require a restart of the ETM Server) (Windows) set JAVA_OPTS=%JAVA_OPTS% -Dcom.ibm.rqm.oslc.service.approval.comments.disabled=true (Unix/Linux) JAVA_OPTS="$JAVA_OPTS -Dcom.ibm.rqm.oslc.service.approval.comments.disabled=true" If this system property is set to true, the approval comments won't be published to the artifact resources (OSLC and TRS2). When disabling approval comments (setting com.ibm.rqm.oslc.service.approval.comments.disabled=true) * A manual rebase(qm/trsConsole -> rebase) and reindex is recommended but not required. (If a reindex is not done, existing artifacts in LQE will retain approval comments while modified artifacts will not). ---- [APAR PH22556] [Support project area item ID when generating PDF reports.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186552] This defect requires additional steps to apply: PDF print fails with project names containing '+' character First occurrence 6.0.4 Problem PDF print job fails to properly generate PDF documents when the project area contains a '+' character Workaround Enable project area item ID mode for PDF reporting in advanced properties ---- [APAR PH22568] [Categories are seen as duplicated for each project in JRS.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185857] This defect requires additional steps to apply: There are additional required steps in order to implement this fix 1) Add a unique External URI for the duplicated Categories in each project area ( Admin -> Manage Project Properties) 2) Refresh the Data Source in Report Builder (/rs data model refresh) ---- 8. CONSOLIDATED LIST OF APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product Jazz Reporting Service Fixed in release 7.0.1: [APAR PH21137] [Live excel fails to refresh with special chars (like +..etc) in uid or pwd] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507777] [APAR PH21179] [Metamodel cache file creation files with too long JDBC URL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508650] [APAR PH21446] [Unable to set date in JRS conditions for some locales] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499135] [APAR PH21600] [Tree Filters does not load properly on first load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499587] [APAR PH22054] [LQE report with traceability selects more records than same report using data warehouse] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499075] [APAR PH22235] [Axis label with full width chars partly hidden in horizontal bar chart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500355] [APAR PH22556] [Delete non needed code that may cause an NPE] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508046] [APAR PH22556] [Export of reports reporting on artifacts containing FullWidth characters, fails in RB versions 6061 and above] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501765] [APAR PH22556] [JRS Report widget does not load in ELM dashboards on IE 11] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500076] [APAR PH22556] [Launchpad [Two Server Topology] : The Menu in Report Builder application throws an error after the installation and configuration.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501652] [APAR PH22556] [No report result with condition LQE non Enum attributes (say WI:Complexity) = Unassigned/Not-set] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508648] [APAR PH22556] [Report builder should expose the primary text field on the generic Requirement type against the LQE data source] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500751] [APAR PH22556] [Scheduled job generates reports with no results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508695] [APAR PH22802] [DD not honoring conditions on 'unassigned' values of Enum type attributes with multiple traces] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507968] [APAR PH23005] [Custom Expressions on Enum attributes does not list unassigned values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500642] [APAR PH23016] [Navigating directly to the URL for the Advanced section of a report shows incomplete SPARQL code] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508044] [APAR PH23075] [LQE reports returning a very large result set time out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500952] [APAR PH23212] [Historical graph do not show values when we want to see last value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504036] [APAR PH23536] [Columns always sorted string based if unassigned values exist] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/505165] [APAR PH24133] [Reduce the size of gaps between bars in a chart and labels in SVG export] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504832] [APAR PH24426] [On a dashboard widget, some reports show "undefined" -- this should be changed to a more readable and understandable message once its cause is learned.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504236] [APAR PH24577] [Mismatch in number of rows obtained from the first scheduled static report and second scheduled static report excel sheets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/505176] [APAR PH24935] ["is not" condition does not return correct results when filtered on Enumeration values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506329] [APAR PH25616] [RB does not detect/report OSLC properties with same name, predicate, but different value type] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507806] Fixed in release 7.0.2: [APAR PH21339] [No DD results on combined column of Enum attributes with same label but different URIs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509807] [APAR PH22556] [EWM 7.0 upgrade creates 2 JRS jena indices after Liberty restart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509398] [APAR PH22556] [Server rename is failing for "rs"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/514300] [APAR PH25603] [ res Triples with invalid subject URIs added in advanced reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509284] [APAR PH26953] [Drill down show all work items instead of the expected subset.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515576] [APAR PH27520] [Cannot reconcile the Weekly (last value) with the daily figures in Total Trend for Work Item data Report.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/513750] [APAR PH27522] [No logging information when the a report is deleted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512436] [APAR PH27601] [Fix potential NPE in ReportDefinitionBean] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/511731] [APAR PH28602] [LQE Excel Export shows Rich Text formatting tags in the primary text fields] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526341] [APAR PH29452] [Drill down on DataWarehouse historical report shows incorrect results.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/517111] [APAR PH29522] [Conditions and relationships on artifacts following a 'does not exist' relationship are NOT ignored for DW reports.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522830] [APAR PH31225] [Cannot multiselect a parent value and a child value in a LQE enumeration condition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522051] Fixed in release 7.0.3: [APAR PH22556] [Need an indication that the report is dirty, if it is not refreshed after a change] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521428] [APAR PH32699] [Incorrect dynamic filters in DD SQL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524613] [APAR PH33816] [JRS with Db2 z/OS as data source throws SQL error when specifying dates] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526347] [APAR PH34219] [Report does not consider the condition for selected Test Script value if multiple projects are selected] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528892] [APAR PH34509] [Drill down of a count on a data warehouse report returns no results when a merge multiple traceability is used.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530119] [APAR PH34573] [Missing old reports of uid=email-id post SSO migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528329] [APAR PH34685] [DW : Not all time entries are listed on DD Calc column (SUM) on Time entries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/529275] [APAR PH22556] [Save issues with traceability reports] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524608] +-- Product Lifecycle Query Engine Fixed in release 7.0.1: [APAR PH21219] [Metrics task schedule editor takes too long to load when there are many configurations] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506108] [APAR PH22556] [ERROR .team.integration.reporting.data.query.QueryRunner - CRRGW5503E An unexpected response was received from the data source: HTTP/1.1 408 Request Timeout] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503535] [APAR PH22556] [Failed query execution reported in LQE. Not sure if the error is impacting returned data or not.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502396] [APAR PH22556] [Multiple request of the same sparql query within the same second by the same user results in errors.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504234] [APAR PH22556] [Removing a group from an access context using the UI leads to random results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501036] [APAR PH22556] [Rogue queries are not cancelling on server when hit with lots of concurrent requests] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503637] [APAR PH22556] [Rogue query can't cancel because thread id is not available.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504732] [APAR PH22556] [URL is shown instead of project name in list of projects showing colour in line report] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501822] [APAR PH22556] [Unable to restore LQE from backup when table names do not match.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507510] [APAR PH24728] [Data source error message construction is incorrect for some messages and handles errors poorly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516554] [APAR PH26449] [Reduce lock contention in Jena's NodeTableCache] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508043] Fixed in release 7.0.2: [APAR PH22556] [Base indexing throws NPE if a base member is not a resource URI] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515068] [APAR PH22556] [Getting exception "CRLQE1337E The query did not run" in ldx.log for DNG] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518284] [APAR PH22556] [Restore process performs all DB actions as a single set of transactions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516542] [APAR PH29819] [Opening a corrupt TDB may exhaust JVM file handles] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516417] Fixed in release 7.0.3: [APAR PH22556] [Health monitoring graphs are largely empty] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520962] [APAR PH22556] [LQE data source on selfhost server appears to be stuck due to initializing operation taking a long time] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525348] [APAR PH33467] [Restarting during a validation leaves data source showing a validation failed status] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525704] [APAR PH33829] [LQE Backup takes 82 hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524602] +-- Product IBM Rhapsody Model Manager Fixed in release 7.0.1: [APAR PH22556] [Improve reporting aggregates queries performance] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/73159] [APAR PH22556] [Non-RMM Rhapsody model not getting delivered from EWM client without IBM Engineering Systems Design Rhapsody - Model Manager license] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/72838] Fixed in release 7.0.3: [APAR PH31460] [RPE fails to processes Aggregates relationships in 7.0.1] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74915] [APAR PH32110] [[RMM] Change sets containing conflicting changes resolved with "Resolve with Mine" option cannot be delivered] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74281] +-- Product IBM Engineering Lifecycle Optimization - Engineering Insights Fixed in release 7.0.1: [APAR PH22556] [Actions on Text broken in ENI Views] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502454] Fixed in release 7.0.2: [APAR PH22556] [ENI Discards Conditional Parameter Values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/513081] [APAR PH28501] [[ENI] : 6061 to 70 repotools-relm.sh fails with null pointer exception] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/514142] +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.1: [APAR PH20310] [Blank gaps in DNG modules when switching view while scrolling is in progress] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/133988] [APAR PH20541] [x-server - artifacts cannot link to modules or collections if you are linking across servers] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/133809] [APAR PH20988] [DOORS to DNG migration - Links not being created on DNG side] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134398] [APAR PH21534] [New file version can be uploaded although the permission is revoked for its specific workflow state] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134075] [APAR PH21831] [Unable to save artifacts when user is part of Team based ownership, but not part of project] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135297] [APAR PH22141] [Importing a word document with hundreds of sections takes a long time, potentially never finishing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134317] [APAR PH22296] [Enumeration attribute value data loss during ping-ping import of the same ReqIF package.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134474] [APAR PH22326] [When printing a module, external link URI is displayed instead of the external link title] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135119] [APAR PH22386] [Limit by lifecycle status filter doesn't return expected results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134964] [APAR PH22508] [Potential Infinite Loop and OOM when printing reports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134309] [APAR PH22556] ['modified by' user on module different after migration (caused by missing artifact?)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134630] [APAR PH22556] [0.6 migration: NPE when migrating type with null objecttyperole] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135114] [APAR PH22556] [0.6 migration: NullPointerException logged in loadArtifactWithoutParentFolder - module case] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135103] [APAR PH22556] [0.6 migration: java.lang.IllegalArgumentException: Submitted Enum Entry Resource does not have a URL fragment] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134885] [APAR PH22556] [0.6 migration: java.lang.NullPointerException: Type not migrated] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134601] [APAR PH22556] [0.6 migration: verification export differences for attribute values] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135565] [APAR PH22556] [6061 ifix008 migration to 70 ifix001 failed with CRJAZ0683I An error occurred during the post-import handler for the "com.ibm.rdm.dngartifacts" namespace.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135098] [APAR PH22556] [ActionIdMappingService cache key is resulting in 0% cache hit rate] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135769] [APAR PH22556] [As a user, I should be able to see a warning message when in a view some links may not be displayed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135613] [APAR PH22556] [Audit history information is not clear for refactored module artifact, showing url instead of attribute name] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134743] [APAR PH22556] [Comment sorting does not differentiate between comments that are Recent, Unresolved, and Resolved] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134632] [APAR PH22556] [Data Verification RM log is full of errors : RM-DefaultPartitioner[2]-5] WARN er.core.artifacts.isrs.storage06.ArtifactConverter - Artifact < uri> has attribute whose type cannot be determined. That attribute will be skipped.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135300] [APAR PH22556] [HEAD on undecorated review uri results in stack dumps] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134943] [APAR PH22556] [Link to a module binding in another project created in GC does not show up in LC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134635] [APAR PH22556] [Link validity timeout running view to show links - view has large number of links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135404] [APAR PH22556] [Loading module with links in GC context can time out after server is restarted or package cache recycled (DB2)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134611] [APAR PH22556] [Non-static cache in ActionIdMappingService not properly sharing across threads] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135767] [APAR PH22556] [OSLC query to get a view by its name has stopped to work] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134631] [APAR PH22556] [Publish service module audit history request history=true option not implemented in 7.0] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134613] [APAR PH22556] [RM upgrade (6061 -> 701) fails on IBM i servers] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135463] [APAR PH22556] [ReqIF tool compatibility of OLE import restricted to DOORS and DOORS Next] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134803] [APAR PH22556] [Requirement Workflow State attribute is not found in the data warehouse] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136195] [APAR PH22556] [User is getting error 400 when try to generate report from review widget] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134582] [APAR PH22556] [User is unable to perform any operation after copying-pasting artifacts in the module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134886] [APAR PH22556] [migiz - enumerations dropped from import of a DOORS 9 migration file] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134603] [APAR PH22556] [migrated audit history - where public tags have been added and removed from an artifact, the history displays an inconsistent account of the tags] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134634] [APAR PH22556] [query - negative link queries return incorrect results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135048] [APAR PH22556] [reqif? - 'Slug should be decorated but is not '_e9f5a460-0f72-425e-bd8e-7480ec130a7a' when opening some modules created through reqif] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134602] [APAR PH22566] [DNG Error exporting artifact that contains decoded URL's with blank spaces in the Hyperlinks] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134400] [APAR PH22705] [DNG ReqIF export is not correctly including the Object Heading data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134402] [APAR PH22734] [Module view URL hyperlink navigation inconsistency] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135982] [APAR PH22756] [DOORS 9 with EXTERNAL LINKS including brackets { } is throwing InternalServerError and Link is not being created on the DOORS Next side.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134404] [APAR PH22908] [DNG -> DOORS -> DNG Import not updating attributes it should update] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134649] [APAR PH22917] [DNG ReqIF import is not importing the Object Heading from DOORs Migration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134460] [APAR PH22930] [DNG Error - Connection to the server cannot be established] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134962] [APAR PH22977] [DNG ReqIF import may not join Object Heading and Object Text] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134495] [APAR PH23052] [Images imported via ReqIF show as "Embedded attachment"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134741] [APAR PH23185, PH22040] [DNG Users cannot modify artifact's attributes, for artifacts within a module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135060] [APAR PH23229] [Opening an artifact using the link from "Share link to artifact" does not always select the artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135928] [APAR PH23424] [ReqIF export progress dialog stays at 0% progress] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135364] [APAR PH23428] [Unable to write to RM.Data.Attributes.ALTERNATE_SPELLING using Javascript] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134826] [APAR PH23826] [ReqIF importer should respect filter on "ReqIF.Name" w.r.t the module title attribute.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135329] [APAR PH23971] [Creating a link from QM/CCM to DNG artifacts with attribute with RDF URI defined, is throwing a ForbiddenException when attribute is removed from the artifact definition.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135178] [APAR PH24127] [Reqif roundtrip from DNG->DOORS->DNG is emptying the Description attribute on the artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135239] [APAR PH24142] [The DNG changeset and Jira issue links vanishes from DNG after refreshing the browser.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135112] [APAR PH24247] [Creating a link from QM/CCM to DNG throws ForbiddenException when an enumerated value is removed from the referenced attribute data type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135383] [APAR PH24384] [DNG: Rich Hover not showing for external links with hyperlink text] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135433] [APAR PH24438] [StringIndexOutOfBoundsException when converting strings to HTML in round trip export] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135286] [APAR PH24463] [DNG rich hover window does not work as expected to QM and CCM artifacts and links are displayed as urls] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135585] [APAR PH24484] [In Exported ReqIF package, Attribute 'dir' is not allowed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135974] [APAR PH24805] [ReqIF: When a View without Title column is exported and re-imported, the Artifact's Title gets overwritten by the Primary Text] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135976] [APAR PH24985] [ReqIF update from third-party tools shouldn't clear heading flags when no ChapterName AD/AV is present for a SpecObject.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136094] [APAR PH25177] [Export and Import of Excel Embedded Artifacts(Tables , Images ) to DNG is not working] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136897] [APAR PH25311] [Embedded image not displayed in the Baseline after deleting the core artifact of this embedded image in the Stream] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135872] [APAR PH25545] [Error occurs when importing a reqif from DOORs, deleting what was imported, then re-importing another reqif with the same content] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136389] [APAR PH25705] [0.6: migration: finalization exception - Validation failed! Found changesets with incorrect creation timestamps] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136040] [APAR PH25724] [0.6 migration: log file on large repositories hinders serviceability and consumes too much disk space] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136039] [APAR PH27846] [Full text search indicates enter an id, but doesn't do id search like Quick Search] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136974] [APAR PH28586] [CLMResourceHandler interrupts worker threads] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137456] [APAR PH29391] [Costly SQL query in 7.0.1 performance test runs, triggered by printing a module as a word doc] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137646] [APAR PH29737] [Module Links are slow to load when running module view to show links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137877] [APAR PH31171] [Bad session deltas can be caused by no-op Module States] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138477] [APAR PH32059] [Foundation sometimes fails to report conflicts which causes Module corruption on Changeset delivery.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138838] [APAR PH34928] [delivery - where there are multiple moves from the same parent, a move is dropped in the proposed target when onward delivered] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139830] Fixed in release 7.0.2: [APAR PH16889] [Paste as link option is grayed out] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136747] [APAR PH22556] [0.6 migration: ReqIF ID mapping skipping some URIs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136370] [APAR PH22556] [0.6 migration: upgrade changeset for archived resources does not get deletion mapping] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137692] [APAR PH22556] [Comment on review in Recent Comments viewlet won't always open] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136178] [APAR PH22556] [Module View: Linked Artifact filters using subfilters like Modified By display incorrect results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136734] [APAR PH22556] [Report builder (or LQE) queries involving link validity status of links that reference at least one RM requirement do not work properly after upgrade to 7.x] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136658] [APAR PH22556] [TRS Feed validator reports an issue with a versioned Binding url] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138745] [APAR PH22556] [attrs values in sidebar and artifact grid for module artifacts in opt out baselines do not agree] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137406] [APAR PH24983] [Update of module attributes is not working in 6.0.6.1 iFix008 (Custom Datatypes)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135703] [APAR PH25112] [ReqIF Import feature performs partial import without any indication of failure] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136824] [APAR PH25384] [Reconcile of collection/module/view fail in projects that were upgraded from 6.x to 7.0] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136200] [APAR PH25580, PH26269] [Prevention of keystroke usage during artifact edit saving] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136876] [APAR PH25895] [Rich hover of a review may generate an error if the artifact was cloned] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138020] [APAR PH25926] [Exported ReqIF identifiers on types can change if RDF URI has been used to map multiple types] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136351] [APAR PH26082] [V7.0 repotools_rm_upgrade.log shows conflicting messages, the success or failure of a migration needs to be made more clear] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136704] [APAR PH26085] [0.6 migration: NPE processing wrapper resource - the Function passed to Optional.transform() must not return null.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136556] [APAR PH26141] [Copy pasted artifacts when opened results in Error 400: Bad Request Propagated exception; original message [NullPointerException: null]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137046] [APAR PH26612] [DNG Exported the ReqIF File with different Datatype I.e XHTML for the custom string attribute] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137085] [APAR PH26739] [java.lang.IndexOutOfBoundsException when exporting module views that contains very formatted tables to Excel] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136756] [APAR PH26839] [Duplicated links and inconsistency for duplicated links between the grid and the Links section in the sidebar] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136930] [APAR PH26873] [String attributes lose their carriage return after Reqif import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137867] [APAR PH26940] [java.lang.IllegalStateException: URI does not look like the URI of an enumeration value - there is no fragment] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136597] [APAR PH27007] [0.6 migration: failure to migrate caused by vt-map violation] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136626] [APAR PH27061] [0.6 migration: reqif id mappings for wrappedResource not migrated] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136526] [APAR PH27072] [Adding web links to an artifact in a component in a GC results in the "&oslc_config.context" being added to the end of the web link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136713] [APAR PH27189] [0.6 migration: SAXParseException: The element type "p" must be terminated by the matching end-tag "

".] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136710] [APAR PH27238] [0.6 migration: Migration06Exception: com.ibm.team.repository.common.validation.PropertyConstraintException] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136428] [APAR PH27367] [Views which include a filter on a deleted tag incorrectly use the tag filter when exporting to CSV/Excel] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136977] [APAR PH27682] [ReqIF import allows Attribute Definitions to be imported with a missing Attribute Type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137414] [APAR PH27689] [In certain scenarios, attribute values are not reset during ReqIF import..] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/136936] [APAR PH27718] [When updating the primary text through excel importing, artifact name should not be changed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138049] [APAR PH27855] [DNG ReqIF should prevent binding resource uri identifier re-assignment] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137091] [APAR PH27923] [Obsolete artifact titles on Dashboard Comments Widget & Review Comments Sidebar] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137881] [APAR PH27954] [Full ETL job fails after upgrading to 7.0.1 if the Default Workflow was assigned to an artifact type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138695] [APAR PH28154] [MAT causing the TRS feed to go out of sync when used to repair modules in streams] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137111] [APAR PH28195] [String lengths truncated to 449 bytes in view exported to csv] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137310] [APAR PH28233] [Getting error while adding/removing requirement collection to/from test plan in QM application : Error accessing https://fgcihs1.fyre.ibm.com:9443/rm/resources/MD_s3ua4LbLEeqX8a9mrpvwsw: Forbidden.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137633] [APAR PH28380] [An upgrade failed, as the value of a date attribute could not be parsed.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137215] [APAR PH28400] [ReqIF Import failed without any errors or warnings captured in Import Report.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138220] [APAR PH28408] [ReqIF Exporting a View that filters out all artifacts will export all data (all artifacts, all attributes)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137231] [APAR PH28572] [DNG 7.0 reportable REST API does not always use legacy URLs for migrated data] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137362] [APAR PH28630] [DNG Team area Role permission can create an outgoing link but cannot delete it] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138931] [APAR PH28632] [Multiple views requests upon module duplicate when "Create a link from the copied artifact to the original artifact" is selected] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137599] [APAR PH28756] [Updating a core artifact and removing one of its bindings does not correctly update the TRS selection] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137367] [APAR PH29113] [0.6 migration: skip-violation ERROR] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137744] [APAR PH29237] [DNG - UserID with @ symbol cannot deliver own change sets] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137741] [APAR PH29347] [ReqIF export fails with NPE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137851] [APAR PH29389] [Increase SQL fetch size] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137647] [APAR PH29394] [Linebreak in the paragraph tag of the source of artifacts' Content prevents modification of other attributes and reports error CRRRW7558E] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138269] [APAR PH29436] [After exporting an artifact with embedded artifacts and importing this to a new artifact, edits to this new artifact result in new line characters appearing after each embedded artifact after every update.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137734] [APAR PH29603] [ReqIF Import fails to update artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137840] [APAR PH29617] [Importation report is showing null when setting "Attribute for imported artifacts" and "Attribute for imported modules" in a REQIF import] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138107] [APAR PH29707] [NPEs can cause events to be missed by TRS services] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/137807] [APAR PH29823] [Comment originator changing when resolving a comment] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138006] [APAR PH29868] [Review Comments icons not displayed in the grid in the review context after an upgrade to 7.0.0.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138128] [APAR PH30069] [Invalid global configuration parameters on OSLC requests can corrupt the type system cache, causing "Your request is missing the gcUri mandatory parameter" error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138152] [APAR PH30151] [OSLC component picker for References project areas not correct] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138040] [APAR PH30483] [ReqIF datatype of exported system String attribute type is varying between DATATYPE-DEFINITION-STRING and DATATYPE-DEFINITION-XHTML] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138622] [APAR PH30586] [ReqIF PREFERRED identifiers can change or move in some cases, causing potential identifier problems and knock-on duplication of elements] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138583] [APAR PH30648] [Module structure URI returns Error 400 after updates to module level attributes via OSLC API] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138289] [APAR PH30649] [Change set delivery results in blank module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138279] [APAR PH30733] [Primary text disappearing on All Artifacts views] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138292] [APAR PH31112] [TRS compaction collects duplicate events in memory leading to a larger footprint than necessary] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138451] [APAR PH31954] [RM TRS validation showing 5 missing and 1439 extra artifacts from the feed] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138730] [APAR PH31987] [OSLC query . Making an oslc query with oslc.select=* get a NullPointerException response] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138747] [APAR PH34107] [reqif recreation failure when deleting an artifact an artifact from a module (java.lang.NullPointerException ... Name must not be null)] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139516] [APAR PH34340] [REST URL response is slow when configuration-context header is provided] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139925] Fixed in release 7.0.3: [APAR PH22556] [Hover is slow for artifacts with links when in a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139912] [APAR PH22556] [Implement MAT repair - implement 'Recover Bindings and Artifacts' repair] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139901] [APAR PH22556] [View performance degrades when working in a change set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139262] [APAR PH28346] [ReqIF Export functionality exports XML tags / attributes that are not compliant with the ReqIF standard] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138587] [APAR PH30955] [Collection fails to display correct values for attributes edited in grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138442] [APAR PH31303] [MAT repair gaps for Module structure inconsistencies] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138512] [APAR PH31365] [Poor performance when exporting a module view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138917] [APAR PH31640] [Comments made before upgrade to 7.0 cannot be resolved] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139112] [APAR PH31834] [TRS stops receiving events and updating the feed to LQE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139553] [APAR PH32064] [0.6 migration: NPE in ArtifactConverter when rdf:value is a blank node] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138816] [APAR PH32164] [DNG incorrectly filtering out Heading and XHTML identifier elements on read.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138901] [APAR PH32173] [Edit Attributes: asking for this dialog to appear may result in the dialog never appearing] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138884] [APAR PH32543] [DOORS NEXT Performance issues resulting in DNG not being reachable due to long running active services after Users hover over multiple Requirements links in RQM] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139876] [APAR PH32618] [Prevent component overlap from occurring] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139649] [APAR PH32734] [Partition link by attribute query requests for BaseLinkByAttributeProcessor.queryByIdInModules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139330] [APAR PH32803] [Reqif import into component, which worked pre-upgrade, fails after upgrade to 7.0] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139048] [APAR PH33167] [ReqIF advanced import stalls on summary page] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139145] [APAR PH33216] [VVCService.getWorkingConfiguration for a concept uri can trigger expensive query for all configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139866] [APAR PH33561] [VvcQueryRevisionsRequest06 using too much heap] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139610] [APAR PH33698] [The TRS Feed validation does not remove versionedResources for Bindings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139341] [APAR PH33902] [Link sidebar loading is slow in opt-out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139869] [APAR PH34382] [Avoid query to resolve project context when global configuration is included in a request] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139879] [APAR PH34638] [Various link operations do a slow lookup for component and configuration in opt-out mode] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139870] [APAR PH34798] [Moving a module form one folder to another is reversed once the Change Set is delivered] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139811] [APAR PH34846] [CSV Import is exposing non-legacy URI to QM/LDX link creation request.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139798] [APAR PH35561] [Oracle: Slow SQL query for view in all artifacts area with filters on enum columns] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140165] +-- Product Jazz Foundation Fixed in release 7.0.1: [APAR PH18937] [Unable to authenticate with SPNEGO/Kerberos delegating auth application using the fallback authentication] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499240] [APAR PH20804] [Repotools exportUsers command : Removed licenses are present in csv file] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508761] [APAR PH21364] [Do not require service restarts when changing the user registry type property] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502141] [APAR PH21490] [Query condition filter selection includes items filtered out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508253] [APAR PH21654] [Make the advanced setting "JDBC Connection Pool Wait Time" require a server restart] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506818] [APAR PH22363] [EndTime in custom scenarios is displaying Epoch Time.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/511841] [APAR PH22556] [Add more validation to CMIS.mapItemState() and VersionTable.duplicateRowsForStream()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500418] [APAR PH22556] [CMIS.finalize() integrity constraint violation on version table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500282] [APAR PH22556] [CRJAZ1425E The database could not create indexes for the REPOSITORY_VERSION table.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501788] [APAR PH22556] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [APAR PH22556] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503690] [APAR PH22556] [Enhance debug logging in VersionTable.duplicateRowsForStream(...) when an exception occurs] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500416] [APAR PH22556] [Enhance repairVersionsWithIdenticalTimestamps tool with new scenarios identified as part of customer data] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/510027] [APAR PH22556] [GC SDK TRS mode contribution cache does not support server rename] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499685] [APAR PH22556] [JFS: Storage Area Support needs an advanced property] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502164] [APAR PH22556] [Some of the local stream names are listed in the GC tree, when they're expected to show as unavailable] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/505571] [APAR PH22556] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [APAR PH22556] [com.ibm.team.links.service.internal.LinkIndexService.queryLDXForLinks is limited to return 1k links] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506020] [APAR PH22756] [The com.ibm.team.repository.common.remoteaccess plugin.xml does not tightly define the import/exported plugins causing linkage errors] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500479] [APAR PH24270] [Make sure to always close task in BIRT code] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503623] [APAR PH25205] [Migration from 502->6061 followed by export/import breaks QM queries] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508352] [APAR PI89557] [repotools* -addtables can fail on Oracle if master schema name matches component model schema name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518811] Fixed in release 7.0.2: [APAR PH22556] [Inline REORG when DDL_MATERIALIZATION=ALWAYS_PENDING should use DISP=(MOD,DELETE,CATLG)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/511852] [APAR PH22556] [Self-host JTS and JTS04 are reporting Dashboard Processor exceptions: com.ibm.juno.core.parser.ParseException: Error occurred trying to parse into class 'java.util.Map'] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524263] [APAR PH22556] [repotools -repairVersionsWithIdenticalTimestamp is not repairing identical timestamps] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/511073] [APAR PH23307] [CleanUpUnusedIndexesVersionsTask should be interruptible [70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512245] [APAR PH26386] [CMIS finalize: com.ibm.team.repository.common.TeamRepositoryException: CRJAZ0368E A database query could not run on the server. (509155)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509606] [APAR PH26651] [repotools-rm -repairVersionsWithIdenticalTimestamp fails to modify configurations on a renamed server.[70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/510698] [APAR PH26824] [Cluster Member Data Metrics MBean does not display correct nodeState] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518413] [APAR PH26831] [repairVersionsWithIdenticalTimestamps fails with a null pointer case 4_1[70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512093] [APAR PH27002] [ArrayIndexOutOfBoundsException in WordSpliter$TokenStreamReader.read(WordSpliter.java:106) for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/514736] [APAR PH27052] [The plugin javax.mail.1.4.7 only supports TLSv1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/519936] [APAR PH27256] [[7.0] Unable to finalize mapped states: com.ibm.team.repository.common.TeamRepositoryException: com.ibm.team.repository.common.TeamRepositoryException: Validation failed! for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512726] [APAR PH27394] [Locale not carried over from Shared Process configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515724] [APAR PH28513] [Poor performance reading process TRS feed base[70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516056] [APAR PH29112] [[7.0] Run out of temp space in Oracle] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520323] [APAR PH29861] [repotools -repairUnreferenceVersions and CleanUpUnusedIndexesVersionsTask can return different results for incorrectUnreferencedVersions] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520600] [APAR PH30272] [Non deleted version is null for configuration [ID]. Cannot proceed with repair when running repairVersionsWithIdenticalTimestamp] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518809] [APAR PH32605] [During DN 0.6 migration from 6.0.x to 7.0.x, a queryable helper table is populated with duplicate old values, affecting ability to display correct data in the grid [70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516776] Fixed in release 7.0.3: [APAR PH22556] ["Boolean value for using Guava Cache In Jena" is not visible in the UI or in teamserver.properties[7.0]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530812] [APAR PH22556] [Jazz Authorization Server - LDAP and RACF Connectivity and Functionality for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525243] [APAR PH31009] [Poor performance when process area users modified many times[70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526225] [APAR PH31108] [[7.0] Data issues in DeliveredChange table causing DNG Migration failure] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520134] [APAR PH32605] [NullPointer in repairQueryableTables [70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523126] +-- Product IBM Engineering Workflow Management Fixed in release 7.0: [APAR PH33091] [Conditional DD allocations not working correctly] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522912] Fixed in release 7.0.1: [APAR PH21556] [Error when printing the result of a query | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503977] [APAR PH21906] [Liberty temp has sprite###.png files accumulating | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508332] [APAR PH22357] [Infinite loop while opening plan based on a Related Link Tree | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504056] [APAR PH22556] [Buildmap Garbage Collector should also clean up temporary buildmaps.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503493] [APAR PH22556] [IDz impacted by ClassCastException in system definition API] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509587] [APAR PH22556] [Links are not showing up on work item 501350 and others due to errant attachment] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503827] [APAR PH22556] [Missing option to prune all build baselines during SCD garbage collection] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/503482] [APAR PH22556] [Temporary build maps created during promotion preview are not deleted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504319] [APAR PH22556] [Tolerate output in translator that maps to a dataset definition with a variable in data set name] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/513658] [APAR PH23347] [Component name missing from componentLoadRules when build definition exported] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501655] [APAR PH23348] [Component level loadRules files not supported by createBuildDefinition ant task] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501657] [APAR PH24847] [Work item promotion preview raises a build map validation error as build map cannot be promoted] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/506087] [APAR PH24869] [[Code Review] Inconsistency in how we define link types, and how we programmatically create them for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509817] [APAR PH25577] [Modifying data set name does not create an entry in history of data set definition] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507431] [APAR PH25751] [jazz.net online help contents are missing/incorrect for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/508437] [APAR PH30337] [Error posting to Hudson/Jenkins job, no valid bread crumb was included for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518158] Fixed in release 7.0.2: [APAR PH22556] [Scan fails: the service was not registered] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/517317] [APAR PH22556] [SystemServices.locateDD() returns false when DD allocated when multi-processing is in affect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515873] [APAR PH22556] [[Web UI] Keyboard navigation on password field in Post Build Deploy tab of Build definition makes the editor dirty] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/514800] [APAR PH25747] [Configurations that come from CCM are not sorted in the Configuration Picker in GC for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516780] [APAR PH26047] [Renaming a literal in an enumeration list does not trigger a change event | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512470] [APAR PH26231] [insert work item links into a work item description from query does not create meaningful entries | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/510528] [APAR PH26239] [Unable to edit project area General Planning configuration, it says it's final but that cannot be marked | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/510615] [APAR PH26470] [Fetch of suspended change sets cannot fetch over 2048 items for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509820] [APAR PH28623] [Work item with enumeration id containing question mark cannot be read with OSLC GET | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516532] [APAR PH28650] [Getting the state using OSLC direct reference such as server/ccm/oslc/workitems/172/rtc_cm:state returns Error 500 | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516560] [APAR PH28828] [ReadOnly Attributes by Condition are not disabled on when user is only on a Team Area Member list | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/517646] [APAR PH29292] [Option similar to trustOutputs to generate a full buildableFiles. xml with rebuild=false when full analysis] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/515882] [APAR PH30035] [Moving work item between projects ignores work item's Team process | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/519879] [APAR PH30612] [Need null check for getDefaultAcceptFlow().getFlowNode() in PromotionService] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518629] [APAR PH31282] [SCM OslcUtils loadResource method can leak connections for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520664] [APAR PI74707] [WorkItemDynamicActionProvider does not return any results if the child project is on a different server in process shared environment | 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/512462] Fixed in release 7.0.3: [APAR PH31160] ["Export Plan to XML file" does not export items with parents that belong to another PA | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526229] [APAR PH31429] [Work Item Copy does not copy values from enumeration list with child link | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526239] [APAR PH34405] [Missing name in deletedBuildableFiles during Subset build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527704] [APAR PH34658] [Creation of draft work items using OSLC results in a ServiceNotFoundException | 7.0.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528462] +-- Product IBM Engineering Test Management Fixed in release 7.0.1: [APAR PH20508] [Validity Link status state is Valid when no links are present] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184296] [APAR PH21367] [Hovering over a Test Case within a test suite snapshot displays incorrect name if Test Case was renamed.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185991] [APAR PH22190] [Updating Categories with the OSLC API does not update the UI] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185880] [APAR PH22264] [Unable to connect using the Command Line Adapter when the username and or Password contains a caret] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184481] [APAR PH22489] [Manual Test Scripts steps overlap (Large content amount) in Chrome] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184186] [APAR PH22556] [A non-editable manual step custom attribute can be updated/modified when updating/creating execution result from REST API.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184514] [APAR PH22556] [Archive and Restore project area pair action does not take reverse on archive/restore jobs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186516] [APAR PH22556] [Component shown in UI is incorrect for cloned items] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186024] [APAR PH22556] [Custom attributes/categories are not showing in the same order in the Export PDF for different Test Artifacts.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189519] [APAR PH22556] [Deleting Execution Schedules does not schedule jobs scheduled via "Schedule Now" option.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184511] [APAR PH22556] [Few attributes are wrongly copied to the test case result during duplicating test case execution along with test case result from a test plan] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184507] [APAR PH22556] [Ignored skipped resources are still listed in LQE's skipped resource data.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186816] [APAR PH22556] [Missing Links in Quality Manager that are displayed in DNG (Global Configuration set up)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184512] [APAR PH22556] [Normative and Informative Documents and custom grid sections are empty in PDF reports.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186120] [APAR PH22556] [Renamed test machines show up in search with original names] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186476] [APAR PH22556] [Requirement links do not show up in cloned Test Case when link validity is enabled] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184305] [APAR PH22556] [Skipped resources not cleaned up in a CM enabled project area.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184508] [APAR PH22556] [Support disabling the approval comments] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185176] [APAR PH22556] [Support project area item ID when generating PDF reports.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186552] [APAR PH22556] [TCERs are getting duplicated to from source to target plan though it already has those selected TCERs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184506] [APAR PH22556] [TRS Validation does not stop when requested] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184510] [APAR PH22556] [TRS discrepancies in logs running FVT] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184509] [APAR PH22556] [TRS validator log remain empty after stopping runCompare] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185685] [APAR PH22556] [Test script steps are gone when merging Test Script from a baseline] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184513] [APAR PH22556] [Unable to add 'Related Test Artifact' from EWM Defect when test artifact has category assigned.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186707] [APAR PH22556] [[Silent Upgrade 70iFix001-701RC1] Message appeared “The Requirement provider does not support this operation” while creating links from QM testcases to DM] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186729] [APAR PH22556] [validateReqProProject() does not handle Atom feeds when query it] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186712] [APAR PH22568] [Categories are seen as duplicated for each project in JRS.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185857] [APAR PH22606] [Unable to edit a Manual Test step custom attribute at runtime] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184279] [APAR PH22772] [Exporting & importing a Process Template containing a Project level execution variables does not render correctly in a new Project Area] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185935] [APAR PH23271] [Duplicating a Manual Test Script with associated Test Data causes a Copy Exception] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184916] [APAR PH23960] [Poor performance is being experienced when associating a build record to a test suite result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185913] [APAR PH24010] [Exporting a summary report of a Test Plan that contains large amount of testcases etc Fails] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185900] [APAR PH24011] [Requirement Links section in a PDF report is displaying encoded characters] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186595] [APAR PH24152] [Unable to add 'Related Test Script' from EWM Defect] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185956] [APAR PH24162] [Viewing history of large test plan causes server to be unresponsive] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185975] [APAR PH24181] [Make Rebuild process from Catalog Update Service Project Area Aware] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186520] [APAR PH24250] [Unable to remove RQM to DNG link from test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187986] [APAR PH24391] [Approval Group is not transitioned to the Archive state after an approval (Test Case Result)] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186075] [APAR PH24589] [Fetching an item using the wrong handle type fails if the item is not cached in qmMigration async task for StepCountScriptAndTestcaseMigrator migrator] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186113] [APAR PH24827] [Category values become unassigned after a refresh in a Parent/Child mulivalued set up] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186386] [APAR PH24992] [Multiple Project Area Alias created when creating a new Project area in ETM] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186468] [APAR PH25133] [Keyboard input is disabled when filtering the Team Areas within an artifact] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186693] [APAR PH25172] [PDF Export cause AQXCM5045E and consumes available connections so no new connections are possible] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186563] [APAR PH25482] [Error message comes while linking QM test plan to DNG RM Artifacts ( not modules /Requirement Collection )] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186519] [APAR PH25790] [RRCClient does not handle authentication redirects correctly when validating RequisitePro projects] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186710] Fixed in release 7.0.2: [APAR PH11614] [Create a tool for searching Test Suite Results that have TCR's already in the trash] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186803] [APAR PH22556] [Project area with special character is not connecting to Command Line Adapter.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189482] [APAR PH24937] [Test plan with 80ETM runs out of memory with 24GB heap when exporting large Test Plan with 80K items.] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187256] [APAR PH25592] [Modifying the Manual Test Script Template sections does not render in the UI] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186924] [APAR PH25600] [ExecutionElement2 is skipped resource with error 400] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187647] [APAR PH26108] [Performance issues with Full Text search caused by queries using configuration context when RQM is not configuration enabled] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/186951] [APAR PH26818] [Unable to edit Manual Step Attributes at run-time associated to a Keyword] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187940] [APAR PH27982] ["Required property 'description' is missing" error when exporting to repository using an offline data file] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188278] [APAR PH27993] [ETM Fails to Create TCER for Test Case with carriage return character in the name] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187433] [APAR PH28206] [ breaks PDF summary] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187630] [APAR PH28543] [Repair back link icon is not displayed as expected] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187826] [APAR PH28652] [E-Signature pop up does not get displayed after an incorrect username/password attempt] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/187901] [APAR PH29784] [Creating/Importing a new QTP Test Script enables the Built-In variables by default] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188047] [APAR PH30462] [In GC enabled PA, "Validated by" column in DNG shows requirement link for each test script result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188456] [APAR PH30853] [TestMatrix widget has resize problems when number of x-axis points is more than 9] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188518] [APAR PH30995] [PDF Print does not complete when multiple Global Categories are set] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189271] [APAR PH31157] [Unable to Duplicate (Across Project Areas) a Test Plan with more than 2048 Test Cases: com.ibm.rqm.copy.exception.CopyException:] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188556] +-- Product Data Collection Component Fixed in release 7.0.1: [APAR PH22113] [JRS DWH Historical report does not recognize blank Status, once it had actual Status previously] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499141] Fixed in release 7.0.2: [APAR PH29504] [Workaround java.lang.ArrayIndexOutOfBoundsException in xerces library] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/516081] 9. CLIENT APAR FIXES This client update site contains fixes for the following defects: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product IBM Engineering Workflow Management Fixed in release 7.0.1: [APAR PH20894] [Migrated datasets not automatically recalled and causes invalid volume error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501003] [APAR PH22270] [Problem with references in compilation tab from z/OS builds] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499857] [APAR PH22556] [Build Toolkit : In an ISPF Gateway build the allocations are being made prior to calling the ISPF Gateway] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504011] [APAR PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] [APAR PH22556] [ISPF Client : Revert and Discard do not work after v6.0.5] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502032] [APAR PH22556] [SCMEE : Provide for an EE specific build property to control loading threads] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504992] [APAR PH23623] [Crash when auto detecting file changes modified outside of the RTC Eclipse client for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502875] [APAR PH24255] [Unexpected wrong format with comma for work item ID in subset contents when Id > 999] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/505288] [APAR PH24435] [ISPF Gateway : REXX say instruction missing from error message logic in ISPFGatewayUtil.getRexxContent()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/504050] [APAR PH25061] [When “Automatically Detect Changes” is enabled in RTC updating changes is stuck at 99% for 7.0] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/507350] Fixed in release 7.0.2: [APAR PH25871] [When unmappableCharacter exception during a load on z/OS, make sure that the stack provides the line number information] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509359] [APAR PH26159] [Buildmap - buildPath of unresolved files can be wrong when there are multiple conditional SYSLIB] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/509363] [APAR PH29574] [Changing data set type on data set editor induces an erroneous data set type as null in history] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/517420] [APAR PH30774] [ISPF Client : Daemon start/stop shell scripts out of sync resulting in incorrect daemonconfig path in daemon stop script] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/518090] 10. UPDATING THE JAZZOP WAR FILE The WAR file last changed in iFix015 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 iFix015 or later, you do not have to do these steps again. To install the patch with Jazz Authorization Server (JAS): a. Stop the Jazz Authorization Server with stop-jazz. b. Back up the following file in case you need to revert the patch: \wlp\usr\servers\jazzop\apps\jazzop.war c. Delete the following file: \wlp\usr\servers\jazzop\apps\jazzop.war d. Place the new jazzop.war file in the following directory: \wlp\usr\servers\jazzop\apps e. Start the server with start-jazz. To uninstall the patch with Jazz Authorization Server (JAS): a. Stop the Jazz Authorization Server with stop-jazz. b. Delete the following file: \wlp\usr\servers\jazzop\apps\jazzop.war c. Restore the original jazzop.war file that was backed up during the installation to the following directory: \wlp\usr\servers\jazzop\apps d. Start the server with start-jazz. 11. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR DOORS NEXT Note: This issue is independent of the back-end database being used by DOORS Next. This fix should be applied regardless of whether you are using Oracle as your ELM 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 iFix008. If you have already deployed these files as part of installing iFix008 or later, you do not have to do these steps again. Follow the instructions detailed in the README.txt file contained within the DN_7_OutsideIn_8-5-4_Patch_CPU_January_2021.zip file. 12. KNOWN ISSUES None