Interim fix ELM_702_iFix003.zip This interim fix is only valid for the IBM solution for Engineering Lifecycle Management (ELM) 7.0.2 release. Future 7.0.2 iFixes will include these fixes, as will the next release of the IBM solution for ELM. CONTENTS OF THE INTERIM FIX 1. This readme file: readme.txt 2. Server patch file: ELM_server_patch_7.0.2.0-iFix003-ELM702M-I20210421-1803.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.2.0-iFix003-ELM702M-I20210421-1803.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.2_iFix001.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR MICROSOFT VISUAL STUDIO INSTRUCTIONS section) 9. IBM Engineering Workflow Management Client for Microsoft Windows Shell readme file: readme_winshellclient.txt 10. IBM Engineering Workflow Management for Microsoft Windows Shell patch file: ewm_winshellclient_I7.0.2_iFix001.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR WINDOWS SHELL INSTRUCTIONS section) 11. APAR PH32216 fix: THIRDPARTYLICENSEREADME.txt (see the ADDITIONAL APAR FIXES INSTRUCTIONS section) 12. Oracle Outside In Technology fix: DN_702_OutsideIn_8-5-5_Patch_CPU_January_2021.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR DOORS NEXT section) 13. WebSphere Application Server script file: clm_update.py (see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS and JAZZ REPORTING SERVICE INSTRUCTIONS sections) 14. Default context root map file: context-root-default.properties (used with clm_update.py in 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. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR WINDOWS SHELL INSTRUCTIONS 7. NEW APAR FIXES IN THIS IFIX 8. ADDITIONAL FIXES INSTRUCTIONS 9. CONSOLIDATED LIST OF APAR FIXES 10. CLIENT APAR FIXES 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.2.0-iFix003-ELM702M-I20210421-1803.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.2.0-iFix003-ELM702M-I20210421-1803.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.2.0-iFix003-ELM702M-I20210421-1803.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 NOTE: If you selected non-default application context roots during the original install, use a context-root.properties file to specify the map from default to renamed context roots. 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.2-I20210421-1303 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": https://www.ibm.com/support/knowledgecenter/SSYMRC_7.0.2/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 NOTE: If you selected non-default application context roots during the original install, use a context-root.properties file to specify the map from default to renamed context roots. 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.2-I20210203-0631. 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. IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR WINDOWS SHELL INSTRUCTIONS For installation instructions and details of the fixes in this interim fix, see the readme-winshellclient.txt file that is bundled with this interim fix. 7. NEW APAR FIXES IN THIS IFIX +-- Jazz Reporting Service [APAR PH35788] [RB performance: RB is slow on jazz net (self host) intermittent hangs slow performance] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531478] [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/530117] [APAR PH35446] [Unauth errors in lqe.log during live excel refresh on JTS auth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531331] +-- IBM Engineering Lifecycle Optimization - Engineering Insights [APAR PH32216] [On performing Show Count, the Count node is rendered empty.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528154] +-- IBM Engineering Requirements Management DOORS Next [APAR PH36107] [Item conversion sometimes fails when processing attribute values for the DOORS Created Thru attribute.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140319] [APAR PH32216] [0.6 migration performance: reduce number of upgrade mappings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139466] [APAR PH32216] [0.6 migration: switch to performant handling of archived resources] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139507] [APAR PH32216] [0.6 migration: replace saveItemInTxn with importItem] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139462] [APAR PH35792] [MAT does not repair structure with missing bound identifiers] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140230] [APAR PH35512] [0.6 migration: AttributeDefinitions with a null range case the upgrade to fail] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140103] [APAR PH32635] [Table Font/Structure not maintained through REQIF interchanges from DOORS to DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140039] [APAR PH34530] [Flipped Diagram object doesn't display correctly in the module grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139655] [APAR PH35751] [References linking should not be restricted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140194] [APAR PH34705] [Member of team area is not able to edit artifacts contained in folder that is associated with her team.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139725] [APAR PH34390] [API to fetch the active changsets of current user and stream in RDF format includes delivered changesets too.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139832] [APAR PH22556] [Implement MAT repair - implement 'Recover Bindings and Artifacts' repair] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139928] [APAR PH33871] [Several MAT functions result in expensive database operations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140199] [APAR PH33268] [DNG Reqif Import - Images placed in a wrong folder and not visible in the module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140070] [APAR PH34988] [Linking from artifact to Module is not working on cross server architecture] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140163] [APAR PH34512] [Updating an Artifact Type with 'missing' attributes fails with error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139841] [APAR PH26756] [TRS feed does not gets updated when re-imported a reqif after importing a reqif , deleting the artifact and definition.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139583] [APAR PH35816] [IE - Embedded text resources not loading] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140227] [APAR PH35962] [XLS/XLSX Export - Cannot export a module that contains wrapped resources previously removed or are part of a different configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140281] [APAR PH33736] [Delta job is not processing links between artifacts modified before the last job execution and new created artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139509] [APAR PH32618] [Prevent component overlap from occurring] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139651] [APAR PH34521] [Updating artifact attributes and then save results in CRRRW7556E error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139728] [APAR PH34911] [Link creation times out in opt out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140085] [APAR PH32216] [Comment number allocation race condition may result in duplicate IDs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140028] [APAR PH32216] [0.6 migration: improve performance of archived resource migration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139458] [APAR PH32216] [0.6 migration: enable consumerDoesFetch by default] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139464] [APAR PH36010] [Content-Type header not returned by folder service] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140321] [APAR PH34553] [Module merge deltas are applied in the wrong order] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139688] [APAR PH34708] [0.6 migration: module-scoped view has an invalid module URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139732] [APAR PH34707] [0.6 migration: bookmark has an invalid parent folder URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139730] [APAR PH33769] [Publish API does not expose module information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139917] [APAR PH34191] [Error is shown when trying to create a link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139575] [APAR PH32216] [0.6 migration: add metrics and migration control to allow finer-grained analysis of migration pipeline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139460] [APAR PH35121] [link constraints - cross component link constraints no longer allow selection of a valid target artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139941] [APAR PH35970] [TRS rebase queries are slow in DB2 environments with large numbers of configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140275] [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/139800] [APAR PH34504] [Attributes Created By and Modify By, for users with their "User ID" set with an email address, appear empty] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139647] [APAR PH32216] [comments - all comments created for an artifact in a changeset are numbered '1' even after delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139990] +-- Jazz Foundation [APAR PH32216] [[702] ConfigurationManagementImportService does not preserve ChangeSet.modifiedBy when updating or recreating change sets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531701] [APAR PH32216] [[702] Move the Unreferenced versions verifier to > 5 level] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532470] [APAR PH32216] [[702] Upgrade failed in addTables when Validating version tables for identical timestamp issue (520509)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532472] [APAR PH32216] [Provide API to identify all states of items of one or more managed item types] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528444] [APAR PH32216] [Make the change set commit code insert the correct contributor_id value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532130] [APAR PH26386] [[702] 7.0.2 iFix001m Upgrade causes unique constraint violation reported addTables log] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532473] [APAR PH35115] [[702] Getting message: Maximum number of expressions in a list is 1000 running addTables in an upgrade from 6.0.6.1 to 7.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530977] [APAR PH33114] [repotools-rm.bat -verify command does not report the affected project area in the log to fix it.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526792] [APAR PH32216] [[702] 7.0.1 upgrade: Change set initialization take 40+ hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532469] [APAR PH32216] ["Boolean value for using Guava Cache In Jena" is not visible in the UI or in teamserver.properties[7.0.2]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531053] [APAR PH32216] [[702][DNG Migration] Asynchronously validate migrated delivery records] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531968] [APAR PH31975] [[702] Address concurrency issues with Jena TypeMapper] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532465] +-- IBM Engineering Workflow Management [APAR PH33211] [Eclipse: Tracks links are not available when dropping a Work Item | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532455] [APAR PH34942] [Internal migration - System definitions various fix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530743] [APAR PH35615] [Build output missing when condition is set on a translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531040] [APAR PH34405] [Missing name in deletedBuildableFiles during Subset build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527706] [APAR PH34297] [CSV import ignores custom linktypes (created with plugin) | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531706] [APAR PH34658] [Creation of draft work items using OSLC results in a ServiceNotFoundException | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530784] [APAR PH35562] [Query result decimal column changes from rounding to 4 digits to 3 digits after working copy is loaded | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531644] [APAR PH31560] [Nested iterations doesn't show up in planned for attribute | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528588] [APAR PH35969] [Spaces in enumeration ids generate invalid reports... fix issue with existing data | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532065] +-- IBM Engineering Test Management [APAR PH33989] [Test Case and Test Scripts are not accessible using Offline Execution in a CM enabled environment] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189652] [APAR PH35054] [Condensed step layout is failing with test scripts that contain tables with higher than available rowspan values] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189883] [APAR PH31825] [Suspect flag is not displayed after merging a new version of a Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189247] [APAR PH33198] [Manual Test Script steps are out of order when adding them at runtime] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189678] [APAR PH34097] [Test Case Suspect Status or locked status can not be updated via the REST API when approved] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189557] [APAR PH34789] [Potential OOM when OSLC Migration keeps failing] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189740] [APAR PH28702] [Skipped Resource created after inserting a string that includes unicode chars] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188733] [APAR PH33843] [Offline imports hangs (Never completes the import) for a bulk import] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189657] [APAR PH32334] [SQL Error Code 1205 or Error Code 3000 during reconcile process] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189300] [APAR PH35489] [Unable to reassign adapter for an execution not started yet] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189889] [APAR PH35046] [Manual Script Step context menu is missing icons] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189615] [APAR PH33117] [Unable to Bulk update Test Cases with requirements; the save never completes] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189659] +-- Data Collection Component [APAR PH33378] [DCC should stop populating RIDW.F_TESTCASE_REQUI_METRICS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528894] 8. ADDITIONAL FIXES INSTRUCTIONS +-- Product Jazz Reporting Service Fixed in release 7.0.3: [APAR PH30942] [Clicking + button to select more values for a condition has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520676] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH31958] [Drill down in bar graph report results in CRRGW5612E] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528248] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32216] [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/521426] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32216] [No DD data for DateScaleCalc=First/Last & Date Sacle=Months] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521530] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32232] [DD on combined columns bar fails with an SQL error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528108] 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/524611] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH32884] ["Created by Me" filter shows reports for which the user is owner but not creator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526633] 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/526345] 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/528890] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH34258] [WorkItems with Unassigned deliverable attribute are shown in an incorrect bar in graph view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528250] 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/530117] 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/528327] 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/529273] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH35446] [Unauth errors in lqe.log during live excel refresh on JTS auth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531331] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH35788] [RB performance: RB is slow on jazz net (self host) intermittent hangs slow performance] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531478] This defect requires additional steps to apply: see the JAZZ REPORTING SERVICE (REPORT BUILDER) INSTRUCTIONS section ---- [APAR PH36291] [Query timeout fetching configurations using "LQE scoped by configuration".] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532865] 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.3: [APAR PH32216] [Health monitoring graphs are largely empty] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520960] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH32216] [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/525346] This defect requires additional steps to apply: see the LIFECYCLE QUERY ENGINE AND LINK INDEX PROVIDER INSTRUCTIONS section ---- [APAR PH32216] [Restoring lqe databases from backup gives an error "server\conf\lqe\datasets\history\historyText' does not exist"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521110] 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/525701] 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/524600] 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.3: [APAR PH32827] [DNG Diagram text won't wrap in module grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139156] This defect requires additional steps to apply: Please note that preview images are cached on the server. Once a preview image is cached, it won't be regenerated until the diagram changes or the server cache is forcibly cleared. ---- +-- Product IBM Engineering Workflow Management Fixed in release 7.0.3: [APAR PH30709] [[CLI] CLI should not import projects while updating the sandbox for 7.0.2 iFix002] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524811] This defect requires additional steps to apply: Ask support for the latest SCM CLI toolkit. ---- [APAR PH32216] [Missing 3rd party license] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524086] This defect requires additional steps to apply: Copy the file THIRDPARTYLICENSEREADME.txt that is an original Oracle license to the /server/jre or JDK folder. The license applies to SCM Tools and the Build System Toolkit. ---- +-- Product IBM Engineering Test Management Fixed in release 7.0.3: [APAR PH32216] [RQM web UI should give a warning when a comprehensive PDF job is going to spawn a very large number of child jobs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189302] This defect requires additional steps to apply: New advanced server properties Maximum number of associated test artifacts for the PDF print job Sets the maximum number of associated test artifacts that can be allowed for the PDF print job of a test artifact. For example, during the PDF print job of a test plan that has multiple associated test artifacts, this property checks whether the allowable number of associated test artifacts is more than the actual number of associated test cases, test suites, and other test artifacts for the test plan. For the PDF print job of the browse table view, this property checks the number of test artifacts that are selected for the PDF print job. Default value for the maximum number of associated test artifact is 10000. Maximum number of associated test artifacts for the PDF print job is introduced to enable the 1st property. Default value for this property is false. User needs to set this property to true to enable Maximum number of associated test artifacts for the PDF print job. ---- [APAR PH34097] [Test Case Suspect Status or locked status can not be updated via the REST API when approved] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189557] This defect requires additional steps to apply: See https://jazz.net/wiki/bin/view/Main/RqmApi#suspectStatus For the usage and details in regards to the 'suspectStatus ' parameter ---- 9. 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.3: [APAR PH30942] [Clicking + button to select more values for a condition has no effect] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520676] [APAR PH31958] [Drill down in bar graph report results in CRRGW5612E] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528248] [APAR PH32216] [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/521426] [APAR PH32216] [No DD data for DateScaleCalc=First/Last & Date Sacle=Months] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521530] [APAR PH32232] [DD on combined columns bar fails with an SQL error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528108] [APAR PH32699] [Incorrect dynamic filters in DD SQL] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524611] [APAR PH32884] ["Created by Me" filter shows reports for which the user is owner but not creator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526633] [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/526345] [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/528890] [APAR PH34258] [WorkItems with Unassigned deliverable attribute are shown in an incorrect bar in graph view] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528250] [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/530117] [APAR PH34573] [Missing old reports of uid=email-id post SSO migration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528327] [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/529273] [APAR PH35446] [Unauth errors in lqe.log during live excel refresh on JTS auth] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531331] [APAR PH35788] [RB performance: RB is slow on jazz net (self host) intermittent hangs slow performance] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531478] [APAR PH36291] [Query timeout fetching configurations using "LQE scoped by configuration".] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532865] +-- Product Lifecycle Query Engine Fixed in release 7.0.3: [APAR PH32216] [Health monitoring graphs are largely empty] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520960] [APAR PH32216] [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/525346] [APAR PH32216] [Restoring lqe databases from backup gives an error "server\conf\lqe\datasets\history\historyText' does not exist"] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/521110] [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/525701] [APAR PH33829] [LQE Backup takes 82 hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524600] +-- Product IBM Rhapsody Model Manager 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/74369] [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/74363] [APAR PH33888] [Upgrade of CCM from 6061 iFix13 to 7.0.1 failed due to unresolved reference to a process definition item] [https://jazz.net/jazz04/resource/itemName/com.ibm.team.workitem.WorkItem/74828] +-- Product IBM Engineering Lifecycle Optimization - Engineering Insights Fixed in release 7.0.3: [APAR PH32216] [Conditional Property Editor just shows] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526074] [APAR PH32216] [On performing Show Count, the Count node is rendered empty.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528154] +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.3: [APAR PH22556] [Implement MAT repair - implement 'Recover Bindings and Artifacts' repair] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139928] [APAR PH26756] [TRS feed does not gets updated when re-imported a reqif after importing a reqif , deleting the artifact and definition.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139583] [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/138589] [APAR PH29892] [Error CRRRW7558E while executing a Promote or Demote in 7.0.1] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138846] [APAR PH30081] [Module Analysis does not properly detect bindings with no bound artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139106] [APAR PH30723] [When selecting Add a link to artifact, the link dialog box opens on the artifacts preferred link type] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138465] [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/138600] [APAR PH31018] [ReqIF: MIME type for a JPEG image inserted in an Artifact is represented as PNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138602] [APAR PH31271] [0.6 migration: ClassCastException: com.ibm.rdm.service.artifacts.model.impl.Text incompatible with com.ibm.rdm.service.artifacts.model.IBinding] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138601] [APAR PH31303] [MAT repair gaps for Module structure inconsistencies] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138607] [APAR PH31365] [Poor performance when exporting a module view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138852] [APAR PH31487] [0.6 migration: Remove long running migration.producer.concept.count query] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138605] [APAR PH31640] [Comments made before upgrade to 7.0 cannot be resolved] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139114] [APAR PH31641] [CreateComponentTemplateTask.populateBookmarkEntry leads to ZipException: duplicate entry] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138713] [APAR PH31830] [0.6 migration: NullPointerException when comparing module structure annotations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138733] [APAR PH31834] [TRS stops receiving events and updating the feed to LQE] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139555] [APAR PH31850] [[DB Migration] repotools-rm -verify fails post migration for Oracle DB] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138702] [APAR PH31897] [In some cases attributes of type string are exported as XHTML in ReqIF Exports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139118] [APAR PH32020] [Permission error modifying enum values from an attribute where another enum value was deleted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138915] [APAR PH32027] [0.6 migration: IllegalArgumentException: Duration can not be negative] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138777] [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/138818] [APAR PH32104] [Artifact attributes widget does not return any response code when artifact does not contain a link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139551] [APAR PH32164] [DNG incorrectly filtering out Heading and XHTML identifier elements on read.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138903] [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/138886] [APAR PH32216] [0.6 migration performance: reduce number of upgrade mappings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139466] [APAR PH32216] [0.6 migration: add metrics and migration control to allow finer-grained analysis of migration pipeline] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139460] [APAR PH32216] [0.6 migration: enable consumerDoesFetch by default] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139464] [APAR PH32216] [0.6 migration: improve performance of archived resource migration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139458] [APAR PH32216] [0.6 migration: replace saveItemInTxn with importItem] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139462] [APAR PH32216] [0.6 migration: switch to performant handling of archived resources] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139507] [APAR PH32216] [Can't edit artifact after saving a value of 1000 for Allocated Capacity or Budgeted Investment which are float attributes] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139485] [APAR PH32216] [Comment number allocation race condition may result in duplicate IDs] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140028] [APAR PH32216] [Comments section is not showing any data when the artifact is exported to Word/PDF] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138858] [APAR PH32216] [Hover is slow for artifacts with links when in a GC] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139914] [APAR PH32216] [ReqIF import report does not inform user if an artifact is not updated due to it being locked] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138826] [APAR PH32216] [Running a Traceability report from a module view ( and folder view ) make the the selection of the artifact hang forever] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138855] [APAR PH32216] [Strange behaviour not allowing for Module edit] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138849] [APAR PH32216] [View performance degrades when working in a change set] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138857] [APAR PH32216] [comments - all comments created for an artifact in a changeset are numbered '1' even after delivery] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139990] [APAR PH32216] [reqif / delivery? - simple roundtrip fails with specific data [ForbiddenException: CRRRS8663E This attribute definition is unknown:]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138851] [APAR PH32261] [0.6 migration: deadlock when inserting concept upgrade mappings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/138877] [APAR PH32348] [Link Constraints prevents the link creation when duplicating an artifact with Copy + Paste Special + enable "Link Pasted and Original Artifacts"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139102] [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/139878] [APAR PH32618] [Prevent component overlap from occurring] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139651] [APAR PH32635] [Table Font/Structure not maintained through REQIF interchanges from DOORS to DNG] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140039] [APAR PH32687] [0.6 migration: MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence when upgrading links] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139104] [APAR PH32734] [Partition link by attribute query requests for BaseLinkByAttributeProcessor.queryByIdInModules] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139332] [APAR PH32751] [Exporting artifacts with embedded files in the primary text are not recognized by other tools] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139441] [APAR PH32752] [Artifacts with Embedded file can no longer receive updates via ReqIF] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139351] [APAR PH32756] [Failure to retrieve context map can result in map overwrite.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139098] [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/139050] [APAR PH32827] [DNG Diagram text won't wrap in module grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139156] [APAR PH32873] [0.6 migration: ArrayIndexOutOfBoundsException when upgrading diagram] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139401] [APAR PH32991] [OSLC Folder queries resolve process area as project context, leading to configuration resolution failure] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139213] [APAR PH33167] [ReqIF advanced import stalls on summary page] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139147] [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/139868] [APAR PH33268] [DNG Reqif Import - Images placed in a wrong folder and not visible in the module] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140070] [APAR PH33388] [On Linux servers, embedded document preview service generates blank previews (png) for OLEs from DOORS] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139387] [APAR PH33404] [DOORS generated (ole extracted) native files are not being displayed inline in the module view after reqif import.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139578] [APAR PH33502] [reqif - unable to import changes to structure after recovering from importing changes into a locked module [Already ACTIVE. Raising Conflict]] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139278] [APAR PH33561] [VvcQueryRevisionsRequest06 using too much heap] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139612] [APAR PH33662] [RDNG OSLC query capability returns nav:parent for Bindings artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139564] [APAR PH33663] [REST API call rm/publish/text?moduleURI fails with Error 400: Bad Request on data upgraded from 6.0.6.1 to 7.0.2 only in a GC context.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139337] [APAR PH33698] [The TRS Feed validation does not remove versionedResources for Bindings] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139343] [APAR PH33710] [0.6 migration: DB2 timestamp conversion error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139363] [APAR PH33736] [Delta job is not processing links between artifacts modified before the last job execution and new created artifacts] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139509] [APAR PH33769] [Publish API does not expose module information] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139917] [APAR PH33851] [Ensure ordering of TRS events] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139382] [APAR PH33871] [Several MAT functions result in expensive database operations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140199] [APAR PH33902] [Link sidebar loading is slow in opt-out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139586] [APAR PH33968] [0.6 migration: insert of deletion mappings is not being retried] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139486] [APAR PH33975] [Links to DM are not exported to report] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139566] [APAR PH33995] [Schema cannot be added in PUB if there are only CM enabled projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139511] [APAR PH34008] [OSLC queries based on Types/Attributes upgraded from 6.x to 7.x return wrong results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139454] [APAR PH34191] [Error is shown when trying to create a link] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139575] [APAR PH34302] [0.6 migration: Folder missing title PropertyConstraintException] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139547] [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/139589] [APAR PH34390] [API to fetch the active changsets of current user and stream in RDF format includes delivered changesets too.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139832] [APAR PH34504] [Attributes Created By and Modify By, for users with their "User ID" set with an email address, appear empty] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139647] [APAR PH34512] [Updating an Artifact Type with 'missing' attributes fails with error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139841] [APAR PH34521] [Updating artifact attributes and then save results in CRRRW7556E error] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139728] [APAR PH34530] [Flipped Diagram object doesn't display correctly in the module grid view] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139655] [APAR PH34553] [Module merge deltas are applied in the wrong order] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139688] [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/139677] [APAR PH34705] [Member of team area is not able to edit artifacts contained in folder that is associated with her team.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139725] [APAR PH34707] [0.6 migration: bookmark has an invalid parent folder URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139730] [APAR PH34708] [0.6 migration: module-scoped view has an invalid module URI] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139732] [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/139800] [APAR PH34911] [Link creation times out in opt out projects] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140085] [APAR PH34988] [Linking from artifact to Module is not working on cross server architecture] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140163] [APAR PH35121] [link constraints - cross component link constraints no longer allow selection of a valid target artifact] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139941] [APAR PH35512] [0.6 migration: AttributeDefinitions with a null range case the upgrade to fail] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140103] [APAR PH35531] [XLS/CSV file generated when exporting a view that contains links loses data in the case of links type: Verified By (<), but when exporting a view with Verifies links the file generated is correct.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/139557] [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/140167] [APAR PH35751] [References linking should not be restricted] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140194] [APAR PH35792] [MAT does not repair structure with missing bound identifiers] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140230] [APAR PH35816] [IE - Embedded text resources not loading] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140227] [APAR PH35962] [XLS/XLSX Export - Cannot export a module that contains wrapped resources previously removed or are part of a different configuration] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140281] [APAR PH35970] [TRS rebase queries are slow in DB2 environments with large numbers of configurations] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140275] [APAR PH36010] [Content-Type header not returned by folder service] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140321] [APAR PH36107] [Item conversion sometimes fails when processing attribute values for the DOORS Created Thru attribute.] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/140319] +-- Product Jazz Foundation Fixed in release 7.0.3: [APAR PH17187] [ClusterDiagnostic of the clustered environment should somehow factor in *when* the slowness was observed and gradually phase the ERROR/WARNING statuses for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523966] [APAR PH26386] [[702] 7.0.2 iFix001m Upgrade causes unique constraint violation reported addTables log] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532473] [APAR PH30148] [Query doesn't used ? style parameters[70]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/529453] [APAR PH31009] [Poor performance when process area users modified many times[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524499] [APAR PH31975] [[702] Address concurrency issues with Jena TypeMapper] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532465] [APAR PH32216] ["Boolean value for using Guava Cache In Jena" is not visible in the UI or in teamserver.properties[7.0.2]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531053] [APAR PH32216] [Can't link EWM source files to artifacts in a GC because the Select Configuration dialog shows an error from EWM Eclipse client] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520326] [APAR PH32216] [Jazz Authorization Server - LDAP and RACF Connectivity and Functionality for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525248] [APAR PH32216] [Make the change set commit code insert the correct contributor_id value] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532130] [APAR PH32216] [Online Verify isn't scalable[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523857] [APAR PH32216] [Provide API to identify all states of items of one or more managed item types] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528444] [APAR PH32216] [Provide new API to fetch all states of a configuration-aware item regardless of configuration] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/525885] [APAR PH32216] [[702] 7.0.1 upgrade: Change set initialization take 40+ hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532469] [APAR PH32216] [[702] ConfigurationManagementImportService does not preserve ChangeSet.modifiedBy when updating or recreating change sets] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531701] [APAR PH32216] [[702] Move the Unreferenced versions verifier to > 5 level] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532470] [APAR PH32216] [[702] Upgrade failed in addTables when Validating version tables for identical timestamp issue (520509)] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532472] [APAR PH32216] [[702][DNG Migration] Asynchronously validate migrated delivery records] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531968] [APAR PH32605] [NullPointer in repairQueryableTables[702]] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/523127] [APAR PH33114] [repotools-rm.bat -verify command does not report the affected project area in the log to fix it.] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526792] [APAR PH33700] [DeliveryService.getSessionDeliverableChangeSets hanging for hours] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527846] [APAR PH34038] [[7.0.2] Data issues in DeliveredChange table causing DNG Migration failure] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526774] [APAR PH35115] [[702] Getting message: Maximum number of expressions in a list is 1000 running addTables in an upgrade from 6.0.6.1 to 7.0.1] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530977] +-- Product IBM Engineering Workflow Management 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.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526231] [APAR PH31235] [OSLC representation has the title XML encoded twice | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526233] [APAR PH31429] [Work Item Copy does not copy values from enumeration list with child link | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/526241] [APAR PH31560] [Nested iterations doesn't show up in planned for attribute | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528588] [APAR PH32216] [CAS search terminated with errors when contextual CAS searching from a work item] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/520873] [APAR PH32216] [HFS build should support HFS folder being a project] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/524434] [APAR PH34288] [Quick Planner :: Work item gets opened, when it is dragged from one lane(Open) to other lane(In Progress) in the Work Board] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527838] [APAR PH34297] [CSV import ignores custom linktypes (created with plugin) | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531706] [APAR PH34405] [Missing name in deletedBuildableFiles during Subset build] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/527706] [APAR PH34658] [Creation of draft work items using OSLC results in a ServiceNotFoundException | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530784] [APAR PH35562] [Query result decimal column changes from rounding to 4 digits to 3 digits after working copy is loaded | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531644] [APAR PH35969] [Spaces in enumeration ids generate invalid reports... fix issue with existing data | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532065] +-- Product IBM Engineering Test Management Fixed in release 7.0.3: [APAR PH28702] [Skipped Resource created after inserting a string that includes unicode chars] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188733] [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/188758] [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/188717] [APAR PH31325] [The "Edit Test Scripts Inline" section of a Test Case is inoperable after a REST API update] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188684] [APAR PH31353] [Not all machines in a cell are used when execution owner is set] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188791] [APAR PH31542] [Generate Test Case Execution Records does not reflect the choices made such as "Add a prefix to generated test environment names"] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189421] [APAR PH31825] [Suspect flag is not displayed after merging a new version of a Test Case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189247] [APAR PH31828] [Roll-up result displays incorrect State value in a TCER] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188775] [APAR PH32166] [2 test case results created during suite execution using CLA adapter, one left "in-progress"] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188718] [APAR PH32193] [Unrelated Defect link is visible in test case result] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189087] [APAR PH32216] [CnP : In ETM, button (icon) 'Paste Artifact Link" does not paste copied requirement in test script step] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188757] [APAR PH32216] [Dev demo feedback on error message: Update the error message in the dialog when test plan contains more artifacts than the maximum allowed number of associated artifacts] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189341] [APAR PH32216] [Multi-Comp : Script step synchronizer fails] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188764] [APAR PH32216] [Multi-Component: Generate TCER wizard shows parent artifact's component instead of default selected component] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188683] [APAR PH32216] [New advance server property "Maximum number of associated test artifacts for the PDF print job" does not validate against minimum value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189371] [APAR PH32216] [RQM web UI should give a warning when a comprehensive PDF job is going to spawn a very large number of child jobs] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189302] [APAR PH32216] [[Dojo 1.16] Build records and build definitions skipped resources removed from unignore] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188685] [APAR PH32216] [[Dojo 1.16] Unable to use arrow keys in drop down lists] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188765] [APAR PH32216] [[Dojo 1.16] Unable to use arrow keys while creating category and category value] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188763] [APAR PH32237] [Excel Utility installer (RQMExcelImporterSetupX64ForDotNET45.msi) does not install for all users] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/188675] [APAR PH32334] [SQL Error Code 1205 or Error Code 3000 during reconcile process] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189300] [APAR PH33117] [Unable to Bulk update Test Cases with requirements; the save never completes] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189659] [APAR PH33198] [Manual Test Script steps are out of order when adding them at runtime] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189678] [APAR PH33303] [CSV/PDF export of TCER list view does not use the TCER's default test script] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189229] [APAR PH33681] [PDF export does not format the data properly when the tag is present] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189192] [APAR PH33843] [Offline imports hangs (Never completes the import) for a bulk import] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189657] [APAR PH33942] [After saving, in addition to adding the link, the value for the execution variable was deleted for test case] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189190] [APAR PH33989] [Test Case and Test Scripts are not accessible using Offline Execution in a CM enabled environment] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189652] [APAR PH34097] [Test Case Suspect Status or locked status can not be updated via the REST API when approved] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189557] [APAR PH34789] [Potential OOM when OSLC Migration keeps failing] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189740] [APAR PH35046] [Manual Script Step context menu is missing icons] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189615] [APAR PH35054] [Condensed step layout is failing with test scripts that contain tables with higher than available rowspan values] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189883] [APAR PH35489] [Unable to reassign adapter for an execution not started yet] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/189889] +-- Product Data Collection Component Fixed in release 7.0.3: [APAR PH33378] [DCC should stop populating RIDW.F_TESTCASE_REQUI_METRICS] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/528894] 10. 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.3: [APAR PH31268] [Using check-in all button performs much worse with current work item set for 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/522337] [APAR PH33211] [Eclipse: Tracks links are not available when dropping a Work Item | 7.0.2] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/532455] [APAR PH34942] [Internal migration - System definitions various fix] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/530743] [APAR PH35615] [Build output missing when condition is set on a translator] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/531040] 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 iFix002. If you have already deployed these files as part of installing iFix002 or later, you do not have to do these steps again. Follow the instructions detailed in the README.txt file contained within the DN_702_OutsideIn_8-5-5_Patch_CPU_January_2021.zip file. 12. KNOWN ISSUES None