IBM Support

Release Notes for WebSphere Transformation Extender V8.4.0.4 and V8.4.1.1 Interim Fix 1

Release Notes


Abstract

This document contains information about WebSphere Transformation Extender V8.4.0.4 and V8.4.1.1 Interim Fix 1.

Content

© Copyright IBM Corporation 2014. All Rights Reserved.


=====================================================================
CONTENTS
=====================================================================

  1. About this release
  2. Installing Interim Fix 1
  3. Known limitations, problems, and workarounds
  4. Resolved Authorized Program Analysis Reports (APARs)
  5. Contacting customer support
  6. Notices and trademarks


=====================================================================
1. ABOUT THIS RELEASE
=====================================================================

Interim Fix 1 contains important fixes in IBM® Java™ Runtime Environment (IBM JRE) V1.6 SR 15 and the IBM Eclipse Help System (IEHS):
  • The JRE update applies to all platforms on which WebSphere Transformation Extender product installs the JRE.
  • The Eclipse update applies only to Microsoft® Windows® platforms.
Interim Fix 1 contains no changes to WebSphere Transformation Extender components.

Interim Fix 1 applies only to version 8.4.0.4 and version 8.4.1.1 of WebSphere Transformation Extender. You must first install either V8.4.0.4 or V8.4.1.1 before you install Interim Fix 1. Download Interim Fix 1 from Fix Central.

Reinstalling a WebSphere Transformation Extender product or earlier fix pack after you apply an Interim Fix can overwrite the elements that are corrected by the Interim Fix. For more information, read the technote that is posted on the IBM Support web site.

Important: There is no uninstallation program for Interim Fix 1. To remove it, you must uninstall the base WebSphere Transformation Extender product and then take manual steps to remove any remaining files and folders from the product installation directory.

For the list of directories that are affected when you install Interim Fix 1, see the wtx_interim_fix_1.txt readme file that is included in the Interim Fix installation.

The information in this document applies only to Interim Fix 1. For information about WebSphere Transformation Extender V8.4.0.4 or V8.4.1.1, read the product release notes. For the latest product documentation, see the information center for the version of WebSphere Transformation Extender that you have installed.


=====================================================================
2. INSTALLING INTERIM FIX 1
=====================================================================

This section describes the steps to install the JRE fix on all applicable platforms and the IEHS fix on Windows operating systems only.

The user ID that installs the interim fix must have sufficient authority to modify the WebSphere Transformation Extender installation.

Installing the IEHS update (Windows operating systems only):

Apply the IEHS update to each instance of the WebSphere Transformation Extender installation directory (DTX_HOME_DIR). You can deploy the same interim fix delivery file into both 32-bit and 64-bit installations.

1. Stop IEHS by closing all information center browsers.
2. Rename the DTX_HOME_DIR\docs\eclipse IEHS directory to
    DTX_HOME_DIR\docs\installed_eclipse.
3. Download the iehs.zip file to the DTX_HOME_DIR directory.
    DTX_HOME_DIR\docs\eclipse directory.
4. Extract the iehs.zip file in the DTX_HOME_DIR directory. The extraction creates a replacement DTX_HOME_DIR\ docs\eclipse directory.
5 Copy the DTX_HOME_DIR\docs\installed_eclipse\links subdirectory to the DTX_HOME_DIR\docs\eclipse directory.

The replacement IEHS is ready to use. Start the information center to verify that the fix is installed properly.
  • From the Windows Start menu: Start > All Programs > WebSphere Transformation Extender 8.4.n > Start the Info Center
  • From Design Studio: Help > Help Contents

When you verify that information center starts correctly, you can delete the DTX_HOME_DIR\docs\installed_eclipse directory.


Installing the JRE update

The JRE update applies to all platforms on which the WebSphere Transformation Extender product installs the JRE. The following table identifies the Interim Fix 1 archive file names by platform:


Platform
Interim Fix 1 Archive File Name
AIX® (64-bit)jre664redist.tar.gz
HP-UX (64-bit)hpia6460sr15hybrid-jre.tar.Z
Linux® (32-bit)ibm-java-jre-6.0-15.0-linux-i386.tgz
Linux (64-bit)ibm-java-jre-6.0-15.0-linux-x86_64.tgz
Linux on Power Systems™ (64-bit)ibm-java-jre-6.0-15.0-linux-ppc64.tgz
Linux on System z® (64-bit)ibm-java-jre-6.0-15.0-linux-s390x.tgz
Solaris (64-bit)sol6460sr15hybrid-jre.tar.Z
Windows (32-bit)ibm-java-jre-60-win-i386.zip
Windows (64-bit)ibm-java-jre-60-win-x86_64.zip

The instructions that follow refer generically to the interim fix archive file as the java_archive file.

1. Stop all processes that use the WebSphere Transformation Extender Java environment.
2. Create a working directory named IFwork in the WebSphere Transformation Extender installation directory (DTX_HOME_DIR) to hold the java_archive file. For example:
    On UNIX® operating systems:
    mkdir DTX_HOME_DIR/IFwork

    On Windows operating systems:
    mkdir DTX_HOME_DIR\IFwork

