Greetings!
I have a simple workbench that runs without issue on Form (v2025.0) that uses a CSV reader that lists File_name, file_url in which the url is a SFTP://hostname:22/path/filename.typ
The CSV reader is linked to the FTPCaller.
This process works fine on Form (desktop) and loads the files to the respective server and path.
However, when the workbench is run from the server, is runs Successful-but does not load the files; in the log there is an error:
FTPCaller (FTPFactory): FTP/FTPS/SFTP transfer error: Could not resolve hostname
Any suggestions on why?