Known Issues

This section lists the issues for this release that were known when this readme was published.

SCI-2012

When an environment is created using the Allow users of Another Environment option, then the users of another environment will not be able to connect using Designer to the newly created environment using the same user credentials. Workaround: Create a local user in the linked environment and then proceed.

PIEAR-1446

In webMethods Adapter for JDBC, polling notifications are not retaining the enabled state after the IBM® webMethods Cloud Container solution gets Reactivated or Upgraded or Cloned. Workaround: Enable the Adapter for JDBC polling notifications manually, once the webMethods Integration Server is up and running.

KUB-5326

In an Integration Server cluster setup, one of the instances is restarted manually from the user interface. In such circumstances, the runtime transaction may fail a maximum of up to a half-minute because the instance is going down. Workaround: There is no workaround currently for this issue.

BOC-12117

When a Trading Networks service is executed in IBM webMethods Cloud Container, few nodes such as 'ValidationSvc', 'VerificationSvc', 'SigningSvc', 'Attributes', 'PipelineMatchIData', 'docType', 'dtd', 'queries', 'qryEvals', 'sig_queries', 'attribQueries', 'envelopeIData', 'ValidationSchema', 'recordBlueprint', 'VERSION_NO', '_contentType', 'standard', 'version', 'transaction', 'iidQuery', 'EDIBDT.Standard', 'EDIBDT.Version', 'EDIBDT.DocType', 'EDIBDT.IsRootEnv', 'EDIBDT.Queries', 'EDIBDT.IID' in the pipeline are not shown in service output rendered in IBM webMethods Cloud Container user interface. Workaround: There is no workaround currently for this issue.

PIE-68895

A global variable of the password type is displayed as encrypted text in Designer. During variable substitution in flow services, a password configured as a global variable is displayed as encrypted text instead of masked characters (*). This happens when Integration Server configuration containing global variables is deployed using Command Central. Workaround: The workaround for this issue is to deploy global variables using ACDL files through Deployer.

PIE-83798

Convert pub.cache IData keys to an immutable string.

After upgrading Cloud Container from 10.11 to the latest fix, version 10.15, if an IData object was used as the key when placing a value in cache using a pub.cache service, later attempts to retrieve the value using the same key might fail. This occurs because IData objects are mutable. To address this issue, Integration Server now includes the server configuration parameter watt.server.cache.iDataKey.toString that specifies whether a com.wm.data.IData object used as a key in one of the pub.cache services is converted to an immutable String before accessing the cache. Set to true to convert an IData object used as a key to a String. Set to false to keep the key as an IData object. The default value is true.Integration Server does not need to be restarted for changes to this parameter to take effect.