0

I have a job that uses the copy files step which copies files from an authenticated server to another windows server. When I run the job from my local it seems to run fine, but when I place the job into the server and run it, there is an error thrown.

The File/Folder source is \\Folder\IlogB\2014-05-21\u_ex14052018_2014-05-21 03 00 02.log
The File/Folder destination is ftp://1c4:1c4@10.124.56.88/1CAAP/1413/data/

Unexpected error : java.io.FileNotFoundException: (The system cannot find the path specified)  

Any ideas as to how I can make the job run when placed on the server?

Thanks in advance.

1 Answers1

0

Your local system wouldn't by any chance be a Windows machine while your remote server is running Linux or any flavor of Unix, would it? My first suspect are those back slashes that should be forward slashes.

nsousa
  • 4,448
  • 1
  • 10
  • 15