Products | Versions |
---|---|
TIBCO Managed File Transfer Command Center | - |
TIBCO Managed File Transfer Internet Server with RocketStream Accelerator | - |
This hotfix can be downloaded from the TIBCO Support Managed File Transfer server- mft.tibco.com.
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 logged on you can find the hot fix in folder " /AvailableDownloads/MFT/CommandCenter-InternetServer/7.2.1/ "
The .zip file has the Readme file inside. Please unzip the file and look for the Readme file for instruction on how to apply the hotfix.
FX01935 is a cumulative hotfix and includes the following fixes:
Note: Below is a list of changes to the MFT JAVA Applet due to new JAVA JRE security restrictions:
: The MFT applet jar files are now signed by a TIBCO certificate and do not need to be signed by a customer certificate. Customers can still sign the MFT applet jar files with their own certificate, if they need to do so.
: When using JAVA 1.7 Update 51, the MFT Thin client will work with JAVA Security set to High or Very High. When using a JAVA 1.7 version prior to Update 51, the Thin client may not work unless JAVA Security is set to medium.
MFCC-1031 Resolves a problem searching on file names where searches did not return a match on the search string when using MSSQL, Oracle or DB2 databases and the search string includes a \ (backslash).
MFCC-1008 Resolves a problem where an LDAP "Sync All Users" can fail with Error: Synchronization failed An exception has occurred.
The following fixes are included from FX01932:
==============================================
MFCC-1016 Added additional LDAP tracing and made LDAP Sync tracing work with User trace turned on.
MFCC-1015 Resolves a problem when a Server is added through Admin Command Line Interface. If the "Clear Command Channel" field was not provided on the AddServer action, the Clear Command Channel field was added with a null value which caused a null pointer exception when executing a transfer to the Internet Server with the transfer definition pointing to the FTP server added by the Command line.
MFCC-1012 Resolves a problem with the LDAP authentication when connecting to an Active Directory using SSL when TLS is required.
MFCC-994 Resolves a problem when collecting audit records from a UNIX Platform Server with a hotfix installed. The version number passed too many characters which caused an error to be written to the Catalina.out: "Internet Server Error: Helper.trunCateString – String value is truncated."
MFCC-990 Resolves a problem with the Java client on Mac OS using Safari. If the user clicked on upload/download, only root folder was shown and the subfolders could not be accessed.
Note, the Safari browser must run in unsafe mode. Navigate to Safari->preferences->security and click on "Manage website settings". Change the setting to "Run in Unsafe mode".
The following fixes are included from FX01929:
==============================================
MFCC-959 Resolves a problem with #(Date) and #(Time) tokens in the server file name when using checkpoint restart if a transfer is interrupted and then restarted. After the transfer completed, the server file name was correct, but the audit and alerts were incorrectly displaying the server file name with the updated date and time of when the transfer was restarted.
MFCC-958 Resolves a problem where the file size was displayed as -1 when uploading large files with the HTML mode Internet Transfer Client.
MFCC-956 Resolves a problem with the HTML mode Internet Transfer Client where clicking the upload button again after the transfer started would restart the transfer.
MFCC-950 Updates the Internet Transfer Client Help to include the Thin, Java and HTML mode browser clients.
MFCC-949 Resolves missing permissions and Codebase manifest attributes warnings when using the Thin or Java Internet Transfer Clients and running JRE 1.7 update 45.
MFCC-948 Resolves a problem when using Chrome browser where the HTML Mode Internet Transfer Client incorrectly prompted that Java needs your permission to run.
MFCC-942 Resolves a problem with Java Mode Internet Transfer Client downloading files when the transfer definition is not a directory transfer and the server file name is the path including the file name.
MFCC-935 Resolves a problem where clicking the "Refresh" button in the HTML or Java mode Internet Transfer Clients did not pick up changes made to the transfer definition or global changes after logging into the clients.
MFCC-931 Fixes a spelling error in a Command Center message when no Internet Server is installed and you navigate to Administration > Transfer Servers > FTP Server > Configure FTP Server. The error now correctly reads "No Internet Server instances installed."
MFCC-871 Resolves a problem when using IE8 where the HTML mode Internet Transfer Client "Cancel" button was not working on uploads after a transfer was started.
The following fixes are included from FX01927:
==============================================
MFCC-932 Resolves a problem when using the MFT Java client to upload files to an MFT Server configured with SSO. Clicking on the transfer upload or download buttons returned an error "Your session has expired. Please click refresh button to login again." If you clicked the refresh button then the same error was displayed.
MFCC-892 Resolves a problem where alerts were not being processed when multiple wildcards were defined in the alert trigger criteria. The problem was introduced in FX01902 which addressed an issue with special characters in the alert trigger criteria. To use multiple wildcards the user must enter the data in this format:
<.*abc.*>. When data is entered between brackets < and >, the data is treated as a JAVA regex (regular Expression). Note that the rules for JAVA regex are different from standard UNIX regex.
In this example an alert will be triggered if the string "abc" appears anywhere in the field.
We will perform a Java regex compare on the data inside <>. This applies to the following fields:
: Platform server Node Name
: Client File Name
: Server File name
: Transfer User Id
: Process name
: Transfer Description
If the data is not enclosed within <>, Java regex checking will not be performed; the standard checking will be performed.
MFCC-888 Resolves a problem when attempting to view the detailed audit record from the Platform Server Manual Poll. Clicking on the transaction ID resulted in the error: <Transaction ID> is an invalid Local Transaction Id.
MFCC-850 Resolves a problem with the Java client. Message "Error: Session ID has expired" was displayed when the session timed out due to inactivity. You are now brought to the logon page when the session times out.
MFCC-792 Resolves an SFTP issue when a key exchange is initiated. There was a small window where it may have been possible for the client to send a message that was not allowed during key exchange. The following exceptions may result:
Exception: com.maverick.ssh.SshException: Protocol error: expected packet type 30, got 94 [Unknown cause]
Exception: com.maverick.sftp.SftpStatusException: Invalid file handle.: The handle is not valid!