This table lists the enhancements and fixes in FTPFile Adapter , fix pack version 7.5.0.2. |
Enhancements |
1 | | MR0705115319 | Additional check on file size when checking for file unchanged time interval. |
An additional file size check was introduced along with time interval for file unchanged time interval property. So as per change: If 1 GB files takes 10 mins to be copied to the event directory and the UnchangedTimeinterval is 7 mins, the adapter will pick up the file only if the file has not been changed for 7 mins
|
|
2 | 76798 | | Enhanced tool tip - Revisit the tool tips for all the properties in the EMD flow. |
For FTP Adapter, tool tips for all the properties in EMD flow has been revisited and where ever required, changes have been made to enhance the readability.
|
|
3 | Defect 6672 | | FTP Adapter: Enhanced the log messages and message.propereties files. |
Streamlined adapter tracing with the right trace volume assigned to the right trace levels. Introduced more intelligent tracing with an understanding of frequenctly faced customer problems.
|
|
4 | Line item 5844 | | Added support for Commons net 3.0.1 for FTP Adapter |
We use Apache's commons net jar for FTP protocol based interactions.Updated the version to 3.0.1.
|
|
Fixes |
1 | Defect 6660 | | Outbound operation flow for FTP Adapter does not stop at directory level even if all permissions are denied for the directory. |
Symptom: For the following outbound scenarios: 1. Create operation for LocalArchiveDirFor , 2. Retrieve operation for LocalDirectoryPath and 3. Create operation with FileSequenceLog , When all the permission are denied for the directory ,the execution flow was not stopping at directory level check and was going further to check for the File.
|
Resolution: An Adapter level fix provided for this. |
|
1 | Defect 6621 | | Traces show exceptions related to local event and archive directory more than once. |
Symptom: For the following outbound scenarios : 1. When local archive directory is given wrong ,
2. When local event directory is given wrong ,
3. When Denying all permissions to local archive directory and
4. When Denying all persmissions to local archive directory ,
The exceptions were thrown more than once.
|
Resolution: An Adapter level fix provided for this, to make trace more readable and proper to customers |
|
2 | Defect 6914 | | Unable to recover event which has eventID 0 and XID set when WPS is restarted after WPS process is killed unexpectedly. |
Symptom: Recovery was not happening properly for the events having EventID 0 and XID non null.This situation occurs whenever wps is restarted after a unexpected wps process kill. |
Resolution: An adapter level as well as an AFC and Websphere app server level fix provided for it. |
|
3 | Defect 6213 | | FTP Adapter failed to stop when the event directory is given wrong -> FTP Adapter deployed successfully when the event directory is given wrong. |
Symptom: Adapter failed to stop at the deployment time when FTP event or archive or local event or archive directory is given wrong. |
Resolution: An Adapter level fix provided for this. |
|
4 | Defect 6319 | | Resume file transfer for inbound is not working - partially downloaded file will be downloaded first upon reconnection during first poll cycle only. |
Symptom: During the first poll cycle ,download process was showing the unexpected behavior. FTP adapter was unable to download the partial file(caused due to unexpected loss of connectivity) first, upon reconnection . |
Resolution: A fix provided at adapter level. |
|