Release Notes for iPlanet(TM) Application Server Enterprise Connector for Tuxedo, Version 6.5


PN 817-0416-10
Last Updated December 4, 2002




These release notes contain important information concerning the Version 6.5 release of the iPlanet(TM) Application Server Enterprise Connector for Tuxedo. New features and enhancements, installation notes, known problems, and other late-breaking issues are addressed here. Read this document and associated documents before you begin using iPlanet Application Server Enterprise Connector for Tuxedo.

This document contains the following sections:


What's New in the iPlanet Application Server Enterprise Connector for Tuxedo

There are no new features in the iPlanet Application Server Enterprise Connector for Tuxedo, version 6.5


Note

Be sure and read the important information concerning Post-Installation Issues.





Product Certification of Enterprise Connector for Tuxedo 6.5 on iPlanet Application Server EPE 6.5 and 6.5 SP1

The following iPlanet Application Server EPE 6.5 products have been certified to run on versions 6.5 and 6.5 SP1.


Platform Summary

The iPlanet Application Server Enterprise Connector for Tuxedo supports the following platforms:


Documentation

All Sun Microsystems product documentation can be found at the following site:

http://docs.sun.com/

This section contains the following:

iPlanet Application Server Enterprise Connector for Tuxedo 6.5 Documentation

In addition to these release notes, the Enterprise Connector for Tuxedo 6.5 product includes an entire set of documentation. This section contains a brief synopsis of each document.

Referenced Documentation

References to specific pieces of documents are provided within the Enterprise Connector for Tuxedo 6.5 documentation.


Software and Hardware Requirements

This section deals with the requirements for both Application Server platforms: Solaris and Windows.

Software and hardware requirements are grouped to whether they apply to both Windows and Solaris systems or are specific to one of the systems.

Application Server Platform

Patches

All patches are located on the iPlanet Application Server, Enterprise Pro Edition 6.5 CD or in the download. For more information see the section "Required Patches" in the iPlanet Process Manager, 6.5 Release Notes:

http://docs.sun.com/source/816-6356-10/index.html.

Solaris and Windows Systems

The following software must be installed before you can install the Enterprise Enterprise Connector for Tuxedo 6.5:

Patches

iPlanet Application Server Enterprise Pro Edition 6.5 requires the Maintenance Update 2 (MU2) patch. The patch is not required when you install the 6.5 SP1 version.

Solaris

Patches

iPlanet Application Server Enterprise Pro Edition 6.5 requires the JDK 1.3.1_04 patch. The patch is not required when install the 6.5 SP1 version.

Windows NT/Windows 2000 Server SP2


Installation Notes

The iPlanet Application Server Enterprise Connector for Tuxedo, Version 6.5 must be installed on the same machine as iPlanet Application Server EPE.

To install the connector:

Post-Installation Issues

There are two mandatory post-installation issues that you must address:

Multi-threading

Tuxedo version 7.1 supports multi-threaded server processes. The iPlanet Application Server Enterprise Connector for Tuxedo supports this new feature added to Tuxedo.

When the iPlanet Application Server Enterprise Connector for Tuxedo is used to access multi-threaded Tuxedo applications, the connection pool parameter: MaxPoolSize needs to be customized. The MaxPoolSize value should be set to the number of users that can run concurrently times 50.

The number of users is specified in Lic.txt file that resides in <TuxedoInstallation>/udataobj.

Memory Consumption

Problem—The change in the JVM default arguments on iPlanet Application Server, Enterprise Pro Edition, versions 6.5 and 6.5 SP1, causes the Enterprise Connector for Tuxedo 6.5 to have high memory consumption on Solaris\NT\Windows2000 platforms.

The default JVM arguments on iPlanet Application Server, Enterprise Pro Edition, versions 6.5 and 6.5 SP1, are as follows:

-server -Xss512k -Xms128m -Xmx1024m -XX:NewSize=42m -XX:MaxNewSize=342m

-XX:+DisableExplicitGC -Xconcurrentio

Refer to http://java.sun.com/docs/hotspot/VMOptions.html for details on VM parameters.

Solution—The workaround to resolve the high memory consumption is to set flags to force the garbage collector to clean up the memory as described in the following section:

Solaris:

On Solaris modify the iasenv script to change the flags.

The file, iasenv.ksh, is in the following directory: <ias_inst_dir>/ias/env

Set the following flags:

GX_ARGS : JAVA_GX_ARGS="-DGX.cleaner.enabled=yes

(By default Disabled)

JAVA_ARGS : Enable Explicit GC

Remove -XX:+DisableExplicitGC flag from JAVA_ARGS to enable Explicit GC

(By default Disabled)

JAVA_ARGS : Reset the Max Heap Size from 1024 MB to 512 MB

Windows:

On Windows use kregedit to modify the iPlanet Application Server EPE registry to change the flags.

Modify JavaArgs by appending -XX:+DisableExplicitGC=no to existing JavaArgs

Figure 1 shows the iPlanet Application Server EPE tree structure.

Figure 1    iPlanet Application Server EPE 6.5 Tree Structure.




Note

The memory flag settings are explained in more detail in the iPlanet Application Server EPE 6.5 release note at the following URL:

http://docs.sun.com/source/816-6373-10/index.html

in section: Compatibility with Previous Releases/Memory Settings.





Upgrade from iPlanet Application Server Enterprise Connector for Tuxedo 6.0 SPx to Version 6.5

