Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for sFTP | 6.1.3 |
This hotfix can be downloaded from the SFDC Customer Portal Web UI, using your username and password for support.tibco.com. Once logged on you can find the hotfix under Download Menu :
AvailableDownloads/BusinessWorks/Plugins/sFTP/6.1.3/hotfix-02
Listed below is a summary of updates included. Please refer to the associated read me document for any additional information.
===================
Closed Issues in 6.1.3_HF-002 (This Release)
BWSP-329: SFTP GET activity performance becomes very low due to the large number of files stored at the FTP server.
This issue is fixed.
BWSP-322 : we are forcing MAC algorithm to help protect the integrity and authenticity of data. we use the following properties to force the algorithms:
Properties which need to mention in VM arguments :
-Dcom.tibco.bw.palette.sp.sshAlgorithm=hmac-sha2-256 (algorithm name)
Properties which needs to mention in appnode.tra file, when application is running on appspace:
java.property.com.tibco.bw.palette.sp.sshAlgorithm=hmac-sha2-256
(algorithm name)
This issue is fixed.
BWSP-318 : SFTP Get activity doesn't support wildcard format "T*" for Remote File Name search and it will throw an exception.
This issue is fixed.
BWSP-306 : Put activity general tab's Timeout filed is not updating shared resource SFTP connection resource's timeout field
This issue is fixed.
BWSP-273: Remove System.out traces from Plugin
This issue is fixed.
===================