1

我收到以下错误:

2013-11-14 11:57:33,994 [TestScheduler_QuartzSchedulerThread] ERROR Common.Loggi
ng.Factory.AbstractLogger.Error(:0) - An error occurred while scanning for the n
ext trigger to fire.
Quartz.JobPersistenceException: Couldn't acquire next trigger: Cannot insert the
    value NULL into column 'SCHED_TIME', table 'quartz.dbo.QRTZ_FIRED_TRIGGERS'; co
lumn does not allow nulls. INSERT fails.
The statement has been terminated. ---> System.Data.SqlClient.SqlException: Cann
ot insert the value NULL into column 'SCHED_TIME', table 'quartz.dbo.QRTZ_FIRED_
TRIGGERS'; column does not allow nulls. INSERT fails.
The statement has been terminated.

我正在使用HERE中的示例,我认为我需要了解作业如何更好地使用 ADO.Net Jobstore。我的代码与 RAMJobStore 完美配合。我还需要做些什么来让 ADO 扫描触发器吗?

4

1 回答 1

2

当我仔细查看它引用旧版本的 Quartz.net 时发现的错误。

于 2013-12-09T15:23:29.013 回答