In order to upgrade the iPlanet Application Server Enterprise Connector for Tuxedo for version 6.0 SPx, you must also upgrade the iPlanet Application Server EPE 6.0 SPx to version 6.5 or 6.5 SP1 and the Unified Integrated Framework from SPx to Version 6.5.

To Upgrade the iPlanet Application Server Enterprise Connector for Tuxedo from Version 6.0 SPx to Version 6.5.

  1. Export the Unified Integration Framework Repository "bsp" node using Repository Browser

    1. Go to ".../APPS/bin and run "bspbrowser.sh"

    2. Export the Repository "bsp" node by selecting "Export Root".

      You must perform this step when upgrading from iPlanet Application Server EPE version 6.0 to versions 6.5 or 6.5 SP1.

  2. Uninstall the UIF 6.0 SPx and iPlanet Application Server Enterprise Connector for Tuxedo 6.0 SPx

  3. Upgrade iPlanet Application Server EPE 6.0 SPx to iPlanet Application Server EPE 6.5 or 6.5 SP1. See the Release Notes for iPlanet Application Server EPE 6.5 SP1.

  4. Install Unified Integration Framework 6.5.

  5. Install iPlanet Application Server Enterprise Connector for Tuxedo 6.5 on the same machine.

  6. Import the UIF Repository "bsp" node using the UIF Repository Browser.

    1. Go to ".../APPS/bin and run "bspbrowser.sh"

    2. Import the Repository "bsp" node from the exported XML file.

Migrating the Applications

You need to deploy all the applications to the Application Server. Refer to the iPlanet Application Server EPE documentation for instructions on how to migrate the applications.


Resolved Issues

Table 1 lists the issues resolved in iPlanet Application Server Enterprise Connector for Tuxedo.

Table 1    Resolved Issues



ID

Summary

5439445 

You no longer need to modify the script iasenv.ksh that is located in <ias_root>/ias/env. as described in "Configuring The Installation, Solaris-based" section for iPlanet Application Server 6.0 SP3 in the Enterprise Connector for Tuxedo version 6.5 Administrator's Guide. 

.

Known Problems and Limitations

Table 2 describes known problems and associated solutions for the iPlanet Application Server Enterprise Connector for Tuxedo.

Table 2   



ID

Summary

4640987 

Uninstaller removes common files in multi-connector installation.

Solution— When uninstalling one of several connectors, such as R/3, PeopleSoft, Tuxedo or CICS, the common directories <iASInstallDir>/ias/APPS/console, <iASInstallDir>/ias/APPS/ecu and files from the bin directory may be deleted. It is necessary to copy these directories back to APPS directory, while maintaining the same sub-directories structure, from <iASInstallDir>/ias/APPS/UIFbackup for the connectors to function correctly. All files that are present in the UIFBackup directory need to be copied to the <iASInstallDir>/ias/APPS. 

4742828 

The installer does not copy samples in webless installation mode.

In a webless installation, the web server and iPlanet Application Server reside on separate machines. In this configuration mode the iPlanet Application Server Enterprise Connector for Tuxedo installation does not automatically copy the HTML and image files pertaining to connector samples to the web server document root directory.

Solution— To run the samples shipped with the iPlanet Application Server Enterprise Connector for Tuxedo, copy the HTML and image files manually from the iPlanet Application Server instance to the web server instance. This process is described in section "Copying Files in Webless Installation" in the Administrator's Guide. 

 

The uninstaller doesn't delete repository content related to Enterprise Connector for Tuxedo 6.5.

Solution—Use the Unified Integration Framework Repository Browser to delete the unwanted datasource(s). 

 

The uninstaller doesn't automatically unregister the Tuxedo extension in iPlanet Registry database.

Solution—Unregister the Tuxedo extension manually.

To unregister the Tuxedo extension:

  1. Open the iPlanet Registry editor by typing kregedit on the command line.

  2. Open the following key: SOFTWARE\iPlanet\Application Server\6.0\CCS0\Extensions\ TuxedoAdapterExt\ENABLED

  3. Set the value to 0 and click OK.

 

 

The uninstaller removes common files in a multi-connector installation.

When uninstalling one of several connectors, such as R/3, PeopleSoft, or CICS, the common directories /ias/APPS/console and /ias/APPC/ecu may be deleted.

Solution —Copy these directories back to APPC directory from /ias/UIFbackup.  

Known Problems and Limitations

How to Report Problems

If you have problems with iPlanet Application Server Enterprise Connector for Tuxedo Version 6.5, contact Sun customer support using one of the following mechanisms:

So that we can best assist you in resolving problems, please have the following information available when you contact support:


Documentation Revision

This document has changed since the initial iPlanet Application Server Enterprise Connector for Tuxedo 6.5 release.

Table 3 shows the revision history for this document, and lists the affected sections.

Table 3    Connector for Tuxedo Release Notes Revision History

Release Note Issue Date

Affected Sections

August 2002 

Original release of this document 

November 2002 

Corrected URL references to Sun ONE doc sites in the For More Information Section. Added the following sections:

  • Documentation Revision

  • Product Certification of iPlanet Application Server Enterprise Connector for Tuxedo on iPlanet Application Server EPE Version 6.5 on Version 6.5 SP1.

 


For More Information

Useful Sun ONE information can be found at the following Internet locations:

Useful Sun ONE information can be found at the following Internet locations:

Use of iPlanet Application Server Enterprise Connector for Tuxedo is subject to the terms described in the license agreement accompanying it.
Copyright © 2002 Sun Microsystems, Inc. All rights reserved.


Last Updated December 04, 2002