Release Notes
Abstract
These release notes contain new features, installation information, and known issues for IBM Transformation Extender Advanced (ITXA) Version 9.0.1.0.
Content
=====================================================================
CONTENTS
=====================================================================
1. About this release
2. Installation and configuration
3. Upgrade and migration
4. Known limitations, problems, and workarounds
5. New and changed behavior
6. Resolved Authorized Program Analysis Reports (APARs)
7. Contacting customer support
8. Notices and trademarks
=====================================================================
1. ABOUT THIS RELEASE
=====================================================================
[Name change]
Prior to Version 9.0, IBM Transformation Extender Advanced (ITXA) was named Standards Processing Engine, and IBM Transformation Extender (ITX) was named WebSphere Transformation Extender. The Trading Partner UI, application software, and some sections of the documentation continue to use the product names WebSphere Transformation Extender and Standards Processing Engine.
[New features]
CONTENTS
=====================================================================
1. About this release
2. Installation and configuration
3. Upgrade and migration
4. Known limitations, problems, and workarounds
5. New and changed behavior
6. Resolved Authorized Program Analysis Reports (APARs)
7. Contacting customer support
8. Notices and trademarks
=====================================================================
1. ABOUT THIS RELEASE
=====================================================================
[Name change]
Prior to Version 9.0, IBM Transformation Extender Advanced (ITXA) was named Standards Processing Engine, and IBM Transformation Extender (ITX) was named WebSphere Transformation Extender. The Trading Partner UI, application software, and some sections of the documentation continue to use the product names WebSphere Transformation Extender and Standards Processing Engine.
[New features]
The following are new or changed features of ITXA version 9.0.1.0:
- ITXA version 9.0.1.0 provides continued support for ITX version 9.
- Added capability to persist "BAD_TRANSLATED_" documents for enveloping.
Service parameter, KeepBadOutboundTranslatedDocuments: YES, NO, BOTH. Default value is NO.
When set to "YES" the transformed document will be persisted instead of the original document.
When set to "NO" (Default) the original document will be persisted.
When set to "BOTH" both the original and bad documents will be persisted.
The bad translated document will have the document name prefix, "BAD_TRANSLATED_". The bad original document has the document prefix, "BAD_".
When set to "YES" the transformed document will be persisted instead of the original document.
When set to "NO" (Default) the original document will be persisted.
When set to "BOTH" both the original and bad documents will be persisted.
The bad translated document will have the document name prefix, "BAD_TRANSLATED_". The bad original document has the document prefix, "BAD_".
- Added the enhancement to always use the original transaction segment count when extracting a transaction. Corrects issue where a segment count error is reported, but the extracted transaction document is corrected by SPE. Service parameter, "UseSegmentCountInDataForExtraction" set to YES. Default value is NO.
Note: The SPESample should not be used with the check pending acknowledgments or delete pending acknowledgments API in an SI integration. - For a complete list of version changes, see the what's new in the IBM Knowledge Center.
[Where to find the software to download]
To download the software for IBM Transformation Extender Advanced Version 9.0.1.0, go to Passport Advantage.
Specific Part Number Links at Passport Advantage:
[Documentation]
Online documentation is provided for the product in the IBM Knowledge Center.
Translated documentation
Based upon country requests, the online product documentation has been translated from the original English (United States) version into various native languages.
See the Knowledge Center in English for the most recent documentation.
Inquiries about translating documents into specific languages should be directed to an IBM representative of the respective country.
=====================================================================
2. INSTALLATION AND CONFIGURATION
====================================================================
[Installation prerequisites]
IBM Transformation Extender Advanced (ITXA) Version 9.0.1.0 requires IBM Transformation Extender Version 9.0.0.3 or higher.
You can install IBM Transformation Extender Advanced (ITXA) Version 9.0.1.0 on any supported version of the Linux, AIX, or Windows operating system. See the Detailed System Requirements for Transformation Extender Advanced.
To enable ITX to recognize the ITXA server components, install ITX Version 9.0.0.3 or higher prior to installing or upgrading ITXA server components. Alternately, if you prefer to install the ITXA server components before ITX, follow the procedure under "ITX does not recognize ITXA" in Section 4.
[Windows and UNIX Installation]
To install products, see the installation procedure in the IBM Knowledge Center.
[Uninstall]
To uninstall products, see the uninstallation procedure in the IBM Knowledge Center.
=====================================================================
3. UPGRADE AND MIGRATION
=====================================================================
[Before you install ITXA 9.0.1.0]
If you have a previous version of ITXA installed, copy the files that are listed below to a local backup folder. These files are common to all ITXA versions and if you customized these files, it is recommended that you also make a manual backup to save any customizations for reference with the 9.0.1.0 installation:
- spe_install_dir/customer_overrides.properties
- spe_install_dir/dbprops.cfg
- spe_install_dir/packs.properties
- spe_install_dir/speiib.properties
- spe_install_dir/tpuiserver/usr/servers/defaultServer/jvm.options
- spe_install_dir/tpuiserver/usr/servers/defaultServer/server.xml
[Installation]
Reminder: Make sure that all applications that use ITXA are shut down before you begin the installation, including the ITXA Derby database, the Trading Partner User Interface, and any host applications such as B2Bi and IIB.
To install IBM Transformation Extender Advanced Version 9.0.1.0, use the IBM Installation Manager "Install" option.
[After you install]
- Install the ITXA packs associated with ITXA 9.0.1.0 that can be obtained from Passport Advantage. Install the supported version of the pack on your Windows design time system and create a new resource file for the pack using the appropriate speresource-pack script. Then, redeploy the new pack resource file using the spedeploy-packs script.
NOTE: There are two options to create and deploy the Pack for Healthcare. You can either:
- Use the Windows design time system to create a resource bundle for the Pack for Healthcare, then deploy the resource bundle to your runtime system.
- Or, you can deploy the pre-built resource bundle (for all platforms) directly to your runtime system. This option allows you to skip the steps to install the pack on your Windows design time system and create the resource bundle. However, you will still need to install the pack on your Windows design time system in order to use the type trees, edit examples, and perform other design time tasks.
- Check the files listed below, and merge any customized entries from the backup copies as needed. Typically the customer_overrides.properties file contains customized entries that need to be merged back in, especially if ITXA is used with B2Bi or IBM Control Center. Depending on your configuration, other files may also have customized settings that need to be merged back in.
spe_install_dir/customer_overrides.properties
spe_install_dir/dbprops.cfg
spe_install_dir/packs.properties
spe_install_dir/speiib.properties
spe_install_dir/tpuiserver/usr/servers/defaultServer/jvm.options
spe_install_dir/tpuiserver/usr/servers/defaultServer/server.xml - To upgrade your database, establish a connection to the database and run the spedbupgrade command. Note: This instruction applies any database changes that are needed for ITXA 9.0.1.0.
- Start the tpuiserver, spetpuistart.[bat|sh] with the --clean option: spetpuistart.sh --clean (UNIX), spetpuistart.bat --clean (Windows)
- If you are using ITXA with B2Bi, check your dynamic classpath in B2Bi to make sure all the jar files from the <SPE_INSTALL_DIR>/jars directory are included. Be especially careful with jar files that include version numbers, since these jar names may change from one ITXA fix level to the next.
[Pack upgrade]
There are new required packs for ITXA Version 9.0.1.0:
- CC407ML - IBM Transformation Extender Advanced Pack for Supply Chain EDI V9.0.3 Multiplatform Multilingual
- CC408ML - IBM Transformation Extender Advanced Pack for Healthcare V9.0.2 Multiplatform Multilingual
- CC409ML - IBM Transformation Extender Advanced Pack for Financial Payments V9.0.3 Multiplatform Multilingual
=====================================================================
4. KNOWN LIMITATIONS, PROBLEMS, AND WORKAROUNDS
=====================================================================
[IBM Transformation Extender does not recognize ITXA after a subsequent IBM Transformation Extender installation]
Issue: A customer installs IBM Transformation Extender after ITXA has been installed, and IBM Transformation Extender does not recognize ITXA.
Background: When ITXA is installed, it checks if IBM Transformation Extender is installed. If IBM Transformation Extender is installed, ITXA updates the IBM Transformation Extender dtx.ini file.
If a customer installs IBM Transformation Extender after SPE has been installed, the dtx.ini file does not contain the location of the prior ITXA installation.
Workaround:
1. Manually update the IBM Transformation Extender itx_install_dir/config/dtx.ini file by appending the following lines:
[SPE]
SPE_INSTALL_DIR=C:/IBM/Standards Processing Engine 9.0.1
2. Edit the spewtxenv script in the spe_install_dir/bin directory. Change this line to set DTXHOME to the WTX install directory:
%INSTALLREPLACEMENTSTRING%
- (Windows operating system) The spewtxenv.bat script specifies the ITX installation. Example:
- (Linux and UNIX operating systems) The spewtxenv.sh script specifies the ITX installation. Example:
3. Create the directory link so the ITXA User Interface can find the required ITX files:
- Change directory to the spe_install_dir/tpuiserver/usr/servers/defaultServer/lib directory.
- Remove the empty wtx directory.
- Create the wtx link as follows, where "/path/to/wtx" is the ITX install directory:
UNIX: ln -sf /path/to/wtx/libs wtx
[Some characters are not available for use in naming a resource]
Issue: The following characters are reserved by the Trading Partner UI, and therefore should not be used when naming a resource: "|" (pipe), "^" (caret), and ":" (colon).
Workaround: Avoid the use of these characters when naming resources.
[Known issues in non-English versions of ITXA documentation]
See the English version of the ITXA documentation for the most recent documentation.
====================================================================
5. NEW AND CHANGED BEHAVIOR
====================================================================
This is a summary of the new features and changed behaviors in Version 9.0.1.0:
- ITXA version 9.0.1.0 provides continued support for ITX version 9.
- Added capability to persist "BAD_TRANSLATED_" documents for enveloping.
-
Service parameter, KeepBadOutboundTranslatedDocuments: YES, NO, BOTH. Default value is NO.
When set to "YES" the transformed document will be persisted instead of the original document.
When set to "NO" (Default) the original document will be persisted.
When set to "BOTH" both the original and original documents will be persisted.
The bad translated document will have the document name prefix, "BAD_TRANSLATED_". The bad original document has the document prefix, "BAD_". - Added the enhancement to always use the original transaction segment count when extracting a transaction. Corrects issue where a segment count error is reported, but the extracted transaction document is corrected by SPE. Service parameter, "UseSegmentCountInDataForExtraction" set to YES. Default value is NO.
Note: The SPESample should not be used with the check pending acknowledgments or delete pending acknowledgments API in an SI integration. - For a complete list of version changes, see the what's new in the IBM Knowledge Center.
Deprecated functions, components, and platforms
Per IBM policy, these operating systems are still supported with this release of the product, but they will be withdrawn from support in a future release.
The following functions, components, and platforms are deprecated in ITXA Version 9.0.1.0:
- Solaris SPARC platform
- HP-UX Itanium platform
- Red Hat Enterprise Linux (RHEL) 6 and 7 for POWER System-Big Endian
- SUSE Linux Enterprise Server (SLES) 11 and 12 for POWER System-Big Endian
- Linux on Power systems
Removed functions, components, and platforms
- 32-bit platforms are not supported as of ITXA Version 9.0.0.x.
=====================================================================
6. Resolved Authorized Program Analysis Reports (APARs)
=====================================================================
See the APARs that are resolved for ITXA Version 9.0.1.0 in the Fix List.
=====================================================================
7. CONTACTING CUSTOMER SUPPORT
=====================================================================
Contact Customer Support at 1-800-IBM-SERV, or go to the IBM Support Portal.
=====================================================================
8. 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 web sites are provided for convenience only and do not in any manner serve as an endorsement of those web sites. The materials at those web sites are not part of the materials for this IBM product and use of those web sites 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.
Other product and service names might be trademarks of IBM or other companies.
This product includes software developed by the Eclipse Project
(http://www.eclipse.org/).
[{"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Product":{"code":"SSDF7K","label":"IBM Transformation Extender Advanced"},"Component":"","Platform":[{"code":"PF002","label":"AIX"},{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"All Versions","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]
Product Synonym
standards processing engine;SPE;ITXA
Was this topic helpful?
Document Information
Modified date:
15 May 2022
UID
ibm11088506