System.AggregateException: One or more errors occurred. (Timeout expired.
The
timeout period elapsed prior to completion of the operation or the server is not
responding.) (Timeout expired. The timeout period elapsed prior to completion
of the operation or the server is not responding.) (Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is not
responding.) (Timeout expired. The timeout period elapsed prior to completion
of the operation or the server is not responding.) (Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is not
responding.)
---> System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The
timeout period elapsed prior to completion of the operation or the server is not
responding.
---> System.ComponentModel.Win32Exception (258): Der Wartevorgang wurde
abgebrochen.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
Boolean breakConnection, Action`1 wrapCloseInAction)
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParserStateObject.WriteSni(Boolean canAccumulate)
at System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode,
Boolean canAccumulate)
at System.Data.SqlClient.TdsParserStateObject.WriteByte(Byte b)
at System.Data.SqlClient.TdsParser.WriteUnterminatedValue(Object value,
MetaType type, Byte scale, Int32 actualLength, Int32 encodingByteSize, Int32
offset, TdsParserStateObject stateObj, Int32 paramSize, Boolean isDataFeed)
at System.Data.SqlClient.TdsParser.WriteBulkCopyValue(Object value,
SqlMetaDataPriv metadata, TdsParserStateObject stateObj, Boolean isSqlType,
Boolean isDataFeed, Boolean isNull)
at System.Data.SqlClient.SqlBulkCopy.CopyColumnsAsync(Int32 col,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyRowsAsync(Int32 rowsSoFar, Int32
totalRows, CancellationToken cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinued(BulkCopySimpleResult
Set internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsync(BulkCopySimpleResultSet
internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestContinuedAsync(BulkCo
pySimpleResultSet internalResults, CancellationToken cts, TaskCompletionSource`1
source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationTok
en cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken
ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteRowSourceToServerAsync(Int32
columnCount, CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteToServer(IDataReader reader)
at LinqToDB.DataProvider.BasicBulkCopy.TraceAction(DataConnection
dataConnection, Func`1 commandText, Func`1 action)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopyInternal[T
](ProviderConnections providerConnections, ITable`1 table, BulkCopyOptions
options, Func`2 createDataReader)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopy[T](ITable
`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.DataProvider.BasicBulkCopy.BulkCopy[T](BulkCopyType bulkCopyType,
ITable`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.Data.DataConnectionExtensions.BulkCopy[T](DataConnection
dataConnection, IEnumerable`1 source)
at tradingUI.PatternDetectionViewModelTools._Closure$__9-0._Lambda$__1(List`1
subPatternDetectionOutcomeCollectionItem) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 738
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__0($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 262
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__2($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 385
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
ClientConnectionId:5346e540-c7b8-4874-b2bd-bb8ebaedd0b9
Error Number:-2,State:0,Class:11
--- End of inner exception stack trace ---
at System.Threading.Tasks.TaskReplicator.Run[TState](ReplicatableUserAction`1
action, ParallelOptions options, Boolean stopOnFirstFailure)
at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt fromInclusive,
TInt toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2
bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
--- End of stack trace from previous location ---
at System.Threading.Tasks.Parallel.ForWorker[TLocal,TInt](TInt fromInclusive,
TInt toExclusive, ParallelOptions parallelOptions, Action`1 body, Action`2
bodyWithState, Func`4 bodyWithLocal, Func`1 localInit, Action`1 localFinally)
at
System.Threading.Tasks.Parallel.ForEachWorker[TSource,TLocal](IEnumerable`1
source, ParallelOptions parallelOptions, Action`1 body, Action`2 bodyWithState,
Action`3 bodyWithStateAndIndex, Func`4 bodyWithStateAndLocal, Func`5
bodyWithEverything, Func`1 localInit, Action`1 localFinally)
at System.Threading.Tasks.Parallel.ForEach[TSource](IEnumerable`1 source,
ParallelOptions parallelOptions, Action`1 body)
at techUI.ExtensionsRun.Run[T](IEnumerable`1 itemCollection, Action`1 action,
DialogViewModelFactory df, Boolean asParallel, Boolean reportDetails, Nullable`1
ModValue, String logID, Nullable`1 maxDegreeOfParallelism, String prefixMsg,
String message, Boolean sendMail, Int32 maxTryCount, Boolean isOnlyAction)
at
tradingUI.PatternDetectionViewModelTools.SavePatternDetectionResult(IEnumerable`
1 patternDetectionOutcomeCollection, String clusterName, Nullable`1
historicalDaysCount, String stockClusterDataID, String buyID, String sellID,
String propertyID) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 732
at tradingUI.PatternDetectionViewModelTools._Closure$__7-0._Lambda$__6(List`1
propertyNameCombCollection) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 572
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__0($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 262
at techUI.ExtensionsRun.Run[T](IEnumerable`1 itemCollection, Action`1 action,
DialogViewModelFactory df, Boolean asParallel, Boolean reportDetails, Nullable`1
ModValue, String logID, Nullable`1 maxDegreeOfParallelism, String prefixMsg,
String message, Boolean sendMail, Int32 maxTryCount, Boolean isOnlyAction) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 429
---> (Inner Exception #1) System.Data.SqlClient.SqlException (0x80131904):
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
---> System.ComponentModel.Win32Exception (258): Der Wartevorgang wurde
abgebrochen.
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at
System.Data.SqlClient.TdsParserStateObject.ThrowExceptionAndWarning(Boolean
callerHasConnectionLock, Boolean asyncClose)
at
System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject
stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler,
TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler,
TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlBulkCopy.RunParser(BulkCopySimpleResultSet
bulkCopyHandler)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinuedOnSuccess(BulkCopySim
pleResultSet internalResults, String updateBulkCommandText, CancellationToken
cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinued(BulkCopySimpleResult
Set internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsync(BulkCopySimpleResultSet
internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestContinuedAsync(BulkCo
pySimpleResultSet internalResults, CancellationToken cts, TaskCompletionSource`1
source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationTok
en cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken
ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteRowSourceToServerAsync(Int32
columnCount, CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteToServer(IDataReader reader)
at LinqToDB.DataProvider.BasicBulkCopy.TraceAction(DataConnection
dataConnection, Func`1 commandText, Func`1 action)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopyInternal[T
](ProviderConnections providerConnections, ITable`1 table, BulkCopyOptions
options, Func`2 createDataReader)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopy[T](ITable
`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.DataProvider.BasicBulkCopy.BulkCopy[T](BulkCopyType bulkCopyType,
ITable`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.Data.DataConnectionExtensions.BulkCopy[T](DataConnection
dataConnection, IEnumerable`1 source)
at tradingUI.PatternDetectionViewModelTools._Closure$__9-0._Lambda$__1(List`1
subPatternDetectionOutcomeCollectionItem) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 738
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__0($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 262
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__2($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 385
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
ClientConnectionId:c2001606-e504-44fa-a2b8-08f659fee8d7
Error Number:-2,State:0,Class:11<---
---> (Inner Exception #2) System.Data.SqlClient.SqlException (0x80131904):
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
---> System.ComponentModel.Win32Exception (258): Der Wartevorgang wurde
abgebrochen.
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at
System.Data.SqlClient.TdsParserStateObject.ThrowExceptionAndWarning(Boolean
callerHasConnectionLock, Boolean asyncClose)
at
System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject
stateObj, UInt32 error)
at System.Data.SqlClient.TdsParserStateObject.ReadSniSyncOverAsync()
at System.Data.SqlClient.TdsParserStateObject.TryPrepareBuffer()
at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler,
TdsParserStateObject stateObj, Boolean& dataReady)
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand
cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler,
TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlBulkCopy.RunParser(BulkCopySimpleResultSet
bulkCopyHandler)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinuedOnSuccess(BulkCopySim
pleResultSet internalResults, String updateBulkCommandText, CancellationToken
cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinued(BulkCopySimpleResult
Set internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsync(BulkCopySimpleResultSet
internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestContinuedAsync(BulkCo
pySimpleResultSet internalResults, CancellationToken cts, TaskCompletionSource`1
source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationTok
en cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken
ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteRowSourceToServerAsync(Int32
columnCount, CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteToServer(IDataReader reader)
at LinqToDB.DataProvider.BasicBulkCopy.TraceAction(DataConnection
dataConnection, Func`1 commandText, Func`1 action)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopyInternal[T
](ProviderConnections providerConnections, ITable`1 table, BulkCopyOptions
options, Func`2 createDataReader)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopy[T](ITable
`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.DataProvider.BasicBulkCopy.BulkCopy[T](BulkCopyType bulkCopyType,
ITable`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.Data.DataConnectionExtensions.BulkCopy[T](DataConnection
dataConnection, IEnumerable`1 source)
at tradingUI.PatternDetectionViewModelTools._Closure$__9-0._Lambda$__1(List`1
subPatternDetectionOutcomeCollectionItem) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 738
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__0($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 262
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__2($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 385
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
ClientConnectionId:40c9ac20-566b-4567-a0db-70a160b8757d
Error Number:-2,State:0,Class:11<---
---> (Inner Exception #3) System.Data.SqlClient.SqlException (0x80131904):
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
---> System.ComponentModel.Win32Exception (258): Der Wartevorgang wurde
abgebrochen.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
Boolean breakConnection, Action`1 wrapCloseInAction)
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParserStateObject.WriteSni(Boolean canAccumulate)
at System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode,
Boolean canAccumulate)
at System.Data.SqlClient.TdsParserStateObject.WriteByte(Byte b)
at System.Data.SqlClient.TdsParser.WriteUnterminatedValue(Object value,
MetaType type, Byte scale, Int32 actualLength, Int32 encodingByteSize, Int32
offset, TdsParserStateObject stateObj, Int32 paramSize, Boolean isDataFeed)
at System.Data.SqlClient.TdsParser.WriteBulkCopyValue(Object value,
SqlMetaDataPriv metadata, TdsParserStateObject stateObj, Boolean isSqlType,
Boolean isDataFeed, Boolean isNull)
at System.Data.SqlClient.SqlBulkCopy.CopyColumnsAsync(Int32 col,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyRowsAsync(Int32 rowsSoFar, Int32
totalRows, CancellationToken cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinued(BulkCopySimpleResult
Set internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsync(BulkCopySimpleResultSet
internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestContinuedAsync(BulkCo
pySimpleResultSet internalResults, CancellationToken cts, TaskCompletionSource`1
source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationTok
en cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken
ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteRowSourceToServerAsync(Int32
columnCount, CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteToServer(IDataReader reader)
at LinqToDB.DataProvider.BasicBulkCopy.TraceAction(DataConnection
dataConnection, Func`1 commandText, Func`1 action)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopyInternal[T
](ProviderConnections providerConnections, ITable`1 table, BulkCopyOptions
options, Func`2 createDataReader)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopy[T](ITable
`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.DataProvider.BasicBulkCopy.BulkCopy[T](BulkCopyType bulkCopyType,
ITable`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.Data.DataConnectionExtensions.BulkCopy[T](DataConnection
dataConnection, IEnumerable`1 source)
at tradingUI.PatternDetectionViewModelTools._Closure$__9-0._Lambda$__1(List`1
subPatternDetectionOutcomeCollectionItem) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 738
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__0($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 262
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__2($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 385
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
ClientConnectionId:0a561f95-8391-4bb4-9de1-8080873e38cd
Error Number:-2,State:0,Class:11<---
---> (Inner Exception #4) System.Data.SqlClient.SqlException (0x80131904):
Timeout expired. The timeout period elapsed prior to completion of the
operation or the server is not responding.
---> System.ComponentModel.Win32Exception (258): Der Wartevorgang wurde
abgebrochen.
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception,
Boolean breakConnection, Action`1 wrapCloseInAction)
at
System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject
stateObj, Boolean callerHasConnectionLock, Boolean asyncClose)
at System.Data.SqlClient.TdsParserStateObject.WriteSni(Boolean canAccumulate)
at System.Data.SqlClient.TdsParserStateObject.WritePacket(Byte flushMode,
Boolean canAccumulate)
at System.Data.SqlClient.TdsParser.WriteBulkCopyValue(Object value,
SqlMetaDataPriv metadata, TdsParserStateObject stateObj, Boolean isSqlType,
Boolean isDataFeed, Boolean isNull)
at System.Data.SqlClient.SqlBulkCopy.CopyColumnsAsync(Int32 col,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyRowsAsync(Int32 rowsSoFar, Int32
totalRows, CancellationToken cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsyncContinued(BulkCopySimpleResult
Set internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at System.Data.SqlClient.SqlBulkCopy.CopyBatchesAsync(BulkCopySimpleResultSet
internalResults, String updateBulkCommandText, CancellationToken cts,
TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestContinuedAsync(BulkCo
pySimpleResultSet internalResults, CancellationToken cts, TaskCompletionSource`1
source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalRestAsync(CancellationTok
en cts, TaskCompletionSource`1 source)
at
System.Data.SqlClient.SqlBulkCopy.WriteToServerInternalAsync(CancellationToken
ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteRowSourceToServerAsync(Int32
columnCount, CancellationToken ctoken)
at System.Data.SqlClient.SqlBulkCopy.WriteToServer(IDataReader reader)
at LinqToDB.DataProvider.BasicBulkCopy.TraceAction(DataConnection
dataConnection, Func`1 commandText, Func`1 action)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopyInternal[T
](ProviderConnections providerConnections, ITable`1 table, BulkCopyOptions
options, Func`2 createDataReader)
at
LinqToDB.DataProvider.SqlServer.SqlServerBulkCopy.ProviderSpecificCopy[T](ITable
`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.DataProvider.BasicBulkCopy.BulkCopy[T](BulkCopyType bulkCopyType,
ITable`1 table, DataOptions options, IEnumerable`1 source)
at LinqToDB.Data.DataConnectionExtensions.BulkCopy[T](DataConnection
dataConnection, IEnumerable`1 source)
at tradingUI.PatternDetectionViewModelTools._Closure$__9-0._Lambda$__1(List`1
subPatternDetectionOutcomeCollectionItem) in
C:\Users\admin\Documents\Tech\tradingTech\tradingUI\005_PatternDetection\Tools\P
atternDetectionViewModelTools.vb:line 738
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__0($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 262
at techUI.ExtensionsRun._Closure$__8-0`1._Lambda$__2($CLS0 tCheckItem) in
C:\Users\admin\Documents\Tech\tradingTech\techUI\ExtensionsRun\ExtensionsRun.vb:
line 385
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
--- End of stack trace from previous location ---
at
System.Threading.Tasks.Parallel.<>c__DisplayClass19_0`2.<ForWorker>b__1(RangeWor
ker& currentWorker, Int64 timeout, Boolean&
replicationDelegateYieldedBeforeCompletion)
at System.Threading.Tasks.TaskReplicator.Replica.Execute()
ClientConnectionId:5c19b1a3-cbee-4094-b624-6e468b6096f8
Error Number:-2,State:0,Class:11<---