I'm trying to copy a file to a network location over a VPN (Copy File(s) action). It fails every time with close to 100% of the copy complete in FB. Note that I recently moved to Windows 7 and updated to the latest FB 6.3.0.1916 in the last few months, so I can't test with the previously working configuration, but I know the FB project itself is the same as what used to work.
The error I always get is:
Filed to copy File : C:\Local\Path\File-2010-03-23.zip -> \\server\data\path\deploy\File-2010-03-23.zip
Win32 Error : The specified network name is no longer available
The two paths it actually uses (from the log) are fine, and a file does get copied over, it is just incomplete and thus corrupt.
Copying the file manually using Explorer works fine and using the FB xcopy action also works fine, so I assume some kind of bug in the copy files action, but I'm not sure. It isn't a big deal, since xcopy is a perfectly usable workaround for me, but I thought I would at least report the issue in case others are seeing it as well.