When I set quartz.dataSource.defaultSql.provider to MySql I get the following exception
One or more errors occurred. (Couldn't obtain triggers for job: Object cannot be cast from DBNull to other types.)
Couldn't obtain triggers for job: Object cannot be cast from DBNull to other types.
Object cannot be cast from DBNull to other types.
and here is the stack trace
This exception was originally thrown at this call stack:
System.DBNull.System.IConvertible.ToInt32(System.IFormatProvider) in DBNull.cs
Quartz.Impl.AdoJobStore.SimpleTriggerPersistenceDelegate.ReadTriggerPropertyBundle(System.Data.Common.DbDataReader) in SimpleTriggerPersistenceDelegate.cs
Quartz.Impl.AdoJobStore.StdAdoDelegate.SelectTrigger(Quartz.Impl.AdoJobStore.ConnectionAndTransactionHolder, Quartz.TriggerKey, System.Threading.CancellationToken)
These are the settings I used and I pulled these from our configuration file for our service and can use them from another client we wrote for writing jobs to the database
When I set
quartz.dataSource.defaultSql.provider
toMySql
I get the following exceptionand here is the stack trace
These are the settings I used and I pulled these from our configuration file for our service and can use them from another client we wrote for writing jobs to the database