I have triggered Quartz job pragmatically. But it's not looking updating the database. I mean, "PREV_FIRE_TIME" column is not getting updated. I have run the following code.
stdScheduler.triggerJob(jobName,jobGroupName);
Though, during normal schedule execution database is getting updated but if I make an Ad hoc run, it's not updating the database. Could any one please suggest.
Thanks in advance.