IBM Support

Rational Synergy Interim Fix 2 for 7.2.1.3

Download


Abstract

IBM Rational Synergy 7.2.1.3_iFix002 has been made generally available and contains fixes to version 7.2.1.3.

Download Description

Table of Contents
Sections Description

The Change history section provides an overview on what is new in this release with a description of any new functions or enhancements when applicable.

The How critical is this fix section provides information related to the impact of this release to allow you to assess how your environment may be affected.

The Prerequisites section provides important information to review prior to the installation of this release.

The Download package section provides the direct link to obtain the download package for installation in your environment.

The Installation instructions section provides the installation instructions necessary to apply this release into your environment.

The Known side effects section contains a link to the known problems (open defects) identified at the time of this release.

Supporting Documentation
Document Description

Click to review the detailed system requirements information for a complete list of hardware requirements, supported operating systems, prerequisites and optional supported software, with component-level details and operating system restrictions.

IBM Knowledge Center provides an entry point to product documentation. You can view, browse, and search online information related to the product.

Click to review a complete list of the defects (APARs) resolved in this release including a list of resolved defects for the entire version family.

Find technical developer content and resources.

Prerequisites

Prerequisites include:

Rational Synergy 7.2.1.3.

Rational Synergy 7.2.1.

Installation Instructions

Review the installation guide:

Where to Apply this iFix

Apply this iFix to all Synergy installations (CCM_HOME) and clients. First install to the machine where the Synergy router daemon is running, then install to other server machines, and finally to client machines.

Table of Contents


Deliverable Synergy Components Affected
<p>Those marked with an asterisk (*) have changed since 7.2.1.3_iFix001.</p>

Database files affected by the iFix:

  * Database_path/lib/apilib.a
   
Database_path/lib/csetlib.a


Cache server files affected by the iFix (Applicable only if cache server is installed):

   * CCM_HOME/lib/ccmjava.jar



CCM_HOME files affected by the iFix:


All Platforms

    * CCM_HOMEetc/cli/xml/mode6.5/wa.xml


    * CCM_HOME/lib/ccmjava.jar
    * CCM_HOME/lib/crtool_rtc.jar
    * CCM_HOME/jetty/lib/dwr.jar
      CCM_HOME/jetty/webapps/jsp/task_properties.jsp
      CCM_HOME/packfiles/base.model
      CCM_HOME/packfiles/base.cpk
      CCM_HOME/packfiles/training.cpk

UNIX & Linux

     CCM_HOME/bin/dbutil/ccmdb_recover_inf (Informix)
     CCM_HOME/bin/dbutil/ccmdb_backup_inf  (Informix)
     CCM_HOME/bin/dbutil/ccmdb_load_ora    (Oracle)
   * CCM_HOME/bin/dbutil/ccmdb_load
     CCM_HOME/bin/dbutil/ccmdb_update_ora  (Oracle)
   * CCM_HOME/bin/setup_rtc



Microsoft Windows
   * CCM_HOME\bin\setup_rtc.bat
   



Installation Instructions (UNIX and Linux)

Before you begin, make sure that you have performed a successful backup of your Synergy installation areas.


This iFix contains modifications to the software that must be installed in the installation directory (CCM_HOME changes).

This iFix also contains changes for cache server and if there are any cache servers installed then they must be updated (Cache server changes).


