Community,
we have couple migration job scheduled running every night. and then using IFS SFTP job to deliver the file to remote FTP folder. But recently we realized the SFTP job failed every time. please see the screenshot attached.
We tried to have the SFTP job disabled and do manually step by step, it is working well.
our file is generated by migration job, and have it kept on DB FTP folder. due to large amount of data, it will take roughly couple minutes to complete one migration job.
The most possible reason we could imagine is, when migration job is started, the file is appeared in the folder with 0 bytes. in the meantime, SFTP job is triggered, thus it is sent with an empty body, and leads to the failed message.
wondering anyway we could let the system not send the empty file until the migration job is completed.
Thank you.