It is caused by the daylight time change.
Do the following on the rcc server.
Just need to bump enddate up 3 hours from rptrequesttimes table, from where it is.
Stop RCC launcher.
Go into DOS command window.
cd program files\mysql\mysql server 4.1\bin
mysql --port=3309
use ccrdb;
update rptrequesttimes set enddate = '2008-10-29 09:00:00';
exit
This is an example, put the enddate to anything past that 3 hours period.