DTSExecuteStatus

DTSExecuteStatus constants return values (int or long) from data pump execution.

Constant Value Description
DTSTransformExec_AbortPump 4100 Pump terminated due to transform request or ErrorSink return.
DTSTransformExec_Error 4096 Bit-OR’d into the following error returns.
DTSTransformExec_ErrorCountExceeded 4098 Pump terminated because too many rows had errors.
DTSTransformExec_OK 0 All rows copied (or skipped) without error.
DTSTransformExec_OKErrors 4097 Pump continued to completion, but errors were encountered.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.