November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
I found out what was causing the issue now. The commerce manager is the problem. it fetches cms jobs and tries to run them. But the assemblies aren't present in the bin folder of the commerce manager. Is there a way of making sure the commerce manager doesn't run the jobs?
I'm running EPiServer CMS 7.13.3 with the corresponding version of Commerce. And i am having som trouble with the scheduled jobs.
When running scheduled, the jobs sometimes receives the following error
Could not load file or assembly 'EPiServer.Commerce.Sample' or one of its dependencies. The system cannot find the file specified.
We're running a modified version of the commerce sample site, on one server. We have set the enableScheduler to false on our developer machines and efter profiling the db i can see that it is only the production server running the jobs.
The jobs that are failing is custom developed jobs using the guide with Scheduled Parameters job found here.
What can be the cause of this problem. Because sometimes the job is successfull, running scheduled, and it is always successfull running it manual from the admin interface.