Once you have installed iFix 7.2.1.3_iFix002, do not install any individual iFix or Fix Pack that does not clearly state that it may be installed on top of iFix 7.2.1.3_iFix002, unless informed otherwise by Synergy Support.
  1. To install this iFix on UNIX, use the ccm_patch script. If you do not have the ccm_patch script, please download it from the Rational Synergy ccm_patch installer script (ccm_patch) for UNIX. If you have previously downloaded a copy of ccm_patch, please check to see if it is still the most up to date version. If not, download the latest version and discard your previous version. At the time of writing, the latest version of ccm_patch is 47.

    If you have downloaded a newer version, then copy the ccm_patch script to $CCM_HOME/bin in each server installation; make sure it is owned by ccm_root and has execute permission (mode 0755).

  2. In preparation for the following steps, ask all users to exit their Synergy sessions.

  3. If Rational Change or Rational Synergy Integrations are running, shut them down.

  4. Login as user ccm_root and set CCM_HOME to point to your Synergy installation.
    Shut down all Synergy 7.2.1 databases.
    Verify that all users have exited by using the ccm monitor command.

    $ su - ccm_root
    ccm_root$ CCM_HOME=/usr/local/ccm721  
    # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$ ccmdb shutdown <
    dbpath>    # Repeat per database
    ccm_root$ ccm monitor


    Stop the Synergy daemons using the ccm_stop_daemons command.

    ccm_root$ ccm_stop_daemons

    If there are cache servers installed and running, they also need to be stopped. (Run the commands on the cache server system, if the cache servers are running on Windows platform, refer the Windows installation section)
    $ su - ccm_root
    ccm_root$ CCM_HOME=/usr/local/ccm721  
    # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$
    cd $CCM_HOME/bin
    ccm_root$
    ./ccm_cache -stop

  5. Update the Synergy installation directory.

    Use the ccm_patch command. The argument to ccm_patch is the full path to the iFix file that you are installing.

    Note that ccm_patch must be run as root, since it needs to set ownership and permissions on the patched files.

    ccm_root$ su
    # CCM_HOME=/usr/local/ccm721    
    # Adjust as appropriate
    # PATH=$CCM_HOME/bin:$PATH
    # export CCM_HOME PATH



    If your database runs on Oracle then set ORACLE_HOME.

     # ORACLE_HOME=/usr/local/oracle   # Adjust as appropriate
      # export ORACLE_HOME


    # ccm_patch <PATH>/7.2.1.3-RATL-RATISYNE-UNIX-
    IF002.tar.gz
    # exit


    Repeat this command for each installation directory.
  6. Once the installation directory has been updated, Restart the Synergy daemons as the ccm_root user.

    ccm_root$ ccm_start_daemons

  7. If there are cache servers installed, they also need to be updated. (Run the commands on the cache server system, if the cache servers are running on Windows platform, refer the Windows installation section)
    $ su
    ccm_root$ CCM_HOME=/usr/local/ccm721  
    # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$
    cd $CCM_HOME/bin


    The tar file will be available in the Synergy run area under the path CCM_HOME/cacheserver

    # cacheserver_patch <PATH>/cacheserver_
    7.2-1.3.002-unix.tar.gz
    # exit


    Repeat this command for each installation directory.

    Once the installation directory has been updated, restart the Synergy cache server as the ccm_root user.

    ccm_root$ ccm_cache -start
  8. Unprotect the databases that were shut down in step 4:

    ccm_root$ ccmdb unprotect <dbpath>

    Repeat for every database that was shut down.

  9. Use the ccm_patch command to apply this Fix Pack to one or more databases.

    If you have a customized model using a custom model database, contact Synergy Support for assistance.

    $ su - ccm_root
    ccm_root$ CCM_HOME=/usr/local/ccm721    
    # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$ ccmdb unprotect <dbpath>
    ccm_root$ ccm_patch -dbonly $CCM_HOME/patches/
    7.2.1.3.002 <dbpath>.

    Default value for range_for_keyword_expand attribute on misc and java cvtype is changed from -1 to 20480 in 7.2.1.3.001

  10. Inform users that they can restart their Synergy sessions.

    This iFix contains a Windows client component. Users of Synergy Windows GUI will be prompted to download the iFix when they start a session. Users of the Windows CLI will be requested to patch their clients by browsing to
    http://<helpserver>:<port#>/client/Update_7.2-1.3.002.exe


    Alternatively, the executable, Update_7.2-1.3.002.exe, can be distributed to Windows CLI users, so they can execute it directly, to update their client installations.


