- Exists in the "06.Clarity.Ecommerce.Service" and
"07.Clarity.Ecommerce.Scheduler" folders
- Has the correct IP and connection settings
http://wiki.corp.claritymis.com/ClarityWiki/index.php?title=CEF/HowTos/Keeping_the_Scheduler_Awake_and_Alive
- Open the CEF solution in Visual Studio
- Attach Visual Studio to the API process
- Do something on the site that would send an email
- Address any exceptions in Visual Studio
- Restart the API Application Pool
- Open the CEF solution in Visual Studio
- Attach Visual Studio to the Scheduler process
- Do something on the site that would send an email
- Address any exceptions in Visual Studio
- Restart the Scheduler Application Pool
- Log into the site admin
- Navigate to
http://devstage.dds-dev.us/Admin/Clarity-Ecommerce-Admin/System/Scheduled-Tasks
- If you see an error message regarding a DNN module, take the module
type displayed and:
- Examine "\CEF\WEB\web.config" to find the module name
- Add a "remove" tag to the
"\CEF\07.Clarity.Ecommerce.Scheduler\web.config" under
"configuration\system.webServer\modules", i.e.
"<remove name="EditBarModule" />"
- Right-click on the page, and click "Reload frame"