fdranguet
France
81 Posts |
Posted - 07/28/2009 : 08:41:20
|
Hello,
I found a small bug on RP Scheduler side: when sending a mail, it will try to write a record on a ReportPortal table called 'Job History'. This table is containing, among others, two datetime fields: "StartTime" and "EndTime". If default date is set to "British English" on SQL Server (DD/MM/YYYY), RP Scheduler will fail to add that record because of a datetime conversion issue and the whole process will be stopped.
This is fine now, since I just changed those two fields to datetime of USA type (MM/DD/YYYY), and then RP Scheduler is working flawlessly (I must say it is working very well, by the way); but could you please fix this bug for next versions ? Many thanks !
Regards, François |
|