Post Installation Instructions (UNIX & Linux)

  1. If you have a DCM cluster that has a mix of 7.2 databases with 7.0 or 7.1 databases, then create two attributes on the model object as follows.

    Attribute name            Attribute type  Value

    max_object_name_length    integer           155
    max_object_version_length integer            32

    This will ensure that objects created in the 7.2 database conform to the length restrictions in the 7.0 or 7.1 databases.

  2. The ccm.properties setting ccm.changerequesttool.timeout, which controls the time-out for a Change operation initiated from Synergy, was replaced by a pair of settings:

    ccm.changerequesttool.timeout -- used for operations after Change startup  ccm.changerequesttool.startup.timeout - used for Change startup

    If Synergy users invoking Change operations see errors such as the following in the log files, the time-out values should be adjusted.

    CRCCM4004: An I/O problem occurred while communicating with IBM Rational Change at http://9.39.95.52:8600/central/servlet/com.continuus.websynergy.servlet… The reported error was: java.net.SocketTimeoutException:Read timed out


Reversing the iFix (UNIX & Linux)

If it is necessary to remove the iFix after it was installed, follow these steps. If you have a Windows client, see Reversing the iFix (Microsoft Windows). Before you begin, make sure that you have performed a successful backup of your Synergy databases and installation areas.

  1. In preparation for the following steps, ask all users to exit their Synergy sessions.

    As ccm_root, shut down all Synergy databases that use this installation.

    Verify that all users have exited by using ccm monitor.

    $ su - ccm_root
    ccm_root$ CCM_HOME=/usr/local/ccm721  
    # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$ ccmdb shutdown <dbpath>    
    # Repeat per database
    ccm_root$ ccm monitor


    Stop the Synergy daemons using the ccm_stop_daemons command.

    ccm_root$ ccm_stop_daemons

  2. Restore the installation files from before 7.2.1.3 iFix002.

    $CCM_HOME contains a save directory structure that contains all files that were removed or replaced during the iFix installation process. The files are saved with a suffix of _p7.2.1.3.002. In addition, the first time a particular file is saved it will also be saved with an extension of _orig. Replace all files that were updated with this iFix. For a complete list of $CCM_HOME files that were changed, review the Deliverable Synergy Components Affected section. For example, $CCM_HOME/lib/ccmjava.jar was replaced. To replace it with the file from before this iFix:

    $ su - ccm_root
    ccm_root$ CCM_HOME=/usr/local/ccm721     # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$ cp $CCM_HOME/save/lib/ccmjava.jar_
    p7.2.1.3.002  $CCM_HOME/lib/ccmjava.jar


    Repeat this step for each $CCM_HOME file listed in Deliverable Synergy Components Affected (UNIX and Linux) section. Repeat this step for the files in cache server run area also if the cache server was patched.
  3. Remove entries in patches.txt and patches.dat in both Synergy server and also from cache servers if they were patched.
    1. In the $CCM_HOME/etc directory are files patches.txt and patches.dat.
    2. Using an editor, for instance vi, edit these files.
    3. Remove the lines referencing this iFix.
    4. Save this file and exit the editor.

  4. Login as user root. You need to run $CCM_HOME/bin/ccm_install in order to reset the ownership and permissions of the original files you copied back:

    $ su -
    # CCM_HOME=/usr/local/ccm721    
    # Adjust as appropriate
    # PATH=$CCM_HOME/bin:$PATH
    # export CCM_HOME PATH


    If your database runs on Oracle then set ORACLE_HOME

    # ORACLE_HOME=/usr/local/oracle   # Adjust as appropriate
    # export ORACLE_HOME

    # ccm_install -c
    # exit

    If the cache server was patched then Login as user root on cache server. You need to run $CCM_HOME/bin/cacheserver_install in order to reset the ownership and permissions of the original files you copied back:

    $ su -
    # CCM_HOME=/usr/local/ccm721    
    # Adjust as appropriate
    # PATH=$CCM_HOME/bin:$PATH
    # export CCM_HOME PATH


    # cacheserver_install -c
    # exit


  5. Reverse iFix 7.2.1.3.002 in databases.

    If you have a customized model, using a model database, reinstate your previous model by performing a model install from your original customized model project to each database.

    Each database directory contains a save directory structure that contains all files that were removed or replaced during the iFix installation process. The files are saved with a suffix of _p7.2.1.3.002. In addition, the first time a particular file is saved it will also be saved with an extension of _orig. All files that were updated with this iFix should be replaced. For a complete list of database files that were changed, review the Deliverable Synergy Components Affected section.

    For example <dbpath>/lib/baselib.a was replaced, to replace it with the file from before this iFix:

    $ su - ccm_root
    ccm_root$ CCM_HOME=/usr/local/ccm721    
    # Adjust as appropriate
    ccm_root$ PATH=$CCM_HOME/bin:$PATH
    ccm_root$ export CCM_HOME PATH
    ccm_root$ cp <dbpath>/save/lib/baselib.a_
    p7.2.1.3.002 <dbpath>/lib/baselib.a

    Repeat this step for each database file listed in the Deliverable Synergy Components Affected (Windows) section.
    • In the <database path>/db directory of each database is a file named MDL_INFO.
      1. Using an editor, for instance vi, edit these files.
      2. Remove the lines referencing this iFix.
    • In the <database path>/etc directory of each database is a file named patches.dat.
      1. Using an editor, for instance vi, edit these files.
      2. Remove the lines referencing this iFix.
      3. Save these files and exit the editor.


  6. Unprotect the databases that were shut down in step 1, using:

    ccm_root$ ccmdb unprotect <dbpath>

    Repeat for every database that was patched.

  7. Start the Synergy daemons using the ccm_start_daemons command.

    ccm_root$ ccm_start_daemons

    If the cache server was patched, then start the cache server using the ccm_cache command.

    ccm_root$ ccm_cache start

  8. Inform users that they can restart their Synergy sessions.



