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
Scheduler service is started.
I ran the update_db.sql file and query is executed successfully.
Here the tables ScheduleTasks and ScheduleTaskViewConfiguration:
ScheduleTasks
ScheduleTaskViewConfiguration
Ok,
I am not sure how that script got dropped from the database (it used to be in there).
I have now updated the SQL script to fix up scheduletasks database table correctly again.
You can download: http://installer.solidcp.com/Files/1.0.1/SolidCP-EnterpriseServer-1.0.1-Update.zip
and execute the update sql again.
Then double check if all the tables in ScheduleTasks have no more WebsitePanel value.
Great! Scheduled Tasks is working fine now!!!