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

[Condor-users] Stork error with srb



Dear all
I encontered an error when using stork to connect a srb server
My condor version is 6.7.7 and  stork contrib module is 6.7.6
Here is my strok job description file

[
dap_type = transfer;
src_url= "srb://srbusr.ASCC:password@xxxxxxxxxxxxxxxxxxxxxxxxxxx:1234/Atmosph
ericScience/home/srbusr.ASCC/memo.txt";
dest_url = "file:/home/lyho/memo.txt";  
]

And it failed
============================================
the Stork-module.stderr file shows

can't open collection /AtmosphericScience/home/srbusr.ASCC object memo.txt
can't open collection /AtmosphericScience/home/srbusr.ASCC object memo.txt
can't open collection /AtmosphericScience/home/srbusr.ASCC object memo.txt
can't open collection /AtmosphericScience/home/srbusr.ASCC object memo.txt
can't open collection /AtmosphericScience/home/srbusr.ASCC object memo.txt
......
=============================================
the Stork-module.stdout shows

Transfering from 
srb://srbusr.ASCC:******@lcg00105.grid.sinica.edu.tw:1234/Atmosph
ericScience/home/srbusr.ASCC/memo.txt to file:/home/lyho/memo.txt
transfer status: FAIL
=============================================

I am sure that the collection exists and I can login via PHPMySRB.
The PHPMySRB interface shows

SRB User Name: srbusr
SRB User Domain Name: ASCC
SRB User Password: *****
SRB Port Number: 6833
SRB Zone: AtmosphericScience
SRB Host: lcg00105.grid.sinica.edu.tw
SRB Home Collection: AtmosphericScience/home/srbusr.ASCC


Any idea or help ?
Thanks in advance