Good morning,
My team has set up several jobs using Visual Cron version 8.5.1 (Build 19584).
The jobs poll a remote folder using an SFTP connection. The connection can connect with no issues and list the contents of the remote directory when tested through the "Connections" screen. However, when the trigger is activated, it de-activates within 1 minute.
The key part from the error log is below:
15/09/2020 10:59:39 Err UpdateFileListing->Error in Trigger: 'Remote file Trigger. Monitoring remote folder '/OUT', file mask '*BANK*' for events Created,Created.' using Connection 'Kyriba Prod [INFORBGTREASURY@185.22.169.16:22].', ex: SBSftpCommon.EElSFTPError: No such file
at SBSftp.TElSftpClient.RequestAbsolutePathSync(String Path)
at SBSimpleSftp.TElSimpleSFTPClient.RequestAbsolutePath(String Path)
at VisualCronService.RemoteFileAPI.GetRemoteFileList(String strConnectionId, RemoteFileFilterClass rff, VariableReplacerClass VR, ConnectionHandlerClass chIn, Boolean bolDebugging)
at VisualCronService.EventRemoteFileClass.HPFDFOEFEHIIPICGDDKMELIDHKACPECLEJHG(Boolean )
VCron_log.txt
(7kb) downloaded 23 time(s).It is true there is currently no file in the remote location, but surely the trigger should not deactivate, but should continue polling until there is a file?
Any advice gratefully received.
Kind regards,
David