Products | Versions |
---|---|
TIBCO Substation ES | 2.14 |
Please download the Hotfix from the TIBCO Support Customer Portal Web UI using their username and password for the TIBCO Support Web page. Once logged on you can find the Hotfix under the Download Menu :
AvailableDownloads/Mainframe/Substation/2.14.0/hotfix-13
Defect corrections in Hotix 13:
SSES-2255 - High - CICS RED
The Substation ES RED Interface waits too long for a response from CICS
so that it can continue its initialization. In this case, it just bypasses
the rest of the initialization process. It's a timing issue due to a lack
of CPU resources and has been changed to send an appropriate message to
the console and logs, and we have also increased the time to wait.
Issue fixed.
SSES-2254 - High - Substation ES
At Substation ES startup, message SXG2005C is reported after calling the IBM
z/OS system information routine. It's a customer reported issue so please
note that it can occur but we believe it's not critical.
Issue resolved, but it's adviseable to apply this hotfix.
SSES-2247 - Normal - CICS RED
An enhancement was made to report a target buffer pool's buffer space shortage
when more that 80% of the active buffers are in use. The message is
SXX7188W which means, change your Interface parameters to have more
CMSG-BUFFERS. When message SXX7137W is issued the buffer pool is full and
the transaction's message will not be executed and the data is returned to
the caller.
Enhancement completed.
SSES-2253 - Normal - EMS, CICS RED
SSES-2252 - Normal - EMS, CICS EXCI
A number of enhancements were made regarding single and multiple containers
with a special container type for destinations/subjects of SendTo
and ReplyTo allowing the ESB to handle the replacement for the SendTo
and a property for the ReplyTo.
The maximum number of containers supported is currently 50 which includes
the two special containers.
EMS byte messages support was changed to handle a CICS container and
multi container requests when more than one container is sent by a CICS
application.
Previously the ESB Bytes/Opaque handler would only take the first
container whether it was a data container or not.
Currently only the first data container is sent as an EMS bytes message
and all other data containers are ignored.
EMS Map message type fully supports multiple containers.
Sample COBOL programs SXCCI040 (SXTC) and SXXCCI40 (XTTC) are working
versions of the enhancements.
Enhancement completed.