IBM Support

IBM Integration Toolkit version 9.0 Fix Pack 4

Download


Abstract

This is Fix Pack 4 for the IBM Integration Toolkit version 9.0

Download Description

Note:
SSLv3 is disabled by default in the IBM Integration Toolkit 9.0.0.3 Interim Fix 1 and later (including this download for the IBM Integration Toolkit 9.0.0.4), because SSLv3 is no longer considered secure due to the POODLE vulnerability. The following IBM security bulletin published in October 2014 gives further details: http://www.ibm.com/support/docview.wss?uid=swg21687678

All users must update any configuration that uses SSLv3 to use TLS:

1. Update all secure MQ queue manager connections to use TLS instead of SSLv3 cipher specs. The following IBM security bulletin gives further details on the required MQ mitigations: http://www-01.ibm.com/support/docview.wss?uid=swg21687433

2. Update any Java code to use TLS instead of SSLv3. The following IBM security bulletin gives further details about the usage and recommended mitigations for Java: http://www-01.ibm.com/support/docview.wss?uid=swg21688165

It is strongly recommended that these changes are made to avoid the known security vulnerability in SSLv3. However, if it is not possible to use TLS communication, SSLv3 can be re-enabled by using the following steps:

1. Edit the eclipse.ini file for the IBM Integration Toolkit installation and add the following line:
-Dcom.ibm.jsse2.disableSSLv3=false

The eclipse.ini file can be found in the root directory of the IBM Integration Toolkit installation. For example:
c:\Program Files (x86)\IBM\IntegrationToolkit90\eclipse.ini

2. Edit the java.security file for the IBM Integration Toolkit installation and remove SSLv3 from the list of disabled algorithms:
jdk.tls.disabledAlgorithms=

The java.security file can be found in the jre lib\security directory of the IBM Integration Toolkit installation. For example:
c:\Program Files (x86)\IBM\IntegrationToolkit90\jdk\jre\lib\security\java.security

This fix pack contains fixes for the following problems:


1. Application Development view
APAR IC95602 StackOverflow error occurs when circular project reference exists
APAR IC99911 Deletion of projects containing a large number of artifacts takes a long time
APAR IT01580 Extract XML schema files from Decision Service does nothing
APAR IT01748 NullPointerException when toolkit renders the .NET category in the navigator
APAR IT01775 Decision Service parameter is blank when importing the rule application archive
APAR IT02791 Toolkit cannot see the importFiles folder when mset project is included in library of application
APAR IT03037 Performance problems in the Application Development view
APAR IT10020 Working set deselected after application or library rename
APAR IT10160 Using prefix "xsd" for namespace other than XSD schema causes WSDL import failure

2. BAR Editor
APAR IC98040 BAR build for the Java libraries causes stack overflow error
APAR IC98462 BAR editor displays ReplyTo queue value incorrectly
APAR IC99516 Prevent overwriting resources with identical name/path in the BAR file
APAR IC99733 SOAPInput node policy set editor does not contain 'Edit' button in the BAR editor
APAR IT01919 ESQL not added to the BAR file when referenced by a .subflow file
APAR IT02171 BIP2210E error when deploying BAR file with compiled message flows
APAR IT02192 BAR file rebuild fails when a resource already exists in the BAR
APAR IT02773 NullpointerException opening a BAR file that includes a flow file with a .net node
APAR IT03172 MQSICREATEBAR command takes a long time to complete if there is an error in the workspace
APAR IT03559 When building a BAR file with mixed promoted properties, a NullpointerException occurs.
APAR IT03767 MQSICREATEBAR command version flag is not passed to the application
APAR IT03909 Isolate Java classes deployed under application to scope of application
APAR IT04559 Changing the validate property in the BAR editor may not result in expected effect
APAR IT03445 Java source files are included in BAR file
APAR IT05507 No error provided if resources are under "src" folder when building BAR file
APAR IT06006 BAR editor throws an error when user selects to view a node
APAR IT06328 Selections in BAR file editor disappear when a .NET project exists
APAR IT06911 Start mode property should appear only on the WLM tab in the BAR file editor
APAR IT07029 Default value in UDN property is not passed to the runtime
APAR IT07784 ESQL Java reference pulls unreferenced project
APAR IT08039 mqsipackagebar fails to add a library to the BAR
APAR IT08397 BAR file editor fails to show the flow contents
APAR IT09059 User defined boolean property override does not work in BAR editor

3. BPM Integration
APAR IC94908 Service generated from BPM TWX has errors on XSD

4. Documentation
APAR IC94725 Enqueue/Dequeue events will not honor trace/debug option
APAR PM90817 Incorrect Asian characters are displayed in the Help menu
APAR IT03550 Toolkit Knowledge Center information for integrating Rational Team Concert Client version is incorrect

