[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] "File Transfer Using a URL" seems to be useless on Windows!



On Wed, Apr 2, 2014 at 12:09 AM, Zachary Miller <zmiller@xxxxxxxxxxx> wrote:

[...] try using the UNC-style name with the
two backslashes in front, like "file://\\fileservername\path\file" instead.

Zach, you are right! The "curl_plugin.exe file://\\fileservername\path\file .\file" worked correctly being executed from the command line (under the authorized user). But under condor it still fails (error 37 = access denied) due to SYSTEM user... So will be waiting for next condor versions with a modified file transfer plugins model...
 

On Wed, Apr 2, 2014 at 6:35 AM, <Greg.Hitchen@xxxxxxxx> wrote:

 

You can effectively offload the file transfer from the submit node to the execute node/s by using

a batch file wrapper script as your Condor “executable”...


Greg, thank you! The wrapper script is the best solution for the moment!