IBM Support

SPE for Supply Chain EDI V.8.5.1 Release Notes

Release Notes


Abstract

These release notes contain new features, installation information, and known issues for SPE for Supply Chain EDI, V8.5.1.

Content

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

  1. About this release
  2. Installation and configuration information
  3. Upgrade and migration information
  4. Known limitations, problems and workarounds
  5. New and changed behavior
  6. Contacting customer support
  7. Notices and trademarks


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

Where to find the software to download

To download the software for the SPE for Supply Chain EDI V8.5.1, go to Passport Advantage Online.

[Documentation notes]

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 English documentation 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 INFORMATION
====================================================================

[Installation prerequisites]

You can install Standards Processing Engine on any supported version of the Linux, UNIX, or Windows operating system. See the Detailed System Requirements for Standards Processing Engine portfolio at http://www-01.ibm.com/support/docview.wss?uid=swg27040382.

If installing WebSphere Transformation Extender for use with SPE on Solaris, be aware that WebSphere Transformation Extender requires the compatibility/ucb package. Solaris 11 systems might not include the package by default. (Earlier versions of Solaris do include the package.) See the "Known Limitations" section for more information.

To enable WebSphere Transformation Extender to recognize the SPE server components, install WebSphere Transformation Extender 8.4.1 prior to installing SPE server components. Alternately, if you prefer to install the SPE server components before WebSphere Transformation Extender, follow the procedure under "WebSphere Transformation Extender does not recognize SPE" in Section 4, below.

Use of the SPE Design components requires installation of WebSphere Transformation Extender Design Studio.

[Windows and UNIX Installation]

To install Standards Processing Engine products, see the installation procedure in the IBM Knowledge Center.

[Uninstall]

To uninstall Standards Processing Engine products, see the uninstallation procedure in the IBM Knowledge Center.


=====================================================================
3. UPGRADE AND MIGRATION INFORMATION
=====================================================================

For upgrade or migration procedures, contact Customer Support.


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

[SPE Console window menu item is missing from Start menu if prior SPE version is present]

Issue: On the Windows 2012 operating system, the SPE Console window Start menu item is not visible for a new SPE 2.0.1.0 installation if a prior version of SPE is already installed.

Details: On a Windows 2012 system with SPE 2.0.0.1 already installed, all Start menu items display correctly. SPE 2.0.1.0 is then installed successfully and the new directory structure (C:\IBM\Standards Processing Engine 2.0.1) is visible. However, when the new application is started, the “SPE Console window” item is missing on the Start menu "IBM Standards Processing Engine 2.0.1" group.

Workaround:
  1. Browse to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\IBM Standards Processing Engine 2.0.1 (or to the specified program folder).
  2. Right-click on SPE Console window and click on Pin to Start.
  3. Search for applications that start with "SPE," and verify that the SPE Console window shortcut is displayed.

Alternately, you can start the SPE console manually from a command line: start a cmd window and run the command speconsolestart.bat from the bin directory of your new SPE install.

[Transformation correlations are not captured during X12 outbound processing]

Issue: You specified a map in your outbound ST envelope that creates correlations, but you do not see correlation data in the response.

Workaround: Contact Customer Support for a patch. Alternately, you can run the map as a separate step prior to running the enveloping step. This allows you to capture the correlations in a transform step and later associate them with the document that is returned from the enveloping step.

[Single sign on to SPE does not work from Sterling B2B Integrator over TLS 1.2 in NIST STRICT mode]

Issue: A user attempt to access SPE from the Sterling B2B Integrator Launch SPE Trading Partner UI button. The user is taken to the SPE login screen instead of to the enveloping tasks. When the user attempts to log in to SPE, an error results.

Cause: This occurs when SPE is integrated with Sterling B2B Integrator over TLS 1.2 in NIST STRICT mode. Single sign on does not work.

Workaround:
  1. Set the following values in the security.properties.in file in Sterling B2B Integrator:
  • Set NIST mode = transition
  • Set TLS protocol range to a value from TLS 1 .0 to TLS 1.2
  • (Optional) Enable FIPS mode
