indico / indico-migrate

Utility to migrate Indico 1.2 ZODB databases to 2.0 (Postgres)
GNU General Public License v3.0
2 stars 3 forks source link

timetable errors #15

Closed jouvin closed 7 years ago

jouvin commented 7 years ago

I have also a number of events where indico-migrate reported a timetable error like:

timetable   Contribution <persistent broken MaKaC.conference.Contribution instance '\x00\x00\x00\x00\x00\x16\x8a#'> has no fields

An event with such an error in my database is a0681. I have no clue what the potential impact on the converted event could be.

I did a check to compare the occurence of this error with the layout error and I found that it is often but not always associated with a layout error. The attached file is the result of the check done with the following command ($events containing all the event ids where a timetable error occured):

for event in $events; do echo Checking layout errors for $event; grep layout migration.log|grep " $event "; done>/tmp/timetable.list

From the visual checks I made, it seems to be again CDSAgenda events. And as usual you can look at these events in more details at http://indico.lal.in2p3.fr (v1.2).

ThiefMaster commented 7 years ago

Safe to ignore (maybe we should remove the warning, it's kind of useless): these contributions had no description and for some reason (probably that reason is called cdsagenda ;)) the object storing both custom fields and the description was missing too.

jouvin commented 7 years ago

Thanks.

jouvin commented 7 years ago

I let you close the issue!

ThiefMaster commented 7 years ago

i kept it open to remember removing the warning ;)