Installation Instructions (Microsoft Windows)

Before you begin, make sure that you have performed a successful backup of your Synergy Installation areas.


This iFix contains modifications to the software that must be installed in the installation directory (CCM_HOME changes).

This iFix also contains changes for cache server and if there are any cache servers installed then they must be updated(Cache server changes).


Once you have installed iFix 7.2.1.3.002, do not install any individual iFix or Fix Pack that does not clearly state that it may be installed on top of iFix 7.2.1.3.002, unless informed otherwise by Synergy Support.

  1. Request that all users exit their Synergy sessions before you begin the installation.

    Shutdown all Synergy databases using the ccmdb shutdown command.

    Verify that all users have exited by using the ccm monitor command.

    > ccmdb shutdown <dbpath>    # Repeat per database
    > ccm monitor


  2. If Rational Change or Rational Synergy Integrations are running, shut them down.

  3. To apply the iFix to a Windows Synergy server installation, you must log in as a user in the Local Administrator group on the Main or Additional server machine. Do not install the iFix on your computer if you use a shared network installation; just install the iFix once on the network installation.

  4. Once you have logged in as the appropriate user, run the iFix executable, 7.2.1.3-RATL-RATISYNE-Windows-IF002.exe from the command prompt or by double clicking it. This brings up the Patch Installation Utility which guides you through the steps of installing the iFix.

  5. If the cache servers are installed, then the cacheserver service need to be stopped from services dialog. Once the cacheserver service is stopped, the cache server run area need to be patched by running the executable cacheserver_7.2-1.3.002-windows.exe from the command prompt or by double clicking it. This brings up the Patch Installation Utility which guides you through the steps of installing the iFix on cache server. Start the cache server service once the installation is completed. cacheserver_7.2-1.3.002-windows.exe will be available in the Synergy server run area under the path CCM_HOME/cacheserver

  6. Patch standard databases.

    If you do not have a customized model, apply this iFix to each of your databases. ALL databases must be patched prior to use with this iFix.

    If you have a customized model using a custom model database, contact Synergy Support for assistance.

    To patch a database on a Windows server, use the batch script that was extracted when you ran the self-extracting patch executable on the server. This script needs to be given the database path of the database(s) to be patched.

    Log in as CM administrator on the Main or Additional Server machine for the database being patched, and bring up a command window. Repeat the following commands for each database:

    > set CCM_HOME=c:\ccm721         # Adjust as appropriate
    > set PATH=%CCM_HOME%\bin;%PATH%
    > ccmdb unprotect <dbpath>
    > ccmdb_patch_
    7213_002 <dbpath>
    > postdb_
    7213_002.bat <dbpath> <host> <admin_user> <admin_user_password>


    Note that passwords often contain characters that are interpreted by the shell, such as spaces, semicolons, wild cards, etc.... If this is the case, then be sure to type your admin user password in quotes.
    Default value for range_for_keyword_expand attribute on misc and java cvtype is changed from -1 to 20480 in 7.2.1.3.001


  7. Inform users that they can restart their Synergy sessions.

    This iFix contains a Windows client component. Users of the Synergy Windows GUI will be prompted to download the iFix when they start a session. Users of the Windows CLI will be requested to patch their clients by browsing to:

    http://<helpserver>:<port#>/client/Update_7.2-1.3.002.exe


    Alternatively, the executable, Update_7.2-1.3.002.exe, can be distributed to Windows CLI users, so they can execute it directly, to update their client installations.


