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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.