5. ESQL
APAR IC93278 ESQL schema variable not recognized for compiled in-line option in BAR file
APAR IC95192 Invalid ESQL warning on XMLNSC.BuildTreeUsingSchemaTypes
APAR IC95939 Cannot set value to schema level row variable in ESQL editor
APAR IC96132 TODO keyword in ESQL block comment causes module not found
APAR IT02511 Read events in DatabaseInput node fails in Oracle
APAR IT04231 Incorrect ESQL module name when Compute node name is changed
APAR IT04575 Error in message flow when ESQL module name contains dots
APAR IT05414 ESQL code assist missing elements in a sequence after a group
APAR IT06061 Toolkit hangs when setting a breakpoint on a WHEN clause of a
CASE statement
APAR IT06344 No error when the RETURNS clause in a CREATE statement is missing
APAR IT08443 Unexpected error in CATALOG clause of ESQL THROW statement
APAR IT08545 Unexpected warning occurs in ESQL ROW function

6. Flow
APAR IC92169 Promoted property node compiled on subflow node
APAR IC92789 Error occurs when generating a report on a WSDL file
APAR IC94304 Extra schema added to ESQL PATH statement when BAR compiled in the CMF file
APAR IC94769 The name of UDN based on subflow can be ended with node
APAR IC95605 Update the source deploy compiler for CCSID default value
APAR IC96818 Provide subflow reference QuickFix
APAR IC96997 Warning message due to editor for promoted property being changed
APAR IC98436 Error on Compute node in Integration Service operation subflow
APAR IC98727 BLOB is not recognized in the XPath expression builder
APAR IC99432 NullPointerException in conversion of WESB project interchange file to IIB message flow
APAR IC99646 When adding a User Defined Node (UDN) to a flow, a property that was removed shows up
APAR IT01097 Promoting the CICSServer property of CICSRequest node gives NullPointerException
APAR IC99812 BLOB value is not shown in the Variables view during flow debugging if value is too long
APAR IT01453 Flow with FileOutput node using remote flag unchecked fails
APAR IT01483 Support Visual Studio 2013 in IBM Integration templates (.vsix)
APAR IT03609 Provide SFTP and FTP capability to the FileRead node
APAR IT03634 Cannot promote MQOutput.ReplyToQ and MQInput.queueName to the same property
APAR IT04481 Long build time when flows have many monitor event XPaths
APAR IT04685 Add SSL protocols supported by IBM JSSE2 to request nodes
APAR IT05396 CICSRequest node disallows valid chars in response container name
APAR IT05442 Invalid warning on message flow referencing subflow
APAR IT00890 Siebel message level identity propagation
APAR IT05732 Keyboard shortcuts do not work in the UDP tab of the flow editor
APAR IT06127 Monitor event information message incorrectly reports XPath as invalid
APAR IT07755 Message parsing properties showing as blank when promoted
APAR IT08375 NullPointerException error when starting the Toolkit with an open message flow
APAR IT05392 Flow API does not correctly handle the ESQL module
APAR IT06165 Resequence node includes a retry mechanism that sends messages to failure terminal
APAR IT09583 Properties that have been promoted to the Message flow level are not visible in the broker archive in a Windows environment
APAR IT10332 Subflow conversion cannot handle flows created prior to v6
APAR IT10412 Validation of XPath in message flow causes internal error
APAR IT10624 On NL machine, sometimes double-click on Compute node does not open the ESQL file
APAR IT10627 CICSRequest node "Channel Options" Add button not working

7. Integration Nodes view
APAR IC93294 Integration Nodes view hangs when stopping an unauthorized flow
APAR IT05429 Cannot connect to remote IIB node with TLS-Compliant cipher

8. Integration Services
APAR IC99535 Integration API enables IIB integration services

9. Installation
APAR IT02649 Problem starting IBM Integration Toolkit V9.0
APAR IT10345 On Windows, the workspace is not locked by the Integration Toolkit v9.0
APAR IT10361 Cannot load main class com.ibm.broker.config.proxy when starting the Integration Toolkit v9.0.0.301.

10. JDK
APAR IT07802 Pick up JDK security vulnerability APAR IV68825
APAR IT09096 IBM Integration Toolkit security JDK update - April 2015
APAR IT10243 Security APAR for multiple CVEs on Java 7 (July 2015 Update)