Post Installation Instructions (Microsoft Windows)

  1. If you have a DCM cluster that has a mix of 7.2 databases with 7.0 or 7.1 databases, then create two attributes on the model object as follows.

    Attribute name            Attribute type  Value

    max_object_name_length    integer           155
    max_object_version_length integer            32


    This will ensure that objects created in the 7.2 database conform to the length restrictions in the 7.0 or 7.1 databases.

  2. The ccm.properties setting ccm.changerequesttool.timeout, which controls the time-out for a Change operation initiated from Synergy, was replaced by a pair of settings:

    ccm.changerequesttool.timeout -- used for operations after Change startup
    ccm.changerequesttool.startup.timeout - used for Change startup

    If Synergy users invoking Change operations see the following errors in the log files, the time-out values should be adjusted.

    CRCCM4004: An I/O problem occurred while communicating with IBM Rational Change at http://9.39.95.52:8600/central/servlet/com.continuus.websynergy.servlet… The reported error was: java.net.SocketTimeoutException:Read timed out


Reversing the iFix (Microsoft Windows)

If it is necessary to remove the iFix after it was installed follow these steps; they must be performed by a Synergy database administrator.

  1. Request that all users exit their Synergy sessions before you begin the uninstallation.

    Shutdown all Synergy databases using the ccmdb shutdown command.

    Verify that all users have exited with ccm monitor.

    > ccmdb shutdown <dbpath>     # repeat per database
    > ccm monitor


  2. Stop the 7.2.1 Synergy services. Perform this step as an admin user.

    Open the services dialog and stop the Synergy services. If you are unfamiliar with these services refer to the Synergy Administration Guide For Windows for additional details.

  3. Restore the original files replaced by 7.2.1.3 iFix002

    Before replacing the original files, remove the hidden attribute from files stored under the %CCM_HOME%\patches\7.2.1.3.002 directory and its subdirectories.

    Do this as user who has local admin rights.

    Use the attrib command to remove the Hidden attribute from the files. From a command prompt:

    > cd %CCM_HOME%\patches\7.2.1.3.002
    > attrib -h * /s /d


    The %CCM_HOME%\patches\7.2.1.3.002 directory contains two files and either three or four sub-directories.

    The two files are a README file and ccm_bp.in. You do not need to be concerned with the ccm_bp.ini file.

    The three sub-directories that every installation will have are CCM_HOME, util, and WINSYS. If your installation contains the Synergy Database Administration Tools, there will be an additional sub-directory named database. This last directory is not hidden and the files it contains are not hidden.

    The util and WINSYS directories are empty, and can be ignored. The database directory may also be ignored at this time.

    The CCM_HOME directory contains a directory structure similar to that of your Synergy installation area. Any files that were removed or replaced from your installation area are under this directory.

    After removing the hidden attribute from all of the files stored under this CCM_HOME directory and its sub-directories, copy or move all of these files into the Synergy installation area directory structure, replacing the files that are currently there.

    For example, the file ccmjava.jar was replaced by this iFix.

    This file is located in the %CCM_HOME%\lib directory. To replace the iFix version of the file with the original file, copy or move the previously saved ccmjava.jar file from the directory

    %CCM_HOME%\patches\7.2.1.3.002\CCM_HOME\lib

    to the directory

    %CCM_HOME%\lib

    Restore all CCM_HOME files replaced by this iFix. For a complete list of CCM_HOME files replaced, please see the above section titled, Deliverable Synergy Components Affected (Windows).

    Repeat this step for the files in cache server run area also if the cache server was patched.

  4. Remove entries in patches.txt and patches.dat
    1. In the %CCM_HOME%\etc directory are files patches.txt and patches.dat.
    2. Using a text file editor (such as Notepad.exe)
    3. Edit these files and remove the lines referencing this iFix.
    4. Save this file and exit the editor.
  5. Remove 7.2.1.3.002 Key from the Registry.
    1. Start the registry editor (Click Start > Run type regedit)
    2. Browse to the appropriate key listed below.
    3. You will see a key labeled 7.2.1.3.002. Click it.
    4. Delete the key (press Delete on keyboard).
    5. Exit the registry editor.

      On 32 bit systems this key is located at:

      HKEY_LOCAL_MACHINE\SOFTWARE\Telelogic\CM SYNERGY\7.2.1\Install\Patches\7.2.1.3.002

      or

      HKEY_CURRENT_MACHINE\SOFTWARE\Telelogic\CM SYNERGY\7.2.1\Install\Patches\7.2.1.3.002


      On 64 bit systems this key is located at:

      HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Telelogic\CM SYNERGY\7.2.1\Install\Patches\7.2.1.3.002

      If the cache server is installed, For cache server this key is located at:

      On 32 bit systems this key is located at:

      HKEY_LOCAL_MACHINE\SOFTWARE\Telelogic\CM SYNERGY\CacheServer\7.2.1\Install\Patches\7.2.1.3.002

      or

      HKEY_CURRENT_MACHINE\SOFTWARE\Telelogic\CM SYNERGY\CacheServer\7.2.1\Install\Patches\7.2.1.3.002


      On 64 bit systems this key is located at:

      HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432node\Telelogic\CM SYNERGY\CacheServer\7.2.1\Install\Patches\7.2.1.3.002


  6. Reverse Fix Pack 7.2.1.3.002 in databases

    If you have a customized model, using a model database, reinstate your previous model by performing a model install from your original customized model project to each database.

    If you used ccmdb_patch_7213_002.bat to install Fix Pack to your databases, the following steps are performed when "ccmdb_patch_7213_002 is run:
    • Before the Fix Pack is applied, affected database files are copied to <dbpath>\save\<filename>.p7213002
    • The updated files from the Fix Pack are copied to the database.
    • A line is appended to <database path>\db\MDL_INFO as a record of the Fix Pack.

      To reverse these actions, perform the following steps for each patched database.
      1. Log in as CM administrator on the database server machine, and bring up a command window.

      2. Remove the database files that were changed:

        > del <dbpath>\lib\apilib.a

        Move the saved copy of the these files back into their original locations:

        > move <dbpath>\save\lib\apilib.a.p7213002 <dbpath>\lib\apilib.a

        Repeat this step for each database file listed in Deliverable Synergy Components Affected (Microsoft Windows).

        • In the <database path>\db directory, there is a file named MDL_INFO.
          1. Using a text file editor (such as Notepad.exe), edit this file and remove the lines referencing this Fix Pack.
          2. Save this file and exit the editor.

        • In the <database path>\etc directory is a file named patches.dat.
          1. Using a text file editor (such as Notepad.exe), edit this file and remove the line referencing this Fix Pack.
          2. Save this file and exit the editor.


  7. Restart the Synergy services

    Restart the services that were stopped in step 2. Open the services dialog and start the Synergy services. If you are unfamiliar with these services refer to the Synergy Administration Guide For Windows for additional details.
    Also, If the cache servers are installed, then the cacheserver service also need to be restarted from services dialog.


  8. Unprotect the databases that were shut down in step 1

    > ccmdb unprotect <dbpath>


    Repeat for every database that was patched.

  9. Inform users that they can restart their Synergy sessions.

