HResults.DTS_E_PROCESSINPUTFAILED Field

Definition

SSIS Error Code DTS_E_PROCESSINPUTFAILED: The ProcessInput method on component "%1" (%2!d!) failed with error code 0x%3!8.8X!. The identified component returned an error from the ProcessInput method. The error is specific to the component, but the error is fatal and will cause the Data Flow task to stop running. There may be error messages posted before this with more information about the failure.

public: int DTS_E_PROCESSINPUTFAILED = -1073450974;
public const int DTS_E_PROCESSINPUTFAILED = -1073450974;
val mutable DTS_E_PROCESSINPUTFAILED : int
Public Const DTS_E_PROCESSINPUTFAILED As Integer  = -1073450974

Field Value

Value = -1073450974

Applies to