Share via


HResults.DTS_E_PROCESSINPUTFAILED Field

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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Syntax

'Declaration
Public Const DTS_E_PROCESSINPUTFAILED As Integer
'Usage
Dim value As Integer 

value = HResults.DTS_E_PROCESSINPUTFAILED
public const int DTS_E_PROCESSINPUTFAILED
public:
literal int DTS_E_PROCESSINPUTFAILED
static val mutable DTS_E_PROCESSINPUTFAILED: int
public const var DTS_E_PROCESSINPUTFAILED : int

See Also

Reference

HResults Class

Microsoft.SqlServer.Dts.Runtime Namespace