Frank.P
Regular Pleskian
Code:
Unable to synchronize task eb918e8fd4d28e77e351c1e23f254f00 with Windows Scheduler: System.Runtime.InteropServices.COMException (0x8004131D): El archivo XML de tarea contiene demasiados nodos del mismo tipo. (Excepción de HRESULT: 0x8004131D)
en System.Runtime.InteropServices.ComTypes.IPersistFile.Save(String pszFileName, Boolean fRemember)
en TaskScheduler.Task.Save()
en psa.scheduler.device.PSASchedulerTask.UpdateWindowsSchedulerTask(PleskSchedulesCollection scheduledTasks, String account)
en psa.scheduler.device.PSAScheduler.SyncWithWindowsScheduler(String userName)
CRONTAB
Always in days from 1 to 4
Every 4 minutes if hour is (From 0h to 9h and from 21h to 23h)
1,4,8,12,16,20,24,28,32,36,40,44,48,52,56 0,1,2,3,4,5,6,7,8,9,21,22,23 1,2,3,4 * *
In linux will be : */5 0-9,21-23 1-4 * * , but in windows not allow */5 and dash
How can I do ?
Last edited: