IBM Rational Synchronization Server 1.4.0.5 iFix001 – readme

IBM Corporation
May 29, 2015

 

 

This file contains last-minute product information and updates to the IBM Rational® Synchronization Server™ 1.4.0.5 iFix001

It is divided into the following sections:

For the latest news and information on Rational Synchronization Server, visit the Web site at http://www.ibm.com/software/rational/support/.


System requirement

To run Rational Synchronization Server, you will need:

  • One of the following operating systems installed on your computer:
    • Windows® 2008
    • Redhat Linux Enterprise 5.0 and 6.0
    • Solaris 10
    • SUSE Linux Enterprise Server 11
  • One of the following Web browsers:
    • Internet Explorer® 8 and 10
    • Firefox® ESR 10 and 17

·         IBM JAVA 6 (32-bit)

·         Apache Tomcat™ 6.0.x (32-bit)

Operating system locales supported by Rational Synchronization Server

The Rational Synchronization Server is certified only in the following locales:

  • Japanese
  • Korean
  • PRC/Simplified/GBK Chinese
  • Traditional/Big-5 Chinese
  • Chinese
  • Taiwanese

IBM supports use in any locale using the Latin-1 character set or the Windows extension CP 1252; however, such locales have not been tested.

 

Installing Rational Synchronization Server

This Interim Fix requires prior installation of Rational Synchronization Server 1.4.0.5 release.

·         Download the Interim Fix and extract the contents to a temporary folder.

·         Stop Rational Synchronization Server by stopping tomcat service.

·         Backup and remove the following files & folders:

o    <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\genericChangeSync.jar

o    <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\sync_framework_ui.jar

o    <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\syncframework.jar

o    <CATALINA_HOME>\webapps\TlogicIntegration\help\readme.htm

o    <CATALINA_HOME>\webapps\TlogicIntegration\admin

·         Copy the following files & folders from the extracted Interim Fix location to RSS run-area:

o    <EXTRACTED_DIR>\genericChangeSync.jar to <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\genericChangeSync.jar

o    <EXTRACTED_DIR>\sync_framework_ui.jar to <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\sync_framework_ui.jar

o    <EXTRACTED_DIR>\syncframework.jar to <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\syncframework.jar

o    <EXTRACTED_DIR>\help\readme.htm to <CATALINA_HOME>\webapps\TlogicIntegration\help\readme.htm

o    <EXTRACTED_DIR>\admin\ to <CATALINA_HOME>\webapps\TlogicIntegration\admin

·         Restart Rational Synchronization Server.

 

Rational Synchronization Server Administration

To configure the Synchronization Server, you can use the web-based admin interface. You can access the admin interface by pointing your web browser at http://localhost:<port>/TlogicIntegration/admin/SyncFramework.html, where <port> is the port number your Tomcat server is running on. You will be required to login to access the admin interface.  Any user that has “administrator” role in Tomcat is valid.  Tomcat users are defined in CATALINA_HOME/conf/tomcat-users.xml.

For more details refer to Rational Synchronization Server Help available from the admin interface.

 

Uninstalling Rational Synchronization Server

To uninstall the Interim Fix, follow below steps:

·         Stop Rational Synchronization Server by stopping tomcat service.

·         Remove the following files & folders from RSS run-area:

o    <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\genericChangeSync.jar

o    <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\sync_framework_ui.jar

o    <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\syncframework.jar

o    <CATALINA_HOME>\webapps\TlogicIntegration\help\readme.htm

o    <CATALINA_HOME>\webapps\TlogicIntegration\admin

·         Copy the following files & folders from the backed-up location (during installation) to RSS run-area:

o    <BACKUP_DIR>\genericChangeSync.jar to <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\genericChangeSync.jar

o    <BACKUP_DIR>\sync_framework_ui.jar to <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\sync_framework_ui.jar

o    <BACKUP_DIR>\syncframework.jar to <CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\lib\syncframework.jar

o    <BACKUP_DIR>\help\readme.htm to <CATALINA_HOME>\webapps\TlogicIntegration\help\readme.htm

o    <BACKUP_DIR>\admin\ to <CATALINA_HOME>\webapps\TlogicIntegration\admin

·         Restart Rational Synchronization Server.

 

New Features 