Download Package

The following sections provide detailed information related to this release.

Click the FC link below to obtain the release from Fix Central.

How critical is this fix?

Impact Assessment
Impact Description

This is a maintenance release. It contains fixes for client-reported and internally found defects.

Test Results

Definitions

Regression: An error in the Maintenance Delivery Vehicle (MDV) that produces incorrect or unexpected behavior causing a supported feature to stop functioning as designed.
This includes:

  • Coding errors that cause a regression
  • Documentation or packaging problems that cause a regression
  • Errors reported in a new function delivered in a MDV that cause a regression

Incomplete: An error in the MDV has not regressed, but does not work as designed.
This includes:

  • Fixed APARs which did not solve the original problem but did not break anything new
  • APARs reporting documentation errors, such as readme errors, that cause problems applying an MDV but do not lead to a regression


Notes:
  • Regression and incomplete APARs are considered fix-in-error or MDV-in-error
  • Definitions above apply only to valid APARs that result in product fixes (APARs returned as working-as-designed are not assessed for being fix-in-error)
  • Issues in major releases due to new functionality do not apply in this definition

There are no known regressions to report.

Problems Solved

Defects resolved

Click the Fix List link in the table of contents above to review a list of the problems solved in this release.

Known Side Effects

Review the following list of known issues and open defects:

