Welcome to ProjeQtOr new Forum. We migrated old forum to the new website.
You will find all your posts here, with your usual account.
Just one point : you’ll have to reinitialize your password. Use “Lost password” feature.
differential and complete calculation doesn't work.
when I choose the frequency on define parameters, nothing are recording.
I choose hour on 6, and when I click on "OK" button, nothing append.
Hours on "6" means it will be triggered at 6AM
Attention, if you define minutes = *; calculation will be triggered every minute from 6:00 to 6:59
Also check that CRON is running (on admin page)
cron is running. But no possible to record the modification about hour or day or anything else.
Plase show your configuration scrren for automatic planning calculation
It is clear whythis feature does not work : read the red messages 😉
You have to
1) define parameters : if you keep default it will trigger every hour
You must at least once opn parameters and save
This will display button to activate.
2) activate feature
I know that I must change the define parameter. But when I open the define parameter, I choose minutes=0, hour=6, then I clock to Ok button. And the window close. But nothing are record, no parameter are change, and no activate button display.
This may happen if you have duplicates in table cronexecution
(possibly due to double deployment of same version)
Try and remove duplicates.
how can I know if i have a double table? where i can find it ?
in db, look for table cronexecution
serch for duplicate values in column functionName
Yes.
You may delete all lines for "cronPlanningComplete" and "cronPlanningDifferential" (no matter to keep one, it will be created where you define parameters)
ok it's work, tks