11. Mapper
APAR IC93651 .msgmap to .map conversion can fail with a ClassCastException
APAR IC94567 Unexpected function "spath" in mapping expression
APAR IC94932 Error in msgmap converted map on header mappings
APAR IC95751 Condition on msgmap converted custom ESQL transform
APAR IC95885 XSI:NIL="TRUE" lost in mapping element with text content
APAR IC96383 Converted map produces different output from msgmap
APAR IC96436 Converted map has unconnected transform with cast item
APAR IC97710 Map generates incorrect ESQL in source target submap
APAR IC98457 Allow user to include additional MXSD in map
APAR IC99701 Graphical Data Mapper error if schema file path contains space
APAR IC99472 Inconsistent documentation generation for V8 maps
APAR IT01932 Map error not shown in Problems View
APAR IT02567 Fail to load msgmap file when referencing LocalEnvironment.xsd
APAR IT03621 Message maps not working for complex type with simple content
APAR IT03884 Message map flags false error for mapping using SOAP envelope
APAR IT03958 Prefix change for the same namespace of a XML MAP input/output
APAR IT05281 V7 Submaps that map from or to a header fail to convert to V8 map
APAR IT05817 NullPointerException during msgmap to map conversion
APAR IT07017 False error flagged on map calling submap
APAR IT08394 Adding additional input to submaps is not possible
APAR IT06266 Generation of the XSLT 2.0 template for a custom XSLT transform is incorrect
APAR IT08623 Incorrect schema path for input/output added to submap
APAR IT08633 OOM building graphical data maps with cyclic nested submaps
APAR IT09417 There is no 'Refactor to Submap' option for a join transform
APAR IT10041 Runtime exception executing msgmap-converted ESQL:coalesce

12. Message Model
APAR IC94716 Creation of message definition files from SCA fails
APAR IC94222 Long initial build time when mxsds include chameleon namespaces
APAR IC96504 Invalid type restriction errors on message definition files
APAR IC96544 An import without schema location is added after changing type
APAR IC96178 $ROOT/MRM/ XPATH validated against wrong message
APAR IC96721 Schema QName is not generated correctly
APAR IC96777 Complex type is not resolved correctly after WSDL importing
APAR IC97718 Long initial build of mxsds that contain element references
APAR IC97865 Anonymous simple type not handled correctly in xsd:union
APAR IC97680 Validation error on duplicate XSDs within application or library
APAR IC97735 Long initial build when application or library has a large number of XSDs
APAR IC97894 Duplicated xml.xsd file after import projects created in older releases of the product
APAR IC99460 Invalid XSD include (to a non-existent MXSD file) in MXSD after creation from WSDL
APAR IT00742 WSDL Importer: Unable to import .NET WSDL which reference schema for schema
APAR IT00743 WSDL Importer: Import remote WSDL files into user specified folder under RemoteFiles does not work
APAR IT01584 Build hangs when validating message definition file
APAR IT03127 The mqsicreatemsgdef commands always return 0
APAR IT03157 WSDL file extension is not recognized
APAR IT03510 mqsicreatemsgdefsfromwsdl command can not resolve xsd under subfolder
APAR IT05258 Imported IBM supplied definition is not consistent
APAR IT05625 Provide option to override existing XSD file
APAR IT06365 Add support for soft links when exporting WSDL
APAR IT07691 Out of memory error when generating a BAR file containing the message set
APAR IT07813 Fail to update WSDL if schema is in an indirectly referenced library
APAR IT08094 Fail to re-import the same set of WSDL and schemas
APAR IT08400 Stackoverflow error for WSDLs that recursively import each other
APAR IT08845 Quick start wizard does not show error messages
APAR IT09565 MRM dictionary compiler can index type members incorrectly

13. MQ Java
APAR IT07995 MQ Java trace does not work

14. Patterns
APAR IC96171 Pattern instance generation fails to refresh all files
APAR IC99722 Worklight mobile service pattern throws StackOverflowError
APAR IT01865 Add an option to bypass the administrative privileges check when installing a pattern

15. Samples
APAR IC96889 TLOG Processor V2.2.1 sample ACE message definition correction
APAR IT03144 Incorrect data patterns for SA and ACE in TLOG processor sample

16. Toolkit Help
APAR IT08938 Link to Eclipse is incorrect under Help -> About


For details of the problems fixed in IBM Data Format Description Language Version 1.1.1.0 iFix004 that are included with this fix pack, see the following document:
http://www.ibm.com/support/docview.wss?uid=swg27041010

For details of the problems fixed in IBM Graphical Data Mapper Version 1.0.4.0 iFix017 included with this fix pack, see the following document:
http://www.ibm.com/support/docview.wss?uid=swg27024325

Prerequisites

You must install the IBM Integration Toolkit version 9.0.0.0, version 9.0.0.1, or version 9.0.0.3 before you download and apply this fix pack You must also install the IBM Installation Manager Version 1.6.2 (or later).