Configurable - Attachment Deletion

Attachment deletion feature for “Rational Change for Rational Team Concert” synchronizer is configurable. This feature can be enabled or disabled by setting the property “attachment.allow.delete” to “true” or “false” in “<CATALINA_HOME>\webapps\TlogicIntegration\WEB-INF\conf\etc\sync_server.properties” file. If the property is not defined then it defaults to “false”, which means do not delete attachments.

 

Note:
The attachment deletion enhancement was introduced in 1.4.0.5 release. If an attachment is deleted from one of the synchronized object then in the next synchronization cycle the attachment from other object shall be deleted automatically by the synchronizer. Synchronizer makes a decision to delete an attachment based on the time stamps of the objects as well as the creation time of the attachment. However there is a small window where attachments might get deleted in some unwanted scenarios (for example, attachment is added to a Workitem but saved after some time interval) especially attachments modified across Sync interval times.

Hence it is recommended to turn on the attachment deletion behavior only in case you are aware of certain limitations.

Problems Fixed 

Rational Synchronization Server 1.4.0.5 iFix001 fixes the following problems:

  • PI20330 (R46040): Some synchronizers fail while starting multiple synchronizers automatically when the server is started.
  • PI22835 (R46130): IBM Rational Sync Server allows for more than one instance to be started in background.
  • PI28528 (R46325): Rational Synchronization Server does not support custom date format in Rational Change.
  • PI33053 (R46465): Unwanted deletion of attachments with use of feature in RSS.
  • R46001: Synchronizers does not log DEBUG messages when they are auto started.

 

Recommended Tech-notes

·         Best Practices & How to create, configure, control and debug synchronizers (Rational Change for Rational Team Concert integration)

o    http://www.ibm.com/support/docview.wss?uid=swg21671171

 

·         Automating the IBM Rational Synchronization Server start and stop operations

o    http://www.ibm.com/support/docview.wss?uid=swg21650387

 

·         Using Rational Team Concert server rename feature to rename Rational Change and Rational Synergy links stored in Rational Team Concert  

o    http://www.ibm.com/support/docview.wss?uid=swg21627866

 

Known problems

Refer to Rational Synchronization Server 1.4.0.5 readme document.

 

Contacting Support

Please visit our Telelogic support overview site at: http://www.ibm.com/software/rational/support/telelogic/

You will find a one-sheet reference guide about how to best contact support in you geography.

 

Notices

© Copyright IBM Corporation 2006, 2015.

U.S. Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.

Programming interfaces: Intended programming interfaces allow the customer to write programs to obtain the services of Rational Synchronization Server.

This information was developed for products and services offered in the U.S.A.

IBM may not offer the products, services, or features discussed in this document in other countries. Consult your local IBM representative for information on the products and services currently available in your area. Any reference to an IBM product, program, or service is not intended to state or imply that only that IBM product, program, or service may be used. Any functionally equivalent product, program, or service that does not infringe any IBM intellectual property right may be used instead. However, it is the user's responsibility to evaluate and verify the operation of any non-IBM product, program, or service.

IBM may have patents or pending patent applications covering subject matter described in this document. The furnishing of this document does not grant you any license to these patents. You can send license inquiries, in writing, to:

IBM Director of Licensing
IBM Corporation
North Castle Drive
Armonk, NY 10504-1785
U.S.A.

For license inquiries regarding double-byte (DBCS) information, contact the IBM Intellectual Property Department in your country or send inquiries, in writing, to:

Intellectual Property Licensing
Legal and Intellectual Property Law
IBM Japan, Ltd.
19-21, Nihonbashi-Hakozakicho, Chuo-ku
Tokyo 103-8510, Japan

The following paragraph does not apply to the United Kingdom or any other country where such provisions are inconsistent with local law: INTERNATIONAL BUSINESS MACHINES CORPORATION PROVIDES THIS PUBLICATION "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF NON-INFRINGEMENT, MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. Some states do not allow disclaimer of express or implied warranties in certain transactions, therefore, this statement may not apply to you.

This information could include technical inaccuracies or typographical errors. Changes are periodically made to the information herein; these changes will be incorporated in new editions of the publication. IBM may make improvements and/or changes in the product(s) and/or the program(s) described in this publication at any time without notice.

