Fixed it. Seems like RenderFarm@Home have changed what they put in their team xml output. One of the metrics I keep is number of users, which they have dropped, causing a problem with my script which meant the teams had zero value.

In the script which does all the computation for the DCR, this causes a divide by zero exception breaking the whole lot

Fixed the original script to set it to zero if not found and added some code the DCR script to check for it being zero before trying the computation..

Bok