Interim fix ELM_70_iFix001.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-iFix001-ELM700M-I20200417-0343.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-iFix001-ELM700M-I20200417-0343.zip (see the IBM ENGINEERING WORKFLOW MANAGEMENT CLIENT FOR ECLIPSE UPDATE SITE INSTRUCTIONS section) 7. Oracle Outside In Technology fix: DN_7_OutsideIn_8-5-4_Patch_CPU_April_2020.zip (see the UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR DOORS NEXT section) 8. WebSphere Application Server script file: elm_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. NEW APAR FIXES IN THIS IFIX 6. ADDITIONAL FIXES INSTRUCTIONS 7. CONSOLIDATED LIST OF APAR FIXES 8. CLIENT APAR FIXES 9. UPDATING ORACLE OUTSIDE IN TECHNOLOGY FOR DOORS NEXT 10. KNOWN ISSUES 1. SERVER PATCH INSTRUCTIONS Note: -The ELM server patch file, ELM_server_patch_7.0.0.0-iFix001-ELM700M-I20200417-0343.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-iFix001-ELM700M-I20200417-0343.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-iFix001-ELM700M-I20200417-0343.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/elm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/elm_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 elm_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/elm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/elm_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-I20200416-2222 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/elm_update.py> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/elm_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 elm_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/elm_update.py> /server/webapps> Linux: ./wsadmin.sh -language jython -user -password -f /server/was/elm_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-I20200330-2100. 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. NEW APAR FIXES IN THIS IFIX +-- Product IBM Engineering Workflow Management Packaging Fixed in release 7.0.1: [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] +-- IBM Engineering Workflow Management Client [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] [APAR PH23347] [Component name missing from componentLoadRules when build definition exported] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501655] +-- Lifecycle Query Engine [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] [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] [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] +-- Jazz Foundation Common [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 PH22556] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [APAR PH22556] [CMIS.finalize() integrity constraint violation on version table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500282] [APAR PH22556] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [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] [Add more validation to CMIS.mapItemState() and VersionTable.duplicateRowsForStream()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500418] [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] [CRJAZ1425E The database could not create indexes for the REPOSITORY_VERSION table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501788] +-- IBM Engineering Workflow Management Server [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] [APAR PH23347] [Component name missing from componentLoadRules when build definition exported] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501655] +-- IBM Engineering Lifecycle Optimization - Engineering Insights [APAR PH22556] [Actions on Text broken in ENI Views] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/502454] +-- Jazz Foundation Server [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 PH22556] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [APAR PH22556] [CMIS.finalize() integrity constraint violation on version table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500282] [APAR PH22556] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [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] [Add more validation to CMIS.mapItemState() and VersionTable.duplicateRowsForStream()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500418] [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] [CRJAZ1425E The database could not create indexes for the REPOSITORY_VERSION table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501788] +-- IBM Engineering Requirements Management DOORS Next [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] [query - negative link queries return incorrect results] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135048] [APAR PH22556] [0.6 migration: java.lang.NullPointerException: Type not migrated] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134601] [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 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] ['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] [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 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 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 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 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 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] [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] [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 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 PH22556] [0.6 migration: NullPointerException logged in loadArtifactWithoutParentFolder - module case] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/135103] [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 PH22556] [HEAD on undecorated review uri results in stack dumps] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134943] [APAR PH22556] [poor JFS reindex performance following upgrade to v7] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134615] [APAR PH22508] [Potential Infinite Loop and OOM when printing reports] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134309] [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 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 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] [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] [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 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 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 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 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 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 PH23052] [Images imported via ReqIF show as "Embedded attachment"] [https://jazz.net/jazz03/resource/itemName/com.ibm.team.workitem.WorkItem/134741] [APAR PH11614] [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] +-- IBM Engineering Workflow Management Common [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] [APAR PH23347] [Component name missing from componentLoadRules when build definition exported] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501655] +-- IBM Engineering Test Management [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 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] [TRS Validation does not stop when requested] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184510] [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 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 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 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] [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] [SELF HOST : 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] [TRS discrepancies in logs running FVT] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/184509] [APAR PH22556] [Support disabling the approval comments] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185176] [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 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] [TRS validator log remain empty after stopping runCompare] [https://jazz.net/jazz02/resource/itemName/com.ibm.team.workitem.WorkItem/185685] [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] +-- Data Collection Component [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] +-- Jazz Foundation Client [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 PH22556] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [APAR PH22556] [CMIS.finalize() integrity constraint violation on version table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500282] [APAR PH22556] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [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] [Add more validation to CMIS.mapItemState() and VersionTable.duplicateRowsForStream()] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500418] [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] [CRJAZ1425E The database could not create indexes for the REPOSITORY_VERSION table] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501788] +-- Jazz Reporting Service [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 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 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 PH21600] [Tree Filters does not load properly on first load] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499587] [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] [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 PH23005] [Custom Expressions on Enum attributes does not list unassigned values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500642] [APAR PH21446] [Unable to set date in JRS conditions for some locales] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499135] 6. ADDITIONAL FIXES INSTRUCTIONS +-- Product Jazz Foundation Client 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. ---- +-- Product Jazz Reporting Service Fixed in release 7.0.1: [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 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] [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 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 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 ---- +-- Product Lifecycle Query Engine Fixed in release 7.0.1: [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] [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] [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 ---- +-- Product Jazz Foundation Common 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. ---- +-- Product Jazz Foundation Server 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. ---- +-- 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] [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 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). ---- 7. CONSOLIDATED LIST OF APAR FIXES This interim fix contains fixes for the following APARs: [APAR ID] [Maintenance Item Summary] [Maintenance Item URL] +-- Product IBM Engineering Workflow Management Packaging Fixed in release 7.0.1: [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] +-- Product IBM Engineering Workflow Management Client Fixed in release 7.0.1: [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] +-- Product Lifecycle Query Engine Fixed in release 7.0.1: [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] [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] [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] +-- Product Jazz Foundation Common 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 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] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [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] [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] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [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] +-- Product IBM Engineering Workflow Management Server Fixed in release 7.0.1: [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] +-- 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] +-- Product Jazz Foundation Server 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 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] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [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] [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] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [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] +-- Product IBM Engineering Requirements Management DOORS Next Fixed in release 7.0.1: [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 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 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] [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] [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] [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] [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] [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] [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] [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 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 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 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 PH11614] [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] +-- Product IBM Engineering Workflow Management Common Fixed in release 7.0.1: [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 PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] +-- 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 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] [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] [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] [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] [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] [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 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 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] +-- 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] +-- Product Jazz Foundation Client 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 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] [ChangeSetService.getChangeSetsIn(IConfiguration, boolean) may return incorrect results] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/499997] [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] [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] [User picker no longer shows team area membership] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500483] [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] +-- Product Jazz Reporting Service Fixed in release 7.0.1: [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 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] [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 PH23005] [Custom Expressions on Enum attributes does not list unassigned values] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500642] [APAR PH23075] [LQE reports returning a very large result set time out] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/500952] 8. 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 Client Fixed in release 7.0.1: [APAR PH22556] [Dependency build failed with EDC5045I file open error] [https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/501785] 9. 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 iFix001. If you have already deployed these files as part of installing iFix001 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_April_2020.zip file. 10. KNOWN ISSUES None