As I have seen here, Layout and Scheduling problems, it looks like the schedule.xml is truncated where there are too many elements.
Right now, is truncating layouts with 40 elements, because our video names are in the thousand. I have read that you solve this issue in version 1.8, but we are far away of deploy that version, so I would like to know if there is any way we can solve this temporally.
They are internal identifiers and so can’t be reset.
There’s an alternative to splitting the layout up. You can make a patch to the following line:
Change that so it reads:
$layout->setAttribute("dependents", '');
Note however, that will prevent the Players from checking whether all files required to show a layout are downloaded before they start to try and play it. They should recover, but during download, you will see the Player start to show layouts, and then fail back to the splash screen when they are unable to.