I have been seeing this on scheduled jobs - anyone know what could be wrong?
Error executing scheduled task
Object reference not set to an instance of an object.
at SolidCP.EnterpriseServer.CheckWebSiteTask.GetWebDocument(String url, String username, String password)
at SolidCP.EnterpriseServer.CheckWebSiteTask.DoWork()
at SolidCP.EnterpriseServer.SchedulerJob.RunSchedule()
Hello,
Can you verify the scheduler config in enterprisebin is configured correctly with the correct connection string and cipher key? (it should be equal to the enterprise web.config settings).
If set correctly make sure the scheduler service is started in the windows services mmc.
Regards,
Marco
I have confirmed the connection string and cipher key are the same between the two configs.
I know that is a stack trace, any other debugging we can turn on. For a sec thought TLS 1.0 being disabled caused this issue, but turned that back on and still got the same error.
Hello,
Would you be able to check the local windows eventlog?
Can i also check you are using a full desktop version of Windows on the Enterprise server?
Kind Regards,
Trevor Robinson