Hi All,
I have just come across a new, rather annoying problem. When I try and schedule a predefined report with Job scheduler it consitently fails. I can shedule the job fine, however when its supposed to run I get an event log message telling me the following :-
System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.GetDayOfNNY(DateTimeResult result, DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
at System.DateTimeParse.ProcessTerminaltState(Int32 dps, DateTimeResult result, DateTimeRawInfo raw, DateTimeFormatInfo dtfi)
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at System.DateTime.Parse(String s, IFormatProvider provider, DateTimeStyles styles)
at System.DateTime.Parse(String s, IFormatProvider provider)
at System.DateTime.Parse(String s)
at Adiscon.MonitorWare.JobManager.MWCJobManager.isReportTimeValid(String reportName)
at Adiscon.MonitorWare.JobManager.MWCJobManager.OnTimer(Object source, ElapsedEventArgs e)
I can run the reports manually with no problems, but every time I run them through the scheduler I get t his error. I have created a clean database and done the same again with the same results?
Any help appreciated.


