Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

FileCopy from C to network drive

Hi,
I want to copy a folder from my C drive to a network drive.
On the server the connection works.
I use a tFileCopy: Source: "C:/foldertocopy/"
Destination: "//networkname/folder/"
"java.io.FileNotFoundException: firstfile (The network name cannot be found)
at java.io.FileOutputStream.open(Native Method)
at java.io.FileOutputStream.<init>(Unknown Source)
at java.io.FileOutputStream.<init>(Unknown Source)
at org.talend.FileCopy.copyFileS(FileCopy.java:68)
at org.talend.FileCopy.copyFile(FileCopy.java:48)
at $1CopyDirectory_tFileCopy_2.copyAllFiles(.java:1635)"

Am I doing something wrong?
Labels (3)
2 Replies
Anonymous
Not applicable
Author

did you checked copy a directory checkbox?
Anonymous
Not applicable
Author

Yes.
Found this:
http://support.microsoft.com/kb/875441
Because I have the same problem writing a .bat with robocopy.

Contacted my IT department.