The DTSExecuteStatus constants return values (int or long) from data pump execution.
Constant | Value | Description |
---|---|---|
DTSTransformExec_AbortPump | 4100 (x1004) | Pump terminated due to transform request or ErrorSink return. |
DTSTransformExec_Error | 4096 (x1000) | Indicates the status code is an error. Added to other items in this table. |
DTSTransformExec_ErrorCountExceeded | 4098 (x1002) | Pump terminated because too many rows had errors. |
DTSTransformExec_OK | 0 | All rows copied (or skipped) without error. |
DTSTransformExec_OKErrors | 4097 (x1001) | Pump continued to completion, but encountered errors. |