No known issues.

Open defects

Review the following list of open defects for Rational Synergy on the IBM Support Portal.

Review technote 1461170: Open APARs for Rational products available on the Web for information on how to configure your MyNotifications subscription account and subscribe to the APARs you are interested in following.

Change History

What's new

No new features or functions.

Click the link in the Download Options column:

On
[{"DNLabel":"Synergy 7.2 downloads and fixes","DNDate":"4 Jun 2015","DNLang":"English","DNSize":"1","DNPlat":{"label":"Linux","code":"PF016"},"DNURL":"http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~Rational&product=ibm/Rational/Rational+Synergy&release=7.2&platform=All&function=all","DNURL_FTP":" ","DDURL":null}]
[{"Product":{"code":"SSC6Q5","label":"Rational Synergy"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Installation","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"}],"Version":"7.2.1.3","Edition":"","Line of Business":{"code":"LOB45","label":"Automation"}}]

Problems (APARS) fixed
PI31934;PI36020;PI36267;PI37319;PI37854;PI39324;PI39515;PI39653;PI39891;PI40990;PI27443;PI30497;PI30684;PI30769;PI31005;PI31043;PI31986;PI34241;PI36865;PM59748;PM82040;PM95652;PM96737;PM96841;PM98242;PI08191;PI08292;PI10988;PI10587;PI11243;PI11377;PI11375;PI11381;PI11386;PI11391;PI11387;PI11479;PI1151;PI11675;PI11386;PI11391;PI11387;PI09598;PI10587;PI11377;PI11675;PI13464;PI13754;PI14127;PI14136;PI14159;PI15670;PI16364;PI17211;PI18125;PI16143;PI17227;PI18971;PI18992;PI20165;PI20864;PI20971;PI21382;PI21932;PI22880;PI23722;PI24452;PI24676;PI24935

Document Information

Modified date:
22 December 2020

UID

swg24040012