Hi Shunde,
You can set an option in your transfer request to
disable dcau:
...
<fileStageIn>
<transfer>
<sourceUrl>....</sourceUrl>
<destinationUrl>....</destinationUrl>
<rftOptions>
<dcau>false</dcau>
</rftOptions>
</transfer>
</fileStageIn>
...
As far as i know RFT was designed with Globus GridFTP server in mind
and was never tested against other GridFTP servers. So your transfers
might still fail.
We recently talked about this issue and it would be great if you
could let us know how it works for you without dcau.
Martin
> Hi all,
>
> I want to submit a job to GT4 with staging in a file from dcache's gridftp
> server. However, RFT will send a 'DCAU' command to gridftp server when
> staging,
> and the problem is that the gridftp server of dcache doesn't understand
> this
> command,
> which results in failing to stage and hence the job fails. Does anyone
> know how
> to stop RFT from sending this command? or any other comments? thanks a
> lot.
>
> Cheers,
> Shunde.
>
>