· Chris Hammond
Last Updated
Scheduled Tasks won’t run in DNN 7.3.0
Having issues with scheduled tasks not running after upgrading to DotNetNuke 7.3? Learn how to troubleshoot and fix the bug causing this issue in this post!
![Having issues with scheduled tasks not running after upgrading to DotNetNuke 7.3? Learn how to troubleshoot and fix the bug causing this issue in this post!](/_astro/2024Shots-12.CUsSU4mc_ZWeQzh.webp)
If you’ve recently upgraded to DotNetNuke 7.3, you might not have noticed that your scheduled tasks aren’t running. How do you know if your tasks are running or not? Follow these steps
- Login with a super user account (typically HOST)
- Navigate to the Host/Schedule page from within the Control Panel’s Host menu
- Pick a task that is enabled, and click on the Icon in the LOG column
- On the schedule history page that loads, see if the task has started/ended at all since you upgraded to DNN 7.3
Initially, before I realized it was a case sensitivity issue I performed the followings steps to get my schedule running again.
- Update the name of the server in the Web Servers table to be SERVERNAME-2 instead of SERVERNAME
- Restart the Application Pool in IIS
I believe, though I haven’t tested this myself, you could simply take the following two steps to get this fixed
- Rename your webserver in the webservers table to be lowercase
- Restart the Application Pool in IIS
I believe that both of these are being worked on for the DNN 7.3.1 release, though I have no clue when that release will be made available.