DTSDataPumpError constants specify error ranges for DTS data pump execution.
Constant | Value | Description |
---|---|---|
DTSDataPump_E_AutoBufferInterfaceNotSupported | 8273 | Transform definition combined with source provider BLOB storage object limitations require buffering for the specified source column, but the requested interface is not ISequentialStream or ILockBytes. |
DTSDataPump_E_AxScript_BadTransformFunction | 8259 | Microsoft® ActiveX® scripting transform function was not found. |
DTSDataPump_E_AxScript_CantChangeSrcCols | 8260 | ActiveX scripting transform does not allow a script to change source columns. |
DTSDataPump_E_AxScript_CantInitializeEngine | 8262 | ActiveX scripting transform was not able to initialize the script execution engine. |
DTSDataPump_E_AxScript_ParseError | 8258 | Returned by ValidateSchema method when ActiveX script parsing fails. |
DTSDataPump_E_AxScript_RequiredParams | 8256 | ActiveX scripting transform requires script Text, Language, and FunctionEntry parameters to be specified in IDTSDataPump TransformScript Properties. |
DTSDataPump_E_AxScript_RunTimeError | 8263 | ActiveX scripting transform encountered a run-time error during the execution of the script. |
DTSDataPump_E_AxScript_TypeConvertFailed | 8261 | ActiveX scripting transform encountered a type conversion error for the specified destination column. |
DTSDataPump_E_AxScript_ValidateSchemaError | 8257 | Returned by ValidateSchema method when a transformation relies on a bad data type. User-defined data types, arrays, and vectors of types are not supported. |
DTSDataPump_E_BadTransformFlag | 8210 | Invalid or incompatible DTSTransformFlag value(s). |
DTSDataPump_E_BadTransformStatusReturned | 8211 | The transform server returned an invalid DTSTransformStatus value, or an ActiveX script did not return an integral type. The data pump task will be terminated. |
DTSDataPump_E_CannotRebindColumn | 8213 | Binding information for one or more columns has been specified in a prior transform and cannot be respecified. |
DTSDataPump_E_ColCountButNoCols | 8198 | A nonzero column count was specified with no column specification pointer. |
DTSDataPump_E_ColumnNameNotFound | 8200 | Column name not found. |
DTSDataPump_E_ColumnOutOfRange | 8201 | Column ordinal was out of range. |
DTSDataPump_E_Convert_BadBindInfo | 8231 | Bad binding information on column pair. |
DTSDataPump_E_Convert_BlobStorageNoInterface | 8238 | Could not use the QueryInterface method from source BLOB storage object to requested destination ID on column pair. |
DTSDataPump_E_Convert_ConversionFailed | 8236 | General conversion failure on column pair. |
DTSDataPump_E_Convert_ConversionInvalid | 8235 | Conversion invalid for data types on column pair. |
DTSDataPump_E_Convert_DestNotNull | 8230 | Destination does not allow NULL on column pair. |
DTSDataPump_E_Convert_DestOverflow | 8232 | Destination overflowed on column pair. |
DTSDataPump_E_Convert_ProviderOwnedTypeMismatch | 8237 | DBMEMOWNER_PROVIDEROWNED type mismatch for an allocatable type on column pair. |
DTSDataPump_E_Convert_SourceInvalidLength | 8234 | Source data length invalid for its type or for conversion to destination type on column pair. |
DTSDataPump_E_Convert_SourceInvalidVariant | 8233 | Source variant invalid on column pair. |
DTSDataPump_E_Copy_NeedSrcAndDestColumns | 8228 | A DTSTransformCopy operation must specify no columns or the same number of source and destination columns. |
DTSDataPump_E_Copy_ValidateSchemaError | 8229 | ValidateSchema method failed; see extended error information. |
DTSDataPump_E_DataPumpNot Reentrant | 8207 | The data pump implements a single execution operation and is therefore not reentrant. |
DTSDataPump_E_DDQ_BadTransformStatusContext | 8293 | Transform status returned a DataDrivenQueryTask value, but no DataDrivenQueryTask object was specified. |
DTSDataPump_E_DDQ_DestColumnNeedsLength | 8295 | One or more destination column definitions is variable-length and requires a maximum column size to be specified. |
DTSDataPump_E_DDQ_DestColumnNotTransformed | 8294 | One or more destination parameter columns had no transform specified. |
DTSDataPump_E_DDQ_DestColumnNotTransformed | 8293 | Information not set. |
DTSDataPump_E_DDQ_NeedDeleteQuery | 8291 | Transform status returned DeleteQuery value, but no DeleteQuery property was specified. |
DTSDataPump_E_DDQ_NeedInsertQuery | 8289 | Transform status returned InsertQuery value, but no InsertQuery property was specified. |
DTSDataPump_E_DDQ_Need TransformStatus | 8288 | No query specification returned by transform status. |
DTSDataPump_E_DDQ_NeedUpdateQuery | 8290 | Transform status returned UpdateQuery value, but no UpdateQuery property was specified. |
DTSDataPump_E_DDQ_NeedUserQuery | 8292 | Transform status returned UserQuery value, but no UserQuery property was specified. |
DTSDataPump_E_DestColumnAlreadySpecified | 8202 | One or more destination columns have already been specified in this or a prior transform. |
DTSDataPump_E_DestColumnReadOnly | 8208 | One or more destination columns are read-only; you must define a mapping which does not include them. |
DTSDataPump_E_DestinationBlobBinding | 8224 | In-memory destination BLOB (DBCOLUMNFLAGS_ISLONG) columns must specify a nonzero cbInMemoryBlobSize. |
DTSDataPump_E_DestRowsetNot Supplied | 8195 | Destination columns or other information specified, but no destination rowset was supplied. |
DTSDataPump_E_IDataConvertRequired | 8203 | This transform requires an IDataConvert interface to be available on the destination rowset or from an OLE DB installation (Msdadc.dll). |
DTSDataPump_E_InvalidDTSBindMode | 8215 | Invalid or incompatible DTSBindMode value(s), or DTSBindMode value incompatible with column type. |
DTSDataPump_E_InvalidFetchBufferSize | 8214 | FetchBufferSize property value must be nonzero. |
DTSDataPump_E_InvalidInsertCommitSize | 8234 | InsertCommitSize must be nonzero. |
DTSDataPump_E_InvalidSpecifyBlobDefaults | 8273 | Invalid DTSSpecifyBlobDefaults enumeration value(s). |
DTSDataPump_E_InvalidSpecifyBlobDefaults | 8209 | A destination or one or more transformations must be specified. |
DTSDataPump_E_NonBlobStorageBind | 8217 | Non-BLOB (DBCOLUMNFLAGS_ISLONG) columns cannot be bound to storage objects. |
DTSDataPump_E_NotImplemented | 8192 | Method or property not yet implemented. |
DTSDataPump_E_NotReentrant | 8205 | The data pump implements a single execution operation and is therefore not reentrant. |
DTSDataPump_E_NullVariantIUnknown | 8206 | The passed variant is of type IUnknown, but contains a NULL pointer. |
DTSDataPump_E_RowsetChangeMustInsert | 8206 | The destination IRowsetChange must support InsertRow (DBPROPVAL_UP_INSERT). |
DTSDataPump_E_RowsetsAlreadySet | 8193 | This can only be set before Rowsets or DataDrivenQueryTask have been initialized. |
DTSDataPump_E_RowsetsNotSupplied | 8196 | A nonNULL source rowset and an optional destination rowset must be specified. |
DTSDataPump_E_SourceBlobBinding | 8216 | In-Memory Source BLOB (DBCOLUMNFLAGS_ISLONG) columns cannot be bound with DTSBindMode_Byref, and must specify a nonzero cbInMemoryBlobSize. |
DTSDataPump_E_SourceColumnsRequired | 8197 | Source columns are required for nondefault transforms. |
DTSDataPump_E_TransformsAlreadySet | 8194 | Reserved. |
DTSDataPump_E_TransformServerException | 8212 | Transform server generated an exception. |