HResults.DTS_E_PIPELINETOOCOMPLEX Field

Definition

The number of threads required for this pipeline is %1!d!, which is more than the system limit of %2!d!. The pipeline requires too many threads as configured. There are either too many asynchronous outputs, or EngineThreads property is set too high. Split the pipeline into multiple packages, or reduce the value of the EngineThreads property.

public: int DTS_E_PIPELINETOOCOMPLEX = -1073450972;
public const int DTS_E_PIPELINETOOCOMPLEX = -1073450972;
val mutable DTS_E_PIPELINETOOCOMPLEX : int
Public Const DTS_E_PIPELINETOOCOMPLEX As Integer  = -1073450972

Field Value

Value = -1073450972

Applies to