Hi,

During a fresh install of 6.1.3 I receive this error upon schedulers creation:


SQL Error : [Microsoft][SQL Server Native Client 10.0][SQL Server]La conversione di un tipo di dati nvarchar in datetime ha generato un valore non compreso nell'intervallo dei valori consentiti.

That in english is something like:

SQL Error : [Microsoft][SQL Server Native Client 10.0][SQL Server]Conversion from nvarchar to datetime has generated a value outside the interval of permitted values.

Of course the same error is displayed if I try to rebuild them using the admin panel.

I've tried to dig out the code but, for the moment, I didn't found the code that is generating the error.

My configuration is:

IIS 7.5
PHP 5.3.2 (FastCGI)
SQL Server 2008 Express SP1

Thanks in advance for any suggestions.