We are trying to use a unix machine as landing zone for reading files into an HPCC Thor environment. Initially we would get the error
System error: -1: Failed to connect (setting host down) to dafilesrv/daliservix on XX.XXX.XX.XX:7100
Then we got dafilesrv installed on the landing zone and started it. We also ensured if there are no firewall restriction between the two systems.
Now, when I try to read files from the landing zone, I do not get the above error. But, I do not get the filelist. The output from the following command is blank:
Filelist := STD.File.RemoteDirectory('XX.XXX.XX.XX','<file path>','*.csv');
output(Filelist);
is there configuration / setting we should be considering so that HPCC is able to get the list of files from the unix machine.