On Fri, 2008-06-06 at 01:04 +0200, Nicola Guida wrote:
> Hi,
> you defined in jobdescriptor 
> <stdout>${GLOBUS_USER_HOME}/stdout.txt</stdout>  
> but, in stageout attempt to access the file testout.txt
> 
> you can use: 
> .....
> <fileStageOut>
> <transfer>
> <sourceUrl>file:///${GLOBUS_USER_HOME}/stdout.txt</sourceUrl>
> <destinationUrl>gsiftp://heplw26.phys.uvic.ca:2811/hepuser/patricka/Desktop/testout.txt</destinationUrl>
> </transfer>
> </fileStageOut>
> ......
> 
> or change
> <stdout>${GLOBUS_USER_HOME}/stdout.txt</stdout>  
> in 
> <stdout>${GLOBUS_USER_HOME}/testout.txt</stdout>  


Thanks, but I was trying to stage a file back that was created by the
script that was run in the job, I wasn't having any problems with
staging stdout back. Sorry if my example was confusing!

Anyway, Stuart Martin's suggestion worked perfectly. 

--patrick

Reply via email to