TIBCO ActiveMatrix BusinessWorks 5.11.0 Hotfix-20 is available.
book
Article ID: KB0103349
calendar_today
Updated On:
Products
Versions
TIBCO ActiveMatrix BusinessWorks
-
Not Applicable
-
Description
Description: Note: TRA 5.8.0 Hotfix-06 or latest available TRA 5.8.0 hotfix (refer LBN 46365) needs to applied before installing the BW 5.11 hotfix-20.
You can download this HotFix from the TIBCO Product Support ftp server, mft.tibco.com. You will need to provide your TSC (TIBCO Support Central) credentials. Your username is your email address to access the server.
Please note you should use an FTP or SFTP client or command-line FTP. TIBCO employees must use a secure protocol.
Server name: mft.tibco.com Credentials: use your TSC (TIBCO Support Central website) login. Browser: https://mft.tibco.com FTP: port 21 SFTP: port 22
Once you have successfully logged into the server, go to /AvailableDownloads/BusinessWorks/5.11.0/hotfix-20 to download the fix.
================================================================================ Closed Issues in 5.11.0_HF-020
BW-17089 The Get Activity method in the EngineHawkMicroagent displayed an incorrect value for the Activity Class.
BW-16985 When using the activities JMS Topic Publisher and JMS Queue Sender a number of jobs were hanging when the connection to the EMS server was terminated. The jobs were hanging as the activities tried reconnecting to the EMS Server after the connection from the EMS Server was terminated.
A property has been introduced for this. Set the property "bw.plugin.jmssender.enableLazyRetryOnFailure" to "true". Default value is "false". After setting the value to "true", when the connection to the JMS Server breaks an exception is thrown instantly.The retry behaviour will continue with minimal jobs, and in order to avoid the hanging state the remaining jobs will proceed on error path.
BW-13688 The Send Mail activity failed even if one of the email addresses provided in the addresses list was not valid. A property has been intoduced for this. Set the property "mail.smtp.sendpartial" to "true". Default value is "false".