// Id: #6791
using EnergyDataHub.Data.Hangfire.Jobs;
var scheduledDayAheadTransferSyncJob = Activate<IScheduledDayAheadTransferSyncJob>();
await scheduledDayAheadTransferSyncJob.Run();
| RecurringJobId | |
| Time | |
| CurrentCulture | |
| CurrentUICulture | |
An exception occurred during performance of the job.
Session operation has timed out
Renci.SshNet.Common.SshOperationTimeoutException: Session operation has timed out at Renci.SshNet.Session.WaitOnHandle(WaitHandle waitHandle, TimeSpan timeout) at Renci.SshNet.Channels.ChannelSession.Open() at Renci.SshNet.SubsystemSession.Connect() at Renci.SshNet.SftpClient.CreateAndConnectToSftpSession() at Renci.SshNet.BaseClient.Connect() at EnergyDataHub.Data.Services.SftpService.MapDataToEachArea[DataClass,CsvMapper](String remoteDirectory, List`1 dataMethods, Int32 retryCount) at EnergyDataHub.Data.Services.SftpService.MapDataToEachArea[DataClass,CsvMapper](String remoteDirectory, List`1 dataMethods) at EnergyDataHub.Data.Hangfire.Jobs.TransmissionCapacitySyncJob.Run() at InvokeStub_TaskAwaiter.GetResult(Object, Object, IntPtr*) at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
Triggered by recurring job scheduler