Hello,
I'm trying to schedule a codenunit every day at 20:10 (the same codeunit is to be executed on 5 companies at the same time).
The program is correctly executed the first day, and is terminated at 20:10:08.
The problem is that Navision schedules the next run at 21:10 instead of 20:10. The program is then executed every days after at 21:10 ...
I'm using a NAS service on Nav 2013 R2 build 36366
Does anyone have an idea ?
Thanks for the help
Comments
Because of priorities I haven't.
Tino Ruijs
Microsoft Dynamics NAV specialist
The way i solved it is to remove the value in the start date
Then, add 1440 minutes 60x24hours in the no of minutes box
Reset the status to take affect
Let me know if you still have problem
Regards,
Vasilis charalambous
You can change the server setting in the config file / management console.
Microsoft - Dynamics NAV
Tino Ruijs
Microsoft Dynamics NAV specialist
Thx Bardur, you were right :
In the nas config, I replaced the default parameter for "Services Default Time Zone" UTC by "Server Time Zone"
The next run is now correctly set for tomorrow !
Thx again.