2. In the SPE server.xml file, set the SSL protocol value: sslProtocol="TLSv1.2";
3. In the SPE server.xml file, set the additional values needed to set up SSL. Example:

<featureManager>
  <feature>ssl-1.0</feature>
</featureManager>


<!--  keystore path is relative to <member_root>/usr/servers/<member>/resources/security -->
  <keyStore id="defaultKeyStore" location="C:\IBM\key.jks" password="
password" />
  <!-- Sets TLS 1.0 as the SSL Protocol -->
  <ssl id="defaultSSLConfig" keyStoreRef="defaultKeyStore" sslProtocol="TLS" />
  <!-- Enables https port -->
  <httpEndpoint id="defaultHttpEndpoint" host="*" httpPort="-1"  httpsPort="19443" />


For more information on configuring SSL and TLS1.2, see the Liberty documentation at https://developer.ibm.com/wasdev/docs/configuring-ssl-liberty/.

[Error message received when running WebSphere Transformation Extender outbound transactions on instance of Solaris 11]

Issue: When running WebSphere Transformation Extender outbound transactions on an instance of Solaris 11, this message is received:

librpcsoc.so.1: open failed: No such file or directory

Note that the file libdstxjpi.so is present under the specified path, WTXInstallDir/libs.

Cause: WebSphere Transformation Extender requires the compatibility/ucb package. Solaris 11 systems might not include the package by default. Earlier versions of Solaris do include the package.

Workaround: To install the compatibility package, follow the procedure in the troubleshooting technote WebSphere Transformation Extender returns "librpcsoc.so.1: open failed: No such file or directory" error on Solaris 11 systems.

[WebSphere Transformation Extender does not recognize SPE after a subsequent WebSphere Transformation Extender installation]



Issue: A customer installs WebSphere Transformation Extender after SPE has been installed, and WebSphere Transformation Extender does not recognize SPE.

Background: When SPE is installed, it checks if WebSphere Transformation Extender is installed. If WebSphere Transformation Extender is installed, SPE updates the WebSphere Transformation Extender dtx.ini file.

If a customer installs WebSphere Transformation Extender after SPE has been installed, the dtx.ini file does not contain the location of the prior SPE installation.

Workaround:

1. Manually update the WebSphere Transformation Extender dtx.ini file by appending the following lines:

[SPE]
SPE_INSTALL_DIR=C:/IBM/Standards Processing Engine 2.0.1

2. Edit or create the spewtx64env and/or spewtxenv scripts in the spe_install_dir/bin directory. Change this line to set DTXHOME to the WTX install directory:

%INSTALLREPLACEMENTSTRING%

(
Windows) The spewtxenv.bat script should specify the 32-bit WebSphere Transformation Extender installation (if installed), and the spewtx64env.bat script should specify the 64-bit WebSphere Transformation Extender installation (if installed).

The spewtxenv.bat script is always created as part of the SPE install. If you install a 32-bit WTX version after installing SPE, you need to update the %INSTALLREPLACEMENTSTRING% line to set the DTXHOME environment variable. For example, in the spewtxenv.bat script the new line might look like this:

set DTXHOME=C:\IBM\WebSphere Transformation Extender 8.4.1 32bit

The spewtx64env.bat script is only created during the SPE install if a 64-bit WebSphere Transformation Extender version is present at that time. If you install a 64-bit WebSphere Transformation Extender version after installing SPE, you need to create an spewtx64env.bat file by copying the existing spewtxenv.bat file. Then update the %INSTALLREPLACEMENTSTRING% line (or DTXHOME line, if it is set for a 32-bit WTX install) to set the DTXHOME environment variable to the 64-bit WebSphere Transformation Extender directory. For example, in the spewtx64env.bat script the new line might look like this:

set DTXHOME=C:\IBM\WebSphere Transformation Extender 8.4.1 64bit

(Linux and UNIX) On Linux and UNIX platforms, SPE does not use a separate spewtx64env script. The spewtxenv.sh script should specify the WebSphere Transformation Extender installation. For example, in the spewtxenv.sh script the new line might look like this:

DTXHOME="/speinstall/wtxspe64/wtx_8413"; export DTXHOME

[Some characters are not available for use in naming a resource]