For information about Installation Manager Version 1.6.2, click the IM 1.6.2 information center link in the following table. To download the compressed file for local installation of Installation Manager, click the IM 1.6.2 release and download link.

[{"PRLabel":"IM 1.6.2 IBM Knowledge Center","PRLang":"English","PRSize":"999","PRPlat":{"label":"Linux","code":"PF016"},"PRURL":"https://www.ibm.com/support/knowledgecenter/SSDV2W_1.6.0/com.ibm.cic.agent.ui.doc/helpindex_imic.html"},{"PRLabel":"IM 1.6.2 Release and download","PRLang":"English","PRSize":"999","PRPlat":{"label":"Windows","code":"PF033"},"PRURL":"http://www-01.ibm.com/support/docview.wss?uid=swg24033586"}]

Installation Instructions

To install the Toolkit interim fix, complete the following steps:

1. Click the HTTP link below to download the fix pack file. If you are using Internet Explorer with a medium-high security setting, you might have to click the HTTP link twice before you can download the file.

2. Extract the contents of the zip file into a new local directory.

3. Ensure that no Rational products are running, including the IBM Integration Toolkit.

4. Ensure that you have Installation Manager Version 1.6.2 or later installed.

5. For more information about installing a fix pack, click the Installation instructions link in the following table:

[{"INLabel":"Installation instructions","INLang":"English","INSize":"999","INURL":"http://www-01.ibm.com/support/docview.wss?rs=171&uid=swg27011490"}]
On
[{"DNLabel":"Windows 32 & 64 bint","DNDate":"28 Aug 2015","DNLang":"English","DNSize":"400000","DNPlat":{"label":"Windows","code":"PF033"},"DNURL":"http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/Integration+Bus&release=9.0.0.4&platform=Windows+32-bit,+x86&function=all&useReleaseAsTarget=true","DNURL_FTP":" ","DDURL":null},{"DNLabel":"Linux x86-23 & x86-64","DNDate":"28 Aug 2015","DNLang":"English","DNSize":"400000","DNPlat":{"label":"Linux","code":"PF016"},"DNURL":"http://www.ibm.com/support/fixcentral/swg/selectFixes?parent=ibm~WebSphere&product=ibm/WebSphere/Integration+Bus&release=9.0.0.4&platform=Linux+32-bit,x86&function=all&useReleaseAsTarget=true","DNURL_FTP":" ","DDURL":null}]
[{"Product":{"code":"SSNQK6","label":"IBM Integration Bus"},"Business Unit":{"code":"BU053","label":"Cloud & Data Platform"},"Component":"Maintenance","Platform":[{"code":"PF016","label":"Linux"},{"code":"PF033","label":"Windows"}],"Version":"9.0","Edition":"All Editions","Line of Business":{"code":"LOB45","label":"Automation"}}]

Product Synonym

MB WMB MBTK WMBTK IIT IIBT

Problems (APARS) fixed
IC95602;IC99911;IT01580;IT01748;IT01775;IT02791;IT03037;IT10020;IT10160;IT10345;IT10361;IC98040;IC98462;IC99516;IC99733;IT01919;IT02171;IT02192;IT02773;IT03172;IT03559;IT03767;IT03909;IT04559;IT03445;IT05507;IT06006;IT06328;IT06911;IT07029;IT07784;IT08039;IT09059;IC94908;IC94725;APAR PM90817;IT03550;IC93278;IC95192;IC95939;IC96132;IT02511;IT04231;IT04575;IT05414;IT06061;IT06344;IT08443;IT08545;IC92169;IC92789;IC94304;IC94769;IC95605;IC96818;IC96997;IC98436;IC98727;IC99432;IC99646;IT01097;IC99812;IT01453;IT01483;IT03609;IT03634;IT04481;IT04685;IT05396;IT05442;IT00890;IT05732;IT06127;IT07755;IT08375;APAR IT05392;IT09583;IT10332;IT10412;IT10624;IT10627;IC93294;IT05429;IC99535;IT02649;IC93651;IC94567;IC94932;IC95751;IC95885;IC96383;IC96436;IC97710;IC98457;IC99701;IC99472;IT01932;IT02567;IT03621;IT03884;IT03958;IT05281;IT05817;IT07017;IT08394;IT06266;IT08623;IT08633;IT09417;IT10041;IC94716;IC94222;IC96504;IC96544;IC96178;IC96721;IC96777;IC97718;IC97865;IC97680;IC97735;IC97894;IC99460;IT00742;IT00743;IT01584;IT03127;IT03157;IT03510;IT05258;IT05625;IT06365;IT07691;IT07813;IT08094;IT08400;IT08845;IT09565;IC96171;IC99722;IT01865;IC96889;IT03144;IT10243

Document Information

Modified date:
23 March 2020

UID

swg24040553