3. Transfer the java_archive file as a binary file to the DTX_HOME_DIR\IFwork directory.
4. Create a backup copy of the existing DTX_HOME_DIR\java directory. For example:

    On Windows operating systems:
      a. Create a backup directory named DTX_HOME_DIR\installed_java.
      b. Move the existing DTX_HOME_DIR\java\bin directory and the DTX_HOME_DIR\java\lib directory into the DTX_HOME_DIR\installed_java directory.

    On UNIX operating systems:
      cd DTX_HOME_DIR
       mkdir installed_java
       mv java/bin installed_java/.
       mv java/lib installed_java/.


5. Extract the java_archive file. For example:

    On Windows operating systems, decompress the DTX_HOME_DIR\IFwork\java_archive file.

    On AIX operating systems:
      cd DTX_HOME_DIR/IFwork
      gunzip -c java_archive | tar -xf -

    On Linux, Linux on Power Systems, and Linux on System z operating systems:
      cd DTX_HOME_DIR/IFwork
      tar -zxf java_archive

    On Solaris and HP Itanium operating systems:
      cd DTX_HOME_DIR/IFwork
      zcat java_archive | tar -xf -

6. The following table shows the extracted JRE directory for each platform:


Platform
Extracted JRE directory
AIX (64-bit)DTX_HOME_DIR/IFwork/sdk/jre
HP-UX (64-bit)DTX_HOME_DIR/IFwork
Linux (32-bit)DTX_HOME_DIR/IFwork/ibm-java-x86-60/jre
Linux (64-bit)DTX_HOME_DIR/IFwork/ibm-java-x86_64-60/jre
Linux on Power Systems (64-bit)DTX_HOME_DIR/IFwork/ibm-java-ppc64-60/jre
Linux on System z (64-bit)DTX_HOME_DIR/IFwork/ibm-java-s390x-60/jre
Solaris (64-bit)DTX_HOME_DIR/IFwork
Windows (32-bit)DTX_HOME_DIR\IFwork\jre
Windows (64-bit)DTX_HOME_DIR\IFwork\jre

7. Copy the \bin and \lib subdirectories from the extracted JRE directory listed in step 6 to the DTX_HOME_DIR/java directory.

8. Optionally, set the appropriate ownership and access permission on the UNIX JRE deployments. For example:
    chown -h -R install_owner_id:install_owner_group DTX_HOME_DIR/java
    chmod -R u-w,g-w,o-w DTX_HOME_DIR/java 

9. To test that the JRE is operable, enter: java -version
The system should return: JRE 1.6 SR 15

10. After you verify that the JRE is working, delete the DTX_HOME_DIR/IFwork and DTX_HOME_DIR/installed_java directories.



=====================================================================
3. KNOWN LIMITATIONS, PROBLEMS, AND WORKAROUNDS
=====================================================================

For the latest information, see the list of known problems and workarounds for the WebSphere Transformation Extender version that you have installed:
For additional support resources, go to the WebSphere Transformation Extender support portal.


=====================================================================
3. RESOLVED AUTHORIZED PROGRAM ANALYSIS REPORTS (APARs)
=====================================================================

Interim Fix 1 contains no APAR fixes for WebSphere Transformation Extender.


=====================================================================
4. CONTACTING CUSTOMER SUPPORT
=====================================================================

Contact Customer Support at 1-800-IBM-SERV or go to the WebSphere Transformation Extender support portal.


=====================================================================
5. NOTICES AND TRADEMARKS
=====================================================================


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 character set (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:

IBM Corporation
577 Airport Blvd., Suite 800
Burlingame, CA 94010
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 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.

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

Programming interface information
Programming interface information, if provided, is intended to help
you create application software using this program.

General-use programming interfaces allow you to write application
software that obtain the services of this program's tools.

However, this information may also contain diagnosis, modification,
and tuning information. Diagnosis, modification and tuning
information is provided to help you debug your application software.

Warning: Do not use this diagnosis, modification, and tuning
information as a programming interface because it is subject to
change.

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, 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.

This Software Offering does not use cookies or other technologies to collect personally identifiable information.

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 the IBM Privacy Policy, the IBM Online Privacy Statement section entitled "Cookies, Web Beacons and Other Technologies," and the IBM Software Products and Software-as-a-Service Privacy Statement.

Trademarks and service marks
IBM, the IBM logo and ibm.com are 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 "Copyright and trademark information" at www.ibm.com/legal/copytrade.shtml.
  • Java and all Java-based trademarks and logos are trademarks or registered trademarks of Oracle and/or its affiliates.
  • Linux is a registered trademark of Linus Torvalds in the United States, other countries, or both.
  • Microsoft and Windows are trademarks of Microsoft Corporation in the United States, other countries, or both.
  • UNIX is a registered trademark of The Open Group in the United States and other countries.




This product includes software developed by the Eclipse Project
(http://www.eclipse.org/).

[{"Product":{"code":"SSVSD8-1","label":"WebSphere Transformation Extender"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"Not Applicable","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF010","label":"HP-UX"},{"code":"PF016","label":"Linux"},{"code":"PF027","label":"Solaris"},{"code":"PF033","label":"Windows"},{"code":"PF035","label":"z\/OS"}],"Version":"8.4.1.1;8.4.0.4","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
05 October 2022

UID

swg27041204