Issue: The following characters are reserved by the SPE Trading Partner UI, and therefore should not be used when naming a resource: "|" (pipe), "^" (caret), and ":" (colon).

Workaround: None

[Known issues in non-English versions of SPE documentation]

These issues appear in non-English versions of the documentation only. See the English version of the SPE documentation in the IBM Knowledge Center for the most recent documentation.
  1. "Installing SPE V.8.5.1 on the Windows operating system": SPE can be installed with either the 32 bit version or the 64 bit version of IBM Installation Manager. Uninstalling any existing 64 bit installations of IBM Installation Manager is not necessary. If you use the 64 bit version of IBM Installation Manager and see the following warning, it can be ignored.

    The following packages do not support the 64-bit version of Installation Manager that you are using . . . If you continue, you might have issues with installation and deployment.

    Use of the 64 bit IBM Installation Manager does not interfere with installation or deployment of SPE common components or packs.

    The topic location is SPE core functionality>Installing, configuring and deploying>Installing, configuring and deploying SPE 8.5.1>Installing and configuring the Standards Processing Engine>Installing SPE.
  2. "Changing the SPE database or database driver after deployment": The reference to dynamicclasspath.cfg file in the UNIX operating system should read dynamicclasspath.cfg.in.

    The topic location is Using SPE with host applications > Using SPE with Sterling B2B Integrator > Installing SPE for Sterling B2B Integrator.



=====================================================================
5. NEW AND CHANGED BEHAVIOR
====================================================================
Standards Processing Engine V.8.5.1 includes the following new features.

[Integration with Sterling B2B Integrator V.5.2.5]

The integration of SPE with Sterling B2B Integrator combines the comprehensive B2B integration of Sterling B2B Integrator with the robust healthcare solution provided by SPE and its "out of the box" Level 6 HIPAA validation.

Sterling B2B Integrator users can use single sign on to access SPE directly from their UI. From SPE, they can use the new Trading Partner UI features that substantially simplify onboarding. They can use new SPE enveloping, deenveloping, and transformation services in their business processes. In turn, SPE services can invoke Sterling B2B Integrator processes. Sterling B2B Integrator business processes, contract, and mailbox information can be configured in SPE envelopes

Sterling B2B Integrator users can be configured for use in SPE without being re-entered.

[Simplified installation]



The IBM Installation Manager is now used for installation of Standards Processing Engine common components, and to simplify installation and configuration of industry packs. A new pack installer is also available for pack components that are needed on the runtime server. This eliminates manual steps when assembling, transferring, and deploying these components on a runtime server.

[Trading Partner user interface enhancements]

Enhancements to the Trading Partner UI include the following features:

  • Envelope-to-envelope references to speed navigation between envelopes
  • Greater consistency with the IBM B2B Advanced Communications UI, as part of the effort to increase ease of use between products
[Additional features]
  • Map conversion on file import from the UI or from the command line
  • Envelope creation from sample data, which creates all 6 inbound and outbound envelopes from a file of sample data
  • A custom transformation engine API and sample for user implementation in addressing specialized migration and translation needs
[Support for updates to industry standards]

SPE for Supply Chain EDI V.8.5.1 supports these updates to industry standards:
  • SPE Pack for Healthcare Payer, providing HIPAA WED/SNIP Level 6 support and UI screens for use in configuring HIPAA rules
  • SPE Pack for Supply Chain EDI, with new standards version (X12 7010 and EDIFACT D13A and D13B), plus outbound validation for X12/EDIFACT



=====================================================================
6. CONTACTING CUSTOMER SUPPORT
=====================================================================

Contact Customer Support at 1-800-IBM-SERV, or go to the or go to the IBM Support Portal.


=====================================================================
7. 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/).

[{"Product":{"code":"SSDF7K","label":"IBM Transformation Extender Advanced"},"Business Unit":{"code":"BU059","label":"IBM Software w\/o TPS"},"Component":"SPE for Supply Chain EDI","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":"2.0.1;8.5.1","Edition":"","Line of Business":{"code":"LOB59","label":"Sustainability Software"}}]

Document Information

Modified date:
15 May 2022

UID

swg27044390