Release Notes for Version 1.0.0 of the IBM WebSphere Business Integration Adapter for IndusConnect Framework

These release notes cover release information for version 1.0 of the IBM WebSphere Business Integration Adapter for IndusConnect Framework.

These release notes contain the following sections:
Features Installation, migration, upgrade, configuration
Product compatibility Known problems and workarounds
Hardware and software requirements Documentation updates

Note: Important information about this product may be available in Technical Support Flashes issued after these release notes were published. These can be found on the WebSphere Business Integration support Web site, http://www.ibm.com/websphere/integration/wbiserver/support. Select the component area of interest and search the flashes section. 

Features

This section lists the features of this adapter: Refer to the Adapter for IndusConnect Framework User Guide for detailed information about the adapter and its features.

Product compatibility

Hardware and software requirements are included in the product documentation.

Hardware and software requirements

Hardware and software requirements are included in the product documentation.

Installation, migration, upgrade, and configuration information

Whether you are installing the software from the CD or downloading it from Passport Advantage and installing it from a local directory, refer to the appropriate guide as defined in the compatibility section of the Adapter for IndusConnect Framework User Guide.

Known problems and workarounds

The following problems have been found in this release:
 
CR number Description
There is a problem with the ScheduledStartDate and ScheduledStartTime not being correctly translated when transferring a Schedule object from the Indus adapter to ICS.  This problem can be corrected by modifying the appropriate convert.xsl file. 

Workaround:
Locate the ICSdir\connectors\Indus\translations\xslt\indus\cw\Schedule\convert.xsl file and edit it, where ICSdir is the directory in which InterChange Server is installed.  Change the following two lines from:
     <xsl:variable name="date" select="$sched/ScheduleStartDate" />
     <xsl:variable name="time" select="$sched/ScheduleStartTime" />
to:
     <xsl:variable name="date" select="$sched/ScheduleStartDte" />
   <xsl:variable name="time" select="$sched/ScheduleStartTme" />
and save the file.

The adapter does not support UTF-16 data.  Instead, use UTF-8 data.

Documentation updates

Product documentation is not included as part of the product package, either by CD or electronic product distribution. The documentation for this product can be found in the following InfoCenters: To obtain the product documentation, visit the Web site and download the current documentation set for the release that you are using. Follow the instructions provided on the InfoCenter page to complete the installation.

Copyright IBM Corp. 1997, 2003