Hi,
We have a lot of "Execute Task" on our server (v8.2.1) and some doesn't start and return an exit code 5 with no output or with this :
"Error at starting process: System.ComponentModel.Win32Exception (0x80004005): Access is denied
at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at OBOKIIHBDBPMCFALPGECCIFHCDJPEDKODDGK.CNOMLBFDJANALDAEIKLKHLCGKEJIGMLIMBLK.ICIFCCBPPIKNFACOHPNGNNHLKMDBPHAFOCNG(Boolean ) in C:\sourcefiles\code\VisualCronService\Jobs\TaskProcesses\Process\clsProcessTaskExecute.vb:line 925"
This tasks run a SQLCMD.exe command or a specific executable from our solution.
Without changing a parameter, the same task works if we launch them manually when only few task are running.
Is there a limit of number of "executable task" that visualcron server can manage/launch in parallel ?
A problem with this version ?
Regards.