Any references in this information to non-IBM websites are provided for convenience only and do not in any manner serve as an endorsement of those websites. The materials at those websites are not part of the materials for this IBM product and use of those websites is at your own risk.

IBM may use or distribute any of the information you supply in any way it believes appropriate without incurring any obligation to you.

Licensees of this program who wish to have information about it for the purpose of enabling: (i) the exchange of information between independently created programs and other programs (including this one) and (ii) the mutual use of the information which has been exchanged, should contact:

Intellectual Property Dept. for Rational Software
IBM Corporation
5 Technology Park Drive
Westford, MA  01886
U.S.A.

Such information may be available, subject to appropriate terms and conditions, including in some cases, payment of a fee.

The licensed program described in this document and all licensed material available for it are provided by IBM under terms of the IBM Customer Agreement, IBM International Program License Agreement or any equivalent agreement between us.

Any performance data contained herein was determined in a controlled environment. Therefore, the results obtained in other operating environments may vary significantly. Some measurements may have been made on development-level systems and there is no guarantee that these measurements will be the same on generally available systems. Furthermore, some measurements may have been estimated through extrapolation. Actual results may vary. Users of this document should verify the applicable data for their specific environment.

Information concerning non-IBM products was obtained from the suppliers of those products, their published announcements or other publicly available sources. IBM has not tested those products and cannot confirm the accuracy of performance, compatibility or any other claims related to non-IBM products. Questions on the capabilities of non-IBM products should be addressed to the suppliers of those products.

All statements regarding IBM's future direction or intent are subject to change or withdrawal without notice, and represent goals and objectives only.

This information is for planning purposes only. The information herein is subject to change before the products described become available.

This information contains examples of data and reports used in daily business operations. To illustrate them as completely as possible, the examples include the names of individuals, companies, brands, and products. All of these names are fictitious and any similarity to the names and addresses used by an actual business enterprise is entirely coincidental.

Copyright license

This information contains sample application programs in source language, which illustrate programming techniques on various operating platforms. You may copy, modify, and distribute these sample programs in any form without payment to IBM, for the purposes of developing, using, marketing or distributing application programs conforming to the application programming interface for the operating platform for which the sample programs are written. These examples have not been thoroughly tested under all conditions. IBM, therefore, cannot guarantee or imply reliability, serviceability, or function of these programs. The sample programs are provided "AS IS", without warranty of any kind. IBM shall not be liable for any damages arising out of your use of the sample programs.

Each copy or any portion of these sample programs or any derivative work, must include a copyright notice as follows:

© (your company name) (year). Portions of this code are derived from IBM Corp. Sample Programs. © Copyright IBM Corp. 2006, 2015.

If you are viewing this information in softcopy, the photographs and color illustrations may not appear.

Privacy policy considerations

IBM Software products, including software as a service solutions, (“Software Offerings”) may use cookies or other technologies to collect product usage information, to help improve the end user experience, or to tailor interactions with the end user or for other purposes. In many cases no personally identifiable information is collected by the Software Offerings. Some of our Software Offerings can help enable you to collect personally identifiable information. If this Software Offering uses cookies to collect personally identifiable information, specific information about this offering’s use of cookies is set forth below.

Depending upon the configurations deployed, this Software Offering may use session cookies that collect each user’s name for purposes of session management. These cookies can be disabled, but disabling them will also eliminate the functionality they enable.

If the configurations deployed for this Software Offering provide you as customer the ability to collect personally identifiable information from end users via cookies and other technologies, you should seek your own legal advice about any laws applicable to such data collection, including any requirements for notice and consent.

For more information about the use of various technologies, including cookies, for these purposes, see IBM’s Privacy Policy at http://www.ibm.com/privacy and IBM’s Online Privacy Statement at http://www.ibm.com/privacy/details/us/en sections entitled “Cookies, Web Beacons and Other Technologies” and “Software Products and Software-as-a Service”.

Trademark acknowledgments

IBM, the IBM logo, and ibm.com are trademarks or registered trademarks of International Business Machines Corp., registered in many jurisdictions worldwide. Other product and service names might be trademarks of IBM or other companies. A current list of IBM trademarks is available on the web at http://www.ibm.com/legal/copytrade.shtml.