Runtime - File Event Issues
Issue | Cause | Diagnosis | Resolution |
Mail source activity sometimes aborts with the error: | This error occurs when multiple instances of the process flow, which include Mail Source/Target activities, are executed concurrently. The mail server limits the number of concurrent connections, leading to the mail source aborting due to unavailable connections. | Check the logs: This log suggests connection attempts exceed the mail server's allowed concurrent connections when multiple process flows try to connect simultaneously. |
Change the following properties:
|
A process flow triggered by an FTP trigger, exported from a 5.3 server and imported into a 6.2 server, gets triggered and then aborts. The diagnostics show an error related to initializing the FTP source activity. | The FTP connector type used while creating the connection to the FTP server needs to be corrected. In Adeptia Suite 6.2, a new API "Secured Inet Factory" was introduced, which provides better connectivity and enhanced logging. | Check the logs: |
|
When a large file is sent to an FTP folder, it throws errors each time. After logging Verbose, it seems that the connection closes before the file transfer it complete. | The connector type of the FTP Target may not be compatible with the FTP Server | Check the logs: | Try changing the connector type of the FTP Target from "Secured Inet Factory" to "J2SSH" (Advanced Properties). |