Bug #7523
closedanode01 must belong only to one crystal
0%
Description
Hi,
I have updated the Topology Manager software.
Now the clean_and_fill_db_from_multiple_xml.sh script stops on the first error.
I have put hardware-list directory under DVCS control (mercurial not to name it)
See the wiki https://forge.in2p3.fr/projects/topology-manager/wiki#GANIL and
https://forge.in2p3.fr/projects/topology-manager/wiki/Mercurial_Hardware_List
The script error is :
anode01 has already a CRYSTAL parent
indeed :
grep -in anode01 hardware-list/*.xml | grep relation
gives
hardware-list/relation-A002.xml:12:<relation name_origin="A002" name_destination="anode01" type_origin="CRYSTAL" type_destination="NARVAL_NODE"></relation>
hardware-list/relation-C006.xml:12:<relation name_origin="C006" name_destination="anode01" type_origin="CRYSTAL" type_destination="NARVAL_NODE"></relation>
Good luck :), xavier
Updated by Michelagnoli Caterina over 10 years ago
Indeed I was testing a couple of carriers connected to the anode01 and i didn't care about the fact that the same anode was used somewhere else... I will update the xml files, thanks!
Updated by Grave Xavier over 10 years ago
when you have a xml files configuration that please you, don't forget that you can save it using mercurial :)
https://forge.in2p3.fr/projects/topology-manager/wiki/Mercurial_Hardware_List
Updated by Grave Xavier over 10 years ago
- Status changed from Assigned to Closed
anode01 isn't used in double it seems. I close the ticket, but you should have done it yourself since you have done the job.