My scheduled events are not scheduled

2
Hi Folks, I have a few scheduled events. They work locally (in the modeler) but not on my Mendix-hosted-environment. I have checked this page of the documentation, and followed these steps one by one, but the schedule doesn't work. In the m2eerc file, at the end of the file the configuration is this: ScheduledEventExecution: All # MyScheduledEvents: ?! when I start the runtime and have a look at the log (I type log to output it to the console) it keeps displaying this message: ActionManager: ActionFactory: NOT scheduling Capacity_Management.Push_Supplier_And_StockCIs_To_CE (disabled in configuration) So where did I disable this in the configuration? Does anybody have a hint for me?
asked
1 answers
5

Hi again folks,

My problem is fixed. I saw in this topic the quote of Robert van 't Hof: "Don't forgot to remove the '#' and leave 1 space in front of it."

I didn't know that 1 space was needed in front of my config-setting.

I suggest a small remark is placed in the documentation, because placing this space can easily be forgotten.

answered