dmwm / das2go

Go implementation of Data Aggregation System (DAS) for CMS experiment
MIT License
2 stars 3 forks source link

buggy links in cmsweb.cern.ch/das #36

Closed michael-pitt closed 3 years ago

michael-pitt commented 3 years ago

I'm using the web interface, and I tackle the following error: I'm searching for children of a given file:

child file=/store/mc/RunIISummer20UL18RECO/GGToEE_Pt-35_Elastic_13TeV-lpair/AODSIM/106X_upgrade2018_realistic_v11_L1v1-v2/100000/027C3A23-DAA8-1449-9047-A418996EEC2E.root

The output is two files, but when I click on one of the files to view its related info, web interface forwards me to the following search line:

dataset=/store/mc/RunIISummer20UL18MiniAOD/GGToEE_Pt-35_Elastic_13TeV-lpair/MINIAODSIM/106X_upgrade2018_realistic_v11_L1v1-v2/100000/80B92674-24B6-9642-87C4-3C41A752F15E.root

with DBS unable to unmarshal the data into DAS record... error. It should be file instead of dataset in the search command. This error might lead a user to conclude that the file is missing, so it is important to make this fix.

Thanks!

vkuznet commented 3 years ago

done and deployed to cmsweb, closing the ticket