HResults.DTS_E_PRIMEOUTPUTFAILED Field

Definition

SSIS Error Code DTS_E_PRIMEOUTPUTFAILED: The PrimeOutput method on %1 returned error code 0x%2!8.8X!. The component returned a failure code when the pipeline engine called PrimeOutput(). The meaning of the failure code is defined by the component, but the error is fatal and the pipeline stopped executing. There may be error messages posted before this with more information about the failure.

If you are using the SQL Server Agent to run the package, select Include Step Output in History in the New Job Step dialog box to obtain more information about the error that caused the PrimeOutput() method to fail.

public: int DTS_E_PRIMEOUTPUTFAILED = -1073450952;
public const int DTS_E_PRIMEOUTPUTFAILED = -1073450952;
val mutable DTS_E_PRIMEOUTPUTFAILED : int
Public Const DTS_E_PRIMEOUTPUTFAILED As Integer  = -1073450952

Field Value

Value = -1073450952

Applies to