I cannot run scheduled task and get the message following in audit log:
Error executing scheduled task
Value cannot be null.
Parameter name: type
at System.Activator.CreateInstance(Type type, Boolean nonPublic)
at System.Activator.CreateInstance(Type type)
at SolidCP.EnterpriseServer.SchedulerJob.RunSchedule()
I have updated the values connectionString and SolidCP.CryptoKey for SolidCP.SchedulerService.exe.Config
Marco Tiggelaar selected answer
Scheduler service is started.
I ran the update_db.sql file and query is executed successfully.
Here the tables ScheduleTasks and ScheduleTaskViewConfiguration:
ScheduleTasks
ScheduleTaskViewConfiguration
Marco Tiggelaar commented on answer