- Control-M for Advanced File Transfer job ended NOTOK after file completed transferred at 100% and "Ended OK" |
Perform the below solution to resolve this error: 1. Go to the Control-M/Agent machine that is installed with the Control-M for Advanced File Transfer (AFT) 2. Navigate to <Control-M/Agent Home>/ctm/cm/AFT/data 3. Backup the Control-M for AFT configuration file - aft_configurable.properties 4. Search for "com.bmc.aft.configurable.ftp.failOnDestCloseDataChannel" 5. Change the value from "true" to "false" 6. Search for "com.bmc.aft.configurable.ccm.sock.timeout" 7. Change the value from "30" to "3600" 8. To apply the change, stop the container with command: ctmaftcontainer stop 9. Submit the Control-M for AFT job Additional Information: Control-M for AFT system parameters - com.bmc.aft.configurable.ftp.failOnDestCloseDataChannel - When set to true, Control-M for AFT job will fail if closing the data channel to the destination file fails. (Default is true). - For MFT systems, replace the AFT details above with MFT. |