This issue related to interacton between DIRAC 8.0.78, FTS, CTA+EOS.
After setting up StagingProtocols=root, DIRAC sends staging request to FTS3. But, staging fails, because DIRAC send staging request with very strange URL:
root://x509up_u1000@cta-eos.jinr-t1.ru:1094//eos/nica/bmn/dirac/bmn.nica.jinr/backup/exp/raw/run9/10000/run_Top_10000_ev4_p0.data?activity=default
Which is failed because of "x509up_u1000@" breaks FTS3 method of staging:
Error reason: STAGING [93] Protocol not supported or path/url invalid: root://x509up_u1000@cta-eos.jinr-t1.ru:1094//eos/nica/bmn/dirac/bmn.nica.jinr/backup/exp/raw/run9/10000/run_Top_10000_ev0_p0.data?activity=default
Is there a way to disable "x509up_u1000@" addition to the URL?
This issue related to interacton between DIRAC 8.0.78, FTS, CTA+EOS.
After setting up StagingProtocols=root, DIRAC sends staging request to FTS3. But, staging fails, because DIRAC send staging request with very strange URL:
root://x509up_u1000@cta-eos.jinr-t1.ru:1094//eos/nica/bmn/dirac/bmn.nica.jinr/backup/exp/raw/run9/10000/run_Top_10000_ev4_p0.data?activity=defaultWhich is failed because of "x509up_u1000@" breaks FTS3 method of staging:
Error reason: STAGING [93] Protocol not supported or path/url invalid: root://x509up_u1000@cta-eos.jinr-t1.ru:1094//eos/nica/bmn/dirac/bmn.nica.jinr/backup/exp/raw/run9/10000/run_Top_10000_ev0_p0.data?activity=default
Is there a way to disable "x509up_u1000@" addition to the URL?