复制文件Pentaho中的步骤

时间:2014-06-19 10:52:01

标签: pentaho data-integration

我有一个使用复制文件步骤的作业,该步骤将文件从经过身份验证的服务器复制到另一个Windows服务器。当我从本地运行作业时,似乎运行正常,但是当我将作业放入服务器并运行它时,会抛出错误。

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)  

关于如何在放置在服务器上时使作业运行的任何想法?

提前致谢。

1 个答案:

答案 0 :(得分:0)

当您的远程服务器运行Linux或任何Unix版本时,您的本地系统绝不会是Windows机器,不是吗?我的第一个嫌疑人是那些应该是正斜线的反斜杠。