I have case where many jobs are scheduled during a short period of time say 20 jobs in 30 minutes and each job takes 5 minutes+ to run. And most of these jobs are failing with the below error.
Info: Could not start executor. A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)
RemoteException wrapping System.Exception: Could not start executor. A specified logon session does not exist. It may already have been terminated. (Exception from HRESULT: 0x80070520)
Is there a permanent fix to this issue. I have used few packages to completely kill the services of jobs in order not to conflict with upcoming jobs but this issue could not be fixed.