I'm fairly new to Quartz Job Scheduler and I may probably be asking stupid questions, but... I'm having trouble with connecting my Quartz.Server.2010 to MS Sql Server 2012.
I have created a couple of jobs which are working perfectly, but cannot create connection with SQL Server.
I have written code in quartz.config file but I keep getting an error I can't resolve:
"The service terminated abnormally, Topshelf.ServiceBuilderException: An exception occurred creating the service: QuartzServer ---> Quartz.SchedulerException: Provider not specified for DataSource: default"
even though I have set the provider in the App.config file:
What could be my problem?
Short Version:
Do you have this?
Longer Version:
The word "default" has no super special meaning. In my .config below, I've used "MySqlServerFullVersion" instead.
But below is a fully functioning Quartz.Impl.AdoJobStore.JobStoreTX
PS
You created a DB, correct?
https://github.com/MassTransit/MassTransit-Quartz/blob/master/setup_sql_server.sql
or here:
https://github.com/quartznet/quartznet/blob/master/database/tables/tables_sqlServer.sql
If the above URL(s) (to setup_sql_server.sql) cease to exist, you can internet-search the below text and most likely find the .sql.