HResults Class

Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms.

Inheritance Hierarchy

System.Object
  Microsoft.SqlServer.Dts.Runtime.HResults

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

Syntax

'Declaration
Public Class HResults
'Usage
Dim instance As HResults
public class HResults
public ref class HResults
type HResults =  class end
public class HResults

The HResults type exposes the following members.

Constructors

  Name Description
Public method HResults Initializes a new instance of the HResults class.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member DTS_E_64BITVARIABLERECAST The variable "%1" is a 64-bit integer variable, which is not supported on this operating system. The variable has been recast to 32-bit integer.
Public fieldStatic member DTS_E_ABORTTRANSACTION Aborts the connection transaction.
Public fieldStatic member DTS_E_ACQUIRECONNECTIONWORKINGOFFLINE The connection from the connection manager acquires to work offline.
Public fieldStatic member DTS_E_ACQUIREDCONNECTIONISINVALID The connection acquired from the connection manager "%1" is not valid.
Public fieldStatic member DTS_E_ACQUIREDCONNECTIONUNAVAILABLE Unable to access the acquired connections.
Public fieldStatic member DTS_E_ADDROWTOBUFFERFAILED The attempt to add a row to the Data Flow task buffer failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_ADODESTARGUMENTEXCEPTION An argument exception has occurred while data provider tries to insert data to destination. The returned message is : __.
Public fieldStatic member DTS_E_ADODESTCOLUMNERRORDISPNOTSUPPORTED Input column error disposition is not supported by ADO NET Destination component.
Public fieldStatic member DTS_E_ADODESTCOLUMNTRUNDISPNOTSUPPORTED Input column truncation disposition is not supported by ADO NET Destination component.
Public fieldStatic member DTS_E_ADODESTCONNECTIONTYPENOTSUPPORTED Failed to retrieve the provider invariant name from __, it is currently not supported by ADO NET Destination component.
Public fieldStatic member DTS_E_ADODESTDATATYPENOTSUPPORTED The data type "__" found on column "__" is not supported for the __.
Public fieldStatic member DTS_E_ADODESTERRORUPDATEROW An error has occurred while sending this row to destination data source.
Public fieldStatic member DTS_E_ADODESTEXECUTEREADEREXCEPTION Executing SQL command throws an exception, the message is : __.
Public fieldStatic member DTS_E_ADODESTEXTERNALCOLNOTEXIST The __ does not exist in the database. It may have been removed or renamed.
Public fieldStatic member DTS_E_ADODESTFAILEDTOACQUIRECONNECTION ADO NET Destination has failed to acquire the connection __. The connection may have been corrupted.
Public fieldStatic member DTS_E_ADODESTGETSCHEMATABLEFAILED Failed to get properties of external columns. The table name you entered may not exist, or you do not have SELECT permission on the table object and an alternative attempt to get column properties through connection has failed. Detailed error messages are: __.
Public fieldStatic member DTS_E_ADODESTINPUTTRUNDISPNOTSUPPORTED Input truncation row disposition is not supported by ADO NET Destination component.
Public fieldStatic member DTS_E_ADODESTINSERTIONFAILURE An exception has occurred during data insertion, the message returned from the provider is: __.
Public fieldStatic member DTS_E_ADODESTNOERROROUTPUT The destination component does not have an error output. It may have been corrupted.
Public fieldStatic member DTS_E_ADODESTNOLINEAGEID The lineage ID __ associated with external column __ does not exist at run time.
Public fieldStatic member DTS_E_ADODESTNOTMANAGEDCONNECTION The specified connection __ is not managed, please use managed connection for ADO NET destination.
Public fieldStatic member DTS_E_ADODESTSQLBULKCOPYCREATIONEXCEPTION Creating a bulk copy that throws an exception.
Public fieldStatic member DTS_E_ADODESTTABLENAMEERROR The Table or View name is not expected. \n\t If you are quoting the table name, please use the prefix __ and the suffix __ of your selected data provider for quotation. \n\t If you are using multipart name, please use at most three parts for the table name.
Public fieldStatic member DTS_E_ADODESTWRONGBATCHSIZE The BatchSize property must be a non-negative integer.
Public fieldStatic member DTS_E_ADOSOURCEFAILEDTOACQUIRECONNECTION ADO NET source has failed to acquire the connection.
Public fieldStatic member DTS_E_ADOSRCCOLUMNNOTINSCHEMAROWSET The %1 does not have a matching source column in the DataReader schema.
Public fieldStatic member DTS_E_ADOSRCDATATYPEMISMATCH The data type of "%1" does not match the data type "%2" of the source column "%3".
Public fieldStatic member DTS_E_ADOSRCINVALIDSQLCOMMAND An error occurred executing the provided SQL command.
Public fieldStatic member DTS_E_ADOSRCOUTPUTCOLUMNDATATYPECANNOTBECHANGED The data type of output columns on the %1 cannot be changed.
Public fieldStatic member DTS_E_ADOSRCUNKNOWNTYPEMAPPEDTONTEXT The data type "__" found on column "__" is not supported for the __. This column will be converted to DT_NTEXT.
Public fieldStatic member DTS_E_ALREADYADDED The executable has been added to the Executables collection of another container. This occurs when a client tries to add an executable to more than one Executables collection. You need to remove the executable from the current Executables collection before attempting to add it.
Public fieldStatic member DTS_E_ALREADYATTACHED The %1 is already attached and cannot be attached again. Detach it and try again.
Public fieldStatic member DTS_E_ALREADYCONNECTED Component is already connected. The component needs to be disconnected before attempting to connect it.
Public fieldStatic member DTS_E_ALREADYEXECUTING Execute call failed because the executable is already executing. This error occurs when the client calls Execute on a container that is still executing from the last Execute call.
Public fieldStatic member DTS_E_AMBIGUOUSVARIABLENAME The variable name is ambiguous because multiple variables with this name exist in different namespaces. Specify namespace-qualified name to prevent ambiguity.
Public fieldStatic member DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT No inputs were mapped to an output. The "%1" must have at least one input column mapped to an output column.
Public fieldStatic member DTS_E_ATTEMPTINGTOINSERTINTOAREADONLYCOLUMN Failure inserting into the read-only column "%1".
Public fieldStatic member DTS_E_ATTEMPTINGTOINSERTINTOAROWIDCOLUMN "%1" is a row ID column and cannot be included in a data insertion operation.
Public fieldStatic member DTS_E_ATTEMPTINGTOINSERTINTOAROWVERCOLUMN Attempting insertion into the row version column "%1". Cannot insert into a row version column.
Public fieldStatic member DTS_E_AXTASK_EMPTY_SCRIPT Function not found.
Public fieldStatic member DTS_E_AXTASK_HANDLER_NOT_FOUND Handler not found.
Public fieldStatic member DTS_E_AXTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT ActiveX Script Task was initiated with a wrong XML element.
Public fieldStatic member DTS_E_AXTASK_MISSING_ENTRY_METHOD_NAME Function not found.
Public fieldStatic member DTS_E_AXTASKUTIL_ADDTYPELIB_FAILED An error occurred while adding the managed type library to the script host. Verify that the DTS 2000 runtime is installed.
Public fieldStatic member DTS_E_AXTASKUTIL_ADDVARIABLES_FAILED An error occurred while adding the SSIS variables to the script host namespace. This might prevent the task from using SSIS variables in the script.
Public fieldStatic member DTS_E_AXTASKUTIL_ENUMERATE_LANGUAGES_FAILED An error occurred while attempting to retrieve the scripting languages installed on the system.
Public fieldStatic member DTS_E_AXTASKUTIL_EXECUTION_FAILED An error occurred while executing the script. Verify that the script engine for the selected language is installed properly.
Public fieldStatic member DTS_E_AXTASKUTIL_MSG_BAD_FUNCTION The function name entered is not valid. Verify that a valid function name has been specified.
Public fieldStatic member DTS_E_AXTASKUTIL_SCRIPT_PARSING_FAILED A fatal error occurred while trying to parse the script text. Verify that the script engine for the chosen language is installed properly.
Public fieldStatic member DTS_E_AXTASKUTIL_SCRIPTHOST_CREATE_FAILED An error occurred while creating the ActiveX script host. Verify that you have the script host installed properly.
Public fieldStatic member DTS_E_AXTASKUTIL_SCRIPTHOSTINIT_FAILED An error occurred while trying to instantiate the script host for the chosen language. Verify that the script language you have chosen is installed on your system.
Public fieldStatic member DTS_E_BACKPRESSURE_ALLINPUTSCLOSED All inputs in the back pressure is closed.
Public fieldStatic member DTS_E_BACKPRESSURE_BADDEPENDENTCOUNT The number of bad dependents in the back pressure.
Public fieldStatic member DTS_E_BACKPRESSURE_DEPENDONEORINPUT The depend one or input back pressure.
Public fieldStatic member DTS_E_BEGINTRANSACTION The SSIS Runtime has failed to start the distributed transaction due to error 0x%1!8.8X! "%2". The DTC transaction failed to start. This could occur because the MSDTC Service is not running.
Public fieldStatic member DTS_E_BINARYCODENOTFOUND The script component is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Component Editor by clicking Design Script button to cause binary code to be generated.
Public fieldStatic member DTS_E_BITASK_CANNOT_ACQUIRE_CONNECTION Failed to acquire the specified connection: "%1".
Public fieldStatic member DTS_E_BITASK_CANNOT_RETRIEVE_COLUMN_INFO An error occurred while retrieving the columns of the table.
Public fieldStatic member DTS_E_BITASK_CANNOT_RETRIEVE_TABLES An error occurred while retrieving the tables from the database.
Public fieldStatic member DTS_E_BITASK_CANNOTRETAINCONNINTRANSACTION The task cannot have a retained connection manager in a transaction.
Public fieldStatic member DTS_E_BITASK_DATA_FILE_NOT_SPECIFIED Data file name not specified.
Public fieldStatic member DTS_E_BITASK_DESTINATION_TABLE_NOT_SPECIFIED You must specify a table name to continue.
Public fieldStatic member DTS_E_BITASK_ERROR_IN_DB_OPERATION An error occurred in the database operation.
Public fieldStatic member DTS_E_BITASK_ERROR_IN_LOAD_FROM_XML Error occurred in LoadFromXML at the tag "%1".
Public fieldStatic member DTS_E_BITASK_ERROR_IN_SAVE_TO_XML Error occurred in SaveToXML at the tag "%1".
Public fieldStatic member DTS_E_BITASK_EXECUTE_FAILED Execution failed.
Public fieldStatic member DTS_E_BITASK_EXECUTION_FAILED Bulk insert execution failed.
Public fieldStatic member DTS_E_BITASK_HANDLER_NOT_FOUND Handler not found.
Public fieldStatic member DTS_E_BITASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT Bulk Insert Task was initiated with a wrong XML element.
Public fieldStatic member DTS_E_BITASK_INVALID_CONNECTION The connection is not valid.
Public fieldStatic member DTS_E_BITASK_INVALIDDESTCONNECTIONNAME The destination connection specified is not valid. Supply a valid connection to continue.
Public fieldStatic member DTS_E_BITASK_INVALIDSOURCECONNECTIONNAME The specified connection "%1" is either not valid, or points to an invalid object. To continue, specify a valid connection.
Public fieldStatic member DTS_E_BITASK_NO_CONNECTION_MANAGER_SPECIFIED Attempt to obtain the Connection Manager failed.
Public fieldStatic member DTS_E_BITASK_NULL_CONNECTION The connection is null.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_CANNOT_OPEN_FILE Error occurred while trying to open the data file.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_COLUMN_INFO Error occurred while retrieving the columns of the table.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_TABLES Error occurred while retrieving the tables from the database.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_ERROR_IN_DB_OPERATION Error in database operation.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_EXECUTE_FAILED Execution failed.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_INVALID_CONNECTION The connection is not valid.
Public fieldStatic member DTS_E_BITASKUNMANCONNECTION_OEM_CONVERSION_FAILED Cannot convert the input OEM file to the specified format.
Public fieldStatic member DTS_E_BLANKOUTPUTCOLUMNNAME The name for "%1" is blank, and names cannot be blank.
Public fieldStatic member DTS_E_BPDUPLICATE The specified breakpoint ID already exists. This error occurs when a task calls CreateBreakpoint with the same ID multiple times. It is possible to create a breakpoint with the same ID multiple times if the task calls RemoveBreakpoint on the first creation before creating the second one.
Public fieldStatic member DTS_E_BPUNKNOWNID The specified breakpoint ID does not exist. This error occurs when a task references a breakpoint that does not exist.
Public fieldStatic member DTS_E_BUFFERALLOCFAILED A buffer failed while allocating %1!d! bytes.
Public fieldStatic member DTS_E_BUFFERBADSIZE Buffer Type %1!d! had a size of %2!I64d! bytes.
Public fieldStatic member DTS_E_BUFFERFAILUREDETAILS The system reports %1!d! percent memory load. There are %2 bytes of physical memory with %3 bytes free. There are %4 bytes of virtual memory with %5 bytes free. The paging file has %6 bytes with %7 bytes free.
Public fieldStatic member DTS_E_BUFFERGETTEMPFILENAME The buffer manager could not get a temporary file name. The call to GetTempFileName failed.
Public fieldStatic member DTS_E_BUFFERISEOR This buffer represents the end of the row set and its row count cannot be altered. An attempt was made to call AddRow or RemoveRow on a buffer that has the end of row set flag.
Public fieldStatic member DTS_E_BUFFERISFLAT Private mode buffers do not support this operation.
Public fieldStatic member DTS_E_BUFFERISNOTPRIMEOUTPUT The method was called on the wrong buffer. Buffers that are not used for component output do not support this operation.
Public fieldStatic member DTS_E_BUFFERISPRIMEOUTPUT This operation cannot be called on a buffer passed to PrimeOutput. A call was made to a buffer method during PrimeOutput, but that call is not allowed during PrimeOutput.
Public fieldStatic member DTS_E_BUFFERISPRIVATE A call was made to a buffer method on a private buffer and private buffers do not support this operation.
Public fieldStatic member DTS_E_BUFFERISPROCESSINPUT This operation cannot be called on a buffer passed to ProcessInput. A call was made to a buffer method during ProcessInput, but that call is not allowed during ProcessInput.
Public fieldStatic member DTS_E_BUFFERISREADONLY This operation could not be performed because buffer is in read-only mode. A read-only buffer cannot be modified.
Public fieldStatic member DTS_E_BUFFERLOCKUNDERFLOW The buffer was already unlocked.
Public fieldStatic member DTS_E_BUFFERMAXROWSIZEOUTOFRANGE The default buffer maximum rows must be larger than %1!d! rows. An attempt was made to set the DefaultBufferMaxRows property to a value that is too small.
Public fieldStatic member DTS_E_BUFFERNOMAPMEMORY An out-of-memory condition prevents the mapping of a buffer's lineage IDs to DTP_HCOL indexes.
Public fieldStatic member DTS_E_BUFFERNOOBJECTMEMORY An out-of-memory condition prevented the creation of the buffer object.
Public fieldStatic member DTS_E_BUFFERNOTLOCKED This buffer is not locked and cannot be manipulated.
Public fieldStatic member DTS_E_BUFFERORPHANED This buffer has been orphaned. The buffer manager has shut down, leaving an outstanding buffer and no cleanup will occur for the buffer. There is a potential for memory leaks and other problems.
Public fieldStatic member DTS_E_BUFFERSIZEOUTOFRANGE The default buffer size must be between %1!d! and %2!d! bytes. An attempt was made to set the DefaultBufferSize property to a value that is too small or too large.
Public fieldStatic member DTS_E_BULKINSERTAPIPREPARATIONFAILED Unable to prepare the SSIS bulk insert for data insertion.
Public fieldStatic member DTS_E_BULKINSERTHREADINITIALIZATIONFAILED The thread for the SSIS Bulk Insert task failed initialization.
Public fieldStatic member DTS_E_BULKINSERTTHREADABNORMALCOMPLETION The thread for the SSIS Bulk Insert task terminated with errors or warnings.
Public fieldStatic member DTS_E_BULKINSERTTHREADALREADYRUNNING The thread for the SSIS Bulk Insert task is already running.
Public fieldStatic member DTS_E_BULKINSERTTHREADTERMINATED The thread for the SSIS Bulk Insert is no longer running. No more rows can be inserted. Try increasing the bulk insert thread timeout.
Public fieldStatic member DTS_E_CACHE_DUPLICATE_INDEXPOS The index position, __, is a duplicate. For non-index columns, the index position should be 0. For index columns, the index position should be a sequential, positive number.
Public fieldStatic member DTS_E_CACHE_INDEXPOS_NOT_CONTINUOUS Cache index positions must be contiguous. For non-index columns, the index position should be 0. For index columns, the index position should be a sequential, positive number.
Public fieldStatic member DTS_E_CACHE_INVALID_INDEXPOS The cache index position, __, is not valid. For non-index columns, the index position should be 0. For index columns, the index position should be a sequential, positive number.
Public fieldStatic member DTS_E_CACHE_TOO_FEW_INDEX_COLUMNS At least one index column should be specified for the Cache connection manager. To specify an index column, set the Index Position property of the cache column.
Public fieldStatic member DTS_E_CACHEBADHEADER The cache file is damaged, or the file was not created by using the Cache connection manager. Provides a valid cache file.
Public fieldStatic member DTS_E_CACHECOLDATATYPEINCOMPAT Cannot map the input column, __, and the cache column, "__", because the data types do not match.
Public fieldStatic member DTS_E_CACHECOLDATATYPEPROPINCOMPAT Cannot map the input column, "__", and the cache column, "__", because one or more data type properties do not match.
Public fieldStatic member DTS_E_CACHECOLINDEXPOSMISMATCH The index position of column, "__", is different from index position of Cache connection manager column, "__".
Public fieldStatic member DTS_E_CACHECOLUMNMAPPINGFAILED Failed to map __ to a cache column. The hresult is __.
Public fieldStatic member DTS_E_CACHECOLUMNOTFOUND Cache column "__" was not found in the cache.
Public fieldStatic member DTS_E_CACHEFILEWRITEFAILED The __ failed to write the cache to file "__". The hresult is __.
Public fieldStatic member DTS_E_CACHELOADEDFROMFILE The __ cannot write to the cache because the cache has been loaded from a file by __.
Public fieldStatic member DTS_E_CACHERELOADEDDIFFERENTFILES The __ cannot load the cache from file "__" because the cache has already been loaded from file "__".
Public fieldStatic member DTS_E_CANCELRECEIVED The pipeline received a request to cancel and is shutting down.
Public fieldStatic member DTS_E_CANNOT_MODIFY_PROJECT_PARAMETERS_COLLECTION Cannot modify the project parameters collection.
Public fieldStatic member DTS_E_CANNOTACCESSDTSAPPLICATIONOBJECT The Application object cannot be accessed. Verify that SSIS is correctly installed.
Public fieldStatic member DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "%1" failed with error code 0x%2!8.8X!. There may be error messages posted before this with more information on why the AcquireConnection method call failed.
Public fieldStatic member DTS_E_CANNOTACQUIREMANAGEDCONNECTIONFROMCONNECTIONMANAGER Cannot acquire a managed connection from the run-time connection manager.
Public fieldStatic member DTS_E_CANNOTCASTTOIDTSOBJECEVERSIONUPDATE Cannot cast to IDTS object version update.
Public fieldStatic member DTS_E_CANNOTCHANGEPROTECTIONLEVELSCM Cannot change the protection levels of the connection manager.
Public fieldStatic member DTS_E_CANNOTCLONECONNECTIONMANAGER Connection manager "0x%1" cannot be cloned for out-of-process execution.
Public fieldStatic member DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMN Column "%1" cannot convert between unicode and non-unicode string data types.
Public fieldStatic member DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMNS Columns "%1" and "%2" cannot convert between unicode and non-unicode string data types.
Public fieldStatic member DTS_E_CANNOTCONVERTDATATYPESWITHDIFFERENTCODEPAGES Conversion from "%1" with code page %2!d! to "%3" with code page %4!d! is not supported.
Public fieldStatic member DTS_E_CANNOTCONVERTTYPES Conversion from "%1" to "%2" is not supported.
Public fieldStatic member DTS_E_CANNOTCOPYORCONVERTFLATFILEDATA Cannot copy or convert flat file data for column "%1".
Public fieldStatic member DTS_E_CANNOTCREATEACCESSOR Cannot create an OLE DB accessor. Verify that the column metadata is valid.
Public fieldStatic member DTS_E_CANNOTCREATEBULKINSERTHREAD Cannot create the bulk insert thread due to error "%1".
Public fieldStatic member DTS_E_CANNOTFINDRUNTIMECONNECTIONMANAGER The runtime connection manager with the ID "%1" cannot be found. Verify that the connection manager collection has a connection manager with that ID.
Public fieldStatic member DTS_E_CANNOTGETCOLUMNNAME Cannot get the name of the column with ID %1!d!.
Public fieldStatic member DTS_E_CANNOTGETIROWSET Opening a row set for "%1" failed. Check that the object exists in the database.
Public fieldStatic member DTS_E_CANNOTGETIROWSETFASTLOAD Failed to open a fastload row set for "%1". Check that the object exists in the database.
Public fieldStatic member DTS_E_CANNOTGETRUNTIMECONNECTIONMANAGERID Cannot get the ID of the runtime connection manager specified by "%1" in the connection manager collection, Connections, of "%2" due to error code 0x%3!8.8X!. Verify that the ConnectionManager.ID property of the runtime connection object has been set for the component.
Public fieldStatic member DTS_E_CANNOTHAVEANYINPUTCOLUMNS Input columns not allowed. The number of input columns must be zero.
Public fieldStatic member DTS_E_CANNOTHAVEINPUTS This component has %1!d! inputs. No input is allowed on this component.
Public fieldStatic member DTS_E_CANNOTHAVEZEROINPUTCOLUMNS The number of input columns for %1 cannot be zero.
Public fieldStatic member DTS_E_CANNOTHAVEZEROOUTPUTCOLUMNS The number of output columns for %1 cannot be zero.
Public fieldStatic member DTS_E_CANNOTLOADCOMPONENT The managed pipeline component "%1" could not be loaded. The exception was: %2.
Public fieldStatic member DTS_E_CANNOTLOADOLDPACKAGES The package cannot be loaded. This occurs when attempting to load an older version package, or the package file refers to an invalid structured object.
Public fieldStatic member DTS_E_CANNOTMAPINPUTCOLUMNTOOUTPUTCOLUMN Cannot find input column with lineage ID "%1!d!" which is needed by "%2". Check SourceInputColumnLineageID custom property of the output column.
Public fieldStatic member DTS_E_CANNOTMAPOUTPUTCOLUMN The output column cannot be mapped to an external metadata column.
Public fieldStatic member DTS_E_CANNOTMAPRUNTIMECONNECTIONMANAGER Cannot find the connection manager with ID "%1" in the connection manager collection due to error code 0x%2!8.8X!. That connection manager is needed by "%3" in the connection manager collection of "%4". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.
Public fieldStatic member DTS_E_CANNOTOPENDATAFILE Cannot open the datafile "%1".
Public fieldStatic member DTS_E_CANNOTOPENREGISTRYKEY The registry key "%1" cannot be opened.
Public fieldStatic member DTS_E_CANNOTREATTACHPATH The "%1" cannot be reattached. Delete the path, add a new one, and attach it.
Public fieldStatic member DTS_E_CANNOTRETRIEVEBYLINEAGE Cannot retrieve an item by lineage ID from a collection that does not contain columns.
Public fieldStatic member DTS_E_CANNOTRETRIEVEPROPERTYFORCOMPONENT Cannot retrieve property "%1" from component with ID %2!d!.
Public fieldStatic member DTS_E_CANNOTTFINDRUNTIMECONNECTIONOBJECT The connection "%1" cannot be found. Verify that the connection manager has a connection with that name.
Public fieldStatic member DTS_E_CANNOTUPDATECACHEONINPUTCOLUMNS Cannot update the cache on input columns.
Public fieldStatic member DTS_E_CANNOTWRITETODATAFILE Cannot write to the data file.
Public fieldStatic member DTS_E_CANONLYSETCOMPFLAGSONSOURCE The ComparisonFlags property cannot be set to a non-zero value for "%1" because the "%2" is not a source output. The output column "colname" (ID) cannot have a ComparisonFlags property set to non-zero because its output "outputname" (ID) is not a source output.
Public fieldStatic member DTS_E_CANONLYSETISSORTEDONSOURCE The "%1" cannot have its IsSorted property set to TRUE because it is not a source output. A source output has a SynchronousInputID value of zero.
Public fieldStatic member DTS_E_CANONLYSETSORTKEYONSOURCE The "%1" cannot have a SortKeyPosition property set to non-zero because "%2" is not a source output. The output column "colname" (ID) cannot have its SortKeyPosition property set to non-zero because its output "outputname" (ID) is not a source output.
Public fieldStatic member DTS_E_CANTACCESSARRAYDATA The data in the array cannot be accessed (error: %1). This error can occur wherever GetDataFromSafeArray is called.
Public fieldStatic member DTS_E_CANTADDBLOBDATA Long data was retrieved for a column but cannot be added to the Data Flow task buffer.
Public fieldStatic member DTS_E_CANTADDCOLUMN The component does not allow adding columns to this input or output.
Public fieldStatic member DTS_E_CANTADDINPUT An input cannot be added to the inputs collection.
Public fieldStatic member DTS_E_CANTADDOUTPUT An output cannot be added to the outputs collection.
Public fieldStatic member DTS_E_CANTADDOUTPUTID Output ID %1!d! failed during insert. The new output was not created.
Public fieldStatic member DTS_E_CANTADDREMOVEWHENEXECUTING Cannot add or remove an element from a package in runtime mode. This error occurs when an attempt is made to add or remove an object from a collection while the package is executing.
Public fieldStatic member DTS_E_CANTALLOCATECOLUMNINFO Not enough memory was available to allocate a list of the columns that are being manipulated by this component.
Public fieldStatic member DTS_E_CANTBUILDBUFFERTYPE The Data Flow task cannot allocate memory to build a buffer definition. The buffer definition had %1!d! columns.
Public fieldStatic member DTS_E_CANTBUILDTHREADPOOL The Sort transformation could not create a thread pool with %1!d! threads. Not enough memory is available.
Public fieldStatic member DTS_E_CANTCHANGEPROPERTYTYPE The property type cannot be changed from the type that was set by the component.
Public fieldStatic member DTS_E_CANTCHANGEREADONLYATRUNTIME An attempt change to a read-only attribute on variable "%1" occurred. This error happens when a read-only attribute for a variable is being changed at runtime. Read-only attributes can be changed only at design time.
Public fieldStatic member DTS_E_CANTCHANGEUSAGETYPE The usage type of the column cannot be changed.
Public fieldStatic member DTS_E_CANTCLONE The input buffer could not be cloned. An out-of-memory condition occurred or there was an internal error.
Public fieldStatic member DTS_E_CANTCOMPARE The data type "%1" cannot be compared. Comparison of that data type is not supported, so it cannot be sorted or used as a key.
Public fieldStatic member DTS_E_CANTCREATEBLOBFILE The buffer manager cannot create a file to spool a long object on the directories named in the BLOBTempStoragePath property. Either an incorrect file name was provided, or there are no permissions.
Public fieldStatic member DTS_E_CANTCREATEBUFFERMANAGER The Buffer Manager could not be created.
Public fieldStatic member DTS_E_CANTCREATECERTCONTEXT Failed to create certificate context (error: %1). This occurs in CPackage::put_CertificateObject or CPackage::LoadFromXML when the corresponding CryptoAPI function fails.
Public fieldStatic member DTS_E_CANTCREATECOMPONENT Component "%1" could not be created and returned error code 0x%2!8.8X!. Make sure that the component is registered correctly.
Public fieldStatic member DTS_E_CANTCREATECOMPONENTVIEW Cannot create a component view because another one already exists. Only one component view can exist at a time.
Public fieldStatic member DTS_E_CANTCREATECUSTOMPROPERTY The custom property "%1" cannot be created.
Public fieldStatic member DTS_E_CANTCREATEEXECUTIONTREE There is not enough memory to create an execution tree.
Public fieldStatic member DTS_E_CANTCREATENEWTYPE The buffer manager failed to create a new buffer type.
Public fieldStatic member DTS_E_CANTCREATEPRIMEOUTPUTBUFFER The Data Flow task failed to create a buffer to call PrimeOutput for output "%3" (%4!d!) on component "%1" (%2!d!). This error usually occurs due to an out-of-memory condition.
Public fieldStatic member DTS_E_CANTCREATESPOOLFILE The buffer manager cannot create a temporary storage file on any path in the BufferTempStoragePath property. There is an incorrect file name or no permission.
Public fieldStatic member DTS_E_CANTCREATEVIEWBUFFER The Data Flow task engine failed to create a view buffer of type %1!d! over type %2!d! for buffer %3!d.
Public fieldStatic member DTS_E_CANTCREATEVIRTUALBUFFER The Data Flow task cannot create a virtual buffer to prepare for execution.
Public fieldStatic member DTS_E_CANTDELETECOLUMN The column cannot be deleted. The component does not allow columns to be deleted from this input or output.
Public fieldStatic member DTS_E_CANTDELETEERRORCOLUMNS The %1 is a special error output column and cannot be deleted.
Public fieldStatic member DTS_E_CANTDELETEINPUT An input cannot be deleted from the inputs collection.
Public fieldStatic member DTS_E_CANTDELETEOUTPUT An output cannot be removed from the outputs collection.
Public fieldStatic member DTS_E_CANTDELETEOUTPUTID Cannot delete output ID %1!d! from the output collection. The ID may not be valid, or the ID may have been the default or error output.
Public fieldStatic member DTS_E_CANTDETERMINEWHICHPROPTOPERSIST Unable to persist object using default persistence. This error occurs when the default persistence is unable to determine which objects are on the hosted object.
Public fieldStatic member DTS_E_CANTDIRECTROW Direct row to output "%1" (%2!d!) failed.
Public fieldStatic member DTS_E_CANTFINDCERTBYHASH Unable to find the specified certificate by hash in "MY" store (error: %1). Occurs in CPackage::LoadUserCertificateByHash.
Public fieldStatic member DTS_E_CANTFINDCERTBYNAME The certificate specified by name in MY store cannot be found (error: %1). This occurs in CPackage::LoadUserCertificateByName.
Public fieldStatic member DTS_E_CANTGETBLOBDATA Failed to retrieve long data for column "%1".
Public fieldStatic member DTS_E_CANTGETCERTDATA The raw certificate data cannot be obtained from the supplied certificate object (error: %1). This occurs when CPackage::put_CertificateObject cannot instantiate the ManagedHelper object, when the ManagedHelper object fails, or when the ManagedHelper object returns a malformed array.
Public fieldStatic member DTS_E_CANTGETCUSTOMPROPERTY Cannot retrieve custom property "%1".
Public fieldStatic member DTS_E_CANTGETCUSTOMPROPERTYCOLLECTION The custom property collection cannot be retrieved for initialization.
Public fieldStatic member DTS_E_CANTGETMUTEX A thread failed to create a mutex at initialization.
Public fieldStatic member DTS_E_CANTGETSEMAPHORE A thread failed to create a semaphore at initialization.
Public fieldStatic member DTS_E_CANTGIVEAWAYBUFFER The Data Flow task engine attempted to copy a buffer to assign another thread, but failed.
Public fieldStatic member DTS_E_CANTINITINPUT An input cannot be created to initialize the inputs collection.
Public fieldStatic member DTS_E_CANTINITOUTPUT An output cannot be created to initialize the outputs collection.
Public fieldStatic member DTS_E_CANTINSERTCOLUMNTYPE The column "%1" can't be inserted because the conversion between types %2 and %3 is not supported.
Public fieldStatic member DTS_E_CANTINSERTINTOHASHTABLE There is not enough memory to insert an object into the hash table.
Public fieldStatic member DTS_E_CANTLOADFROMNODE The runtime object cannot be loaded from the specified XML node. This happens when trying to load a package or other object from an XML node that is not of the correct type, such as a non-SSIS XML node.
Public fieldStatic member DTS_E_CANTLOCKBUFFER A buffer could not be locked. The system is out of memory or the buffer manager has reached its quota.
Public fieldStatic member DTS_E_CANTMODIFYERROROUTPUTCOLUMNDATATYPE The data type for "%1" cannot be modified in the error "%2".
Public fieldStatic member DTS_E_CANTMODIFYINVALID The component cannot perform the requested metadata change until the validation problem is fixed.
Public fieldStatic member DTS_E_CANTOPENCERTSTORE Opening MY certificate store failed with error "%1".This occurs in CPackage::LoadUserCertificateByName and CPackage::LoadUserCertificateByHash.
Public fieldStatic member DTS_E_CANTPROCESSCOLUMNTYPECODEPAGE The column "%1" cannot be processed because more than one code page (%2!d! and %3!d!) are specified for it.
Public fieldStatic member DTS_E_CANTREALIZEVIRTUALBUFFERS A set of virtual buffers cannot be realized.
Public fieldStatic member DTS_E_CANTREGISTERBUFFERTYPE The Data Flow task cannot register a buffer type. The type had %1!d! columns and was for execution tree %2!d!.
Public fieldStatic member DTS_E_CANTREGISTERVIEWBUFFERTYPE The Data Flow task cannot register a view buffer type. The type had %1!d! columns and was for input ID %2!d!.
Public fieldStatic member DTS_E_CANTSETEXTERNALMETADATACOLUMNDATATYPEPROPERTIES The %1 does not allow setting external metadata column data type properties.
Public fieldStatic member DTS_E_CANTSETOUTPUTCOLUMNDATATYPEPROPERTIES The %1 does not allow setting output column data type properties.
Public fieldStatic member DTS_E_CANTSETOUTPUTCOLUMNPROPERTY The property on an output column cannot be set.
Public fieldStatic member DTS_E_CANTSETUSAGETYPE The %1 has forbidden the requested use of the input column with lineage ID %2!d!.
Public fieldStatic member DTS_E_CANTSETUSAGETYPETOREADWRITE The "%1" is unable to make the column with lineage ID %2!d! read/write because that usage type is not allowed on this column. An attempt was made to change the usage type of an input column to a type, UT_READWRITE, that is not supported on this component.
Public fieldStatic member DTS_E_CANTWRITETOFILE The file, "%1", could not be opened for writing. The file could be read-only, or you do not have the correct permissions.
Public fieldStatic member DTS_E_CERTERROR Error processing client certificate. This error can occur when the client certificate provided was not found in the Personal Certificate Store. Verify that the client certificate is valid.
Public fieldStatic member DTS_E_CHANGESYSTEMVARIABLENAMEFAILED Changing the name of a variable failed because it is a system variable. System variables are read-only.
Public fieldStatic member DTS_E_CHANGESYSTEMVARIABLENAMESPACEFAILED Changing the namespace of a variable failed because it is a system variable. System variables are read-only.
Public fieldStatic member DTS_E_CHANGESYSTEMVARIABLEREADONLYFAILED Changing the property of a variable failed because it is a system variable. System variables are read-only.
Public fieldStatic member DTS_E_CHECKENVELOPEFAILED Failed to check for XML signature envelope in package XML with error 0x%1!8.8X! "%2". This occurs in CPackage::LoadFromXML.
Public fieldStatic member DTS_E_CHECKPOINTFILEALREADYEXISTS An existing checkpoint file is found with contents that do not appear to be for this package, so the file cannot be overwritten to start saving new checkpoints. Remove the existing checkpoint file and try again. This error occurs when a checkpoint file exists, the package is set to not use a checkpoint file, but to save checkpoints. The existing checkpoint file will not be overwritten.
Public fieldStatic member DTS_E_CHECKPOINTFILELOCKED The checkpoint file "%1" is locked by another process. This may occur if another instance of this package is currently executing.
Public fieldStatic member DTS_E_CHECKPOINTFILENOTSPECIFIED The package is configured to always restart from a checkpoint, but checkpoint file is not specified.
Public fieldStatic member DTS_E_CHECKPOINTLOADXML The attempt to load the XML checkpoint file "%1" failed with error 0x%2!8.8X! "%3". Check that the file name specified is correct, and that the file exists.
Public fieldStatic member DTS_E_CHECKPOINTMISMATCH Checkpoint file "%1" does not match this package. The ID of the package and the ID in the checkpoint file do not match.
Public fieldStatic member DTS_E_CLIENTAUTH Client certificate is missing. This error occurs when the server is expecting an SSL client certificate and the user has provided an invalid certificate, or has not provided a certificate. A client certificate must be configured for this connection.
Public fieldStatic member DTS_E_CMDDESTNOPARAMS Unable to retrieve destination column descriptions from the parameters of the SQL command.
Public fieldStatic member DTS_E_CMDDESTNOTBOUND Parameters are not bound. All parameters in the SQL command must be bound to input columns.
Public fieldStatic member DTS_E_CODE_PAGE_NOT_SUPPORTED The code page %1!d! specified on column "%2" (%3!d!) is not supported. You must first convert this column to DT_WSTR which can be done by inserting a Data Conversion Transform before this one.
Public fieldStatic member DTS_E_CODEPAGEREQUIRED The "%1" requires a code page to be set but the value passed was zero.
Public fieldStatic member DTS_E_COLLECTIONCOULDNTADD An object was created but the attempt to add it to a collection failed. This can occur due to an out-of-memory condition.
Public fieldStatic member DTS_E_COLLECTIONLOCKED This collection cannot be modified during package validation or execution.
Public fieldStatic member DTS_E_COLLOCKED The "%1" collection cannot be modified during package validation or execution. "%2" cannot be added to the collection.
Public fieldStatic member DTS_E_COLLOCKED_NO_CREATIONNAME The collection cannot be modified if the created item has no name.
Public fieldStatic member DTS_E_COLNOTMAPPEDTOCACHECOL The __ is not mapped to valid cache column.
Public fieldStatic member DTS_E_COLUMNDATAOVERFLOWDISKIOBUFFER The column data for column "%1" overflowed the disk I/O buffer.
Public fieldStatic member DTS_E_COLUMNDELIMITERNOTFOUND The column delimiter for column "%1" was not found.
Public fieldStatic member DTS_E_COLUMNMAPPEDTOALREADYMAPPEDEXTERNALMETADATACOLUMN The %1 is mapped to the external metadata column with ID %2!ld!, which is already mapped to another column.
Public fieldStatic member DTS_E_COLUMNMAPPEDTONONEXISTENTEXTERNALMETADATACOLUMN The %1 is mapped to an external metadata column that does not exist.
Public fieldStatic member DTS_E_COLUMNMETADATAUNAVAILABLEFORVALIDATION The column metadata was unavailable for validation.
Public fieldStatic member DTS_E_COLUMNNOTFOUND Column "%1" cannot be found at the data source.
Public fieldStatic member DTS_E_COLUMNNOTMAPPEDTOEXTERNALMETADATACOLUMN The external metadata column mapping for %1 is not valid. The external metadata column ID cannot be zero.
Public fieldStatic member DTS_E_COLUMNNOTMATCHED The column "%1" (%2!d!) cannot be matched to any input file column. The output column name or input column name cannot be found in the file.
Public fieldStatic member DTS_E_COLUMNPARSEFAILED Failed to parse the column "%1" in the data file.
Public fieldStatic member DTS_E_COLUMNSHAVEINCOMPATIBLEMETADATA Columns "%1" and "%2" have incompatible metadata.
Public fieldStatic member DTS_E_COLUMNSTATUSERROR There was an error with %1 on %2. The column status returned was: "%3".
Public fieldStatic member DTS_E_COMERROR COM error object information is available. Source: "%1" error code: 0x%2!8.8X! Description: "%3".
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE The data value cannot be converted for reasons other than sign mismatch or data overflow.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_DATAOVERFLOW Conversion failed because the data value overflowed the type used by the provider.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_ERRORSINCOMMAND The command execution generated errors.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION The data value violated the integrity constraints for the column.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_PERMISSIONDENIED The user did not have the correct permissions to write to the column.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION The data value violated the schema constraint.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SIGNMISMATCH Conversion failed because the data value was signed and the type used by the provider was unsigned.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_TRUNCATED The data was truncated.
Public fieldStatic member DTS_E_COMMANDDESTINATIONADAPTERSTATIC_UNAVAILABLE No status is available.
Public fieldStatic member DTS_E_COMMITFAILED A commit failed.
Public fieldStatic member DTS_E_COMMITTRANSACTION Commits a transaction.
Public fieldStatic member DTS_E_COMPFLAGSONLYONSORTCOL The "%1" cannot have a ComparisonFlags property set to non-zero because its SortKeyPosition is set to zero. An output column's ComparisonFlags can only be non-zero if its SortKeyPosition is also non-zero.
Public fieldStatic member DTS_E_COMPONENT_NOINTERFACE The %1 was found, but it does not support a required Integration Services interface (IDTSRuntimeComponent100). Obtain an updated version of this component from the component provider.
Public fieldStatic member DTS_E_COMPONENTHASINVALIDCLSID The CLSID for one of the components with ID %1!d! is not valid.
Public fieldStatic member DTS_E_COMPONENTINITFAILED The component initialization failed.
Public fieldStatic member DTS_E_COMPONENTNOTFOUND The module containing "%1" cannot be located, even though it is registered.
Public fieldStatic member DTS_E_COMPONENTNOTREGISTERED The module containing "%1" is not registered or installed correctly.
Public fieldStatic member DTS_E_COMPONENTVERSIONMISMATCH The version of %1 is not compatible with this version of the DataFlow.
Public fieldStatic member DTS_E_COMPONENTVIEWISUNAVAILABLE The component view is unavailable. Make sure the component view has been created.
Public fieldStatic member DTS_E_CONFIGFAILED Configuration failure. This is a generic warning for all configuration types. Other warnings should precede this with more information.
Public fieldStatic member DTS_E_CONFIGFILEFAILEDEXPORT Failure exporting configuration file.
Public fieldStatic member DTS_E_CONFIGFORMATINVALID The configuration entry "%1" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter.
Public fieldStatic member DTS_E_CONFIGFORMATINVALID_PACKAGEDELIMITER The configuration entry, "%1", has an incorrect format because it does not begin with package delimiter. There was no "\package" delimiter.
Public fieldStatic member DTS_E_CONFIGTYPECONVERSIONFAILED Failed to convert a type in the configuration "%1" for the package path "%2". This happens when a configuration value cannot be converted from a string to the appropriate destination type. Check the configuration value to ensure it can be converted to the type of the destination property or variable.
Public fieldStatic member DTS_E_CONNECTIONMANAGERCOLUMNCOUNTMISMATCH The number of columns in the flat file connection manager must be the same as the number of columns in the flat file adapter. The number of columns for the flat file connection manager is %1!d!, while the number of columns for the flat file adapter is %2!d!.
Public fieldStatic member DTS_E_CONNECTIONMANAGERJOINTRANSACTION The connection manager failed to defect from the transaction.
Public fieldStatic member DTS_E_CONNECTIONMANAGERNOTFOUND The connection manager "%1" is not found. A component failed to find the connection manager in the Connections collection.
Public fieldStatic member DTS_E_CONNECTIONMANAGERQUALIFIERALREADYSET The qualifier is already set on this instance of the connection manager. The qualifier may be set once per instance.
Public fieldStatic member DTS_E_CONNECTIONMANAGERQUALIFIERNOTSET The qualifier has not been set on this instance of the connection manager. Setting the qualifier is required to complete initialization.
Public fieldStatic member DTS_E_CONNECTIONMANAGERQUALIFIERNOTSUPPORTED This connection manager does not support specification of qualifiers.
Public fieldStatic member DTS_E_CONNECTIONMANAGERTRANSACTEDANDRETAINEDINBULKINSERT The component cannot use a connection manager that retains its connection in a transaction with fastload or bulk insert.
Public fieldStatic member DTS_E_CONNECTIONMANANGERNOTASSIGNED A connection manager has not been assigned to the %1.
Public fieldStatic member DTS_E_CONNECTIONNOTFOUND The connection "%1" is not found. This error is thrown by Connections collection when the specific connection element is not found.
Public fieldStatic member DTS_E_CONNECTIONOFFLINE The connection manager "%1" will not acquire a connection because the package OfflineMode property is TRUE. When the OfflineMode is TRUE, connections cannot be acquired.
Public fieldStatic member DTS_E_CONNECTIONREQUIREDFORMETADATA An error occurred due to no connection. A connection is required when requesting metadata. If you are working offline, uncheck Work Offline on the SSIS menu to enable the connection.
Public fieldStatic member DTS_E_CONNECTIONREQUIREDFORREAD A connection is required to read data.
Public fieldStatic member DTS_E_CONNECTIONSTRING OLE DB has failed making a database connection when using the supplied connection string.
Public fieldStatic member DTS_E_CONNECTIONSTRINGFORMAT The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager.
Public fieldStatic member DTS_E_CONNECTIONTERMINATED The connection with the server has been reset or terminated. Try again later.
Public fieldStatic member DTS_E_CONNECTIONVALIDATIONFAILED Connection "%1" failed validation.
Public fieldStatic member DTS_E_CONNECTREQUIREDFORMETADATAVALIDATION Error due to no connection. A connection is required before metadata validation can proceed.
Public fieldStatic member DTS_E_CONNECTTOSERVERFAILED Connect to SSIS Service on machine "%1" failed: %2.
Public fieldStatic member DTS_E_CONNECTTOSERVERFAILED_ACCESSDENIED Connect to server failed. Access denied.
Public fieldStatic member DTS_E_CONNECTTOSERVERFAILED_NOTREGISTERED Connect to server failed. The server is not registered.
Public fieldStatic member DTS_E_CONNECTTOSERVERFAILED_UNAVAILABLE Connect to server failed. Server is unavailable.
Public fieldStatic member DTS_E_COULD_NOT_DETERMINE_DATASOURCE_DBMSNAME Unable to determine the DBMS name and version on "%1". This occurs if the IDBProperties on the connection did not return information needed to verify the DBMS name and version.
Public fieldStatic member DTS_E_COULDNOTCREATECOPYBUFFER The %1 cannot create a buffer to copy its data into for sorting.
Public fieldStatic member DTS_E_COULDNOTFINDINPUTBUFFERCOLUMNBYLINEAGE The %1 cannot find the column with LineageID %2!ld! in its input buffer.
Public fieldStatic member DTS_E_COULDNOTGETCOLUMNINFOFORCOPYBUFFER The %1 cannot get the column information for column "%2!lu!" from its copy buffer.
Public fieldStatic member DTS_E_COULDNOTGETCOLUMNINFOFORINPUTBUFFER The %1 cannot get the column information for column %2!lu! from its input buffer.
Public fieldStatic member DTS_E_COULDNOTREGISTERCOPYBUFFER The %1 cannot register a buffer type for its copy buffer.
Public fieldStatic member DTS_E_COULDNOTREPLACECHECKPOINTFILE Cannot replace the existing checkpoint file with the updated checkpoint file. The checkpoint was successfully created in a temporary file, but overwriting the existing file with the new file failed.
Public fieldStatic member DTS_E_COULDNOTRESOLVEPACKAGEPATH Cannot resolve a package path to an object in the package "%1". Verify that the package path is valid.
Public fieldStatic member DTS_E_CREATECHECKPOINTFILE Checkpoint file "%1" failed during creation due to error 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_CREATEEXPRESSIONOBJECTFAILED Memory cannot be allocated for the expression "%1". There was an out-of-memory error while creating an internal object to hold the expression.
Public fieldStatic member DTS_E_CREATEFOLDERONSQLSERVER_OLEDB The CreateFolderOnSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2) The SQL statement issued has failed.
Public fieldStatic member DTS_E_CREATEMANAGEDHELPERFAILED The SSIS managed helper object failed during creation with error 0x%1!8.8X! "%2". This occurs whenever CoCreateInstance CLSID_DTSManagedHelper fails.
Public fieldStatic member DTS_E_CUSTOMEVENTCONFLICT The custom event "%1" is already declared with a different parameter list. A task is trying to declare a custom event, which another task has already declared with a different parameter list.
Public fieldStatic member DTS_E_CUSTOMPROPERTYISREADONLY The value of custom property "%1" on the %2 cannot be changed.
Public fieldStatic member DTS_E_CYCLEINEXECUTIONTREE An execution tree contains a cycle.
Public fieldStatic member DTS_E_DANGLINGWITHPATH %1 is marked as dangling, but has a path attached to it.
Public fieldStatic member DTS_E_DATACONVERSIONFAILED Data conversion failed while converting column "%1" (%2!d!) to column "%3" (%4!d!). The conversion returned status value %5!d! and status text "%6".
Public fieldStatic member DTS_E_DATAREADERDESTCANNOTCONVERT Cannot convert the %1 from data type "%2" to data type "%3".
Public fieldStatic member DTS_E_DATAREADERDESTDATATYPENOTSUPPORTED The data type "__" found on __ is not supported for the __.
Public fieldStatic member DTS_E_DATAREADERDESTINVALIDCODEPAGE The %1 has unsupported code page %2!d!.
Public fieldStatic member DTS_E_DATAREADERDESTINVALIDCOLUMNORDINAL The ordinal position of the column is not valid.
Public fieldStatic member DTS_E_DATAREADERDESTREADERISATEND The SSIS IDataReader is past the end of the result set.
Public fieldStatic member DTS_E_DATAREADERDESTREADERISCLOSED The SSIS IDataReader is closed.
Public fieldStatic member DTS_E_DATAREADERDESTREADERTIMEOUT The SSIS IDataReader is closed. The read timeout has expired.
Public fieldStatic member DTS_E_DATAREADERDESTREADFAILED DataReader client has failed to call Read or has closed the DataReader.
Public fieldStatic member DTS_E_DATAREADERDESTUNABLETOPROCESSDATA The %1 was unable to process the data.
Public fieldStatic member DTS_E_DATAREADERSRCUNABLETOPROCESSDATA The %1 was unable to process the data.
Public fieldStatic member DTS_E_DATASOURCECOLUMNWITHNONAMEFOUND There is a data source column with no name. Each data source column must have a name.
Public fieldStatic member DTS_E_DATATAP_CREATEFILEFAILURE Failed to create DATATAP file.
Public fieldStatic member DTS_E_DATATAP_DUPLICATE Duplicates the DATATAP.
Public fieldStatic member DTS_E_DATATAP_FAILTOAPPLYCONFIGURATION Failed to apply the configuration on the DATATAP.
Public fieldStatic member DTS_E_DATATAP_INVALIDFILENAME Invalid file name.
Public fieldStatic member DTS_E_DATATAP_INVALIDPATH DATATAP invalid path.
Public fieldStatic member DTS_E_DATATAP_NOTAPLOCATION No DATATAP application.
Public fieldStatic member DTS_E_DATATAP_READONLY The DATATAP is read only.
Public fieldStatic member DTS_E_DATATAPFAILED DATATAP failed.
Public fieldStatic member DTS_E_DECRYPTPACKAGE_USERKEY Failed to decrypt a package that is encrypted with a user key. You may not be the user who encrypted this package, or you are not using the same machine that was used to save the package.
Public fieldStatic member DTS_E_DECRYPTPROJECT_PASSWORD Failed to decrypt a project that is encrypted with a password.
Public fieldStatic member DTS_E_DECRYPTPROJECT_USERKEY Failed to decrypt a project that is encrypted with a user key.
Public fieldStatic member DTS_E_DECRYPTXML_PASSWORD Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information.
Public fieldStatic member DTS_E_DEPRECATEDTASK The deprecated task.
Public fieldStatic member DTS_E_DERIVEDRESULT_TOO_LONG The transform encountered a result value that was longer than %1!u! bytes.
Public fieldStatic member DTS_E_DESTINATIONFLATFILEREQUIRED No destination flat file name was provided. Make sure the flat file connection manager is configured with a connection string. If the flat file connection manager is used by multiple components, ensure that the connection string contains enough file names.
Public fieldStatic member DTS_E_DESTINATIONOBJECTPARENTLESS The destination object in a property mapping has no parent. The destination object is not a child of any sequence container. It may have been removed from the package.
Public fieldStatic member DTS_E_DESTINATIONTABLENAMENOTPROVIDED A destination table name has not been provided.
Public fieldStatic member DTS_E_DIRECTTONONERROROUTPUT The buffer manager attempted to push an error row to an output that was not registered as an error output. There was a call to DirectErrorRow on an output that does not have the IsErrorOut property set to TRUE.
Public fieldStatic member DTS_E_DISCONNECTEDCOMPONENT A component is disconnected from the layout.
Public fieldStatic member DTS_E_DISCONNECTEDOBJECT The %1 object "%2" (%3!d!) is disconnected from the layout.
Public fieldStatic member DTS_E_DISCONNECTEDPATH The path is disconnected from the path.
Public fieldStatic member DTS_E_DISKIOBUFFEROVERFLOW The attempt to write data of %1!d! bytes into the disk I/O failed. The disk I/O buffer has %2!d! free bytes.
Public fieldStatic member DTS_E_DISKIOFAILED An unexpected disk I/O error occurred while reading the file.
Public fieldStatic member DTS_E_DISKIOTIMEDOUT An disk I/O time out occurred while reading the file.
Public fieldStatic member DTS_E_DISPENSEDREADONLY The Variables collection was returned the from VariableDispenser and cannot be modified. Items cannot be added to or removed from dispensed collections.
Public fieldStatic member DTS_E_DISTRIBUTORADDFAILED A distributor failed to give a buffer to thread "%1" because of error 0x%2!8.8X!. The target thread is probably shutting down.
Public fieldStatic member DTS_E_DISTRIBUTORCANTSETPROPERTY Distributor for thread "%1" failed to initialize property "%2" on component "%3" because of error 0x%8.8X. The distributor could not initialize the component's property and cannot continue running.
Public fieldStatic member DTS_E_DOESNOTSUPPORTTRANSACTIONS Enlisting in transactions is not supported.
Public fieldStatic member DTS_E_DTPXMLBOOLCONVERTERR Unable to convert the value "%1" to a Boolean.
Public fieldStatic member DTS_E_DTPXMLCANTREADIDATTR Cannot read ID attribute.
Public fieldStatic member DTS_E_DTPXMLCONNECTIONLOADERR Error setting connection object during XML load.
Public fieldStatic member DTS_E_DTPXMLDATATYPEERR The value "%1" is not valid for the attribute "%2".
Public fieldStatic member DTS_E_DTPXMLDOMCREATEERROR Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered.
Public fieldStatic member DTS_E_DTPXMLDOMLOADERROR Unable to load XML data into a local DOM for processing.
Public fieldStatic member DTS_E_DTPXMLEVENTSCACHEERR Cannot acquire Events Interface. An invalid Events interface was passed to the data flow module for persisting to XML.
Public fieldStatic member DTS_E_DTPXMLIDLOOKUPERR Referenced object with ID %1!d! not found in package.
Public fieldStatic member DTS_E_DTPXMLINPUTCOLUMNLOADERR Error setting input column object during XML load.
Public fieldStatic member DTS_E_DTPXMLINPUTLOADERR Error setting input object during XML load.
Public fieldStatic member DTS_E_DTPXMLINT32CONVERTERR Unable to convert the value "%1" to an integer.
Public fieldStatic member DTS_E_DTPXMLINVALIDPROPERTYARRAYNOTENOUGHVALUES Too few array elements were found when parsing a property of type array. The element count is more than the number of array elements found.
Public fieldStatic member DTS_E_DTPXMLINVALIDPROPERTYARRAYTOOMANYVALUES Too many array elements were found when parsing a property of type array. The element count is less than the number of array elements found.
Public fieldStatic member DTS_E_DTPXMLINVALIDXMLPERSISTPROPERTY Cannot read a persistence property required for the pipeline xml module. The property was not provided by the pipeline.
Public fieldStatic member DTS_E_DTPXMLLOADFAILURE Unable to load from XML.
Public fieldStatic member DTS_E_DTPXMLOUTPUTCOLUMNLOADERR Error setting output column object during XML load.
Public fieldStatic member DTS_E_DTPXMLOUTPUTLOADERR Error setting output object during XML load.
Public fieldStatic member DTS_E_DTPXMLPARSEERRORNEARID Load error encountered near object with ID %1!d!.
Public fieldStatic member DTS_E_DTPXMLPATHLOADERR An error occurred while setting a path object during XML load.
Public fieldStatic member DTS_E_DTPXMLPROPERTYLOADERR Error setting property object during XML load.
Public fieldStatic member DTS_E_DTPXMLPROPERTYSTATEERR The value "%1" is not valid for the attribute "%2".
Public fieldStatic member DTS_E_DTPXMLPROPERTYTYPEERR The value "%1" is not valid for the attribute "%2".
Public fieldStatic member DTS_E_DTPXMLSAVEFAILURE Unable to save to XML.
Public fieldStatic member DTS_E_DTPXMLSETUSAGETYPEERR The value "%1" is not valid for the attribute "%2".
Public fieldStatic member DTS_E_DTRXMLSAVEFAILURE Unable to save configuration file. The file may be read only.
Public fieldStatic member DTS_E_DTS_E_FTPTASK_CANNOT_ACQUIRE_CONNECTION There was an error acquiring the FTP connection. Please check if you have specified a valid connection type "%1".
Public fieldStatic member DTS_E_DTSNAME_ALPHADIGITUNDERBAR Object name "%1" is not valid. Name must contain only alphanumeric characters or underscores "_".
Public fieldStatic member DTS_E_DTSNAME_BEGINSWITHALPHA Object name "%1" is not valid. Name must begin with an alphabetical character.
Public fieldStatic member DTS_E_DTSNAME_BEGINSWITHALPHAUNDERBAR Object name "%1" is not valid. Name must begin with an alphabetical character or underscore "_".
Public fieldStatic member DTS_E_DTSNAME_LEGAL The object name "%1" is not valid. The name cannot contain any of the following characters: / \ : [ ] . =
Public fieldStatic member DTS_E_DTSNAME_NOLEADWHITESP Object name "%1" is not valid. Name cannot begin with a whitespace.
Public fieldStatic member DTS_E_DTSNAME_NOTEMPTY The object name is not valid. The name cannot be empty.
Public fieldStatic member DTS_E_DTSNAME_NOTNULL The object name is not valid. The name cannot be set to NULL.
Public fieldStatic member DTS_E_DTSNAME_NOTRAILWHITESP Object name "%1" is not valid. Name cannot end with a whitespace.
Public fieldStatic member DTS_E_DTSNAME_PRINTABLE Object name "%1" is not valid. The name cannot contain control characters that render it unprintable.
Public fieldStatic member DTS_E_DTSNAME_TOOLONG The object name is not valid. The name is too long.
Public fieldStatic member DTS_E_DTSNAME_VALIDFILENAME Object name "%1" is not valid. The name cannot contain any of the following characters: / \ : ? " < > |
Public fieldStatic member DTS_E_DTSPROCTASK_CANNOTWRITEINAREADONLYVARIABLE The Execution result cannot be saved in a read-only variable.
Public fieldStatic member DTS_E_DTSPROCTASK_CONNECTIONMANAGERNOTOLAP Connection "%1" is not an Analysis Services connection.
Public fieldStatic member DTS_E_DTSPROCTASK_CONNECTIONNOTFOUND Connection Manager "%1" it's not defined.
Public fieldStatic member DTS_E_DTSPROCTASK_DDLEXECUTIONFAILED Execution of DDL failed.
Public fieldStatic member DTS_E_DTSPROCTASK_FILECONNECTIONNOTDEFINED File connection "%1" is not defined.
Public fieldStatic member DTS_E_DTSPROCTASK_FILEDOESNOTEXIST There is no file associated with connection "%1".
Public fieldStatic member DTS_E_DTSPROCTASK_INVALIDCONNECTION Connection Manager "%1" it's not a FILE Connection Manager.
Public fieldStatic member DTS_E_DTSPROCTASK_INVALIDDDL The DDL is not valid.
Public fieldStatic member DTS_E_DTSPROCTASK_INVALIDDDLPROCESSINGCOMMANDS The DDL found in Processing Commands is not valid.
Public fieldStatic member DTS_E_DTSPROCTASK_INVALIDTASKDATANODEEXE Analysis Services Execute DDL task received an invalid task data node.
Public fieldStatic member DTS_E_DTSPROCTASK_INVALIDTASKDATANODEPROC Analysis Services Processing task received an invalid task data node.
Public fieldStatic member DTS_E_DTSPROCTASK_INVALIDVARIABLE Variable "%1" it's not defined.
Public fieldStatic member DTS_E_DTSPROCTASK_NOCONNECTIONSPECIFIED No connection manager specified.
Public fieldStatic member DTS_E_DTSPROCTASK_NONEXISTENTATTRIBUTE "%1" was not found during deserialization.
Public fieldStatic member DTS_E_DTSPROCTASK_TRACEHASBEENSTOPPED The trace has been stopped due to an exception.
Public fieldStatic member DTS_E_DTSPROCTASK_UNABLETOLOCATECONNECTIONMANAGER Unable to locate connection "%1".
Public fieldStatic member DTS_E_DTSPROCTASK_VARIABLENOTDEFINED Variable "%1" is not defined.
Public fieldStatic member DTS_E_DUMP_FAILED Debug dump files were not generated correctly. The hresult is __.
Public fieldStatic member DTS_E_DUPLICATECOLUMNNAME Duplicate column name "%1".
Public fieldStatic member DTS_E_DUPLICATECONSTRAINT A precedence constraint already exists between the specified executable. More than one precedence constraint is not allowed.
Public fieldStatic member DTS_E_DUPLICATEDATASOURCECOLUMNNAME There is more than one data source column with the name "%1". The data source column names must be unique.
Public fieldStatic member DTS_E_DUPLICATEIDFOUND Attempting to use ID %1!d! more than once in the Data Flow Task.
Public fieldStatic member DTS_E_DUPLICATELINEAGEIDSINCOLLECTION Two objects in the same collection have a duplicate lineage ID of %1!d!. The objects are %2 and %3.
Public fieldStatic member DTS_E_DUPLICATENAMESINCOLLECTION The package contains two objects with the duplicate name of "%1" and "%2".
Public fieldStatic member DTS_E_DUPLICATEOUTPUTCOLUMNNAMES The name for "%1" is a duplicate. All names must be unique.
Public fieldStatic member DTS_E_ELEMENTNOTFOUND The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not there.
Public fieldStatic member DTS_E_EMPTYRUNTIMECONNECTIONMANAGERID The "%1" in the connection manager collection, Connections, of "%2" does not have a value for the ID property. Verify that the ConnectionManagerID property of the runtime connection object has been set for the component.
Public fieldStatic member DTS_E_ENUMERATIONELEMENTNOTENUMERABLE An element of the enumerator returned by the ForEach Enumerator does not implement IEnumerator, contradicting the CollectionEnumerator property of the ForEach Enumerator.
Public fieldStatic member DTS_E_EOFANNOUNCEMENTFAILED The Data Flow task cannot to create a buffer to mark the end of the row set.
Public fieldStatic member DTS_E_ERRMSGTASK_DIFFERENTMESSAGEANDLANGUAGESIZES The lists of error messages and their corresponding languages are of different sizes.
Public fieldStatic member DTS_E_ERRMSGTASK_EMPTYSOURCELIST There are no Error Messages to transfer.
Public fieldStatic member DTS_E_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS The error message "%1" already exists at destination server.
Public fieldStatic member DTS_E_ERRMSGTASK_ERRORMESSAGECANTBEFOUND The error message "%1" cannot be found at source server.
Public fieldStatic member DTS_E_ERRMSGTASK_ERRORMESSAGEOUTOFRANGE The error message id "%1" is out of the allowed range of user defined error messages. User defined error message ids are between 50000 and 2147483647.
Public fieldStatic member DTS_E_ERRMSGTASK_FAILEDTOTRANSFERERRORMESSAGES Failed to transfer some or all of the Error Messages.
Public fieldStatic member DTS_E_ERRORATLOADTASK Error loading task. This happens when loading a task from XML fails.
Public fieldStatic member DTS_E_ERRORCOLUMNHASINCORRECTPROPERTIES The %1 on the error output has properties that do not match the properties of its corresponding data source column.
Public fieldStatic member DTS_E_ERRORCOLUMNHASNOOUTPUTCOLUMN The %1 on the error output has no corresponding output column on the non-error output.
Public fieldStatic member DTS_E_ERRORCOMPONENT The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "%1".
Public fieldStatic member DTS_E_ERRORELEMENTNOTINCOLL Element "%1" does not exist in collection "%2".
Public fieldStatic member DTS_E_ERRORLOADINGTASK Error loading a task. The contact information for the task is "%1". This happens when loading a task fails.
Public fieldStatic member DTS_E_ERRORLOADINGTASKNOCONTACT Error loading task "%1".
Public fieldStatic member DTS_E_ERROROCCURREDWHILERETRIEVINGFILENAME Retrieving the file name for a component failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_ERROROCCURREDWITHFOLLOWINGMESSAGE An error occurred with the following error message: "%1".
Public fieldStatic member DTS_E_ERROROUTCANTBEONSYNCNONEXCLUSIVEOUTPUT "%1" cannot be an error output because error outputs cannot be placed on synchronous, non-exclusive outputs.
Public fieldStatic member DTS_E_ERRORPERSISTMANAGEDTASK The error persist managed task.
Public fieldStatic member DTS_E_ERRORRETRIEVINGCOLUMNCODEPAGE There was an error retrieving column code page information.
Public fieldStatic member DTS_E_ERRORROWDISPMUSTBENOTUSED The %1 must have its error row disposition value set to RD_NotUsed.
Public fieldStatic member DTS_E_ERRORWHILEREADINGDATAROWS An error occurred while processing file "%1" on data row %2!I64d!.
Public fieldStatic member DTS_E_ERRORWHILEREADINGHEADERROWS An error occurred while reading header rows.
Public fieldStatic member DTS_E_ERRORWHILESKIPPINGDATAROWS An error occurred while skipping data rows.
Public fieldStatic member DTS_E_EVENTHANDLERNAMEREADONLY Changing the event handler name failed. Event handler names are read-only.
Public fieldStatic member DTS_E_EVENTHANDLERNOTALLOWED The task providing the custom event "%1" does not allow this event to be handled in the package. The custom event was declared with AllowEventHandlers = FALSE.
Public fieldStatic member DTS_E_EXCLGRPNOSYNCINP "%1" has a virtual buffer extending from a root source. There is an exclusion group that is not zero with a synchronous input that is zero.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_CLS_NOT_REGISTRED_EXCEPTION To execute the DTS 2000 Package task, start SQL Server Setup and use the Advanced button from the Components to Install page to select Legacy Components.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_CONVERT_FAILED Could not convert "%1" to "%2".
Public fieldStatic member DTS_E_EXEC2000PKGTASK_DATATYPE_NULL The data type cannot be null. Please specify the correct data type to use for validating the value.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_DTS2000CANTBEEMPTY The DTS 2000 package property is empty.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_ERROR_IN_LOAD_FROM_XML Error occurred in LoadFromXML at the tag "%1".
Public fieldStatic member DTS_E_EXEC2000PKGTASK_ERROR_IN_PACKAGE_EXECUTE An error occurred while executing the DTS 2000 package.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_ERROR_IN_SAVE_TO_XML Error occurred in SaveToXML at the tag "%1".
Public fieldStatic member DTS_E_EXEC2000PKGTASK_ERROR_IN_VALIDATE Could not validate "%1" against "%2".
Public fieldStatic member DTS_E_EXEC2000PKGTASK_FILE_NAME_NOT_SPECIFIED Storage file name not specified.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_HANDLER_NOT_FOUND Handler not found.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT Execute DTS 2000 Package task is initiated with a wrong XML element.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_NOT_PRIMITIVE_TYPE "%1" is not a value type.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_NULL_VALUE Cannot validate a null against any data type.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_NULL_VALUE_ARGUMENT A required argument is null.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_PACKAGE_ID_NOT_SPECIFIED Package ID is not specified.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_PACKAGE_NAME_NOT_SPECIFIED Package name is not specified.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_PACKAGE_VERSIONGUID_NOT_SPECIFIED Package version GUID is not specified.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_SQL_USERNAME_NOT_SPECIFIED SQL Server user name not specified.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_AVAILABLE_NETWORK Cannot load the available SQL Servers from the network. Check the network connection.
Public fieldStatic member DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_SPECIFIED SQL Server is not specified.
Public fieldStatic member DTS_E_EXECPROCTASK_CANTREDIRECTIO Cannot redirect streams if the process can continue executing beyond the lifetime of the task.
Public fieldStatic member DTS_E_EXECPROCTASK_ERROREXECUTIONVALUE The process exited with return code "%1". However, "%2" was expected.
Public fieldStatic member DTS_E_EXECPROCTASK_EXECUTABLENOTSPECIFIED The executable is not specified.
Public fieldStatic member DTS_E_EXECPROCTASK_FILEDOESNOTEXIST File/Process "%1" does not exist in directory "%2".
Public fieldStatic member DTS_E_EXECPROCTASK_FILENOTINPATH File/Process "%1" is not in path.
Public fieldStatic member DTS_E_EXECPROCTASK_INVALIDTIMEOUT The time-out value provided is not valid. Specify the number of seconds that the task allows the process to run. The minimum time-out is 0, which indicates that no time-out value is used and the process runs to completion or until an error occurs. The maximum time-out is 2147483 (((2^31) - 1)/1000).
Public fieldStatic member DTS_E_EXECPROCTASK_PROCESSEXITCODEEXCEEDS In Executing "%2" "%3" at "%1", The process exit code was "%4" while the expected was "%5".
Public fieldStatic member DTS_E_EXECPROCTASK_PROCESSHASTIMEDOUT The process timed out.
Public fieldStatic member DTS_E_EXECPROCTASK_RECEIVEDINVALIDTASKDATANODE The Execute Process task received a task data node that is not valid.
Public fieldStatic member DTS_E_EXECPROCTASK_STDERRVARREADONLY The standard error variable is read-only.
Public fieldStatic member DTS_E_EXECPROCTASK_STDOUTVARREADONLY The standard out variable is read-only.
Public fieldStatic member DTS_E_EXECPROCTASK_WORKINGDIRDOESNOTEXIST The directory "%1" does not exist.
Public fieldStatic member DTS_E_EXECPROCTASK_WORKINGDIRECTORYDOESNOTEXIST Working Directory "%1" does not exist.
Public fieldStatic member DTS_E_EXECUTIONTREECYCLE Cannot connect %1 to %2 because a cycle would be created.
Public fieldStatic member DTS_E_EXECUTIONTREECYCLEADDINGSYNCHRONOUSINPUT The synchronous input of "%1" cannot be set to "%2" because a cycle would be created.
Public fieldStatic member DTS_E_EXECUTIONTREECYCLESETTINGID ID %1 cannot be set to %2!d! because a cycle would be created.
Public fieldStatic member DTS_E_EXISTSONSQLSERVER_OLEDB The ExistsOnSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement issued has failed.
Public fieldStatic member DTS_E_EXPIRED Integration Services evaluation period has expired.
Public fieldStatic member DTS_E_EXPRESSIONCOMPUTEFAILED Computing the expression "%1" failed with error code 0x%2!8.8X!. The expression may have errors, such as divide by zero, that cannot be detected at parse time, or there may be an out-of-memory error.
Public fieldStatic member DTS_E_EXPRESSIONNOTBOOLEAN The expression "%1" must evaluate to True or False. Change the expression to evaluate to a Boolean value.
Public fieldStatic member DTS_E_EXPRESSIONPARSEFAILED Cannot parse the expression "%1". The expression was not valid, or there is an out-of-memory error.
Public fieldStatic member DTS_E_EXPRESSIONVALIDATIONFAILED The expression "%1" on "%2" is not valid.
Public fieldStatic member DTS_E_EXPREVALAMBIGUOUSINPUTCOLUMNNAME There are multiple input columns with the name "%1". The desired input column must be specified uniquely as [Component Name].[%2] or referenced by lineage ID. Currently, the input column specified exists on more than one component.
Public fieldStatic member DTS_E_EXPREVALAMBIGUOUSVARIABLENNAME There are multiple variables with the name "%1". The desired variable must be specified uniquely as @[Namespace::%2]. The variable exists in more than one namespace.
Public fieldStatic member DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE Error using a read-only variable "%1" in an assignment expression. The expression result cannot be assigned to the variable because the variable is read only. Choose a variable that can be written to, or remove the expression from this variable.
Public fieldStatic member DTS_E_EXPREVALASSIGNMENTTYPEMISMATCH The result of the assignment expression "%1" cannot be converted to a type that is compatible with the variable that it was assigned to.
Public fieldStatic member DTS_E_EXPREVALASSIGNMENTVARIABLELOCKFORWRITEFAILED Cannot evaluate expression "%1" because the variable "%2" does not exist or cannot be accessed for writing. The expression result cannot be assigned to the variable because the variable was not found, or could not be locked for write access.
Public fieldStatic member DTS_E_EXPREVALBINARYOPDTSTRNOTSUPPORTED For operands of a binary operation, the data type DT_STR is supported only for input columns and cast operations. The expression "%1" has a DT_STR operand that is not an input column or the result of a cast, and cannot be used in a binary operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALBINARYOPERATIONFAILED The binary operation "%1" failed with error code 0x%2!8.8X!. An internal error occurred, or an out-of-memory condition exists.
Public fieldStatic member DTS_E_EXPREVALBINARYOPERATIONSETTYPEFAILED Attempt to set the result type of binary operation "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALBINARYOPERATORCODEPAGEMISMATCH The code pages for operands of binary operator "%1" for type "%2" must match. Currently, the code page of the left operand does not match the code page of the right operand. For the specified binary operator on the specified type, the code pages must be the same.
Public fieldStatic member DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW The result of the binary operation "%1" on data types %2 and %3 exceeds the maximum size for numeric types. The operand types could not be implicitly cast into a numeric (DT_NUMERIC) result without loss of precision or scale. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALBINARYOPOVERFLOW The result of the binary operation "%1" exceeds the maximum size for result data type "%2". The magnitude of the result of the operation overflows the type of the result.
Public fieldStatic member DTS_E_EXPREVALBINARYSIGNMISMATCH There is a sign mismatch for the bitwise binary operator "%1" in operation "%2". Both operands for this operator must be positive or negative.
Public fieldStatic member DTS_E_EXPREVALBINARYTYPEMISMATCH The data types "%1" and "%2" are incompatible for binary operator "%3". The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALBUILDSTRINGFAILED Attempt to generate a string representation of the expression failed with error code 0x%1!8.8X!. Failed when attempting to generate a displayable string that represents the expression.
Public fieldStatic member DTS_E_EXPREVALCANNOTCONVERTRESULT Cannot convert the expression result data type "%1" to the column data type "%2". The result of the expression should be written to an input/output column, but the data type of the expression cannot be converted to the data type of the column.
Public fieldStatic member DTS_E_EXPREVALCASTCODEPAGEMISMATCH Unable to cast expression "%1" from data type "%2" to data type "%3" because the code page of the value being cast (%4!d!) does not match the requested result code page (%5!d!). The code page of the source must match the code page requested for the destination.
Public fieldStatic member DTS_E_EXPREVALCASTFAILED Casting expression "%1" from data type "%2" to data type "%3" failed with error code 0x%4!8.8X!.
Public fieldStatic member DTS_E_EXPREVALCHARMAPPINGFAILED The function "%1" cannot perform the character mapping on string "%2".
Public fieldStatic member DTS_E_EXPREVALCOMPUTEFAILED Attempt to compute the expression "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALCONDITIONALOPCODEPAGEMISMATCH The code pages must match for operands of conditional operation "%1" for type %2. The code page of the left operand does not match the code page of the right operand. For the conditional operator on the specified type, the code pages must be the same.
Public fieldStatic member DTS_E_EXPREVALCONDITIONALOPDTSTRNOTSUPPORTED For operands of the conditional operator, the data type DT_STR is supported only for input columns and cast operations. The expression "%1" has a DT_STR operand that is not an input column or the result of a cast, and cannot be used with the conditional operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALCONDITIONALOPERATIONFAILED The conditional operation "%1" failed with error code 0x%2!8.8X!. There was an internal error or an out-of-memory error.
Public fieldStatic member DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE The conditional expression "%1" of the conditional operator has an invalid data type of "%2". The conditional expression of the conditional operator must return a Boolean, which is type DT_BOOL.
Public fieldStatic member DTS_E_EXPREVALCONDITIONALOPSETTYPEFAILED Attempt to set the result type of conditional operation "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALCONDITIONALOPTYPEMISMATCH The data types "%1" and "%2" are incompatible for the conditional operator. The operand types cannot be implicitly cast into compatible types for the conditional operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALDATACONVERSIONFAILED Error code 0x%1!8.8X! occurred attempting to convert from data type %2 to data type %3.
Public fieldStatic member DTS_E_EXPREVALDATACONVERSIONNOTSUPPORTED Conversion from data type "%1" to data type "%2" is unsupported. The source type cannot be converted to the destination type.
Public fieldStatic member DTS_E_EXPREVALDATACONVERSIONOVERFLOW An overflow occurred while converting from data type "%1" to data type "%2". The source type is too large for the destination type.
Public fieldStatic member DTS_E_EXPREVALDIVBYZERO A divide-by-zero error occurred. The right side operand evaluates to zero in the expression "%1".
Public fieldStatic member DTS_E_EXPREVALDOTTEDINPUTCOLUMNNAMENOTFOUND Locating the input column named "[%1].[%2]" failed with error code 0x%3!8.8X!. The input column was not found in the input column collection.
Public fieldStatic member DTS_E_EXPREVALEXPRESSIONEMPTY There was no expression to compute. An attempt was made to compute or get the string of an empty expression.
Public fieldStatic member DTS_E_EXPREVALFAILEDTOCONVERTSTRCOLUMNTOWSTR Converting "%1" from type DT_STR to type DT_WSTR failed with error code 0x%2!8.8X!. An error occurred while performing the implicit conversion on the input column.
Public fieldStatic member DTS_E_EXPREVALFAILEDTOPARSEEXPRESSION The expression "%1" is not valid and cannot be parsed. The expression may contain invalid elements or it may not be well-formed.
Public fieldStatic member DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONOUTOFMEMORY Attempt to parse the expression "%1" failed because there was an out-of-memory error.
Public fieldStatic member DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONWITHHR Attempt to parse the expression "%1" failed and returned error code 0x%2!8.8X!. The expression cannot be parsed. It might contain invalid elements or it might not be well-formed. There may also be an out-of-memory error.
Public fieldStatic member DTS_E_EXPREVALFNFINDSTRINGINVALIDOCCURRENCECOUNT The occurrence count %1!d! is not valid for function "%2". This parameter must be greater than zero.
Public fieldStatic member DTS_E_EXPREVALFNLEFTRIGHTINVALIDLENGTH The length of the expression from left to right is invalid.
Public fieldStatic member DTS_E_EXPREVALFNREPLICATEINVALIDREPEATCOUNT The repeat count %1!d! is negative and is not valid for function "%2". The repeat count parameter cannot be negative.
Public fieldStatic member DTS_E_EXPREVALFNSUBSTRINGINVALIDLENGTH The length %1!d! is not valid for function "%2". The length parameter cannot be negative. Change the length parameter to zero or a positive value.
Public fieldStatic member DTS_E_EXPREVALFNSUBSTRINGINVALIDSTARTINDEX The start index %1!d! is not valid for function "%2". The start index value must be an integer greater than 0. Start index is one-based, not zero-based.
Public fieldStatic member DTS_E_EXPREVALFNTOKEN_EMPTYDELIM The expression value from token.
Public fieldStatic member DTS_E_EXPREVALFUNCTIONCOMPUTEFAILED Evaluating function "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALFUNCTIONCONVERTPARAMTOMEMBERFAILED Parameter number %1!d! of the function "%2" cannot be converted to a static value.
Public fieldStatic member DTS_E_EXPREVALFUNCTIONOVERFLOW The result of the function call "%1" is too large to fit in type "%2". The magnitude of the result of the function call overflows the type of the operand. An explicit cast to a larger type may be required.
Public fieldStatic member DTS_E_EXPREVALFUNCTIONPARAMNOTSTATIC Parameter number %1!d! of the function "%2" is not static. This parameter must be static, and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALILLEGALESCAPEINSTRINGLITERAL The string literal "%1" contains an illegal escape sequence of "\%2!c!". The escape sequence is not supported in string literals in the expression evaluator. If a backslash is needed in the string, use a double backslash, "\\".
Public fieldStatic member DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL The string literal "%1" contains an illegal hexadecimal escape sequence of "\x%2". The escape sequence is not supported in string literals in the expression evaluator. The hexadecimal escape sequences must be of the form \xhhhh where h is a valid hexadecimal digit.
Public fieldStatic member DTS_E_EXPREVALINPUTCOLUMNIDNOTFOUND Attempt to find the input column with lineage ID %1!d! failed with error code 0x%2!8.8X!. The input column was not found in the input column collection.
Public fieldStatic member DTS_E_EXPREVALINPUTCOLUMNNAMENOTFOUND Attempt to find the input column named "%1" failed with error code 0x%2!8.8X!. The input column specified was not found in the input column collection.
Public fieldStatic member DTS_E_EXPREVALINVALIDCAST Cannot cast expression "%1" from data type "%2" to data type "%3". The requested cast is not supported.
Public fieldStatic member DTS_E_EXPREVALINVALIDCASTCODEPAGE The value, %1!d!, specified for the code page parameter of the cast to data type "%2", is not valid. The code page is not installed on the machine.
Public fieldStatic member DTS_E_EXPREVALINVALIDCASTLENGTH The value %1!d! specified for the length parameter of the cast to data type %2 is negative and not valid. The length must be positive.
Public fieldStatic member DTS_E_EXPREVALINVALIDCASTPARAM Parameter number %1!d! of the cast to data type "%2" is not valid. The parameters of cast operators must be static, and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALINVALIDCASTPARAMTYPE Parameter number %1!d! of the cast to data type "%2" is not an integer. A parameter of a cast operator must be an integer or a type that can be converted to an integer.
Public fieldStatic member DTS_E_EXPREVALINVALIDCASTPRECISION The value %1!d! specified for the precision parameter of the cast to data type "%2" is not valid. Precision must be in the range %3!d! to %4!d! and the precision value is out of range for the type cast.
Public fieldStatic member DTS_E_EXPREVALINVALIDCASTSCALE The value %1!d! specified for the scale parameter of the cast to data type "%2" is not valid. The scale must be in the range %3!d! to %4!d! and the scale value is out of range for the type cast. Scale must not exceed precision and must be positive.
Public fieldStatic member DTS_E_EXPREVALINVALIDDATEPART "%1" is not a valid date part for function "%2".
Public fieldStatic member DTS_E_EXPREVALINVALIDDATEPARTNODE The date part parameter specified for function "%1" is not valid. It must be a static string. The date part parameter cannot contain dynamic elements, such as input columns, and must be of type DT_WSTR.
Public fieldStatic member DTS_E_EXPREVALINVALIDFUNCTION The function "%1" was not recognized. Either the function name is incorrect or does not exist.
Public fieldStatic member DTS_E_EXPREVALINVALIDNULLCODEPAGE The value %1!d! specified for the code page parameter of the NULL function with data type "%2" is not valid. The code page is not installed on the computer.
Public fieldStatic member DTS_E_EXPREVALINVALIDNULLLENGTH The value %1!d! specified for the length parameter of the "NULL" function with data type %2 is negative and not valid. The length must be positive.
Public fieldStatic member DTS_E_EXPREVALINVALIDNULLPARAM Parameter number %1!d! of the function NULL with data type "%2" is not valid. The parameters of NULL() must be static, and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALINVALIDNULLPARAMTYPE Parameter number %1!d! of the function NULL with data type "%2" is not an integer. A parameter of NULL() must be an integer or a type that can be converted to an integer.
Public fieldStatic member DTS_E_EXPREVALINVALIDNULLPRECISION The value %1!d! specified for the precision parameter of the NULL function with data type "%2" is out of range. Precision must be in the range %3!d! to %4!d!.
Public fieldStatic member DTS_E_EXPREVALINVALIDNULLSCALE The value %1!d! specified for the scale parameter of the NULL function with data type %2 is out of range. Scale must be in the range %3!d! to %4!d!. Scale must not exceed precision and must not be negative.
Public fieldStatic member DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALPLURAL The function "%1" requires %2!d! parameters, not %3!d! parameters. The function name was recognized, but the number of parameters is not valid.
Public fieldStatic member DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALSINGULAR The function "%1" requires %2!d! parameters, not %3!d! parameter. The function name was recognized, but the number of parameters is not valid.
Public fieldStatic member DTS_E_EXPREVALINVALIDNUMBEROFPARAMSSINGULARPLURAL The function "%1" requires %2!d! parameter, not %3!d! parameters. The function name was recognized, but the number of parameters is not valid.
Public fieldStatic member DTS_E_EXPREVALINVALIDTOKEN Attempt to parse the expression "%1" failed. The token "%2" at line number "%3", character number "%4" was not recognized. The expression cannot be parsed because it contains invalid elements at the location specified.
Public fieldStatic member DTS_E_EXPREVALINVALIDTOKENSINGLEEQUAL Parsing the expression "%1" failed. The equal sign (=) at line number "%2", character number "%3", was not expected. A double equals sign (==) may be required at the location specified.
Public fieldStatic member DTS_E_EXPREVALINVALIDTOKENSINGLEQUOTE Parsing the expression "%1" failed. The single quotation mark at line number "%2", character number "%3", was not expected.
Public fieldStatic member DTS_E_EXPREVALINVALIDTOKENSTATE Attempt to parse the expression "%1" failed. The expression might contain an invalid token, an incomplete token, or an invalid element. It might not be well-formed, or might be missing part of a required element such as a parenthesis.
Public fieldStatic member DTS_E_EXPREVALLITERALOVERFLOW The literal "%1" is too large to fit into type %2. The magnitude of the literal overflows the type.
Public fieldStatic member DTS_E_EXPREVALLNINVALIDPARAM The function LN cannot operate on zero or negative values, and a zero or negative value was passed to the LN function.
Public fieldStatic member DTS_E_EXPREVALLOGINVALIDPARAM The function LOG cannot operate on zero or negative values, and a zero or negative value was passed to the LOG function.
Public fieldStatic member DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNID The expression contains unrecognized token "#%1!d!".
Public fieldStatic member DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNNAME The expression contains unrecognized token "%1". If "%1" is a variable, it should be expressed as "@%1". The specified token is not valid. If the token is intended to be a variable name, it should be prefixed with the @ symbol.
Public fieldStatic member DTS_E_EXPREVALPARAMTYPEMISMATCH The function "%1" does not support the data type "%2" for parameter number %3!d!. The type of the parameter could not be implicitly cast into a compatible type for the function. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALPLACEHOLDERINEXPRESSION The placeholder "%1" was found in an expression. This must be replaced with an actual parameter or operand.
Public fieldStatic member DTS_E_EXPREVALPOWERINVALIDPARAM The parameters passed to the function POWER cannot be evaluated and yield an indeterminate result.
Public fieldStatic member DTS_E_EXPREVALRESULTTYPECONVERSIONFAILED The conversion of the result of the expression"%1" from type "%2" to a supported type failed with error code 0x%3!8.8X!. An unexpected error occurred when trying to convert the expression result to a type supported by the runtime engine, even though the type conversion is supported.
Public fieldStatic member DTS_E_EXPREVALRESULTTYPENOTSUPPORTED The expression "%1" has a result type of "%2", which cannot be converted to a supported type.
Public fieldStatic member DTS_E_EXPREVALSENSITIVEERROR A sensitive error occurred during the evaluation of the expression.
Public fieldStatic member DTS_E_EXPREVALSQRTINVALIDPARAM The function SQRT cannot operate on negative values, and a negative value was passed to the SQRT function.
Public fieldStatic member DTS_E_EXPREVALSTATIC_AMBIGUOUSINPUTCOLUMNNAME An ambiguous input column name was specified. The column must be qualified as [Component Name].[Column Name] or referenced by lineage ID. This error occurs when the input column exists on more than one component, and must be differentiated by the addition of component name or by using the lineage ID.
Public fieldStatic member DTS_E_EXPREVALSTATIC_AMBIGUOUSVARIABLENNAME An ambiguous variable name was specified. The desired variable must be qualified as @[Namespace::Variable]. This error occurs when the variable exists in more than one namespace.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYOPDTSTRNOTSUPPORTED For operands of binary operation, the data type DT_STR is only supported for input columns and cast operations. A DT_STR operand that is not an input column or the result of a cast cannot be used with a binary operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYOPERATIONFAILED A binary operation failed. There was an out-of-memory condition, or an internal error occurred.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYOPERATIONSETTYPEFAILED Setting the result type of a binary operation failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYOPERATORCODEPAGEMISMATCH The code pages do not match in a binary operation. The code page of the left operand does not match the code page of the right operand. For this binary operation, the code pages must be the same.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYOPNUMERICOVERFLOW The result of a binary operation was too big for the maximum size for numeric types. The operand types could not be implicitly cast into a numeric (DT_NUMERIC) result without loss of precision or scale. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW The magnitude of the result of a binary operation overflows the maximum size for result data type.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYSIGNMISMATCH There is a sign mismatch for the bitwise binary operator. The operands for this operator must be both positive or both negative.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH Incompatible data types were used with a binary operator. The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_BUILDSTRINGFAILED Attempt to generate a string representation of the expression failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CANNOTCONVERTRESULT Cannot convert the expression result data type to the column data type. The result of the expression should be written to an input/output column, but the data type of the expression cannot be converted to the data type of the column.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH Unable to cast the expression because the code page of the value being cast does not match the requested result code page. The code page of the source must match the code page requested for the destination.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CASTFAILED An error occurred while attempting to perform a type cast.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CHARMAPPINGFAILED A character mapping function failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_COMPUTATIONFAILED An error occurred during computation of the expression.
Public fieldStatic member DTS_E_EXPREVALSTATIC_COMPUTEFAILED Attempt to compute the expression failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CONDITIONALOPCODEPAGEMISMATCH The code pages do not match in a conditional operation. The code page of the left operand does not match the code page of the right operand. For the conditional operator of that type, the code pages must be the same.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CONDITIONALOPDTSTRNOTSUPPORTED For operands of the conditional operator, the data type DT_STR is only supported for input columns and cast operations. A DT_STR operand that is not an input column or the result of a cast cannot be used with the conditional operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CONDITIONALOPERATIONFAILED The conditional operation failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CONDITIONALOPINVALIDCONDITIONTYPE The conditional expression of the conditional operator has invalid data type. The conditional expression must be of type DT_BOOL.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CONDITIONALOPSETTYPEFAILED Setting the result type of a conditional operation failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_CONDITIONALOPTYPEMISMATCH The data types of the operands of the conditional operator were incompatible. The operand types could not be implicitly cast into compatible types for the conditional operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_DATACONVERSIONFAILED An error occurred while attempting to perform data conversion. The source type could not be converted to the destination type.
Public fieldStatic member DTS_E_EXPREVALSTATIC_DATACONVERSIONNOTSUPPORTED The expression contains an unsupported data type conversion. The source type cannot be converted to the destination type.
Public fieldStatic member DTS_E_EXPREVALSTATIC_DATACONVERSIONOVERFLOW An overflow occurred while converting between data types. The source type is too large to fit in the destination type.
Public fieldStatic member DTS_E_EXPREVALSTATIC_DIVBYZERO Division by zero occurred in the expression.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FAILEDTOCONVERTSTRCOLUMNTOWSTR Converting an input column from type DT_STR to type DT_WSTR failed. An error occurred while performing the implicit conversion on the input column.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FAILEDTOPARSEEXPRESSION The expression is not valid and could not be parsed. It might contain invalid elements, or it might not be well-formed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FNFINDSTRINGINVALIDOCCURRENCECOUNT The occurrence count parameter is not valid for function FINDSTRING. This parameter must be greater than zero.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FNREPLICATEINVALIDREPEATCOUNT The repeat count parameter is not valid for function REPLICATE. This parameter cannot be negative.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FNRIGHTINVALIDLENGTH The length parameter is not valid for function RIGHT. The length parameter cannot be negative.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDLENGTH The length parameter was not valid for function SUBSTRING. The length parameter cannot be negative.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDSTARTINDEX The start index was not valid for function SUBSTRING. The start index value must be an integer greater than zero. The start index is 1-based, not 0-based.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FUNCTIONCOMPUTEFAILED An error occurred while evaluating the function.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FUNCTIONCONVERTPARAMTOMEMBERFAILED A function parameter cannot be converted to a static value. The parameter must be static and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FUNCTIONOVERFLOW The magnitude of the result of a function call was too big to fit in the result type, and overflowed the type of the operand. An explicit cast to a larger type may be required.
Public fieldStatic member DTS_E_EXPREVALSTATIC_FUNCTIONPARAMNOTSTATIC An invalid parameter was given for a function. This parameter must be static and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL The string literal contains an illegal escape sequence. The escape sequence is not supported in string literals in the expression evaluator. If a backslash is needed in the string, format it as a double backslash, "\\".
Public fieldStatic member DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL A string literal contains an illegal hexadecimal escape sequence. The escape sequence is not supported in string literals in the expression evaluator. Hexadecimal escape sequences must be of the form \xhhhh where h is a valid hexadecimal digit.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INPUTCOLUMNIDNOTFOUND Attempt to find an input column by lineage ID failed. The input column was not found in the input column collection.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INPUTCOLUMNNAMENOTFOUND The input column specified was not found in the input column collection.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCAST The expression contained an unsupported type cast.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCASTCODEPAGE The value specified for the code page parameter of the cast to data type DT_STR or DT_TEXT is not valid. The specified code page is not installed on the computer.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCASTLENGTH The value specified for the length parameter of a cast operation is not valid. The length must be positive. The length specified for the type cast is negative. Change to a positive value.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCASTPARAM An invalid parameter was given for a cast operation. Parameters of cast operators must be static, and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCASTPARAMTYPE An invalid parameter was given for a cast operation. A parameter of a cast operator must be an integer, or a type that can be converted to an integer.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCASTPRECISION The value specified for the precision parameter of a cast operation is out of range for the type cast.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDCASTSCALE The value specified for the scale parameter of a cast operation is out of range for the type cast. Scale must not exceed precision and must not be negative.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDDATEPART An unrecognized date part parameter was specified for a date function.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDDATEPARTNODE The "date part" parameter specified for a date function is not valid. "Date part" parameters must be static strings, and cannot contain dynamic elements such as input columns. They must be of type DT_WSTR.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDFUNCTION An invalid function name appeared in the expression. Verify that the function name is correct and does exist.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNULLCODEPAGE The value specified for the code page parameter of the NULL function with data type DT_STR or DT_TEXT is not valid. The code page specified is not installed on the computer. Either change the code page that is specified, or install the code page on the computer.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNULLLENGTH The value specified for the length parameter of a NULL function is not valid. The length must be positive. The length specified for the NULL function is negative. Change to a positive value.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNULLPARAM An invalid parameter was given for function NULL. The parameters of NULL must be static, and cannot contain dynamic elements such as input columns.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNULLPARAMTYPE An invalid parameter was given for function NULL. A parameter of NULL must be an integer, or a type that can be converted to an integer.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNULLPRECISION The value specified for the precision parameter of a NULL function is not valid. The precision that was specified is out of range for the NULL function.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNULLSCALE The value specified for the scale parameter of a NULL function is not valid. The scale that was specified is out of range for the NULL function. Scale must not exceed precision and must be positive.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDNUMBEROFPARAMS An incorrect number of parameters was given to a function. The function name was recognized, but the number of parameters was not correct.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDTOKEN The expression contained a token that was not recognized. The expression could not be parsed because it contains invalid elements.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEEQUAL The expression contains an unexpected equal sign (=). This error usually occurs when a double equals sign (==) is needed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEQUOTE The expression contains an unexpected single quotation mark. A double quotation mark may be required.
Public fieldStatic member DTS_E_EXPREVALSTATIC_INVALIDTOKENSTATE Attempt to parse the expression failed. The expression contains an invalid or incomplete token. It may contain invalid elements, be missing part of a required element such as closing parentheses, or may not be well formed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_LITERALOVERFLOW The magnitude of the literal value was too big to fit in the type requested.
Public fieldStatic member DTS_E_EXPREVALSTATIC_NOINPUTCOLUMNCOLLECTION The expression contains an unrecognized token that appears to be an input column reference, but the input column collection is not available to process input columns. The input column collection has not been provided to the expression evaluator, but an input column was included in the expression.
Public fieldStatic member DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH A function has a parameter with an unsupported data type. The type of the parameter cannot be implicitly cast into a compatible type for the function. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_PLACEHOLDERINEXPRESSION A placeholder function parameter or operand was found in an expression. This should be replaced with an actual parameter or operand.
Public fieldStatic member DTS_E_EXPREVALSTATIC_STRINGCOMPARISONFAILED Cannot compare two strings.
Public fieldStatic member DTS_E_EXPREVALSTATIC_UNARYOPERATIONFAILED A unary operation failed. An out-of-memory condition occurred, or there was an internal error.
Public fieldStatic member DTS_E_EXPREVALSTATIC_UNARYOPERATIONSETTYPEFAILED Setting the result type of a unary operation failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_UNARYOPOVERFLOW The result of a unary minus (negation) operation overflowed the maximum size for result data type. The magnitude of the result of the operation overflows the type of the result.
Public fieldStatic member DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE An unsupported data type was used with a binary operator. The type of one, or both, of the operands is not supported for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_UNSUPPORTEDTYPE An unsupported or unrecognized data type was used in the expression.
Public fieldStatic member DTS_E_EXPREVALSTATIC_UNSUPPORTEDUNNARYTYPE An unsupported data type is used with a unary operator. The operand type is not supported for the operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALSTATIC_VARIABLECOMPUTEFAILED Retrieving the value for a variable failed.
Public fieldStatic member DTS_E_EXPREVALSTATIC_VARIABLENOTFOUND A variable specified was not found in the collection. It might not exist in the correct scope. Verify that the variable exists and that the scope is correct.
Public fieldStatic member DTS_E_EXPREVALSTATIC_VARIABLETYPENOTSUPPORTED The expression contains a variable with an unsupported data type.
Public fieldStatic member DTS_E_EXPREVALSTRINGCOMPARISONFAILED Comparing "%1" to string "%2" failed.
Public fieldStatic member DTS_E_EXPREVALSTRINGLITERALTOOLONG A string literal in the expression exceeds the maximum allowed length of %1!d! characters.
Public fieldStatic member DTS_E_EXPREVALSTRINGVARIABLETOOLONG The variable %1 contains a string that exceeds the maximum allowed length of %2!d! characters.
Public fieldStatic member DTS_E_EXPREVALTRUNCATIONASERROR A truncation occurred during evaluation of the expression.
Public fieldStatic member DTS_E_EXPREVALUNARYOPERATIONFAILED The unary operation "%1" failed with error code 0x%2!8.8X!. An internal error occurred, or there is an out-of-memory condition.
Public fieldStatic member DTS_E_EXPREVALUNARYOPERATIONSETTYPEFAILED Attempt to set the result type of unary operation "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALUNARYOPOVERFLOW The result of the unary minus (negation) operation "%1" exceeds the maximum size for result data type "%2". The magnitude of the result of the operation overflows the type of the result.
Public fieldStatic member DTS_E_EXPREVALUNEXPECTEDPARSEERROR An error occurred when parsing the expression "%1". The expression failed to parse for an unknown reason.
Public fieldStatic member DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE The data type "%1" cannot be used with binary operator "%2". The type of one or both of the operands is not supported for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALUNSUPPORTEDTYPE The data type "%1" is not supported in an expression. The specified type is not supported or is not valid.
Public fieldStatic member DTS_E_EXPREVALUNSUPPORTEDUNNARYTYPE The data type "%1" cannot be used with unary operator "%2". This operand type is not supported for the operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.
Public fieldStatic member DTS_E_EXPREVALVARIABLECOMPUTEFAILED Retrieving the value of Variable "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALVARIABLECOULDNOTBEREAD Reading the variable "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXPREVALVARIABLENOTFOUND The variable "%1" was not found in the Variables collection. The variable might not exist in the correct scope.
Public fieldStatic member DTS_E_EXPREVALVARIABLETYPENOTSUPPORTED The data type of variable "%1" is not supported in an expression.
Public fieldStatic member DTS_E_EXPRSENSITIVEPARAMVALUENOTALLOWED The sensitive parameter value is not allowed.
Public fieldStatic member DTS_E_EXTENDFAILED The buffer manager cannot extend the file "%1" to length %2!lu!. There was insufficient disk space.
Public fieldStatic member DTS_E_EXTERNALCOLUMNMETADATACODEPAGEMISMATCH The code page on %1 is %2!d! and is required to be %3!d!.
Public fieldStatic member DTS_E_EXTERNALMETADATACOLUMNISALREADYMAPPED The external metadata column with ID %1!d! has already been mapped to %2.
Public fieldStatic member DTS_E_EXTRACTORCANTAPPENDTRUNCATE Error caused by conflicting property settings. The "%1" has both the AllowAppend property and the ForceTruncate property set to TRUE. Both properties cannot be set to TRUE. Set one of the two properties to FALSE.
Public fieldStatic member DTS_E_EXTRACTORCANTWRITE Writing to the file "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_EXTRACTORCOLUMNALREADYREFERENCED The %1 references column ID %2!d!, but that column is already referenced by %3. Remove one of the two reference to the column.
Public fieldStatic member DTS_E_EXTRACTORDATACOLUMNNOTBLOB The "%1" references "%2", and that column is not of a BLOB type.
Public fieldStatic member DTS_E_EXTRACTORFILENAMECOLUMNNOTSTRING The "%1" should contain a file name, but it is not of a String type.
Public fieldStatic member DTS_E_EXTRACTORINVALIDCOLUMNDATATYPE The %1 has an unsupported data type. It must be DT_STR, DT_WSTR, DT_TEXT, DT_NTEXT, or DT_IMAGE.
Public fieldStatic member DTS_E_EXTRACTORREFERENCEDCOLUMNNOTFOUND The "%1" references column ID %2!d!, and that column is not found on the input. A reference points to a non-existent column.
Public fieldStatic member DTS_E_EXTRACTORUNREFERENCED The "%1" is marked read-only, but is not referenced by any other column. Unreferenced columns are not allowed.
Public fieldStatic member DTS_E_FAILED_EXECUTE_IS_SERVER_PACKAGE The failed execution is a server package.
Public fieldStatic member DTS_E_FAILEDCOLUMNDATACONVERSIONSTATUS Data conversion failed. The data conversion for column "%1" returned status value %2!d! and status text "%3".
Public fieldStatic member DTS_E_FAILEDCREATEXMLDOCUMENT Failed to create an XML document "%1".
Public fieldStatic member DTS_E_FAILEDDEPENDENCIES There was an error enumerating the package dependencies. Check other messages for more information.
Public fieldStatic member DTS_E_FAILEDDURINGOLEDBDATATYPECONVERSIONCHECK The OLE DB provider failed during the data type conversion verification for "%1".
Public fieldStatic member DTS_E_FAILEDGETTYPEINFO The object does not support type information. This occurs when the runtime attempts to get the type information from an object to populate the Properties collection. The object must support type information.
Public fieldStatic member DTS_E_FAILEDPOPNATIVEFEE Failed to populate the ForEachEnumeratorInfos collection with native ForEachEnumerators with the following error code: %1.
Public fieldStatic member DTS_E_FAILEDPROPERTYGET An error occurred while retrieving the value of property "%1". The error code is 0x%2!8.8X!.
Public fieldStatic member DTS_E_FAILEDPROPERTYGET_ERRORINFO An error occurred while retrieving the value of property "%1". The error code is 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_FAILEDPROPERTYSET An error occurred while setting the value of property "%1". The error returned is 0x%2!8.8X!.
Public fieldStatic member DTS_E_FAILEDPROPERTYSET_ERRORINFO An error occurred while setting the value of property "%1". The error returned is 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_FAILEDSETEXECVALVARIABLE The wrapper was unable to set the value of the variable specified in the ExecutionValueVariable property.
Public fieldStatic member DTS_E_FAILEDSYSTEMVARIABLEREMOVE Failed to remove a system variable. This error occurs when removing a variable that is a required variable. Required variables are variables that are created by the runtime for communicating between tasks and the runtime.
Public fieldStatic member DTS_E_FAILEDTOACCESSLOBCOLUMN Failed to access LOB data from the data flow buffer for data source column "%1" with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOALLOCATEROWHANDLEBUFFER The attempt to allocate a row handle buffer failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOBUFFERROWSTARTS The attempt to retrieve the start of the buffer row failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOCREATEEXPRESSIONARRAY Memory cannot be allocated for the Expression objects. An out-of-memory error occurred while creating the array of Expression object pointers.
Public fieldStatic member DTS_E_FAILEDTOCREATEEXPRESSIONMANANGER The %1 failed with error code 0x%2!8.8X! while creating the Expression Manager.
Public fieldStatic member DTS_E_FAILEDTODIRECTERRORROW Directing the row to the error output failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOFINDCOLUMNBYLINEAGEID An attempt to find %1 with lineage ID %2!d! in the Data Flow Task buffer failed with error code 0x%3!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOFINDCOLUMNINBUFFER Failed to find column "%1" with lineage ID %2!d! in the buffer. The buffer manager returned error code 0x%3!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOFINDERRORCOLUMN An error occurred, but the column that caused the error cannot be determined.
Public fieldStatic member DTS_E_FAILEDTOFINDNONSPECIALERRORCOLUMN Failed to find any non-special error column in %1.
Public fieldStatic member DTS_E_FAILEDTOGETBUFFERBOUNDARYINFO The attempt to get buffer boundary information failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOGETCOLINFO Failed to get information for row %1!ld!, column %2!ld! from the buffer. The error code returned was 0x%3!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOGETCOLUMNINFOFROMBUFFER Failed to get information for column "%1" (%2!d!) from the buffer. The error code returned was 0x%3!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOGETCOMPONENTLOCALEID Failure retrieving component locale ID. Error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOGETCONNECTIONSTRING Failed to get the connection string.
Public fieldStatic member DTS_E_FAILEDTOGETDATAFORERROROUTPUTBUFFER Failed to get data for the error output buffer.
Public fieldStatic member DTS_E_FAILEDTOGETFILESIZE An error occurred while getting the file size for file "%1".
Public fieldStatic member DTS_E_FAILEDTOGETLOCALEIDFROMPACKAGE The %1 failed to get the locale ID from the package.
Public fieldStatic member DTS_E_FAILEDTOINITIALIZEFLATFILEPARSER An error occurred while initializing the flat file parser.
Public fieldStatic member DTS_E_FAILEDTOLOADCACHE Failed to load the cache from file, "__".
Public fieldStatic member DTS_E_FAILEDTOPREPAREBUFFERSTATUS The attempt to prepare the buffer status failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOPREPARECOLUMNSTATUSESFORINSERT Preparing column statuses for insert failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOREMOVEROWFROMBUFFER Removing a row from the buffer failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOSENDROWTOSQLSERVER The attempt to send a row to SQL Server failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOSETBUFFERENDOFROWSET Setting the end of row set for the buffer failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOSETBUFFERERRORINFO The attempt to set buffer error information failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOSETCOLINFO Failed to set information for row %1!ld!, column %2!ld! into the buffer. The error code returned was 0x%3!8.8X!.
Public fieldStatic member DTS_E_FAILEDTOSETFILEPOINTER An error occurred while setting the file pointer for file "%1".
Public fieldStatic member DTS_E_FAILEDTOSETOUTPUTCOLUMNDATATYPEPROPERTIES Attempt to set the data type properties on "%1" failed with error code 0x%2!8.8X!. The error occurred while attempting to set one or more of the data type properties of the output column.
Public fieldStatic member DTS_E_FAILEDTOSETOUTPUTCOLUMNTYPE Failed to set the type of %1 to type: "%2", length: %3!d!, precision: %4!d!, scale: %5!d!, code page: %6!d!.
Public fieldStatic member DTS_E_FAILEDTOSETPROPERTY Failed to set property "%1" on "%2".
Public fieldStatic member DTS_E_FAILEDTOSETUSAGETYPE The "%1" was unable to make the requested change to the input column with lineage ID %2!d!. The request failed with error code 0x%3!8.8X!. The specified error occurred while attempting to set the usage type of an input column.
Public fieldStatic member DTS_E_FAILEDTOWRITEOUTCOLUMNNAME Failed to write out column name for column "%1".
Public fieldStatic member DTS_E_FAILEDTOWRITEOUTHEADER An error occurred while writing out the file header.
Public fieldStatic member DTS_E_FAILEDTOWRITETOTHEFILENAMECOLUMN The attempt to write to the filename column failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_FAILLOADINGPROPERTY Failed to load the value property "%1" using default persistence.
Public fieldStatic member DTS_E_FAILPACKAGEONFAILURENA FailPackageOnFailure property is not applicable to the package container.
Public fieldStatic member DTS_E_FAILTOCREATEMUTEX Failed to create mutex "__" with error __.
Public fieldStatic member DTS_E_FAILTORELEASEMUTEX Failed to release mutex "__" with error __.
Public fieldStatic member DTS_E_FASTPARSENOTALLOWED The "%1" custom property for "%2" cannot be set to true. The column data type must be one of the following: DT_I1, DT_I2, DT_I4, DT_I8, DT_UI1, DT_UI2, DT_UI4, DT_UI8, DT_DBTIMESTAMP, DT_DATE, DT_DBDATE, DT_DBTIME, or DT_FILETIME.
Public fieldStatic member DTS_E_FG_COPY_INPUT Fuzzy Grouping transformation failed to copy input.
Public fieldStatic member DTS_E_FG_FUZZY_MATCH_ON_NONSTRING A fuzzy match is specified on column "%1" (%2!d!) that is not a data type of DT_STR or DT_WSTR.
Public fieldStatic member DTS_E_FG_GENERATE_GROUPS Fuzzy Grouping transformation failed to generate groups.
Public fieldStatic member DTS_E_FG_LEADING_TRAILING An unexpected error occurred in Fuzzy Grouping when applying the settings of property '%1'.
Public fieldStatic member DTS_E_FG_MISSING_OUTPUT_COLUMNS Special transformation-specific columns are either missing or have incorrect types.
Public fieldStatic member DTS_E_FG_NOBLOBS Fuzzy Grouping does not support input columns of type IMAGE, TEXT, or NTEXT.
Public fieldStatic member DTS_E_FG_PICK_CANONICAL The Fuzzy Grouping transformation failed to pick a canonical row of data to use in standardizing the data.
Public fieldStatic member DTS_E_FG_PREPARE_TABLES_AND_ACCESSORS Fuzzy Grouping transformation failed to create required tables and accessors.
Public fieldStatic member DTS_E_FILENAMEINVALID The file name is not valid. The file name is a device or contains invalid characters.
Public fieldStatic member DTS_E_FILENAMEINVALIDWITHPARAM The file name "%1" is not valid. The file name is a device or contains invalid characters.
Public fieldStatic member DTS_E_FILENAMEOUTPUTCOLUMNINVALIDDATATYPE The output column for the file name is not a null-terminated Unicode character string, which is data type DT_WSTR.
Public fieldStatic member DTS_E_FILENAMEOUTPUTCOLUMNOTFOUND The output column for the file name cannot be found.
Public fieldStatic member DTS_E_FILEOPENERR_FORREAD Opening the file "%1" for reading failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_FILEOPENERR_FORREAD_ACCESSDENIED Attempting to open the file "%1" for reading failed. Access is denied.
Public fieldStatic member DTS_E_FILEOPENERR_FORREAD_FILENOTFOUND Opening the file "%1" for reading failed. The file was not found.
Public fieldStatic member DTS_E_FILEOPENERR_FORREAD_PATHNOTFOUND Opening the file "%1" for reading failed. The path cannot be found.
Public fieldStatic member DTS_E_FILEOPENERR_FORREAD_TOOMANYOPENFILES Opening the file "%1" for reading failed. There are too many files open.
Public fieldStatic member DTS_E_FILEOPENERR_FORWRITE Opening the file "%1" for writing failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_FILEOPENERR_FORWRITE_ACCESSDENIED Opening the file "%1" for writing failed. You do not have the correct permissions.
Public fieldStatic member DTS_E_FILEOPENERR_FORWRITE_FILEEXISTS Opening the file "%1" for writing failed. The file exists and cannot be overwritten. If the AllowAppend property is FALSE and the ForceTruncate property is set to FALSE, the existence of the file will cause this failure.
Public fieldStatic member DTS_E_FILEOPENERR_FORWRITE_FILENOTFOUND Opening the file "%1" for writing failed. The file cannot be found.
Public fieldStatic member DTS_E_FILEOPENERR_FORWRITE_PATHNOTFOUND Opening the file "%1" for writing failed. The path cannot be found.
Public fieldStatic member DTS_E_FILEOPENERR_FORWRITE_TOOMANYOPENFILES Opening the file "%1" for writing failed. There are too many files open.
Public fieldStatic member DTS_E_FILEREADFAILED The buffer manager cannot read %1!d! bytes from file "%2". The file is damaged.
Public fieldStatic member DTS_E_FILEWRITEERR_DISKFULL Opening the file "%1" for writing failed because the disk is full. There is not sufficient disk space to save this file.
Public fieldStatic member DTS_E_FILEWRITEFAILED The buffer manager cannot write %1!d! bytes to file "%2". There was insufficient disk space or quota.
Public fieldStatic member DTS_E_FINDFOLDERONSQLSERVER_OLEDB While trying to find a folder on SQL an OLE DB error was encountered with error code 0x%1!8.8X! (%2).
Public fieldStatic member DTS_E_FLATFILEFORMATNOTSUPPORTED Format "%1" is not supported by Flat File Connection Manager. Supported formats are Delimited, FixedWidth, RaggedRight, and Mixed.
Public fieldStatic member DTS_E_FLATFILESOURCEADAPTERSTATIC_CANTCONVERTVALUE The data value cannot be converted for reasons other than sign mismatch or data overflow.
Public fieldStatic member DTS_E_FLATFILESOURCEADAPTERSTATIC_DATAOVERFLOW Conversion failed because the data value overflowed the type used by the flat file source adapter.
Public fieldStatic member DTS_E_FLATFILESOURCEADAPTERSTATIC_SIGNMISMATCH Conversion failed because the data value was signed and the type used by the flat file source adapter was unsigned.
Public fieldStatic member DTS_E_FLATFILESOURCEADAPTERSTATIC_TRUNCATED The data was truncated.
Public fieldStatic member DTS_E_FLATFILESOURCEADAPTERSTATIC_UNAVAILABLE No status is available.
Public fieldStatic member DTS_E_FOLDERADDFAILED An error was encountered when trying to create a folder on SQL Server named "%1" in folder "%2".
Public fieldStatic member DTS_E_FOLDERDELETEFAILED Error deleting SQL Server folder "%1".
Public fieldStatic member DTS_E_FOLDERNOTFOUND Cannot find folder "%1".
Public fieldStatic member DTS_E_FOLDERRENAMEFAILED An error occurred when renaming folder " %1\\%2" to "%1\\%3" on SQL Server.
Public fieldStatic member DTS_E_FORBIDDEN Server returned error code "403 - Forbidden". This error can occur when the specified resource needs "https" access, but the certificate validity period has expired, the certificate is not valid for the use requested, or the certificate has been revoked or revocation cannot be checked.
Public fieldStatic member DTS_E_FOREACHVARIABLEMAPPING ForEach Variable Mapping number %1!d! to variable "%2" cannot be applied.
Public fieldStatic member DTS_E_FORLOOPASSIGNEXPRESSIONINVALID The assignment expression for the loop is not valid and needs to be modified. There should be additional error messages.
Public fieldStatic member DTS_E_FORLOOPEVALEXPRESSIONINVALID The evaluation expression for the loop is not valid. The expression needs to be modified. There should be additional error messages.
Public fieldStatic member DTS_E_FORLOOPHASNOEXPRESSION There is no expression for the loop to evaluate. This error occurs when the expression on the For Loop is empty. Add an expression.
Public fieldStatic member DTS_E_FORLOOPINITEXPRESSIONINVALID The initialization expression for the loop is not valid and needs to be modified. There should be additional error messages.
Public fieldStatic member DTS_E_FOUNDORPHANEDEXTERNALMETADATACOLUMN The %1 does not have a corresponding input or output column.
Public fieldStatic member DTS_E_FROMEXECISNOTCHILD When adding a precedence constraint, a From executable was specified that is not a child of this container.
Public fieldStatic member DTS_E_FSTASK_CANTCREATEDIR Cannot create directory. User chose to fail the task if directory exists.
Public fieldStatic member DTS_E_FSTASK_CONNECTIONTYPENOTFILE Type of Connection "%1" is not a file.
Public fieldStatic member DTS_E_FSTASK_DESTCONNUSAGETYPEINVALID The destination file connection manager "%1" has an invalid usage type: "%2".
Public fieldStatic member DTS_E_FSTASK_DESTINATIONISEMPTY The destination is empty.
Public fieldStatic member DTS_E_FSTASK_DESTINATIONNOTSET Destination property of operation "%1" not set.
Public fieldStatic member DTS_E_FSTASK_DIRECTORYDELETED Directory "%1" was deleted.
Public fieldStatic member DTS_E_FSTASK_DIRECTORYEXISTS The Directory already exists.
Public fieldStatic member DTS_E_FSTASK_FILEDELETED File or directory "%1" was deleted.
Public fieldStatic member DTS_E_FSTASK_FILEDIRNOTFOUND File or directory "%1" does not exist.
Public fieldStatic member DTS_E_FSTASK_FILEDOESNOTEXIST File or directory "%1" represented by connection "%2" does not exist.
Public fieldStatic member DTS_E_FSTASK_INVALIDDATA The File System task received an invalid task data node.
Public fieldStatic member DTS_E_FSTASK_INVALIDDESTPATH Invalid destination path.
Public fieldStatic member DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATION The FileSystemOperation.
Public fieldStatic member DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATIONDESC Provides information regarding File System operations.
Public fieldStatic member DTS_E_FSTASK_NOATTRIBUTESET No attribute set.
Public fieldStatic member DTS_E_FSTASK_PATHNOTVALID "%1" is not valid on operation type "%2".
Public fieldStatic member DTS_E_FSTASK_SOURCEISEMPTY The source is empty.
Public fieldStatic member DTS_E_FSTASK_SOURCENOTSET Source property of operation "%1" not set.
Public fieldStatic member DTS_E_FSTASK_SRCCONNUSAGETYPEINVALID The source file connection manager "%1" has an invalid usage type "%2".
Public fieldStatic member DTS_E_FSTASK_SYNCFAILED Synchronization object failed.
Public fieldStatic member DTS_E_FSTASK_TASKDESCRIPTION Perform file system operations, such as copying and deleting files.
Public fieldStatic member DTS_E_FSTASK_TASKDISPLAYNAME The File System Task.
Public fieldStatic member DTS_E_FSTASK_VARIABLEDOESNTEXIST Variable "%1" does not exist.
Public fieldStatic member DTS_E_FSTASK_VARIABLENOTASTRING Variable "%1" is not a string.
Public fieldStatic member DTS_E_FSTASK_VARSRCORDESTISEMPTY Variable "%1" is used as a source or destination and is empty.
Public fieldStatic member DTS_E_FTPCHANGEFOLDER Changing current directory to "%1". %2.
Public fieldStatic member DTS_E_FTPCREATEFOLDER Creating folder "%1" ... %2.
Public fieldStatic member DTS_E_FTPDELETEFOLDER Deleting folder "%1" ... %2.
Public fieldStatic member DTS_E_FTPERROR An error occurred in the requested FTP operation. Detailed error description: %1.
Public fieldStatic member DTS_E_FTPFILESEMPTY No files to transfer. This error can occur when performing a Send or Receive operation and no files are specified for the transfer.
Public fieldStatic member DTS_E_FTPINVALIDCONNECTIONSTRING The port specified in the connection string is not valid. The ConnectionString format is ServerName:Port. Port should be an integer value between %1!d! and %2!d!.
Public fieldStatic member DTS_E_FTPINVALIDLOCALPATH Specified local path is not valid. Specify a valid local path. This can occur when the specified local path is null.
Public fieldStatic member DTS_E_FTPINVALIDPORT The FTP Port contains an invalid value. The FTP Port value should be an integer between %1!d! and %2!d!.
Public fieldStatic member DTS_E_FTPINVALIDRETRIES The number of retries is not valid. The number of retries should be between %1!d! and %2!d!.
Public fieldStatic member DTS_E_FTPNOFILESTODELETE No files specified to delete.
Public fieldStatic member DTS_E_FTPNOTCONNECTED Connection with the FTP server has not been established.
Public fieldStatic member DTS_E_FTPTASK__INITIALIZATION_WITH_NULL_XML_ELEMENT Cannot initialize the task with a null XML element.
Public fieldStatic member DTS_E_FTPTASK_CANNOTACQUIRECONNECTION There was an error acquiring the FTP connection. Verify that a valid connection type is specified in "%1".
Public fieldStatic member DTS_E_FTPTASK_CONNECTION_NAME_NULL The connection is empty. Verify that a valid FTP connection is provided.
Public fieldStatic member DTS_E_FTPTASK_CONNECTION_NOT_FTP The connection specified is not an FTP connection. Verify that a valid FTP connection is provided.
Public fieldStatic member DTS_E_FTPTASK_CONNECTIONNOTFOUND The FTP connection manager "%1" cannot be found.
Public fieldStatic member DTS_E_FTPTASK_CONNECTIONTYPENOTFILE Type of Connection "%1" is Not a file.
Public fieldStatic member DTS_E_FTPTASK_DIRECTORYEXISTS "%1" already exists.
Public fieldStatic member DTS_E_FTPTASK_ERROR_IN_LOAD_FROM_XML Error occurred in LoadFromXML at the tag "%1".
Public fieldStatic member DTS_E_FTPTASK_FILECONNECTIONNOTFOUND For the FTP operation "%1", the FILE connection manager "%2" cannot be found.
Public fieldStatic member DTS_E_FTPTASK_FILEDOESNOTEXIST File represented by "%1" does not exist.
Public fieldStatic member DTS_E_FTPTASK_FILEUSAGETYPEERROR File usage type of connection "%1" should be "%2" for operation "%3".
Public fieldStatic member DTS_E_FTPTASK_FTPRCVDINVLDDATANODE The FTP task received an invalid task data node.
Public fieldStatic member DTS_E_FTPTASK_INVALIDDIRECTORY Directory is not specified in the variable "%1".
Public fieldStatic member DTS_E_FTPTASK_INVALIDPATHONOPERATION Invalid path on operation "%1".
Public fieldStatic member DTS_E_FTPTASK_INVALIDREMOTEPATH Remote path "%1" doesn't start with "/".
Public fieldStatic member DTS_E_FTPTASK_INVALIDVARIABLEVALUE Variable "%1" doesn't start with "/".
Public fieldStatic member DTS_E_FTPTASK_LOCALPATHEMPTY The local path is empty.
Public fieldStatic member DTS_E_FTPTASK_LOCALVARIABLEISEMPTY The variable "%1" is empty.
Public fieldStatic member DTS_E_FTPTASK_LOCALVARIBALEEMPTY The local variable is empty.
Public fieldStatic member DTS_E_FTPTASK_NODIRECTORYPATHINCONMGR Directory is not specified in the file connection manager "%1".
Public fieldStatic member DTS_E_FTPTASK_NOFILEPATHSINLOCALVAR The variable "%1" doesn't contain file path(s).
Public fieldStatic member DTS_E_FTPTASK_NOFILESATLOCATION There are no files at "%1".
Public fieldStatic member DTS_E_FTPTASK_NOFILESFOUND No files found in "%1".
Public fieldStatic member DTS_E_FTPTASK_NOFILESINCONNMGR The File "%1" doesn't contain file path(s).
Public fieldStatic member DTS_E_FTPTASK_REMOTEPATHEMPTY The remote path is empty.
Public fieldStatic member DTS_E_FTPTASK_REMOTEVARIABLEISEMPTY The variable "%1" is empty.
Public fieldStatic member DTS_E_FTPTASK_REMOTEVARIBALEEMPTY The remote variable is empty.
Public fieldStatic member DTS_E_FTPTASK_SAVE_TO_NULL_XML_ELEMENT Cannot save the task to a null XML document.
Public fieldStatic member DTS_E_FTPTASK_SYNCOBJFAILED Synchronization object failed.
Public fieldStatic member DTS_E_FTPTASK_UNABLETOCONNECTTOSERVER Unable to connect to FTP server using "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETOCREATELOCALDIRECTORY Unable to create local directory "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETODELETELOCALEFILE Unable to delete local file "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETODELETEREMOTEFILES Unable to delete remote files using "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETOMAKEDIRREMOTE Unable to create remote directory using "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETOOBTAINFILELIST Unable to obtain the file list.
Public fieldStatic member DTS_E_FTPTASK_UNABLETORECEIVEFILES Unable to receive files using "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETOREMOVEDIRREMOTE Unable to remove remote directory using "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETOREMOVELOCALDIRECTORY Unable to remove local directory "%1".
Public fieldStatic member DTS_E_FTPTASK_UNABLETOSENDFILES Unable to send files using "%1".
Public fieldStatic member DTS_E_FTPTASK_VARIABLENOTASTRING Variable "%1" is not a string.
Public fieldStatic member DTS_E_FTPTASK_VARIABLENOTFOUND Variable "%1" does not exist.
Public fieldStatic member DTS_E_FUNDAMENTALLOADINGERROR Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted.
Public fieldStatic member DTS_E_FUZZYGROUPINGINTERNALPIPELINEERROR A Fuzzy Grouping transformation pipeline error occurred and returned error code 0x%1!8.8X!: "%2".
Public fieldStatic member DTS_E_FUZZYLOOKUP_REFERENCECACHEFULL Fuzzy Lookup was unable to load the entire reference table into main memory as is required when the Exhaustive property is enabled. Either we ran out of system memory or a limit was specified for MaxMemoryUsage which was not sufficient to load the reference table. Either set MaxMemoryUsage to 0 or increase it significantly. Alternatively, disable Exhaustive.
Public fieldStatic member DTS_E_FUZZYLOOKUPREFTABLETOOBIG The reference table specified has too many rows. Fuzzy Lookup only works with reference tables having less than 1 billion rows. Consider using a smaller view of your reference table.
Public fieldStatic member DTS_E_FUZZYLOOKUPUNABLETODELETEEXISTINGMATCHINDEX An error was encountered when trying to delete the existing fuzzy match index named "%1". It is possible that this table was not created by Fuzzy Lookup (or this version of Fuzzy Lookup), it has been damaged, or there is another problem. Try manually deleting the table named "%2" or specify a different name for the MatchIndexName property.
Public fieldStatic member DTS_E_FUZZYLOOKUPUNABLETODETERMINEREFERENCETABLESIZE Unable to determine the size of the reference table '%1'. It is possible that this object is a view and not a table. Fuzzy Lookup does not support views when CopyReferentaceTable=false. Make sure that the table exists and that CopyReferenceTable=true.
Public fieldStatic member DTS_E_GENERICERROR One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors.
Public fieldStatic member DTS_E_GETCATMANAGERFAILED Failed to get the cat manager.
Public fieldStatic member DTS_E_GETCONNECTIONINFOS Failed to get ConnectionInfos collection with error 0x%1!8.8X! "%2". This error occurs when the call to IDTSApplication100::get_ConnectionInfos fails.
Public fieldStatic member DTS_E_GETENUMERATOR The GetEnumerator method of the ForEach Enumerator has failed with error 0x%1!8.8X! "%2". This occurs when the ForEach Enumerator cannot enumerate.
Public fieldStatic member DTS_E_GETKEYFROMCERTFAILED Failed to obtain cryptographic key pair associated with the specified certificate with error 0x%1!8.8X! "%2". Verify that you have the key pair for which the certificate was issued. This error usually occurs when trying to sign a document using a certificate for which the person does not have the private key.
Public fieldStatic member DTS_E_GETPACKAGEINFOS An OLE DB error 0x%1!8.8X! (%2) occurred while enumerating packages. A SQL statement was issued and failed.
Public fieldStatic member DTS_E_GETRTINTERFACEFAILED The component "%1" (%2!d!) cannot provide an IDTSRuntimeComponent100 interface.
Public fieldStatic member DTS_E_GETSCHEMATABLEFAILED The __ was unable to retrieve column information for the SQL command. The following error occurred: __
Public fieldStatic member DTS_E_GETXMLSOURCEFAILED Failed to obtain XML source from XML DOM object with error 0x%1!8.8X! "%2". This occurs when IXMLDOMDocument::get_xml fails.
Public fieldStatic member DTS_E_HASEMPTYTASKHOSTS The package cannot execute because it contains tasks that failed to load.
Public fieldStatic member DTS_E_HASHTABLE_SIZEOVERFLOW The size of the hash table overflowed.
Public fieldStatic member DTS_E_HASSIDEEFFECTSWITHSYNCINP The "%1" has the HasSideEffects property set to TRUE, but "%1" is synchronous and cannot have side effects. Set the HasSideEffects property to FALSE.
Public fieldStatic member DTS_E_HIDEPROJCONNECTION_NAMECONFLICT Hides project connection on name conflict.
Public fieldStatic member DTS_E_ICONVERTTYPEUNAVAILABLE The OLE DB provider used by the OLE DB adapter does not support IConvertType. Set the adapter's ValidateColumnMetaData property to FALSE.
Public fieldStatic member DTS_E_IDNOTINPUTNOROUTPUT The ID, %1!lu!, is neither an input ID nor an output ID. The specified ID must be the input ID or the output ID that the external metadata collection is associated with.
Public fieldStatic member DTS_E_IDTSNAMENOTSUPPORTED The object does not inherit from IDTSName100.
Public fieldStatic member DTS_E_ILLEGALCUSTOMOUTPUTPROPERTY The output %1 cannot not have property "%2", but currently has that property assigned.
Public fieldStatic member DTS_E_IMAGEDATATYPENOTSUPPORTED The data type for "%1" is DT_IMAGE, which is not supported. Use DT_TEXT or DT_NTEXT instead and convert the data from, or to, DT_IMAGE using the data conversion component.
Public fieldStatic member DTS_E_INCOMPATIBLETRANSACTIONCONTEXT Incompatible transaction context was specified for a retained connection. This connection has been established under a different transaction context. Retained connections can be used under exactly one transaction context.
Public fieldStatic member DTS_E_INCOMPLETEDATASOURCECOLUMNFOUND Complete metadata information for the data source column "%1" is not available. Make sure the column is correctly defined in the data source.
Public fieldStatic member DTS_E_INCORRECT_SQL_SERVER_VERSION The DBMS type or version of "%1" is not supported. A connection to Microsoft SQL Server version 8.0 or later is required. This occurs if IDBProperties on the connection did not return a the correct version.
Public fieldStatic member DTS_E_INCORRECTCOLUMNCOUNT The number of columns is incorrect.
Public fieldStatic member DTS_E_INCORRECTCOMPONENTVIEWID The component view ID is incorrect. The component view may be out of synchronization. Try releasing the component view and recreating it.
Public fieldStatic member DTS_E_INCORRECTCONNECTIONMANAGERTYPE The connection manager "%1" is an incorrect type. The type required is "%2". The type available to the component is "%3".
Public fieldStatic member DTS_E_INCORRECTCONNECTIONOBJECTTYPE The connection manager "%1" returned an object of an incorrect type from the AcquireConnection method.
Public fieldStatic member DTS_E_INCORRECTCUSTOMPROPERTYTYPE The custom property "%1" needs to be of type %2.
Public fieldStatic member DTS_E_INCORRECTCUSTOMPROPERTYVALUE The value for custom property "%1" is incorrect.
Public fieldStatic member DTS_E_INCORRECTCUSTOMPROPERTYVALUEFOROBJECT The value for custom property "%1" on %2 is incorrect.
Public fieldStatic member DTS_E_INCORRECTEXACTNUMBEROFINPUTS The number of inputs is incorrect. There must be exactly %1!d! inputs.
Public fieldStatic member DTS_E_INCORRECTEXACTNUMBEROFOUTPUTS The number of outputs is incorrect. There must be exactly %1!d! output(s).
Public fieldStatic member DTS_E_INCORRECTINPUTCACHECOLCOUNT The number of input columns does not match the number of cache columns.
Public fieldStatic member DTS_E_INCORRECTMINIMUMNUMBEROFOUTPUTS The number of outputs is incorrect. There must be at least %1!d! outputs.
Public fieldStatic member DTS_E_INCORRECTPARAMETERMAPPINGFORMAT The parameter mapping string is not in the correct format.
Public fieldStatic member DTS_E_INCORRECTSTOCKPROPERTY The value for property "%1" on "%2" is not valid.
Public fieldStatic member DTS_E_INCORRECTSTOCKPROPERTYVALUE The value of the property "%1" is incorrect.
Public fieldStatic member DTS_E_INDIVIDUALCACHEINTERFACESFAILED %1 failed initialization and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALCHECKPRODUCTLEVELFAILED The %1 failed to be able to perform its required product level check and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALCLEANUPFAILED %1 failed the cleanup phase and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPOSTEXECUTEFAILED %1 failed the post-execute phase and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPREEXECUTEFAILED %1 failed the pre-execute phase and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPREPAREFAILED %1 failed the prepare phase and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPUTCOMPONENTMETADATAFAILED The "%1" failed to cache the component metadata object and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPUTEVENTINFOSFAILED The EventInfos collection could not be cached by "%1" and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPUTLOGENTRYINFOS "%1" failed to cache the LogEntryInfos collection and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPUTREFTRACKERFAILED Component "%1" failed to cache the runtime object reference tracker collection and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALPUTVARIABLESFAILED The "%1!s!" cannot cache the Variables collection and returned error code 0x%2!8.8X.
Public fieldStatic member DTS_E_INDIVIDUALRELEASEINTERFACESFAILED %1 failed during shut down and returned error code 0x%2!8.8X!. A component failed to release its interfaces.
Public fieldStatic member DTS_E_INDIVIDUALVALIDATIONFAILED %1 failed validation and returned error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INDIVIDUALVALIDATIONSTATUSFAILED "%1" failed validation and returned validation status "%2".
Public fieldStatic member DTS_E_INDUCEDTRANSFORMFAILUREONERROR SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "%1" failed because error code 0x%2!8.8X! occurred, and the error row disposition on "%3" specifies failure on error. An error occurred on the specified object of the specified component. There may be error messages posted before this with more information about the failure.
Public fieldStatic member DTS_E_INDUCEDTRANSFORMFAILUREONTRUNCATION The "%1" failed because truncation occurred, and the truncation row disposition on "%2" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
Public fieldStatic member DTS_E_INITTASKOBJECTFAILED Specifies that the initialized task object has failed.
Public fieldStatic member DTS_E_INPUTCOLPROPERTYNOTFOUND The "%3" property is required on input column "%1" (%2!d!), but is not found. The missing property should be added.
Public fieldStatic member DTS_E_INPUTCOLUMNBADMAP The %1 has a mapping that is not valid. An output column with an ID of %2!ld! does not exist on this component.
Public fieldStatic member DTS_E_INPUTCOLUMNNOTFOUND The input column lineage ID "%1" referenced by property "%2" on output column "%3" could not be located in the input column collection.
Public fieldStatic member DTS_E_INPUTCOLUMNUSAGETYPENOTREADONLY The input column "%1" must be read-only. The input column has a usage type other than read-only, which is not allowed.
Public fieldStatic member DTS_E_INPUTMUSTBESORTED The input is not sorted. The "%1" must be sorted.
Public fieldStatic member DTS_E_INPUTNOTKNOWN Thread "%1" received a buffer for input %2!d!, but this thread is not responsible for that input. An error occurred, causing the Data Flow engine scheduler to build a bad execution plan.
Public fieldStatic member DTS_E_INPUTSNOTREADONLY The Usage Type specified for the input columns to this transform cannot be read/write. Change the Usage Type to be read-only.
Public fieldStatic member DTS_E_INPUTWITHOUTPATHS A required input object is not connected to a path object.
Public fieldStatic member DTS_E_INSERTERCANTREAD Reading from the file "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_INSERTERCOLUMNALREADYREFERENCED The %1 references the output column with ID %2!d!, but that column is already referenced by %3.
Public fieldStatic member DTS_E_INSERTERCOLUMNNOTREFERENCED The "%1" is not referenced by any input column. Each output column must be referenced by exactly one input column.
Public fieldStatic member DTS_E_INSERTERDATACOLUMNNOTBLOB The "%1" references "%2", and that column is not the correct type. It must be DT_TEXT, DT_NTEXT, or DT_IMAGE. A reference points to a column that must be a BLOB.
Public fieldStatic member DTS_E_INSERTEREXPECTBOMINVALIDTYPE The "%1" has the ExpectBOM property set to TRUE for %2, but the column is not NT_NTEXT. The ExpectBOM specifies that the Import Column transformation expects a byte-order mark (BOM). Either set the ExpectBOM property to false or change the output column data type to DT_NTEXT.
Public fieldStatic member DTS_E_INSERTERFILENAMECOLUMNNOTSTRING The "%1" should contain a file name, but it is not a String type.
Public fieldStatic member DTS_E_INSERTERINVALIDBOM The byte order mark (BOM) value for the file "%1" is 0x%2!4.4X!, but the expected value is 0x%3!4.4X!. The ExpectBOM property was set for this file, but the BOM value in the file is missing or not valid.
Public fieldStatic member DTS_E_INSERTERINVALIDCOLUMNDATATYPE The %1 has an unsupported datatype. It must be DT_STR or DT_WSTR.
Public fieldStatic member DTS_E_INSERTERINVALIDDATACOLUMNSETTYPE Data output columns must be DT_TEXT, DT_NTEXT, or DT_IMAGE. The data output column may only be set to a BLOB type.
Public fieldStatic member DTS_E_INSERTERREFERENCEDCOLUMNNOTFOUND The "%1" references output column ID %2!d!, and that column is not found on the output.
Public fieldStatic member DTS_E_INVALIDARRAYVALUE Error getting or setting an array value. The type "%1" is not allowed. This occurs when loading an array into a variable.
Public fieldStatic member DTS_E_INVALIDBUFFERTYPE The buffer type is not valid. Make sure the Pipeline layout and all components pass validation.
Public fieldStatic member DTS_E_INVALIDBULKINSERTFIRSTROWLASTROWVALUES The value for the property %1 is %2!d!, which must be less than or equal to the value of %3!d! for property %4.
Public fieldStatic member DTS_E_INVALIDBULKINSERTPROPERTYVALUE The value for the property %1 is %2!d!, which is not allowed. The value must be greater than or equal to %3!d!.
Public fieldStatic member DTS_E_INVALIDCACHEFILENAME The cache file name is either not provided or is not valid. Provide a valid cache file name.
Public fieldStatic member DTS_E_INVALIDCERTHASHFORMAT The hash value is not a one-dimensional array of bytes (error: %1). This occurs in CPackage::LoadUserCertificateByHash.
Public fieldStatic member DTS_E_INVALIDCHECKPOINT_TRANSACTION The current package settings are not supported. Please change the SaveCheckpoints property or the TransactionOption property.
Public fieldStatic member DTS_E_INVALIDCHUNKSIZE The chunk size is not valid. The ChunkSize property should be in the range of %1!d! to %2!d! (in KB).
Public fieldStatic member DTS_E_INVALIDCODEPAGE The code page %1!d! specified on output column "%2" (%3!d!) is not valid. Select a different code page for output column "%2".
Public fieldStatic member DTS_E_INVALIDCOMPARISONFLAGS The %1 has a ComparisonFlags property that includes extra flags with the value %2!d!.
Public fieldStatic member DTS_E_INVALIDCOMPONENTFILENAME Cannot get the file name for the component with a CLSID of "%1". Verify that the component is registered properly or that the CLSID provided is correct.
Public fieldStatic member DTS_E_INVALIDCOMPONENTID The ID for a layout component is not valid.
Public fieldStatic member DTS_E_INVALIDCUSTOMPROPERTYNAME A custom property named "%1" is invalid because there is a stock property with that name. A custom property cannot have the same name as a stock property on the same object.
Public fieldStatic member DTS_E_INVALIDDATABASEOBJECTNAME Database object name "%1" is not valid.
Public fieldStatic member DTS_E_INVALIDDATATYPE The %1 had an invalid datatype value (%2!ld!) set.
Public fieldStatic member DTS_E_INVALIDDATATYPEFORERRORCOLUMNS The "%1" contains an invalid data type. "%1 " is a special error column, and the only valid data type is DT_I4.
Public fieldStatic member DTS_E_INVALIDENUMERATORINDEX The enumerator failed to retrieve element at index "%1!d!".
Public fieldStatic member DTS_E_INVALIDERRORDISPOSITION The %1 has an invalid error or truncation row disposition.
Public fieldStatic member DTS_E_INVALIDEXCLUSIONGROUP The "%1" and the "%2" are in the same exclusion group, but they do not have the same synchronous input.
Public fieldStatic member DTS_E_INVALIDFILE The file specified in the For Each File enumerator is not valid. Check that the file specified in the For Each File enumerator exists.
Public fieldStatic member DTS_E_INVALIDFILENAMEINCONNECTION The file name "%1" specified in the connection was not valid.
Public fieldStatic member DTS_E_INVALIDFLATFILECOLUMNTYPE The column type for column "%1" is incorrect. It is type "%2". It can only be either "%3" or "%4".
Public fieldStatic member DTS_E_INVALIDFOREACHPROPERTYMAPPING An invalid property mapping is found on the For Each Loop. This occurs when the ForEach property mapping fails to restore.
Public fieldStatic member DTS_E_INVALIDINDEX The index is not valid.
Public fieldStatic member DTS_E_INVALIDINPUTCOLUMNCACHE The input column cache is invalid.
Public fieldStatic member DTS_E_INVALIDINPUTCOUNT A component has an invalid number of inputs.
Public fieldStatic member DTS_E_INVALIDINPUTLINEAGEID %1 has lineage ID %2!d! that was not previously used in the Data Flow task.
Public fieldStatic member DTS_E_INVALIDNODE Node "%1" is not a valid node. This happens when saving fails.
Public fieldStatic member DTS_E_INVALIDOBJECTID The ID for the layout object is not valid.
Public fieldStatic member DTS_E_INVALIDOBJECTNAME SSIS object name is invalid. More specific errors would have been raised explaining the exact naming problem.
Public fieldStatic member DTS_E_INVALIDORDERCLAUSE Order clause is not valid.
Public fieldStatic member DTS_E_INVALIDOUTPUTCOUNT A component has an invalid number of outputs.
Public fieldStatic member DTS_E_INVALIDOUTPUTEXCLUSIONGROUP The %1 must be in exclusion group %2!d!. All outputs must be in the specified exclusion group.
Public fieldStatic member DTS_E_INVALIDOUTPUTLINEAGEID %1 has lineage ID %2!d!, but should have had %3!d!.
Public fieldStatic member DTS_E_INVALIDPARAMETERVALUE The parameter value is invalid.
Public fieldStatic member DTS_E_INVALIDPARAMETERVALUETYPE The parameter value type is invalid.
Public fieldStatic member DTS_E_INVALIDPARENTPACKAGEPATH GetPackagePath was called on the ForEachEnumerator but there was no ForEachLoop package path specified.
Public fieldStatic member DTS_E_INVALIDPATHTOPACKAGE The specified package path does not contain a package name. This occurs when the path does not contain at least one backslash or one forward slash.
Public fieldStatic member DTS_E_INVALIDPRECISION The "%1" has a precision that is not valid. The precision must be between %2!ld! and %3!ld!.
Public fieldStatic member DTS_E_INVALIDPROPERTYMAPPING The property mapping is not valid. The mapping is ignored.
Public fieldStatic member DTS_E_INVALIDPROPERTYMAPPINGSFOUND The package failed to restore at least one property mapping.
Public fieldStatic member DTS_E_INVALIDSCALE The "%1" has a scale that is not valid. The scale must be between %2!ld! and %3!ld!.
Public fieldStatic member DTS_E_INVALIDSCHEME The URL %1 is not valid. This can happen when a scheme other than http or https is specified, or the URL is in an incorrect format. A valid URL format is in the form of http://ServerName:Port/ResourcePath or https://ServerName:Port/ResourcePath.
Public fieldStatic member DTS_E_INVALIDSERVERNAME The server name specified in the URL %1 cannot be resolved.
Public fieldStatic member DTS_E_INVALIDSIGNATURE The digital signature is not valid. The contents of the package have been modified.
Public fieldStatic member DTS_E_INVALIDSSISSERVERNAME Invalid server name "%1". SSIS service does not support multi-instance, use just server name instead of "server name\instance".
Public fieldStatic member DTS_E_INVALIDSTRING Invalid characters in string: "%1". This occurs when a string supplied for a property value contains unprintable characters.
Public fieldStatic member DTS_E_INVALIDSTRINGLENGTH The "%1" has a length that is not valid. The length must be between %2!ld! and %3!ld!.
Public fieldStatic member DTS_E_INVALIDSYNCHRONOUSINPUT %1 has an invalid synchronous input ID %2!d!.
Public fieldStatic member DTS_E_INVALIDTASKMONIKER Cannot create a task with the name "%1". Verify that the name is correct.
Public fieldStatic member DTS_E_INVALIDTASKMONIKERNOPARAM Cannot create a task from XML. This occurs when the runtime is unable to resolve the name to create a task. Verify that the name is correct.
Public fieldStatic member DTS_E_INVALIDTASKPOINTER The wrappers task pointer is not valid. The wrapper has an invalid pointer to a task.
Public fieldStatic member DTS_E_INVALIDTIMEOUT Timeout value is not valid. Timeout should be in the range of %1!d! to %2!d! (in seconds).
Public fieldStatic member DTS_E_INVALIDURL The URL specified is not valid. This can happen when the server or proxy URL is null, or in an incorrect format. A valid URL format is in the form of http://ServerName:Port/ResourcePath or https://ServerName:Port/ResourcePath.
Public fieldStatic member DTS_E_INVALIDUSAGETYPEFORCUSTOMPROPERTY The %1 must be read/write to have custom property "%2". The input or output column has the specified custom property, but is not read/write. Remove the property, or make the column read/write.
Public fieldStatic member DTS_E_INVALIDUSESDISPOSITIONSVALUE The UsesDispositions property cannot be changed from its initial value. This occurs when the XML is edited and the UsesDispositions value is modified. This value is set by the component when it is added to the package and is not allowed to change.
Public fieldStatic member DTS_E_INVALIDVALUEINARRAY Invalid value in array.
Public fieldStatic member DTS_E_INVALIDVARIABLEVALUE The variable value assignment is not valid. This error happens when the client or a task assigns a runtime object to a variable value.
Public fieldStatic member DTS_E_INVALIDVARVALUE Assigning invalid value or object to variable "%1". This error happens when a value is not appropriate for variables.
Public fieldStatic member DTS_E_INVALIDVERNUMCANTBENEGATIVE The version number in the package is not valid. The version number is negative.
Public fieldStatic member DTS_E_INVALIDVERSIONNUMBER The version number in the package is not valid. The version number cannot be greater than current version number.
Public fieldStatic member DTS_E_INVALIDWRAPPEDOBJECT An error occurred while accessing an internal object. This could indicate a custom extension built for Integration Services 2005 is being used.
Public fieldStatic member DTS_E_JAGGEDEVENTINFO The lengths of parameter names, types, and descriptions arrays are not equal. The lengths must be equal. This occurs when the lengths of the arrays are mismatched. There should be one entry per parameter in each array.
Public fieldStatic member DTS_E_JOBSTASK_EMPTYSOURCELIST There are no Jobs to transfer.
Public fieldStatic member DTS_E_JOBSTASK_FAILEDTOTRANSFERJOBS Failed to transfer the Job(s).
Public fieldStatic member DTS_E_JOBSTASK_JOBCANTBEFOUND The job "%1" cannot be found at source server.
Public fieldStatic member DTS_E_JOBSTASK_JOBEXISTSATDEST The job "%1" already exists at destination server.
Public fieldStatic member DTS_E_JOINTYPEDOESNTMATCHETI The JoinType property specified for input column '%1' differs from the JoinType specified for the corresponding reference table column when the Match Index was initially created. Either rebuild the Match Index with the given JoinType or change the JoinType to match the type used when the Match Index was created.
Public fieldStatic member DTS_E_LAYOUTCANTSETUSAGETYPE At input "%1" (%2!d!), the virtual input column collection does not contain a virtual input column with lineage ID %3!d!.
Public fieldStatic member DTS_E_LOAD_PERSTFORMAT Failed to load Data Flow objects. The specified format is not supported.
Public fieldStatic member DTS_E_LOADCHECKPOINT The package failed during execution because the checkpoint file cannot be loaded. Further execution of the package requires a checkpoint file. This error usually occurs when the CheckpointUsage property is set to ALWAYS, which specifies that the package always restarts.
Public fieldStatic member DTS_E_LOADFROMSQLSERVER LoadFromSQLServer method has failed.
Public fieldStatic member DTS_E_LOADFROMSQLSERVER_OLEDB The LoadFromSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement that was issued has failed.
Public fieldStatic member DTS_E_LOADFROMXML Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored.
Public fieldStatic member DTS_E_LOADPACKAGEXML Failed to load XML due to error 0x%1!8.8X! "%2". This happens when loading a package and the file cannot be opened or loaded correctly into XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.
Public fieldStatic member DTS_E_LOADPACKAGEXMLFILE Failed to load XML from package file "%1" due to error 0x%2!8.8X! "%3". This happens when loading a package and the file cannot be opened or loaded correctly into an XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.
Public fieldStatic member DTS_E_LOADWININET The FTP connection manager needs the following DLL to function: %1.
Public fieldStatic member DTS_E_LOBDATATYPENOTSUPPORTED The "%1" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.
Public fieldStatic member DTS_E_LOBLENGTHLIMITEXCEEDED The system stopped the processing of the character or binary large object (BLOB) data because the 4-GB limit for data size was reached.
Public fieldStatic member DTS_E_LOCALEIDNOTSET The component locale ID has not been set. Flat file adapters need to have the locale ID on the flat file connection manager set.
Public fieldStatic member DTS_E_LOCALENOTINSTALLED The LocaleID %1!ld! is not installed on this system.
Public fieldStatic member DTS_E_LOCKVARIABLEFORREAD Failed to lock variable "%1" for read access with error 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_LOCKVARIABLEFORWRITE Failed to lock variable "%1" for read/write access with error 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_LOGFAILED The SSIS logging infrastructure failed with error code 0x%1!8.8X!. This error indicates that this logging error is not attributable to a specific log provider.
Public fieldStatic member DTS_E_LOGINFAILURE The login attempt failed for "%1". This error occurs when the login credentials provided are incorrect. Verify the login credentials.
Public fieldStatic member DTS_E_LOGINSTASK_CANTGETLOGINSNAMELIST Cannot get the list of "Logins" from source server.
Public fieldStatic member DTS_E_LOGINSTASK_EMPTYDATABASELIST The databases list is empty.
Public fieldStatic member DTS_E_LOGINSTASK_EMPTYLIST The list of "Logins" to transfer is empty.
Public fieldStatic member DTS_E_LOGINSTASK_ERRORLOGINEXISTS Login "%1" already exists at destination server.
Public fieldStatic member DTS_E_LOGINSTASK_FAILEDTOTRANSFERLOGINS Failed to transfer some or all of the logins.
Public fieldStatic member DTS_E_LOGINSTASK_LOGINNOTFOUND Login "%1" does not exist at source.
Public fieldStatic member DTS_E_LOGPROVIDERFAILED The SSIS logging provider "%1" failed with error code 0x%2!8.8X! (%3). This indicates a logging error attributable to the specified log provider.
Public fieldStatic member DTS_E_LOGPROVIDERVALIDATIONFAILED Validation of one or more log providers failed. The package cannot execute. The package does not execute when a log provider fails validation.
Public fieldStatic member DTS_E_LOOKUPEMPTYSQLCOMMAND The SQL command has a result of empty lookup.
Public fieldStatic member DTS_E_MANAGEDCOMPONENTSTORENOTFOUND Unable to find the directories containing Tasks and Data Flow Task components. Check the integrity of your installation.
Public fieldStatic member DTS_E_MANAGEDERR_BADFORMATSPECIFICATION The message string being posted by the managed error infrastructure contains a bad format specification. This is an internal error.
Public fieldStatic member DTS_E_MANAGEDERR_UNSUPPORTEDTYPE While formatting a message string using the managed error infrastructure, there was a variant type that does not have formatting support. This is an internal error.
Public fieldStatic member DTS_E_MAPPINGSETUPERROR There was an error setting up the mapping. %1
Public fieldStatic member DTS_E_MCASTOUTPUTCOLUMNS Output "%1" (%2!d!) has output columns, but multicast outputs do not declare columns. The package is damaged.
Public fieldStatic member DTS_E_MERGEJOINSORTEDOUTPUTHASNOSORTKEYPOSITIONS The "%1" has IsSorted set to TRUE, but the SortKeyPosition on all output columns are zero. Either change the IsSorted to FALSE, or select at least one output column to contain a non-zero SortKeyPosition.
Public fieldStatic member DTS_E_METADATACOLLECTIONNOTUSED The external metadata collection on "%1" is marked as not used, so no operations can be performed on it.
Public fieldStatic member DTS_E_METADATAMISMATCHWITHINPUTCOLUMN The "%1" metadata does not match the metadata of the input column.
Public fieldStatic member DTS_E_METADATAMISMATCHWITHOUTPUTCOLUMN The metadata for "%1" does not match the metadata for the associated output column.
Public fieldStatic member DTS_E_METADATAREADONLY Metadata cannot be changed during execution.
Public fieldStatic member DTS_E_MGDSRC_ERROR The value was an error.
Public fieldStatic member DTS_E_MGDSRC_OVERFLOW The value was too large to fit in the %1.
Public fieldStatic member DTS_E_MGDSRCSTATIC_OVERFLOW The value was too large to fit in the column.
Public fieldStatic member DTS_E_MISMATCHCOMPONENTCONNECTIONMANAGERLOCALEID Mismatched locale IDs. The component locale ID (%1!d!) does not match the connection manager locale ID (%2!d!).
Public fieldStatic member DTS_E_MISMATCHCONNECTIONMANAGERCOLUMN The column "%1" at index %2!d! in the flat file connection manager was not found at index %3!d! in the column collection of the flat file adapter.
Public fieldStatic member DTS_E_MISMATCHPARAMETERVALUE The parameter value was mismatched.
Public fieldStatic member DTS_E_MISSINGCUSTOMPROPERTY The "%1" is missing the required property "%2". The object is required to have the specified custom property.
Public fieldStatic member DTS_E_MISSINGOBJECTDATA The ObjectData element is missing in the XML block of a hosted object. This occurs when the XML parser attempts to locate the data element for an object and it cannot be found.
Public fieldStatic member DTS_E_MISSINGSQLCOMMAND The SQL command has not been set correctly. Check SQLCommand property.
Public fieldStatic member DTS_E_MORETHANONEERROROUTPUTFOUND More than one error output was found on the component, and there can be only one.
Public fieldStatic member DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_DISPLAY_NAME An error occurred while retrieving the display name of the certificate.
Public fieldStatic member DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_FRIENDLY_NAME An error occurred while retrieving the friendly name of the certificate.
Public fieldStatic member DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_ISSUER_NAME An error occurred while retrieving the issuer name of the certificate.
Public fieldStatic member DTS_E_MSGQTASKUTIL_CERT_OPEN_STORE_FAILED Opening the certificate store failed.
Public fieldStatic member DTS_E_MSMQTASK_CONNECTIONTYPENOTMSMQ Connection "%1" is not of type MSMQ.
Public fieldStatic member DTS_E_MSMQTASK_CONNMNGRDOESNOTEXIST The connection manager "%1" does not exist.
Public fieldStatic member DTS_E_MSMQTASK_CONNMNGRNULL The connection manager "%1" is empty.
Public fieldStatic member DTS_E_MSMQTASK_DATA_FILE_NAME_EMPTY Data file name is empty.
Public fieldStatic member DTS_E_MSMQTASK_DATA_FILE_SAVE_FAILED Saving the data file failed.
Public fieldStatic member DTS_E_MSMQTASK_DATA_FILE_SAVE_NAME_EMPTY The name specified for the data file to save is empty.
Public fieldStatic member DTS_E_MSMQTASK_DATA_FILE_SIZE_ERROR File size should be less than 4 MB.
Public fieldStatic member DTS_E_MSMQTASK_DATAFILE_ALREADY_EXISTS The data file "%1" already exists at the specified location. Cannot overwrite the file as the Overwrite option is set to false.
Public fieldStatic member DTS_E_MSMQTASK_FIPS1402COMPLIANCE The operation requested is not allowed in systems compliant with U.S. FIPS 140-2.
Public fieldStatic member DTS_E_MSMQTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT Task was initialized with the wrong XML element.
Public fieldStatic member DTS_E_MSMQTASK_INVALID_ENCRYPTION_ALGO_WRAPPER You are trying to set the value of Encryption Algorithm with an invalid object.
Public fieldStatic member DTS_E_MSMQTASK_INVALID_MESSAGE_TYPE The message type is not valid.
Public fieldStatic member DTS_E_MSMQTASK_INVALID_PROPERTY_VALUE The property specified is not valid. Verify that the argument type is correct.
Public fieldStatic member DTS_E_MSMQTASK_INVALID_QUEUE_PATH Queue path is not valid.
Public fieldStatic member DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED Message is not authenticated.
Public fieldStatic member DTS_E_MSMQTASK_NO_CONNECTION The MSMQ connection name is not set.
Public fieldStatic member DTS_E_MSMQTASK_NOT_TRANSACTIONAL The message queue task does not support enlisting in distributed transactions.
Public fieldStatic member DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY Variable to receive variable message is empty.
Public fieldStatic member DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING String filter value is empty.
Public fieldStatic member DTS_E_MSMQTASK_STRING_MSG_TO_VARIABLE_NOT_FOUND The specified variable "%1" to receive string message is not found in the package variable collection.
Public fieldStatic member DTS_E_MSMQTASK_TASK_TIMEOUT The message queue timed out. No message has been received.
Public fieldStatic member DTS_E_MSMQTASK_VARIABLE_TO_RECEIVE_STRING_MSG_EMPTY The variable to receive string message is empty.
Public fieldStatic member DTS_E_MULTICACHECOLMAPPINGS The cache column, "__", is mapped to more than one column. Remove the duplicate column mappings.
Public fieldStatic member DTS_E_MULTIPLECACHEWRITES The __ cannot write to the cache because __ has already written to it.
Public fieldStatic member DTS_E_MULTIPLEFILESONRETAINEDCONNECTION Multiple file names cannot be specified on a connection when the Retain property is TRUE. Vertical bars were found on the connection string, meaning multiple file names are being specified and, in addition, the Retain property is TRUE.
Public fieldStatic member DTS_E_MULTIPLYMAPPEDOUTCOL The %1 is mapped to an output column that already has a mapping on this input.
Public fieldStatic member DTS_E_MUTEXOWNBYDIFFUSER Mutex "__" already exists and is owned by another user.
Public fieldStatic member DTS_E_NAMEALREADYADDED The object cannot be added because another object with the same name already exists in the collection. Use a different name to resolve this error.
Public fieldStatic member DTS_E_NAMEALREADYEXISTS The object name cannot be changed from "%1" to "%2" because another object in the collection already uses that name. Use a different name to resolve this error.
Public fieldStatic member DTS_E_NEGATIVEINDEXNOTALLOWED Indexes cannot be negative. This error occurs when a negative value is used as an index to a collection.
Public fieldStatic member DTS_E_NEGATIVESNOTALLOWED The %1 can't be assigned a negative value.
Public fieldStatic member DTS_E_NEGATIVEVALUESNOTALLOWED This property cannot be assigned a negative value. This error occurs when a negative value is assigned to a property that can only contain positive values, such as the COUNT property.
Public fieldStatic member DTS_E_NEGATIVEVERSION The version number cannot be negative. This error occurs when the VersionMajor, VersionMinor, or VersionBuild property of the package is set to a negative value.
Public fieldStatic member DTS_E_NOBUFFERTYPEONSYNCOUTPUT The %1 is a synchronous output and the buffer type cannot be retrieved for a synchronous output.
Public fieldStatic member DTS_E_NOCANCELEVENT The runtime cannot provide a cancel event because of error 0x%1!8.8X!.
Public fieldStatic member DTS_E_NOCOLUMNADVANCETHROUGHFILE No column was specified to allow the component to advance through the file.
Public fieldStatic member DTS_E_NOCOMPONENTATTACHED The %1 is not attached to a component. It is required that a component be attached.
Public fieldStatic member DTS_E_NOCONTAININGTYPELIB Unable to retrieve the type library of the object. This error occurs when the Properties collection attempts to retrieve the type library for an object through its IDispatch interface.
Public fieldStatic member DTS_E_NOCUSTOMPROPCOL Failed to get custom property collection for Data Flow components.
Public fieldStatic member DTS_E_NODATATABLEMATCHROWID The %1 contains a RowsetID with a value of %2 that does not reference a data table in the schema.
Public fieldStatic member DTS_E_NODELISTENUM_INVALIDCONNMGRTYPE Connection manager "%1" is not of type "%2".
Public fieldStatic member DTS_E_NODELISTENUM_INVALIDDATANODE Invalid data node in the node list enumerator section.
Public fieldStatic member DTS_E_NODELISTENUM_NOENUMERATORCREATED No enumerator can be created.
Public fieldStatic member DTS_E_NODELISTENUM_XPATHISEMPTY "%1" is empty.
Public fieldStatic member DTS_E_NODENOTFOUND Node cannot be found in custom default persistence. This error occurs if the default saved XML of an extensible object was changed in a way that a saved object is no longer found, or if the extensible object itself changed.
Public fieldStatic member DTS_E_NODISPATCH The object does not implement IDispatch. This error occurs when a property object or properties collection attempts to access an IDispatch interface on an object.
Public fieldStatic member DTS_E_NOERRORDESCFORCOMPONENT The component does not supply error code descriptions.
Public fieldStatic member DTS_E_NOEVALEXPRESSION The evaluation condition expression on the For Loop "%1" is empty. There must be a Boolean evaluation expression in the For Loop.
Public fieldStatic member DTS_E_NOINPUTSOROUTPUTS A component does not have any inputs or outputs.
Public fieldStatic member DTS_E_NOKEYCOLS No key columns are found. The %1 must have at least one column with a SortKeyPosition that is non-zero.
Public fieldStatic member DTS_E_NOMOREBUFFERTYPES The buffer manager ran out of memory while trying to extend the table of buffer types. This is caused by an out-of-memory condition.
Public fieldStatic member DTS_E_NOMOREIDS The maximum ID has been reached. There are no more IDs available to assign to objects.
Public fieldStatic member DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS The IsSorted property for "%1" is false, but %2!lu! of its output columns' SortKeyPositions are non-zero.
Public fieldStatic member DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO The comparison flags for "%1" must be zero because its type is not a string type. ComparisonFlags can only be non-zero for string type columns.
Public fieldStatic member DTS_E_NOOUTPUTCOLUMNFORINPUTCOLUMN There is no output column associated with input column "%1" (%2!d!).
Public fieldStatic member DTS_E_NOOUTPUTCOLUMNS "%1" contains no output columns. An asynchronous output must contain output columns.
Public fieldStatic member DTS_E_NOROWSETRETURNED No result row set is associated with the execution of this query. The result is not correctly specified.
Public fieldStatic member DTS_E_NOSCHEMAINFOFOUND No column information was returned by the SQL command.
Public fieldStatic member DTS_E_NOSQLPROFILERDLL The log provider for SQL Server Profiler was unable to load pfclnt90.dll. Please check that SQL Server Profiler is installed.
Public fieldStatic member DTS_E_NOTDISPENSED The Variables collection has not been returned from the VariableDispenser. An operation was attempted that is only allowed on dispensed collections.
Public fieldStatic member DTS_E_NOTENOUGHPARAMETERSPROVIDED The SQL command requires %1!d! parameters, but the parameter mapping only has %2!d! parameters.
Public fieldStatic member DTS_E_NOTEXECUTING Suspend or Resume call failed because the executable is not executing, or is not the top-level executable. This occurs when the client calls Suspend or Resume on an executable that is not currently processing an Execute call.
Public fieldStatic member DTS_E_NOTINITIALIZED An internal object or variable was not initialized. This is an internal product error. This error is returned when a variable should have a valid value but does not.
Public fieldStatic member DTS_E_NOTSUSPENDED Resume call failed because the package is not suspended. This occurs when the client calls resume, but the package is not suspended.
Public fieldStatic member DTS_E_NTEXTDATATYPENOTSUPPORTEDWITHANSIFILES The data type for "%1" is DT_NTEXT, which is not supported with ANSI files. Use DT_TEXT instead and convert the data to DT_NTEXT using the data conversion component.
Public fieldStatic member DTS_E_OBJECTIDLOOKUPFAILED Unable to locate an object with ID %1!d! because of the error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_OBJECTIDNOTFOUND No object exists with the ID %1!d!.
Public fieldStatic member DTS_E_OBJECTLINEAGEIDNOTFOUND No object exists with a lineage ID of %1!d!.
Public fieldStatic member DTS_E_OBJECTNOTINFOREACHLOOP Failure when adding an object to a ForEachPropertyMapping that is not a direct child of the ForEachLoop container.
Public fieldStatic member DTS_E_OBJECTNOTINHASHTABLE The object is not in the hash table.
Public fieldStatic member DTS_E_ODBCERROR An ODBC error %1!d! has occurred.
Public fieldStatic member DTS_E_ODBCERRORCONNECT There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server.
Public fieldStatic member DTS_E_ODBCERRORDBC There was an error creating an Open Database Connectivity (ODBC) database connection.
Public fieldStatic member DTS_E_ODBCERRORENV There was an error creating an Open Database Connectivity (ODBC) environment.
Public fieldStatic member DTS_E_ODBCTRANSACTIONENLIST There was an error trying to enlist an ODBC connection in a transaction. The SQLSetConnectAttr failed to set the SQL_ATTR_ENLIST_IN_DTC attribute.
Public fieldStatic member DTS_E_OLEDB_ACENOTFOUND The ace was not found or not installed.
Public fieldStatic member DTS_E_OLEDB_CREATEACCESSOR Failed to create an OLE DB accessor.
Public fieldStatic member DTS_E_OLEDB_CREATEACCESSOR_UNSUPPORTEDCONVERSION The conversion is not supported in creating an OLE DB accessor.
Public fieldStatic member DTS_E_OLEDB_EXCEL_NOT_SUPPORTED SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available.
Public fieldStatic member DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR: The requested OLE DB provider is not registered -- perhaps no 64-bit provider is available. Error code: __.
Public fieldStatic member DTS_E_OLEDB_NOPROVIDER_ERROR SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR: The requested OLE DB provider is not registered. Error code: __.
Public fieldStatic member DTS_E_OLEDB_OLDPROVIDER_ERROR Consider changing the PROVIDER in the connection string to %1 or visit https://www.microsoft.com/downloads to find and install support for %2.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE The data value cannot be converted for reasons other than sign mismatch or data overflow.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_DATAOVERFLOW Conversion failed because the data value overflowed the type used by the provider.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION The data value violates integrity constraints.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_PERMISSIONDENIED The user did not have the correct permissions to write to the column.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION The data value violated the schema constraint.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SIGNMISMATCH Conversion failed because the data value was signed and the type used by the provider was unsigned.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_TRUNCATED The data was truncated.
Public fieldStatic member DTS_E_OLEDBDESTINATIONADAPTERSTATIC_UNAVAILABLE No status is available.
Public fieldStatic member DTS_E_OLEDBERROR SSIS Error Code DTS_E_OLEDBERROR: An OLE DB error has occurred. Error code: 0x%1!8.8X!.
Public fieldStatic member DTS_E_OLEDBPROVIDERDATATYPECONVERSIONUNSUPPORTED The OLE DB provider used by the OLE DB adapter cannot convert between types "%1" and "%2" for "%3".
Public fieldStatic member DTS_E_OLEDBRECORD An OLE DB record is available. Source: "%1" Hresult: 0x%2!8.8X! Description: "%3".
Public fieldStatic member DTS_E_OLEDBSOURCEADAPTERSTATIC_CANTCONVERTVALUE The data value cannot be converted for reasons other than sign mismatch or data overflow.
Public fieldStatic member DTS_E_OLEDBSOURCEADAPTERSTATIC_DATAOVERFLOW Conversion failed because the data value overflowed the type used by the provider.
Public fieldStatic member DTS_E_OLEDBSOURCEADAPTERSTATIC_SIGNMISMATCH Conversion failed because the data value was signed and the type used by the provider was unsigned.
Public fieldStatic member DTS_E_OLEDBSOURCEADAPTERSTATIC_TRUNCATED The data was truncated.
Public fieldStatic member DTS_E_OLEDBSOURCEADAPTERSTATIC_UNAVAILABLE No status is available.
Public fieldStatic member DTS_E_OLEDBTRANSACTIONENLIST The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x%1!8.8X! "%2".
Public fieldStatic member DTS_E_OPENCERTSTORE Error opening certificate store.
Public fieldStatic member DTS_E_OPENCHECKPOINTFILE Checkpoint file "%1" failed to open due to error 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_OPENFILE Failed to open package file. This happens when loading a package and the file cannot be opened or loaded correctly into an XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format.
Public fieldStatic member DTS_E_OPENLOGFAILED The SSIS logging provider has failed to open the log. Error code: 0x%1!8.8X!.
Public fieldStatic member DTS_E_OPENPACKAGEFILE Failed to open package file "%1" due to error 0x%2!8.8X! "%3". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format.
Public fieldStatic member DTS_E_OPERATIONFAILCACHEINUSE The operation failed because the cache is in use.
Public fieldStatic member DTS_E_OUTPUTCOLUMNHASNOERRORCOLUMN The %1 on the non-error output has no corresponding output column on the error output.
Public fieldStatic member DTS_E_OUTPUTCOLUMNNAMECONFLICT Column name "%1" on output "%2" cannot be used because it conflicts with a column of the same name on synchronous input "%3".
Public fieldStatic member DTS_E_OUTPUTCOLUMNNOTININPUT Output column "%1" (%2!d!) references input column with lineage ID %3!d!, but no input could be found with that lineage ID.
Public fieldStatic member DTS_E_OUTPUTNOTUSED The output with ID __ of Aggregate component is not used by any component. Please either remove it or associate it with an input of some component.
Public fieldStatic member DTS_E_OUTPUTREDIRECTINTRANSACTIONNOTALLOWED The %1 cannot be set to redirect on error using a connection in a transaction.
Public fieldStatic member DTS_E_OUTPUTWITHMULTIPLEERRORS Output ID %1!d! was given multiple error output configurations. First %2!d! and %3!d!, then %4!d! and %5!d!.
Public fieldStatic member DTS_E_PACKAGE_OWNEDBYPROJECT The package owned by the project.
Public fieldStatic member DTS_E_PACKAGE_PASSWORD_INCONSISTENT The package password was inconsistent.
Public fieldStatic member DTS_E_PACKAGE_PROTECTIONLEVEL_INCONSISTENT The protection level of the package was inconsistent.
Public fieldStatic member DTS_E_PACKAGEDESCRIPTIONTOOLONG Package description is too long. The limit is 1024 characters. Shorten the package description.
Public fieldStatic member DTS_E_PACKAGELOADFAILED The package failed to load due to error 0x%1!8.8X! "%2". This occurs when CPackage::LoadFromXML fails.
Public fieldStatic member DTS_E_PACKAGEMIGRATED The package has been migrated to a later version during loading. It must be reloaded to complete the process. This is an internal error code.
Public fieldStatic member DTS_E_PACKAGEMIGRATIONFAILED Package migration from version %1!d! to version %2!d! failed with error 0x%3!8.8X! "%4".
Public fieldStatic member DTS_E_PACKAGEMIGRATIONMODULE Package migration module has failed.
Public fieldStatic member DTS_E_PACKAGEMIGRATIONMODULELOAD Package migration module has failed to load.
Public fieldStatic member DTS_E_PACKAGENAMETOOLONG Package name is too long. The limit is 128 characters. Shorten the package name.
Public fieldStatic member DTS_E_PACKAGENOTFOUND The specified package could not be loaded from the SQL Server database.
Public fieldStatic member DTS_E_PACKAGEOBJECTNOTENVELOPED Failed to find package object in signed XML envelope with error 0x%1!8.8X! "%2". This occurs when signed XML does not contain a SSIS package, as expected.
Public fieldStatic member DTS_E_PACKAGEPASSWORD The package is encrypted with a password. The password was not specified, or is not correct.
Public fieldStatic member DTS_E_PACKAGEPASSWORDEMPTY The protection level of the package requires a password, but PackagePassword property is empty.
Public fieldStatic member DTS_E_PACKAGEPROTECT Failed to apply package protection with error 0x%1!8.8X! "%2". This error occurs when saving to Xml.
Public fieldStatic member DTS_E_PACKAGEREMOVEFAILED An error was encountered when trying to remove the package "%1" from SQL Server.
Public fieldStatic member DTS_E_PACKAGEUNPROTECT Failed to remove package protection with error 0x%1!8.8X! "%2". This occurs in the CPackage::LoadFromXML method.
Public fieldStatic member DTS_E_PACKAGEUPDATEDISABLED The package has an older format version, but automatic package format upgrading is disabled.
Public fieldStatic member DTS_E_PACKAGEUPGRADEFAILED The package upgrade has failed.
Public fieldStatic member DTS_E_PACKAGEVERIFICATIONFAILED The cryptographic signature of the package failed verification due to error 0x%1!8.8X! "%2". This occurs when the signature verification operation fails.
Public fieldStatic member DTS_E_PARAMETERNOTFOUNDINCOLL The parameter is not found in the parameter collection.
Public fieldStatic member DTS_E_PARAMETERNOTFOUNDINMAPPING The SQL command requires a parameter named "%1", which is not found in the parameter mapping.
Public fieldStatic member DTS_E_PARAMETERVALUEUNAVAILABLE The parameter value is not available.
Public fieldStatic member DTS_E_PARAMETERVARIABLE_READONLY The parameter variable is in read-only mode.
Public fieldStatic member DTS_E_PATHUNKNOWN Cannot retrieve path to object. This is a system error.
Public fieldStatic member DTS_E_PERSISTENCEERROR Error loading value "%1" from node "%2".
Public fieldStatic member DTS_E_PIPELINE_LOAD Failed to load Data Flow objects.
Public fieldStatic member DTS_E_PIPELINE_SAVE Failed to save Data Flow objects.
Public fieldStatic member DTS_E_PIPELINETOOCOMPLEX The number of threads required for this pipeline is %1!d!, which is more than the system limit of %2!d!. The pipeline requires too many threads as configured. There are either too many asynchronous outputs, or EngineThreads property is set too high. Split the pipeline into multiple packages, or reduce the value of the EngineThreads property.
Public fieldStatic member DTS_E_PMFAILALERTREMOVE Failure when alerting property mappings that a target is being removed.
Public fieldStatic member DTS_E_PMINVALIDPROPMAPTARGET Attempted to set property mapping to target unsupported object type. This error occurs when passing an unsupported object type to a property mapping.
Public fieldStatic member DTS_E_PMNODESTPROPERTY The destination property for the property map is empty. Set the destination property name.
Public fieldStatic member DTS_E_PMPROPERTYINVALID A destination property was specified on a property mapping that is invalid. This occurs when a property is specified on a destination object that is not found on that object.
Public fieldStatic member DTS_E_PMVARPROPTYPESDIFFERENT An error occurred because there is a property mapping from a variable to a property with a different type. The property type must match the variable type.
Public fieldStatic member DTS_E_PRECEDENCECONSTRAINT There was an error in the precedence constraint between "%1" and "%2".
Public fieldStatic member DTS_E_PREPARETREENODEFAILED The Data Flow task failed to prepare buffers for the execution tree node beginning at output "%1" (%2!d!).
Public fieldStatic member DTS_E_PRIMEOUTPUTCALLEDWITHINVALIDOUTPUTID PrimeOutput was called with an invalid output ID of %1!d!.
Public fieldStatic member DTS_E_PRIMEOUTPUTFAILED 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 fieldStatic member DTS_E_PRIMEOUTPUTNOEOR The PrimeOutput method on "%1" returned success, but did not report an end of the row set. There is an error in the component. It should have reported an end-of-row. The pipeline will shut down execution to avoid unpredictable results.
Public fieldStatic member DTS_E_PROBLEMDETECTINGTYPECOMPATIBILITY The error code 0x%1!8.8X! was returned when validating type conversion from %2 to %3.
Public fieldStatic member DTS_E_PROCESSINPUTCALLEDWITHINVALIDINPUTID ProcessInput was called with an invalid input ID of %1!d!.
Public fieldStatic member DTS_E_PROCESSINPUTFAILED 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.
Public fieldStatic member DTS_E_PRODUCTLEVELTOLOW SSIS Error Code DTS_E_PRODUCTLEVELTOLOW: The %1 cannot run on installed %2 of Integration Services. It requires %3 or higher.
Public fieldStatic member DTS_E_PROJECTSAVEFAILED_INCONSISTENT The error occurred in saving the project is not consistent.
Public fieldStatic member DTS_E_PROPERTIESCOLLECTIONREADONLY Properties collection cannot be modified.
Public fieldStatic member DTS_E_PROPERTYCANNOTBEMODIFIED The property cannot be modified.
Public fieldStatic member DTS_E_PROPERTYEXPRESSIONEVAL The expression "%1" on property "%2" cannot be evaluated. Modify the expression to be valid.
Public fieldStatic member DTS_E_PROPERTYEXPRESSIONSDISABLEDONVARIABLES The Expression property is not supported on Variable objects. Use the EvaluateAsExpression property instead.
Public fieldStatic member DTS_E_PROPERTYEXPRESSIONSET The result of the expression "%1" on property "%2" cannot be written to the property. The expression was evaluated, but cannot be set on the property.
Public fieldStatic member DTS_E_PROPERTYISEMPTY The property "%1" is empty. The property cannot be empty.
Public fieldStatic member DTS_E_PROPERTYNOTSUPPORTED The property "%1" cannot be set on "%2". The property being set is not supported on the specified object. Check the property name, case, and spelling.
Public fieldStatic member DTS_E_PROPERTYREADONLY The property "%1" is read only. This occurs when a change to a read-only property is attempted.
Public fieldStatic member DTS_E_PROPERTYWRITEONLY The property "%1" is write-only. This error occurs when trying to retrieve the value of a property through a property object, but the property is write-only.
Public fieldStatic member DTS_E_PROPVALUEIGNORED The "%1" has a value set for length, precision, scale, or code page that is a value other than zero, but the data type requires the value to be zero.
Public fieldStatic member DTS_E_PROXYAUTH Proxy authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect.
Public fieldStatic member DTS_E_QUEUEWORKITEMFAILED The Sort transformation cannot queue a work item to its thread pool. There is not enough memory available.
Public fieldStatic member DTS_E_RAWBADHEADER Encountered bad metadata in file header. The file is damaged or not a SSIS-produced raw data file.
Public fieldStatic member DTS_E_RAWBADVERSION The file had bad version and flags information. The file is damaged or not a SSIS-produced raw data file.
Public fieldStatic member DTS_E_RAWBYTESTOOLONG The binary field is too large. The adapter attempted to read a binary field that was %1!d! bytes long, but expected a field no longer than %2!d! bytes at offset %3!d!. This usually occurs when the input file is not valid. The file contains a string length that is too large for the buffer column.
Public fieldStatic member DTS_E_RAWCANTAPPENDTRUNCATE Error caused by conflicting property settings. Both the AllowAppend property and the ForceTruncate property are set to TRUE. Both properties cannot be set to TRUE. Set one of the two properties to FALSE.
Public fieldStatic member DTS_E_RAWCANTREAD Cannot read %1!d! bytes from file "%2". The cause of the failure should have been previously reported.
Public fieldStatic member DTS_E_RAWCANTWRITE Cannot write %1!d! bytes to file "%2". See previous error messages for details.
Public fieldStatic member DTS_E_RAWDESTBLOBDATATYPE The %1 has an invalid data type. Columns with data types DT_IMAGE, DT_TEXT and DT_NTEXT cannot be written to raw files.
Public fieldStatic member DTS_E_RAWDESTMAPPEDINPUTCOLUMN The %1 is mapped to an external metadata column with the id %2!d!. Input columns should not be mapped to external metadata columns when selected Write Option value is Create Always.
Public fieldStatic member DTS_E_RAWDESTNOINPUTCOLUMNS There is no selected column to be written to the file.
Public fieldStatic member DTS_E_RAWDESTWRONGEXTERNALMETADATAUSAGE The external metadata collection is improperly used by this component. The component should use external metadata when appending or truncating an existing file. Otherwise, the external metadata is not needed.
Public fieldStatic member DTS_E_RAWEXISTSCREATEONCE Error occurred because the output file already exists and the WriteOption is set to Create Once. Set the WriteOption property to Create Always, or delete the file.
Public fieldStatic member DTS_E_RAWFILECANTBUFFER An I/O buffer cannot be created for the output file. Error may occur when there are no file privileges or the disk is full.
Public fieldStatic member DTS_E_RAWFILECANTOPEN File "%1" cannot be opened for writing. Error may occur when there are no file privileges or the disk is full.
Public fieldStatic member DTS_E_RAWFILECANTOPENFORMETADATA The file cannot be opened for reading the metadata. If the file does not exist, and the component has already defined external metadata, you can set the "ValidateExternalMetadata" property to "false" and the file will be created at the runtime.
Public fieldStatic member DTS_E_RAWFILECANTOPENREAD File "%1" cannot be opened for reading. Error may occur when there are no privileges or the file is not found. Exact cause is reported in previous error message.
Public fieldStatic member DTS_E_RAWFILENAMEINVALID The file name property is not valid. The file name is a device or contains invalid characters.
Public fieldStatic member DTS_E_RAWFILENAMEREQUIRED The file name is not properly specified. Supply the path and name to the raw file either directly in the FileName property or by specifying a variable in the FileNameVariable property.
Public fieldStatic member DTS_E_RAWINVALIDACCESSMODE The value %1!d! is not recognized as a valid access mode.
Public fieldStatic member DTS_E_RAWMETADATACOUNTMISMATCH Cannot append output file because the number of columns in the output file does not match the number of columns in this destination. The old file does not match in metadata.
Public fieldStatic member DTS_E_RAWMETADATAMISMATCH Cannot append output file because no column in the existing file matches column "%1" from the input. Old file does not match in metadata.
Public fieldStatic member DTS_E_RAWMETADATAMISMATCHCODEPAGE The output file cannot be appended. Column "%1" matches by name, but the column in the file has code page %2!d! and the input column has code page %3!d!. The metadata for the named column does not match on code page.
Public fieldStatic member DTS_E_RAWMETADATAMISMATCHPRECISION The output file cannot be appended. Column "%1" matches by name, but the column in the file has precision %2!d! and the input column has precision %3!d!. The metadata for the named column does not match on precision.
Public fieldStatic member DTS_E_RAWMETADATAMISMATCHSCALE The output file cannot be appended. Column "%1" matches by name, but the column in the file has scale %2!d! and the input column has scale %3!d!. The metadata for the named column does not match on scale.
Public fieldStatic member DTS_E_RAWMETADATAMISMATCHSIZE The output file cannot be appended. Column "%1" matches by name, but the column in the file has maximum length %2!d! and the input column has maximum length %3!d!. The metadata for the column does not match in length.
Public fieldStatic member DTS_E_RAWMETADATAMISMATCHTYPE The output file cannot be appended. Column "%1" matches by name, but the column in the file has type %2 and the input column has type %3. The metadata for the column does not match on data type.
Public fieldStatic member DTS_E_RAWNOLONGTYPES The column %1 cannot be used. The raw adapters do not support image, text, or ntext data.
Public fieldStatic member DTS_E_RAWREADFAILED The raw adapter attempted to read %1!d! bytes in the input file for column "%2" with lineage ID %3!d!, but there was an error. The error returned from the operating system should have been previously reported.
Public fieldStatic member DTS_E_RAWSKIPFAILED The raw adapter attempted to skip %1!d! bytes in the input file for unreferenced column "%2" with lineage ID %3!d!, but there was an error. The error returned from the operating system should have been previously reported.
Public fieldStatic member DTS_E_RAWSTRINGINPUTTOOLONG The adapter was asked to write a string that was %1!I64d! bytes long, but all data must be less than 4294967295 bytes in length.
Public fieldStatic member DTS_E_RAWSTRINGTOOLONG String too long. The adapter read a string that was %1!d! bytes long, and expected a string no longer than %2!d! bytes, at offset %3!d!. This could indicate a damaged input file. The file shows a string length that is too large for the buffer column.
Public fieldStatic member DTS_E_RAWTOOMANYCOLUMNS The source file is not valid. The source file is returning a count of more than 131,072 columns. This usually occurs when the source file is not produced by the raw file destination.
Public fieldStatic member DTS_E_RAWUNEXPECTEDEOF Unexpected end-of-file encountered while reading %1!d! bytes from file "%2". The file ended prematurely because of an invalid file format.
Public fieldStatic member DTS_E_RAWUNEXPECTEDTYPE The adapter encountered an unrecognized data type of %1!d!. This could be caused by a damaged input file (source) or by an invalid buffer type (destination).
Public fieldStatic member DTS_E_RAWVERSIONINCOMPATIBLEAPPEND The output file was written by an incompatible version and cannot be appended. The file may be an older file format that is no longer useable.
Public fieldStatic member DTS_E_READNOTFILLEDCACHE The cache is being written to by __, and cannot be read by __.
Public fieldStatic member DTS_E_READONLYSTOCKPROPERTY The property is read-only.
Public fieldStatic member DTS_E_READUNINITIALIZEDCACHE The cache is not initialized and cannot be read by __.
Public fieldStatic member DTS_E_READWRITECOLUMNMISSINGREQUIREDCUSTOMPROPERTY The %1 is read/write and is required to have custom property "%2". Add the property, or make remove the read/write attribute from the column.
Public fieldStatic member DTS_E_RECORDSETDESTDATATYPENOTSUPPORTED The data type of the __ is not supported for the __.
Public fieldStatic member DTS_E_REDIRECTFAILURE The specified server, URL %1, has a redirect and the redirect request failed.
Public fieldStatic member DTS_E_REDIRECTROWUNAVAILABLEWITHFASTLOADANDZEROMAXINSERTCOMMITSIZE The error row disposition on "%1" cannot be set to redirect the row when the fast load option is turned on, and the maximum insert commit size is set to zero.
Public fieldStatic member DTS_E_REDUCTIONFAILED The Data Flow engine scheduler failed to reduce the execution plan for the pipeline. Set the OptimizedMode property to false.
Public fieldStatic member DTS_E_REFERENCECOLUMNTOOWIDE The code encountered a column that was too wide.
Public fieldStatic member DTS_E_REFERENCEDMETADATABADCOUNT Input "%1" (%2!d!) references input "%3" (%4!d!), but they do not have the same number of columns. Input %5!d! has %6!d! columns, while input %7!d! has %8!d! columns.
Public fieldStatic member DTS_E_REFID_CANNOT_FINDATTRIBUTE The attribute specified in the reference identifier cannot be found.
Public fieldStatic member DTS_E_REFID_CANNOT_FINDATTRIBUTES The collection of attributes specified in the reference identifier cannot be found.
Public fieldStatic member DTS_E_REFID_COULDNOTMAPREFID The reference identifier could not be mapped.
Public fieldStatic member DTS_E_REFUSEDFORSHUTDOWN This thread has shut down and is not accepting buffers for input.
Public fieldStatic member DTS_E_REMOTEPACKAGEVALIDATION Package failed validation from the ExecutePackage task. The package cannot run.
Public fieldStatic member DTS_E_REMOVEFOLDERFROMSQLSERVER_OLEDB The RemoveFolderOnSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement issued has failed.
Public fieldStatic member DTS_E_REMOVEFROMSQLSERVER_OLEDB The RemoveFromSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2) The SQL statement that was issued has failed.
Public fieldStatic member DTS_E_RENAMEFOLDERONSQLSERVER_OLEDB The RenameFolderOnSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement issued has failed.
Public fieldStatic member DTS_E_REQUIREDBUFFERISNOTAVAILBLE A required buffer is not available.
Public fieldStatic member DTS_E_RESERVEDNAMESPACE Error assigning namespace to the variable. The namespace "System" is reserved for system use. This error happens when a component or task attempts to create a variable with a namespace of "System".
Public fieldStatic member DTS_E_RETRIEVINGDEPENDENCIES A failure occurred on task "%1": 0x%2!8.8X! while retrieving dependencies. The runtime was retrieving dependencies from the task's dependencies collection when the error occurred. The task may have incorrectly implemented one of the dependency interfaces.
Public fieldStatic member DTS_E_ROWCOUNTBADVARIABLENAME The variable "%1" specified by VariableName property is not a valid variable. Need a valid variable name to write to.
Public fieldStatic member DTS_E_ROWCOUNTBADVARIABLETYPE The variable "%1" specified by VariableName property is not an integer. Change the variable to be of type VT_I4, VT_UI4, VT_I8, or VT_UI8.
Public fieldStatic member DTS_E_ROWSETUNAVAILABLE A row set based on the SQL command was not returned by the OLE DB provider.
Public fieldStatic member DTS_E_RSTDESTBADVARIABLE The value of the specified variable cannot be located, locked, or set.
Public fieldStatic member DTS_E_RSTDESTBADVARIABLENAME The VariableName property is not set to the name of a valid variable. Need a runtime variable name to write to.
Public fieldStatic member DTS_E_RSTDESTBADVARIABLETYPE The type of the runtime variable "%1" is incorrect. The runtime variable type must be Object.
Public fieldStatic member DTS_E_RSTDESTBIGBLOB A value in an input column is too large to be stored in the ADODB.Recordset object.
Public fieldStatic member DTS_E_RSTDESTRSTCONFIGPROBLEM Unable to create or configure the ADODB.Recordset object.
Public fieldStatic member DTS_E_RSTDESTRSTWRITEPROBLEM Error writing to the ADODB.Recordset object.
Public fieldStatic member DTS_E_RUNTIMEVARIABLETYPECHANGE The type of the value being assigned to variable "%1" differs from the current variable type. Variables may not change type during execution. Variable types are strict, except for variables of type Object.
Public fieldStatic member DTS_E_SAVE_PERSTFORMAT Failed to save Data Flow objects. The specified format is not supported.
Public fieldStatic member DTS_E_SAVEFILE Failed to save package file.
Public fieldStatic member DTS_E_SAVEPACKAGEFILE Failed to save package file "%1" with error 0x%2!8.8X! "%3".
Public fieldStatic member DTS_E_SAVETOSQLSERVER_OLEDB The SaveToSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement that was issued has failed.
Public fieldStatic member DTS_E_SCHEDULERBADTREE The Data Flow engine scheduler failed to retrieve the execution tree with index %1!d! from the layout. The scheduler received a count containing more execution trees than actually exist.
Public fieldStatic member DTS_E_SCHEDULERCOULDNOTCOUNTDESTINATIONS The Data Flow engine scheduler cannot obtain a count of the destinations in the layout.
Public fieldStatic member DTS_E_SCHEDULERCOULDNOTCOUNTSOURCES The Data Flow engine scheduler cannot obtain a count of the sources in the layout.
Public fieldStatic member DTS_E_SCHEDULERMEMORY The Data Flow engine scheduler cannot allocate enough memory for the execution structures. The system was low on memory before execution started.
Public fieldStatic member DTS_E_SCHEDULEROBJECT The Data Flow engine scheduler cannot retrieve object with ID %1!d! from the layout. The Data Flow engine scheduler previously located an object that is now no longer available.
Public fieldStatic member DTS_E_SCHEDULERTHREADMEMORY The Data Flow engine scheduler failed to create a thread object because not enough memory is available. This is caused by an out-of-memory condition.
Public fieldStatic member DTS_E_SCRIPTMIGRATIONFAILED64BIT Migration for VSA scripts cannot be done on 64 bit platforms due to lack of Visual Tools for Applications designer support. Run the migration under WOW64 on 64 bit platforms.
Public fieldStatic member DTS_E_SCRIPTTASK_BINARYITEMNOTFOUNDEXCEPTION Binary item "%1" was not found in the package.
Public fieldStatic member DTS_E_SCRIPTTASK_CANTINITNULLTASK Cannot initialize to a null task.
Public fieldStatic member DTS_E_SCRIPTTASK_COMPILEERRORMSG Error "%1": "%2"\r\nLine "%3" Column "%4" through "%5".
Public fieldStatic member DTS_E_SCRIPTTASK_COMPILEERRORMSG2 There was an error compiling the script: "%1".
Public fieldStatic member DTS_E_SCRIPTTASK_COMPILEERRORMSG3 Error "%1": "%2"\r\nLine "%3" Columns "%4"-"%5"\r\nLine Text: "%6".
Public fieldStatic member DTS_E_SCRIPTTASK_COULDNOTCREATEENTRYPOINTCLASS Could not create an instance of entry point class "%1".
Public fieldStatic member DTS_E_SCRIPTTASK_HOST_NAME_CANT_EMPTY Name cannot be empty.
Public fieldStatic member DTS_E_SCRIPTTASK_ILLEGALSCRIPTNAME The script name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number.
Public fieldStatic member DTS_E_SCRIPTTASK_INITIALIZATION_WITH_NULL_TASK User interface initialization: The task is null.
Public fieldStatic member DTS_E_SCRIPTTASK_INVALID_ENTRY_POINT Entry point not found.
Public fieldStatic member DTS_E_SCRIPTTASK_INVALID_SCRIPT_LANGUAGE The script language specified is not valid.
Public fieldStatic member DTS_E_SCRIPTTASK_INVALID_SCRIPT_NAME The project name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number.
Public fieldStatic member DTS_E_SCRIPTTASK_INVALIDSCRIPTLANGUAGE The script language specified is not valid.
Public fieldStatic member DTS_E_SCRIPTTASK_LANGUAGE_EMPTY The script language is not specified. Verify that a valid script language is specified.
Public fieldStatic member DTS_E_SCRIPTTASK_LOADFROMXMLEXCEPTION There was an exception while loading Script Task from XML: "%1".
Public fieldStatic member DTS_E_SCRIPTTASK_MUSTINITWITHRIGHTTASK The Script Task user interface must initialize to a Script Task.
Public fieldStatic member DTS_E_SCRIPTTASK_SCRIPTFILESFAILEDTOLOAD User script files failed to load.
Public fieldStatic member DTS_E_SCRIPTTASK_SCRIPTREPORTEDFAILURE User script returned a failure result.
Public fieldStatic member DTS_E_SCRIPTTASK_SCRIPTTHREWEXCEPTION User script threw an exception: "%1".
Public fieldStatic member DTS_E_SCRIPTTASK_SOURCEITEMNOTFOUNDEXCEPTION Source item "%1" was not found in the package.
Public fieldStatic member DTS_E_SCRIPTTASK_UI_INITIALIZATION_WITH_WRONG_TASK The Script Task user interface is initialized with an incorrect task.
Public fieldStatic member DTS_E_SCRIPTTASK_UNRECOGNIZEDSCRIPTLANGUAGEEXCEPTION "%1" was not recognized as a valid script language.
Public fieldStatic member DTS_E_SCRIPTTASK_WASNOTINITED The Script Task user interface is not initialized.
Public fieldStatic member DTS_E_SECUREFAILURE SSL certificate response obtained from the server was not valid. Cannot process the request.
Public fieldStatic member DTS_E_SEEKFAILED The buffer manager could not seek to offset %1!d! in file "%2". The file is damaged.
Public fieldStatic member DTS_E_SENDMAILTASK_CHECK_VALID_SMTP_SERVER Verify that the Simple Mail Transfer Protocol (SMTP) server specified is valid.
Public fieldStatic member DTS_E_SENDMAILTASK_CONNECTIONTYPENOTFILE Connection "%1" is not of type File.
Public fieldStatic member DTS_E_SENDMAILTASK_CONNECTIONTYPENOTSMTP Connection "%1" is not of type SMTP.
Public fieldStatic member DTS_E_SENDMAILTASK_CONNMNGRNULL Connection "%1" is empty.
Public fieldStatic member DTS_E_SENDMAILTASK_FILEDOESNOTEXIST On operation "%1", file "%2" does not exist.
Public fieldStatic member DTS_E_SENDMAILTASK_INVALIDATTACHMENT Either the file "%1" does not exist or you do not have permissions to access the file.
Public fieldStatic member DTS_E_SENDMAILTASK_NOCONNMNGR The specified connection "%1" does not exist.
Public fieldStatic member DTS_E_SENDMAILTASK_RECIPIENT_EMPTY No recipient is specified.
Public fieldStatic member DTS_E_SENDMAILTASK_SMTP_SERVER_NOT_SPECIFIED The Simple Mail Transfer Protocol (SMTP) server is not specified. Provide a valid name or IP address of the SMTP server.
Public fieldStatic member DTS_E_SENDMAILTASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT Send Mail task is initiated with an incorrect XML element.
Public fieldStatic member DTS_E_SENDMAILTASK_VARIABLETYPEISNOTSTRING Variable "%1" is not of type string.
Public fieldStatic member DTS_E_SENSITIVEPARAMVALUENOTALLOWED Sensitive parameter value is not allowed from the server.
Public fieldStatic member DTS_E_SERVERAUTH Server authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect.
Public fieldStatic member DTS_E_SERVERSTORAGEDISALLOWED The protection level, ServerStorage, cannot be used when saving to this destination. The system could not verify that the destination supports secure storage capability.
Public fieldStatic member DTS_E_SETCACHEFORFILLFAILED Failed to mark the cache as filled with data.
Public fieldStatic member DTS_E_SETCACHEFORINSERTFAILED Failed to prepare the cache for new data.
Public fieldStatic member DTS_E_SETCACHEFORREADFAILED Failed to prepare the cache for providing data.
Public fieldStatic member DTS_E_SETEODFAILED Failure encountered while setting end of data flag for the buffer driving output "%1" (%2!d!).
Public fieldStatic member DTS_E_SETPERSIST_PROPEVENTS Failed to set the XML persistence events property for the Data Flow objects.
Public fieldStatic member DTS_E_SETPERSIST_XMLDOM Failed to set the persistence XML DOM property for the Data Flow objects.
Public fieldStatic member DTS_E_SETPERSIST_XMLNODE Failed to set the persistence XML ELEMENT property for the Data Flow objects.
Public fieldStatic member DTS_E_SETPERSISTPROP_FAILED Failed to set xml persistence properties for the Data Flow objects.
Public fieldStatic member DTS_E_SETQUALIFIERDESIGNTIMEONLY The SetQualifier method cannot be called on a connection manager during package execution. This method is used at design-time only.
Public fieldStatic member DTS_E_SETRESULTCOLUMNFAILED Attempting to set the result column for the expression "%1" on %2 failed with error code 0x%3!8.8X!. The input or output column that was to receive the result of the expression cannot be determined, or the expression result cannot be cast to the column type.
Public fieldStatic member DTS_E_SIGNATURENOTPRESENT The package is not signed.
Public fieldStatic member DTS_E_SIGNATUREPOLICYVIOLATION The package cannot be loaded because the state of the digital signature violates signature policy. Error 0x%1!8.8X! "%2".
Public fieldStatic member DTS_E_SIGNPACKAGEFAILED Package signing failed with error 0x%1!8.8X! "%2". This occurs when the ManagedHelper.SignDocument method fails.
Public fieldStatic member DTS_E_SORTBADTHREADCOUNT MaxThreads was %1!ld!, and should be between 1 and %2!ld!, inclusive or -1 to default to the number of CPUs.
Public fieldStatic member DTS_E_SORTCANTCOMPARE The Sort transformation failed to compare row %1!d! in buffer ID %2!d! to row %3!d! in buffer ID %4!d!.
Public fieldStatic member DTS_E_SORTCANTCREATEEVENT The Sort transformation cannot create an event to communicate with its worker threads. Not enough system handles are available to the Sort transformation.
Public fieldStatic member DTS_E_SORTCANTCREATETHREAD The Sort transformation cannot create a worker thread. Not enough memory is available to Sort transformation.
Public fieldStatic member DTS_E_SORTDUPLICATEKEYWEIGHT Both column "%1" (%2!d!) and column "%3" (%4!d!) were marked with sort key weight %5!d!.
Public fieldStatic member DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITION "%1" has a non-zero SortKeyPosition, but its value (%2!ld!) is too large. It must be less than or equal to the number of columns.
Public fieldStatic member DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITIONS The IsSorted property of %1 is set to TRUE, but the absolute values of the non-zero output column SortKeyPositions do not form a monotonically increasing sequence, starting at one.
Public fieldStatic member DTS_E_SORTNEEDSONEKEY At least one input column must be marked as a sort key, but no keys were found.
Public fieldStatic member DTS_E_SORTSTACKOVERFLOW The sort failed due to a stack overflow while sorting an incoming buffer. Please reduce the DefaultBufferMaxRows property on the Data Flow Task.
Public fieldStatic member DTS_E_SORTTHREADSTOPPED A worker thread in the Sort transformation stopped with error code 0x%1!8.8X!. A catastrophic error was encountered while sorting a buffer.
Public fieldStatic member DTS_E_SOURCETABLENAMENOTPROVIDED A source table name has not been provided.
Public fieldStatic member DTS_E_SPLITEXPRESSIONNOTBOOLEAN The expression "%1" is not Boolean. The result type of the expression must be Boolean.
Public fieldStatic member DTS_E_SQLCEDESTDATATYPENOTSUPPORTED The data type "__" found on column "__" is not supported for the __.
Public fieldStatic member DTS_E_SQLCEDESTSTATIC_FAILEDTOINSERT The SQLCE destination could not insert the row.
Public fieldStatic member DTS_E_SQLCEDESTSTATIC_FAILEDTOSETVALUES The SQLCE destination could not set the column values for the row.
Public fieldStatic member DTS_E_SQLPERSISTENCEVERSION Storing packages in SQL Server requires database server version 9.0 or higher. Storing packages in SQL Server is not supported on earlier versions of servers.
Public fieldStatic member DTS_E_SQLPROFILERDLL_ONLY_X86 The log provider for SQL Server Profiler was unable to load pfclnt.dll because it is only supported on 32-bit systems.
Public fieldStatic member DTS_E_SQLTASK_CANNOTACQUIRECONNMANAGER Cannot acquire a connection from the connection manager.
Public fieldStatic member DTS_E_SQLTASK_CANNOTLOCATECONNMANAGER Connection manager "%1" does not exist.
Public fieldStatic member DTS_E_SQLTASK_CONNECTIONTYPENOTFILE Connection "%1" is not a file connection manager.
Public fieldStatic member DTS_E_SQLTASK_DATETRUNCATION Date truncation connection.
Public fieldStatic member DTS_E_SQLTASK_ERRORASSIGINGVALUETOVAR An error occurred while assigning a value to variable "%1": "%2".
Public fieldStatic member DTS_E_SQLTASK_ERROREXECUTINGTHEQUERY Executing the query "%1" failed with the following error: "%2". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
Public fieldStatic member DTS_E_SQLTASK_FAILEDTOACQUIRECONNECTION Failed to acquire connection "%1". Connection may not be configured correctly or you may not have the right permissions on this connection.
Public fieldStatic member DTS_E_SQLTASK_FILEDOESNOTEXIST File represented by "%1" does not exist.
Public fieldStatic member DTS_E_SQLTASK_INDESNOTINCOLLECTION The index is not assigned in this collection.
Public fieldStatic member DTS_E_SQLTASK_INVALIDEPARAMDIRECTIONFALG The parameter directions flag is not valid.
Public fieldStatic member DTS_E_SQLTASK_INVALIDNUMOFRESULTBINDINGS There is an invalid number of result bindings returned for the ResultSetType: "%1".
Public fieldStatic member DTS_E_SQLTASK_INVALIDPARAMETERNAME The parameter name is not valid.
Public fieldStatic member DTS_E_SQLTASK_MULTIPLERETURNVALUEPARAM A parameter with type return value is not the first parameter, or there are more than one parameter of type return value.
Public fieldStatic member DTS_E_SQLTASK_NOCONNECTIONMANAGER No connection manager is specified.
Public fieldStatic member DTS_E_SQLTASK_NOHANDLERFORCONNECTION Cannot locate a handler for the specified connection type.
Public fieldStatic member DTS_E_SQLTASK_NOSQLTASKDATAINXMLFRAGMENT The XML fragment does not contain SQL Task data.
Public fieldStatic member DTS_E_SQLTASK_NOSTATEMENTSPECIFIED No Transact-SQL statement specified.
Public fieldStatic member DTS_E_SQLTASK_NOXMLSUPPORT The connection does not support XML result sets.
Public fieldStatic member DTS_E_SQLTASK_NULLPARAMETERNAME Cannot have a null parameter name.
Public fieldStatic member DTS_E_SQLTASK_OBJECTNOTINCOLLECTION The object does not exist in this collection.
Public fieldStatic member DTS_E_SQLTASK_ODBCNOSUPPORTTRANSACTION The task has a transaction option of "Required" and connection "%1" is of type "ODBC". ODBC connections don't support transactions.
Public fieldStatic member DTS_E_SQLTASK_PARAMSIZEERROR Parameter "%1" cannot be negative. (-1) is used for the default value.
Public fieldStatic member DTS_E_SQLTASK_READONLYVARIABLE Variable "%1" cannot be used in a result binding because it is read-only.
Public fieldStatic member DTS_E_SQLTASK_RESULTBINDTYPEFORROWSETXML The result binding name must be set to zero for full result set and XML results.
Public fieldStatic member DTS_E_SQLTASK_RESULTBYNAMENOTSUPPORTED Result binding by name "%1" is not supported for this connection type.
Public fieldStatic member DTS_E_SQLTASK_ROVARINOUTPARAMETER The variable "%1" cannot be used as an "out" parameter or return value in a parameter binding because it is read-only.
Public fieldStatic member DTS_E_SQLTASK_TYPECONVERSIONERROR Error converting the type from the connection.
Public fieldStatic member DTS_E_SQLTASK_TYPEISNOTCONVERTABLE The connection type is not convertible.
Public fieldStatic member DTS_E_SQLTASK_UNABLETOACQUIREMANAGEDCONN Cannot acquire a managed connection.
Public fieldStatic member DTS_E_SQLTASK_VALIDPARAMETERTYPES Valid parameter names are of type Integer or String.
Public fieldStatic member DTS_E_SQLTASK_VARIABLENOTFOUND Variable "%1" does not exist or could not be locked.
Public fieldStatic member DTS_E_SQLTASK_VARIABLETYPEISNOTSTRING Type of variable "%1" is not string.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_CANT_LOAD_XML Cannot load XML with query result.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_NO_DISCONNECTED_RS No disconnected record set is available for the Transact-SQL statement.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_NO_ROWS A result set type of single row is specified, but no rows were returned.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_NOROWSET No result rowset is associated with the execution of this query.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_ODBC_DISCONNECTED Disconnected record sets are not available from ODBC connections.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_PARAM_DIR The parameter direction on parameter binding \"%s\" is not valid.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_PARAM_NAME_MIX Parameter names cannot be an mix of ordinal and named types.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_RESULT_COL_INDEX The result column index %d is not valid.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_RESULT_DATA_TYPE The data type on result set binding \"%s\" is not supported.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_RESULT_SET_DATA_TYPE The data type in the result set, column %hd, is not supported.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_UNKNOWN_RESULT_COL Cannot find column \"%s\" in the result set.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_UNKNOWN_TYPE Unknown type.
Public fieldStatic member DTS_E_SQLTASKCONN_ERR_UNSUPPORTED_TYPE Unsupported type.
Public fieldStatic member DTS_E_SQLTASKOUTPUTENCODINGNOTSUPPORTED Unable to obtain XML data from SQL Server as Unicode because the provider does not support the OUTPUTENCODING property.
Public fieldStatic member DTS_E_SSISSTANDALONENOTINSTALLED To run a SSIS package outside of Business Intelligence Development Studio you must install %1 of Integration Services or higher.
Public fieldStatic member DTS_E_STOREDPROCSTASK_EMPTYSOURCELIST There are no stored procedures to transfer.
Public fieldStatic member DTS_E_STOREDPROCSTASK_ERRORSTOREDPROCEDUREEXISTS Stored procedure "%1" already exists at destination server.
Public fieldStatic member DTS_E_STOREDPROCSTASK_FAILEDTOTRANSFERSPS Failed to transfer the stored procedure(s). More informative error should have been raised.
Public fieldStatic member DTS_E_STOREDPROCSTASK_OVERWRITINGSPATDESTINATION Overwriting Stored Procedure "%1" at destination.
Public fieldStatic member DTS_E_STOREDPROCSTASK_STOREDPROCNOTFOUND Stored Procedure "%1" is not found at the source.
Public fieldStatic member DTS_E_STRINGCONVERSIONTOOLONG A string was too long to be converted.
Public fieldStatic member DTS_E_SYNCHRONOUSIDMISMATCH The SynchronousInputID property on "%1" was %2!d!, and %3!d! was expected.
Public fieldStatic member DTS_E_TASKEXECUTEFAILED The Execute method on the task returned error code 0x%1!8.8X! (%2). The Execute method must succeed, and indicate the result using an "out" parameter.
Public fieldStatic member DTS_E_TASKISEMPTY The task has failed to load. The contact information for this task is "%1".
Public fieldStatic member DTS_E_TASKPRODUCTLEVEL The task "%1" cannot run on installed %2 of Integration Services. It requires %3 or higher.
Public fieldStatic member DTS_E_TASKVALIDATIONERROR There were errors during task validation.
Public fieldStatic member DTS_E_TASKVALIDATIONFAILED The Validate method on the task failed, and returned error code 0x%1!8.8X! (%2). The Validate method must succeed and indicate the result using an "out" parameter.
Public fieldStatic member DTS_E_TERMEXTRACTION_ADDWORDTODECODER An error occurred while adding words to a statistical decoder. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_COUNTTERM An error occurred while counting term candidates. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_DECODE An error occurred while decoding for a sentence. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_EMPTYTERMRESULTERROR An error occurred while reclaiming the buffer used for caching terms. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_EXCEED_MAXWORDNUM The Term Extraction transformation is unable to process the input text because a sentence from the input text is too long. The sentence is segmented into several sentences.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFINPUTCOLUMN The input column can only have DT_WSTR or DT_NTEXT as its data type.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFOUTPUTCOLUMN The output column [%1!d!] can only have '%2' as its data type.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFREFERENCECOLUMN The reference column can only have DT_STR or DT_WSTR as its data type.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFINPUTCOLUMNS There should be only one input column.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFOUTPUTCOLUMNS There should be exactly two output columns.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTFREQUENCYTHRESHOLD The value of Frequency Threshold should not be lower than '%1!d!'.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTMAXLENOFTERM The value of Max Length of Term should not be lower than '%1!d!'.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTSCORETYPE The Score Type of the transformation can only be Frequency or TFIDF.
Public fieldStatic member DTS_E_TERMEXTRACTION_INCORRECTTERMTYPE The Term Type of the transformation can only be WordOnly, PhraseOnly or WordPhrase.
Public fieldStatic member DTS_E_TERMEXTRACTION_INITFSA An error occurred while loading the finite state automata. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_INITIALIZE An error occurred while initializing the engine of Term Extraction. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_INITPOSPROCESSOR An error occurred while initializing the part-of-speech processor. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_INITPOSTAGVECTOR An error occurred while initializing the part-of-speech processor. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_INVALIDOUTTERMTABLEORCOLUMN The reference table, view, or column that is used for Exclusion Terms is not valid.
Public fieldStatic member DTS_E_TERMEXTRACTION_MAINWORKSPACE_CREATEERR An error occurred while creating a workspace buffer.
Public fieldStatic member DTS_E_TERMEXTRACTION_MALLOCERR_REFERENCECOLUMNINFO An error occurred while allocating memory.
Public fieldStatic member DTS_E_TERMEXTRACTION_OLEDBERR_CREATEBINDING An OLEDB error occurred while creating bindings.
Public fieldStatic member DTS_E_TERMEXTRACTION_OLEDBERR_FILLBUFFER An OLEDB error occurred while populating internal cache.
Public fieldStatic member DTS_E_TERMEXTRACTION_OLEDBERR_GETIROWSET An OLEDB error occurred while fetching row sets.
Public fieldStatic member DTS_E_TERMEXTRACTION_OUTTERMTABLEANDCOLUMNNOTSET The reference table, view, or column to be used for an Exclusion Terms has not been set.
Public fieldStatic member DTS_E_TERMEXTRACTION_PROCESSDOCUMENT An error occurred while processing a document in the input. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_PROCESSERR An error occurred while extracting terms on row %1!ld!, column %2!ld!. The error code returned was 0x%3!8.8X!. Please remove it from the input as a work-around.
Public fieldStatic member DTS_E_TERMEXTRACTION_PROCESSSENTENCE An error occurred while processing within a sentence. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_SAVEPOSTAG An error occurred while saving part-of-speech tags from an internal buffer. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_SAVEPTRSTRING An error occurred while adding strings to an internal buffer. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_SETEXCLUDEDTERM An error occurred while setting exclusion terms. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMEXTRACTION_STDLENGTHERROR An std::length_error occurred from the STL containers.
Public fieldStatic member DTS_E_TERMEXTRACTION_TERMFILTERSTARTITERATIONERROR An error occurred while the Term Filter was starting its iteration.
Public fieldStatic member DTS_E_TERMEXTRACTION_TOOFEWREFERENCECOLUMNS Term Extraction reference metadata contains too few columns.
Public fieldStatic member DTS_E_TERMEXTRACTION_UNABLETOLOCATEREFCOLUMN An error occurred while locating the reference column '%1'.
Public fieldStatic member DTS_E_TERMEXTRACTIONORLOOKUP_NTEXTSPLITED Failed to locate the ending boundary of a sentence.
Public fieldStatic member DTS_E_TERMEXTRACTIONORLOOKUP_PROCESSERR_DEPOSITFULL The number of the term candidates exceeds its limit, 4G.
Public fieldStatic member DTS_E_TERMEXTRACTIONORLOOKUP_TESTOFFSETERROR An error occurred while normalizing words.
Public fieldStatic member DTS_E_TERMLOOKUP_ADDREFERENCETERM An error occurred while processing the %1!ld!th reference term. The error code returned was 0x%2!8.8X!. Please remove the reference term from your reference table as a work-around.
Public fieldStatic member DTS_E_TERMLOOKUP_COUNTTERM An error occurred while counting term candidates. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_ENGINEADDREFERENCETERM An error occurred while setting reference terms. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_INCORRECTDATATYPEOFREFERENCECOLUMN The reference column can only have DT_STR or DT_WSTR as its data type.
Public fieldStatic member DTS_E_TERMLOOKUP_INCORRECTEXACTNUMBEROFTEXTCOLUMNS There should be exactly one input column mapped to one reference column.
Public fieldStatic member DTS_E_TERMLOOKUP_INITIALIZE An error occurred while initializing the engine of Term Lookup. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_INVALIDREFERENCETERMTABLEORCOLUMN The reference table/view or column used for the reference terms is invalid.
Public fieldStatic member DTS_E_TERMLOOKUP_MAINWORKSPACE_CREATEERR An error occurred while creating a workspace buffer.
Public fieldStatic member DTS_E_TERMLOOKUP_OLEDBERR_CREATEBINDING An OLEDB error occurred while creating bindings.
Public fieldStatic member DTS_E_TERMLOOKUP_OLEDBERR_FILLBUFFER An OLEDB error occurred while populating internal cache.
Public fieldStatic member DTS_E_TERMLOOKUP_OLEDBERR_GETIROWSET An OLEDB error occurred while fetching row sets.
Public fieldStatic member DTS_E_TERMLOOKUP_PROCESSDOCUMENT An error occurred while processing a document in the input. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_PROCESSERR An error occurred while looking up terms on row %1!ld!, column %2!ld!. The error code returned was 0x%3!8.8X!. Please remove it from the input as a work-around.
Public fieldStatic member DTS_E_TERMLOOKUP_PROCESSSENTENCE An error occurred while processing sentences. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_REFERENCETERMTABLEANDCOLUMNNOTSET The reference table/view or column used for the reference terms has not been set.
Public fieldStatic member DTS_E_TERMLOOKUP_SAVEWORDWITHPUNCTERROR An error occurred while saving words with punctuation characters. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_SORREFERENCETERM An error occurred while sorting reference terms. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TERMLOOKUP_TEXTIDINPUTCOLUMNNOTMAPPEDWITHOUTPUTCOLUMN At least one Pass through column is not mapped to an output column.
Public fieldStatic member DTS_E_TERMLOOKUP_TEXTINPUTCOLUMNHAVEINCORRECTDATATYPE The input column mapped to a reference column can only have DT_NTXT or DT_WSTR as its data type.
Public fieldStatic member DTS_E_TERMLOOKUP_TOOFEWOUTPUTCOLUMNS Term Lookup contains too few output columns.
Public fieldStatic member DTS_E_TERMLOOKUP_TOOFEWREFERENCECOLUMNS Term Lookup reference metadata contains too few columns.
Public fieldStatic member DTS_E_TERMLOOKUP_UNABLETOLOCATEREFCOLUMN An error occurred while locating the reference column '%1'.
Public fieldStatic member DTS_E_TEXTDATATYPENOTSUPPORTEDWITHUNICODEFILES The data type for "%1" is DT_TEXT, which is not supported with Unicode files. Use DT_NTEXT instead and convert the data to DT_TEXT using the data conversion component.
Public fieldStatic member DTS_E_TEXTMININGBASE_APPENDTOTEMPBUFFER An error occurred while adding strings to an internal buffer. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TEXTMININGBASE_TESTPERIOD An error occurred while testing whether a dot is a part of an acronym. The error code returned was 0x%1!8.8X!.
Public fieldStatic member DTS_E_TEXTQUALIFIERNOTFOUND The text qualifier for column "%1" cannot be found.
Public fieldStatic member DTS_E_THREADCANCELLED SSIS Error Code DTS_E_THREADCANCELLED. Thread "%1" received a shutdown signal and is terminating. The user requested a shutdown, or an error in another thread is causing the pipeline to shut down. There may be error messages posted before this with more information on why the thread was cancelled.
Public fieldStatic member DTS_E_THREADCOUNTOUTOFRANGE The EngineThreads property of the Data Flow task must be between %1!d! and %2!d!. An attempt was made to set the property to a value that is too small.
Public fieldStatic member DTS_E_THREADFAILED SSIS Error Code DTS_E_THREADFAILED. Thread "%1" has exited with error code 0x%2!8.8X!. There may be error messages posted before this with more information on why the thread has exited.
Public fieldStatic member DTS_E_THREADFAILEDCREATE The Data Flow task failed to create a required thread and cannot begin running. The usually occurs when there is an out-of-memory state.
Public fieldStatic member DTS_E_THREADFAILEDINITIALIZE The Data Flow task failed to initialize a required thread and cannot begin execution. The thread previously reported a specific error.
Public fieldStatic member DTS_E_THREADSTARTUPFAILED The Data Flow task engine failed at startup because it cannot create one or more required threads.
Public fieldStatic member DTS_E_TIMEGENCANTCONFIGURE Unable to configure the Microsoft.AnalysisServices.TimeDimGenerator.
Public fieldStatic member DTS_E_TIMEGENCANTCONVERT Unsupported data type for column %1!d!.
Public fieldStatic member DTS_E_TIMEGENCANTCREATE Unable to create the Microsoft.AnalysisServices.TimeDimGenerator.TimeDimGenerator.
Public fieldStatic member DTS_E_TIMEGENCANTREAD The attempt to read from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code 0x%1!8.8X!.
Public fieldStatic member DTS_E_TIMEGENCANTREADCOLUMN The attempt to read column "%2!d!" data from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_TIMEOUT The request has timed out. This error can occur when the timeout specified was too short, or a connection to the server or proxy cannot be established. Ensure that the server and proxy URL are correct.
Public fieldStatic member DTS_E_TKEXECPACKAGE_CREATECHILDPKGFAILED Failure creating child package.
Public fieldStatic member DTS_E_TKEXECPACKAGE_DOMDOCUMENTFAILED Failure documenting DOM.
Public fieldStatic member DTS_E_TKEXECPACKAGE_DOMPROPFAILED Failure accessing the DOM property.
Public fieldStatic member DTS_E_TKEXECPACKAGE_FILEACCESSERROR Error while accessing package file.
Public fieldStatic member DTS_E_TKEXECPACKAGE_INCORRECTCONNECTIONMANAGERTYPE The connection manager "%1" has an unsupported type "%2". Only "FILE" and "OLEDB" connection managers are supported.
Public fieldStatic member DTS_E_TKEXECPACKAGE_NOPROJECTREFERENCE The package has no project reference.
Public fieldStatic member DTS_E_TKEXECPACKAGE_PACKAGENOTEXIST The package from the connection does not exist.
Public fieldStatic member DTS_E_TKEXECPACKAGE_REQUIREDPARAMETERNOTSPECIFIED The required parameter is not specified from the connection.
Public fieldStatic member DTS_E_TKEXECPACKAGE_REQUIRESENSITIVEPARAMETER The package requires sensitive parameter.
Public fieldStatic member DTS_E_TKEXECPACKAGE_SERVERNAMEFAILED The server name failed.
Public fieldStatic member DTS_E_TKEXECPACKAGE_SQLLOADFAILED Failure loading SQL server.
Public fieldStatic member DTS_E_TKEXECPACKAGE_UNABLETOLOAD Error 0x%1!8.8X! while preparing to load the package. %2.
Public fieldStatic member DTS_E_TKEXECPACKAGE_UNABLETOLOADFILE Error 0x%1!8.8X! while loading package file "%3". %2.
Public fieldStatic member DTS_E_TKEXECPACKAGE_UNABLETOLOADXML Error 0x%1!8.8X! while loading package file "%3" into an XML document. %2.
Public fieldStatic member DTS_E_TKEXECPACKAGE_UNSPECIFIEDCONNECTION The connection is not specified.
Public fieldStatic member DTS_E_TKEXECPACKAGE_UNSPECIFIEDPACKAGE The package is not specified.
Public fieldStatic member DTS_E_TKEXECPACKAGE_USERNAMEFAILED The package username failed to access.
Public fieldStatic member DTS_E_TKEXECPACKAGE_VARIABLENOTFOUND Package variable not found from the connection.
Public fieldStatic member DTS_E_TOEXECISNOTCHILD When adding a precedence constraint, the To executable specified is not a child of this container.
Public fieldStatic member DTS_E_TOTALINPUTCOLSCANNOTBEZERO No input columns found. At least one input column must be mapped to an output column.
Public fieldStatic member DTS_E_TRANSACTION Error transaction.
Public fieldStatic member DTS_E_TRANSACTIONENLISTNOTSUPPORTED The connection does not support enlisting in distributed transaction.
Public fieldStatic member DTS_E_TRANSFERDBTASK_FILENAMEREQUIRED The transfer file information %1 is missing the filename.
Public fieldStatic member DTS_E_TRANSFERDBTASK_FOLDERREQUIRED The transfer file information %1 is missing the folder part.
Public fieldStatic member DTS_E_TRANSFERDBTASK_FTCATALOGSOFFLINEYUKONONLY Full text catalogs can only be included when performing an offline database transfer between 2 SQL Server 2005 servers.
Public fieldStatic member DTS_E_TRANSFERDBTASK_MUSTHAVESOURCEFILES At least one source file must be specified.
Public fieldStatic member DTS_E_TRANSFERDBTASK_NETSHAREDOESNOTEXIST The network share "%1" could not be found.
Public fieldStatic member DTS_E_TRANSFERDBTASK_NETSHARENOACCESS The network share "%1 could not be accessed. The error is: %2.
Public fieldStatic member DTS_E_TRANSFERDBTASK_NOOVERWRITEDB The database "%1" already exists on the destination server "%2".
Public fieldStatic member DTS_E_TRANSFERDBTASK_OFFLINEERROR The following exception occurred during an offline database transfer: %1.
Public fieldStatic member DTS_E_TRANSFERDBTASK_USERMUSTBEDBOORSYSADMIN The user "%1" must be a DBO or a sysadmin for "%2" in order to perform an online database transfer.
Public fieldStatic member DTS_E_TRANSFERDBTASK_USERMUSTBESYSADMIN The user "%1" must be a sysadmin on "%2" to perform an offline database transfer.
Public fieldStatic member DTS_E_TRANSFERDBTASKS_SRCFILENOTFOUND Could not find the file "%1" in the source database "%2".
Public fieldStatic member DTS_E_TRANSFERSPTASK_ERRORREADINGSPNAMES Error reading stored procedure names from the xml file.
Public fieldStatic member DTS_E_TRANSFERSPTASK_EXECUTIONFAILED Execution failed with the following error "%1".
Public fieldStatic member DTS_E_TRANSFERSPTASK_INVALIDDATANODE Invalid data node for the Transfer Stored Procedure task.
Public fieldStatic member DTS_E_TRANSFERTASKS_CONNECTIONNOTFOUND The connection "%1" could not be found in the package.
Public fieldStatic member DTS_E_TRANSFERTASKS_CONNECTIONTYPEISNOTSMOSERVER Connection "%1" is not of type "SMOServer".
Public fieldStatic member DTS_E_TRANSFERTASKS_DESTCONNECTIONREQUIRED A destination connection must be specified.
Public fieldStatic member DTS_E_TRANSFERTASKS_DESTDBREQUIRED A destination database must be specified.
Public fieldStatic member DTS_E_TRANSFERTASKS_EXECUTIONFAILED Execution failed with the following error: "%1".
Public fieldStatic member DTS_E_TRANSFERTASKS_FILELISTSCOUNTMISMATCH The number of source transfer files and the number of destination transfer files must be the same.
Public fieldStatic member DTS_E_TRANSFERTASKS_NETSHAREREQUIRED The transfer file information %1 is missing the network share part.
Public fieldStatic member DTS_E_TRANSFERTASKS_NOTRANSACTIONSUPPORT This task cannot participate in a transaction.
Public fieldStatic member DTS_E_TRANSFERTASKS_OVERLAPFILESET Overlaps the file set to transfer.
Public fieldStatic member DTS_E_TRANSFERTASKS_SERVERVERSIONNOTALLOWED The connection "%1" specifies a SQL server with a version that is not supported for transfer. Only version 7, 2000, and 2005 are supported.
Public fieldStatic member DTS_E_TRANSFERTASKS_SOURCECANTBESAMEASDESTINATION The source server cannot be the same as the destination server.
Public fieldStatic member DTS_E_TRANSFERTASKS_SRCCONNECTIONREQUIRED A source connection must be specified.
Public fieldStatic member DTS_E_TRANSFERTASKS_SRCDBANDDESTDBTHESAME The source database and the destination database cannot be the same.
Public fieldStatic member DTS_E_TRANSFERTASKS_SRCDBMUSTEXIST The source database "%1" must exist on the source server.
Public fieldStatic member DTS_E_TRANSFERTASKS_SRCDBREQUIRED A source database must be specified.
Public fieldStatic member DTS_E_TRANSFERTASKS_SRCSERVERLESSEQUALDESTSERVER The source connection "%1" must specify a SQL server with a version less than or equal to the destination connection "%2".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST User Defined Aggregate "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_CANNOTDROPOBJECTS "Logins" are server level objects and cannot be dropped first since the source and destination are the same server. Dropping objects first will remove the logins from the source as well.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_DEFAULTALREADYATDEST Default "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_EMPTYLIST The list of "Objects" to transfer is empty.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGAGGREGATES An error occurred while trying to get set the User Defined Aggregates list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGDEFAULTS An error occurred while trying to get set the Defaults list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGLOGINS An error occurred while trying to get set the Logins list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPFS An error occurred while trying to get set the Partition Functions list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPSS An error occurred while trying to get set the Partition Schemes list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGRULES An error occurred while trying to get set the Rules list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSCHEMAS An error occurred while trying to get set the Schemas list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSPS An error occurred while trying to get set the Stored Procedures list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSQLASSEMBLIES An error occurred while trying to get set the SqlAssemblys list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTABLES An error occurred while trying to get set the Tables list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTYPES An error occurred while trying to get set the User Defined Types list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDDTS An error occurred while trying to get set the User Defined Data Types list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDFS An error occurred while trying to get set the User Defined Functions list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUSERS An error occurred while trying to get set the Users list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGVIEWS An error occurred while trying to get set the Views list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGXMLSCHEMACOLLECTIONS An error occurred while trying to get set the XmlSchemaCollections list to transfer: "%1".
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_FAILEDTOTRANSFEROBJECTS Failed to transfer the object(s).
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_LOGINALREADYATDEST Login "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOAGGREGATEATSOURCE User Defined Aggregate "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NODEFAULTATSOURCE Default "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOLOGINATSOURCE Login "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOPFATSOURCE Partition Function "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOPSATSOURCE Partition Scheme "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NORULEATSOURCE Rule "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOSCHEMAATSOURCE Schema "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOSPATSOURCE Stored procedure "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOSQLASSEMBLYATSOURCE SqlAssembly "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOTABLEATSOURCE Table "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOTYPEATSOURCE User Defined Type "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOUDDTATSOURCE User Defined Data Type "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOUDFATSOURCE User Defined Function "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOUSERATSOURCE User "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOVIEWATSOURCE View "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONATSOURCE XmlSchemaCollection "%1" does not exist at the source.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_PFALREADYATDEST Partition Function "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_PSALREADYATDEST Partition Scheme "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_RULEALREADYATDEST Rule "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_SCHEMAALREADYATDEST Schema "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_SPALREADYATDEST Stored procedure "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST SqlAssembly "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_SUPPORTEDONYUKONONLY Objects of type "%1" are only supported between SQL Server 2005 servers.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_TABLEALREADYATDEST Table "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_TYPEALREADYATDEST User Defined Type "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_UDDTALREADYATDEST User Defined Data Type "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_UDFALREADYATDEST User Defined Function "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_USERALREADYATDEST User "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_VIEWALREADYATDEST View "%1" already exists at destination.
Public fieldStatic member DTS_E_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST XmlSchemaCollection "%1" already exists at destination.
Public fieldStatic member DTS_E_TRUNCATIONTRIGGEREDREDIRECTION A truncation caused a row to be redirected, based on the truncation disposition settings.
Public fieldStatic member DTS_E_TRUNCROWDISPMUSTBENOTUSED The %1 must have its truncation row disposition value set to RD_NotUsed.
Public fieldStatic member DTS_E_TTGENTASK_BADFILENAME Invalid file name specified on the connection manager "%1".
Public fieldStatic member DTS_E_TTGENTASK_BADTABLEMETADATA The TableMetaDataNode is not an XMLNode.
Public fieldStatic member DTS_E_TTGENTASK_BADVARIABLETYPE The variable is not the correct type.
Public fieldStatic member DTS_E_TTGENTASK_FAILEDCREATE Failed to create the package.
Public fieldStatic member DTS_E_TTGENTASK_FAILEDCREATEPIPELINE Failed to create the pipeline.
Public fieldStatic member DTS_E_TTGENTASK_NOCONNORVARIABLE A connection name or variable name for the package must be specified.
Public fieldStatic member DTS_E_TTGENTASK_NOTFILECONNECTION The connection manager specified is not a FILE connection manager.
Public fieldStatic member DTS_E_TXAGG_AGGREGATION_FAILURE Aggregation on %1 failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_TXAGG_ARITHMETICOVERFLOW Arithmetic overflow encountered while aggregating "%1".
Public fieldStatic member DTS_E_TXAGG_BADKEYSVALUE The property %1 must either be empty, or a number between %2!u! and %3!u!. The Keys or CountDistinctKeys property has an invalid value. The property should be a number between 0 and ULONG_MAX, inclusive, or not be set.
Public fieldStatic member DTS_E_TXAGG_CDCHAINHEAP_CREATEERR Unable to allocate memory to create a heap for CountDistinct chains.
Public fieldStatic member DTS_E_TXAGG_CDCHAINHEAP_MALLOCERR Unable to allocate memory for CountDistinct chains.
Public fieldStatic member DTS_E_TXAGG_CDCOLLASSEARRAY_MALLOCERR Unable to allocate memory for CountDistinct Collapse array.
Public fieldStatic member DTS_E_TXAGG_CDHASHTABLE_CREATEERR Unable to allocate memory for CountDistinct hash table.
Public fieldStatic member DTS_E_TXAGG_CDNODEHEAP_CREATEERR Unable to allocate memory to create a heap for CountDistinct nodes.
Public fieldStatic member DTS_E_TXAGG_CDNODEHEAP_MALLOCERR Unable to allocate memory for CountDistinct node heap.
Public fieldStatic member DTS_E_TXAGG_CDWORKSPACE_CREATEERR Unable to create a CountDistinct workspace buffer.
Public fieldStatic member DTS_E_TXAGG_CDWORKSPACE_MALLOCERR Unable to allocate memory for a new row for the CountDistinct workspace buffer.
Public fieldStatic member DTS_E_TXAGG_COMPFLAGS_BADAGGREGATIONTYPE The custom property "%1" cannot be specified for the aggregation type selected for this column. The comparison flags custom property can only be specified for group by and count distinct aggregation types.
Public fieldStatic member DTS_E_TXAGG_COMPFLAGS_BADDATATYPE The comparison flags custom property "%1" can only be specified for columns of with data type DT_STR or DT_WSTR.
Public fieldStatic member DTS_E_TXAGG_HASHNODEHEAP_CREATEERR Unable to allocate memory to create a heap for the hash nodes.
Public fieldStatic member DTS_E_TXAGG_HASHNODEHEAP_MALLOCERR Unable to allocate memory for the hash node heap.
Public fieldStatic member DTS_E_TXAGG_HASHTABLE_MALLOCERR Unable to allocate memory for the hash table.
Public fieldStatic member DTS_E_TXAGG_INPUTNOTFOUNDFOROUTPUT Cannot find input column with lineage ID %1!d! needed by output column with ID %2!d!.
Public fieldStatic member DTS_E_TXAGG_INPUTOUTPUTDATATYPEMISMATCH Data types of input column lineage ID %1!d! and output column ID %2!d! do not match.
Public fieldStatic member DTS_E_TXAGG_INVALIDINPUTDATATYPEFORAGGREGATE Invalid input data type for %1 used for the specified aggregate at %2.
Public fieldStatic member DTS_E_TXAGG_INVALIDOUTPUTDATATYPEFORAGGREGATE Invalid output data type for aggregate type specified at output column ID %1!d!.
Public fieldStatic member DTS_E_TXAGG_MAINWORKSPACE_CREATEERR Unable to create a main workspace buffer.
Public fieldStatic member DTS_E_TXAGG_MAINWORKSPACE_MALLOCERR Unable to allocate memory for a new row for the main workspace buffer. An out-of-memory condition occurred.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRCOUNTDISTINCTDESCRIPTOR Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRNUMERICDESCRIPTORS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERROUTPUTDESCRIPTORS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRSORTORDERDESCRIPTORS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRWORKSPACEBUFFCOLS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRWORKSPACEDESCRIPTORS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRWORKSPACENUMERICDESCRIPTORS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_MEMALLOCERRWORKSPACESORTORDERDESCRIPTORS Unable to allocate memory.
Public fieldStatic member DTS_E_TXAGG_SORTKEYGENFAILED Generating a sort key failed with error 0x%1!8.8X!. The ComparisonFlags are enabled, and generating a sort key with LCMapString failed.
Public fieldStatic member DTS_E_TXAGG_STRING_TOO_LONG The transform encountered a key column that was larger than %1!u! characters.
Public fieldStatic member DTS_E_TXAGG_STRINGPROMOTIONFAILED Could not convert input column with Lineage ID %1!ld! to DT_WSTR due to error 0x%2!8.8X!.
Public fieldStatic member DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES The aggregate component encountered too many distinct values while calculating the count distinct aggregate. It cannot accommodate more than %1!u! distinct values. There were more than ULONG_MAX distinct values while calculating the count distinct aggregation.
Public fieldStatic member DTS_E_TXAGG_TOOMANYKEYS The aggregate component encountered too many distinct key combinations. It cannot accommodate more than %1!u! distinct key values. There is more than ULONG_MAX distinct key values in the main workspace.
Public fieldStatic member DTS_E_TXAUDIT_ONLYSTRINGLENGTHCHANGEALLOWED Only lengths of User Name column, Package Name column, Task Name column and Machine Name column can be changed. All other audit column data type information is read only.
Public fieldStatic member DTS_E_TXCHARMAP_CANTBOTHCASE Column "%1" maps the column to both uppercase and lowercase.
Public fieldStatic member DTS_E_TXCHARMAP_CANTCASECHINESE Column "%1" combines operations on Chinese characters with uppercase and lowercase operations.
Public fieldStatic member DTS_E_TXCHARMAP_CANTCASEJAPANESE Column "%1" combines operations on Japanese characters with uppercase and lowercase operations.
Public fieldStatic member DTS_E_TXCHARMAP_CANTCHINAJAPAN Column "%1" combines operations on Japanese characters with operations for Chinese characters.
Public fieldStatic member DTS_E_TXCHARMAP_CANTFULLHALF Column "%1" requests operations to generate both full width and half width characters.
Public fieldStatic member DTS_E_TXCHARMAP_CANTKATAKANAHIRAGANA Column "%1" requests that Katakana and Hiragana characters be produced at the same time.
Public fieldStatic member DTS_E_TXCHARMAP_CANTLINGUISTIC Column "%1" combines flags other than uppercase and lowercase with the linguistic casing operation.
Public fieldStatic member DTS_E_TXCHARMAP_CANTSIMPLECOMPLEX Column "%1" requests that Simple Chinese and Traditional Chinese characters be produced at the same time.
Public fieldStatic member DTS_E_TXCHARMAP_INVALIDMAPFLAGANDDATATYPE The data type of column "%1" cannot be mapped as specified.
Public fieldStatic member DTS_E_TXCHARMAPINVALIDCOLUMNDATATYPE The %1 has an unsupported data type. It must be DT_STR, DT_WSTR, DT_TEXT, or DT_NTEXT.
Public fieldStatic member DTS_E_TXCHARMAPLCMAPFAILED Transform failed to map string and returned error 0x%1!8.8X!. The LCMapString failed.
Public fieldStatic member DTS_E_TXCOPYMAP_INCORRECT_OUTPUT_COLUMN_MAPPING The output column with lineage ID "%1!d!" is incorrectly mapped to an input column. The CopyColumnId property of the output column is not correct.
Public fieldStatic member DTS_E_TXCOPYMAP_MISMATCHED_COLUMN_METADATA Columns with lineage IDs %1!d! and %2!d! have mismatched metadata. The input column that is mapped to an output column for copymap does not have the same metadata (data type, precision, scale, length, or codepage).
Public fieldStatic member DTS_E_TXDATACONVERTSTATIC_CANTCONVERTVALUE The data value cannot be converted for reasons other than sign mismatch or data overflow.
Public fieldStatic member DTS_E_TXDATACONVERTSTATIC_DATAOVERFLOW Conversion failed because the data value overflowed the type used by the data conversion transform.
Public fieldStatic member DTS_E_TXDATACONVERTSTATIC_SIGNMISMATCH Conversion failed because the data value was signed and the type used by the provider was unsigned.
Public fieldStatic member DTS_E_TXDATACONVERTSTATIC_TRUNCATED The data was truncated.
Public fieldStatic member DTS_E_TXDATACONVERTSTATIC_UNAVAILABLE No status is available.
Public fieldStatic member DTS_E_TXEXECPACKAGE_FAILTOEXECUTEPROJECTREF Failed to execute the project reference.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_EXTRACTORCANTWRITE Failed to write to file.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE Failed to open file for writing.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_ACCESSDENIED Opening the file for writing failed. You do not have the correct permissions.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILEEXISTS Opening a file for writing failed. The file already exists and cannot be overwritten. If both the AllowAppend property and the ForceTruncate property are set to FALSE, the existence of the file will cause this failure.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILENOTFOUND Opening the file for writing failed. The file cannot be found.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_PATHNOTFOUND Opening the file for writing failed. The path cannot be found.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_TOOMANYOPENFILES Opening the file for writing failed. There are too many files open.
Public fieldStatic member DTS_E_TXFILEEXTRACTORSTATIC_FILEWRITEERR_DISKFULL Attempting to open the file for writing failed because the disk is full.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD Failed to open file for reading.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_ACCESSDENIED Opening the file for reading failed. You do not have the correct permissions.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_FILENOTFOUND Opening a file for reading failed. The file was not found.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_PATHNOTFOUND Opening a file for reading failed. The path was not found.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_TOOMANYOPENFILES Opening the file for reading failed. There are too many files open.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_INSERTERCANTREAD Failed to read from file.
Public fieldStatic member DTS_E_TXFILEINSERTERSTATIC_INSERTERINVALIDBOM The byte order mark (BOM) value for the file is not valid. The ExpectBOM property was set for this file, but the BOM value in the file is missing or not valid.
Public fieldStatic member DTS_E_TXFUZZY_HIERARCHY_INCORRECT Levels in hierarchy should be unique numbers . Valid level in hierarchy values are integers greater than or equal to 1. The smaller the number is, the lower the column is in the hierarchy. The default value is 0, indicating that the column is not part of a hierarchy. Overlaps and gaps are not allowed.
Public fieldStatic member DTS_E_TXFUZZY_MATCHCONTRIBUTION_AND_HIERARCHY_SPECIFIED Both MatchContribution and hierarchy information cannot be specified at the same time. This is not allowed because these properties are both weighing factors for scoring.
Public fieldStatic member DTS_E_TXFUZZYGROUPING_INSUFFICIENT_FUZZY_JOIN_COLUMNS No columns to fuzzy group on were defined. There must be at least one input column with column properties ToBeCleaned=true and ExactFuzzy=2.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_COLUMNINVALID The column with ID '%1!d!' was not valid for an undetermined reason.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_IDENTIFIER_PROPERTY The name "%1" given for property "%2" is not a valid SQL identifier name. This error occurs if the name for the property does not conform to the specifications for a valid SQL identifier name.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_COPYCOLUMN_DATATYPES The copy columns, "%1" and "%2", do not have equal data types or are not trivially convertible string types. This occurs because copying from reference to output between columns with equal data types, or a DT_STR and DT_WSTR combination, is supported, but other types are not.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_EXACT_JOIN_DATATYPES The exact lookup columns, "%1" and "%2", do not have equal data types or are not comparable string types. Exact joins are supported between columns with equal data types or a DT_STR and DT_WSTR combination.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_FUZZY_JOIN_DATATYPES The fuzzy lookup specified between input column "%1" and reference column "%2" is not valid because fuzzy joins are only supported between string columns, types DT_STR and DT_WSTR.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_PASSTHRUCOLUMN_DATATYPES The passthrough columns, "%1" and "%2", do not have equal data types. Only columns with equal data types are supported as passthrough columns from input to output.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INDEX_DOES_NOT_CONTAIN_COLUMN The specified pre-existing match index "%1" was not originally built with fuzzy match information for column "%2". It must be rebuilt to include this information. This error occurs when the index was built with the column not being a fuzzy join column.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INDEXED_COLUMN_NOT_FOUND_IN_REF_TABLE The column "%1" in the pre-built index "%2" was not found in the reference table/query. This happens if the schema/query of the reference table has changed since the pre-existing match index was built.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX The table "%1" does not appear to be a valid pre-built match index. This error occurs the metadata record cannot be loaded from the specified pre-built index.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME The reference table name "%1" is not a valid SQL identifier. This error occurs the table name cannot be parsed from the input string. There may be unquoted spaces in the name. Verify that the name is correctly quoted.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_INVALID_PROPERTY_VALUE The value "%1" for property "%2" is not valid.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_MINSIMILARITY_INVALID The MinSimilarity threshold property on the Fuzzy Lookup transformation must be a value greater than or equal to 0.0 but less than 1.0.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_NO_JOIN_COLUMNS There were no input columns with a valid join to a reference table column. Make sure that there is at least one join defined using the input column properties JoinToReferenceColumn and JoinType.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_OLEDBERR_LOADCOLUMNMETADATA Encountered OLEDB error while loading column metadata.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_OUTPUT_COLUMN_MUST_BE_PASSTHRU_COLUMN_OR_A_COPY_COLUMN An output column must have exactly one CopyColumn or PassThruColumn property specified. This error occurs when neither the CopyColumn or the PassThruColumn properties, or both the CopyColumn and PassThruColumn properties, are set to non-empty values.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_OUTPUTLENGTHMISMATCH The length of output column '%1' is less than that of its source column '%2'.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_PASSTHRU_COLUMN_NOT_FOUND The source lineage id '%1!d!' specified for property '%2' on output column '%3' was not found in the input column collection. This occurs when the input column id specified on an output column as a passthrough column is not found in the set of inputs.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_REF_CONTAINS_NON_INTEGER_IDENT_COLUMN The reference table '%1' contains a non-integer type identity column which is not supported. Use a view of the table without the column '%2'. This error occurs because when a copy is made of the reference table, an integer identity column is added, and only one identity column is allowed per table.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX The reference table '%1' does not have a clustered index on an integer identity column, which is required if the property 'CopyRefTable' is set to FALSE. If CopyRefTable is false, the reference table must have a clustered index on an integer identity column.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG The length of string column '%1' exceeds 4000 characters. A conversion from DT_STR to DT_WSTR is necessary, so a truncation would occur. Either reduce the column width or use only DT_WSTR column types.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_TOKEN_TOO_LONG The component encountered a token that was larger than 2147483647 characters.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_TOOFEWREFERENCECOLUMNS Lookup reference metadata contains too few columns.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_TOOMANYPREFIXES The SQL object name '%1' specified for property '%2' contains more than the maximum number of prefixes. The maximum is 2.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_UNABLE_TO_READ_MATCH_INDEX Unable to read specified pre-built match index "%1". OLEDB Error code: 0x%2!8.8X!.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_UNABLETOLOCATEREFCOLUMN Cannot locate reference column "%1".
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_UNSUPPORTED_MATCH_INDEX_VERSION The version (%1) of the pre-existing match index "%2" is not supported. The version expected is "%3". This error occurs if the version persisted in the index metadata does not match the version which the current code was built for. Fix the error by rebuilding the index with the current version of the code.
Public fieldStatic member DTS_E_TXFUZZYLOOKUP_UNSUPPORTEDDATATYPE The data type of column '%1' is not supported.
Public fieldStatic member DTS_E_TXGROUPDUPS_INPUTCOLUMNNOTJOINED The input column "%1" referenced by the "%2" property on output column "%3" must have property ToBeCleaned=True and have a valid ExactFuzzy property value.
Public fieldStatic member DTS_E_TXLINEAGEDATATYPEMISMATCH The datatype for "%1" is not valid for the specified lineage item.
Public fieldStatic member DTS_E_TXLINEAGEINVALIDLENGTH The length for "%1" is not valid for the specified lineage item.
Public fieldStatic member DTS_E_TXLINEAGEINVALIDLINEAGEITEM Lineage item value %1!ld! is not valid. The valid range is between %2!ld! and %3!ld!.
Public fieldStatic member DTS_E_TXLOOKUP_CANCEL_REQUESTED Lookup transform has received a cancel request from the user.
Public fieldStatic member DTS_E_TXLOOKUP_DUPLICATE_KEYS Duplicate keys from the lookup.
Public fieldStatic member DTS_E_TXLOOKUP_FAILEDUPGRADE_BAD_VERSION Unable to upgrade lookup metadata from version %1!d! to %2!d!. The Lookup transform was unable to upgrade metadata from the existing version number in a call to PerformUpgrade().
Public fieldStatic member DTS_E_TXLOOKUP_HASHNODEHEAP_CREATEERR Unable to allocate memory to create a heap for hash nodes.
Public fieldStatic member DTS_E_TXLOOKUP_HASHNODEHEAP_MALLOCERR Unable to allocate memory for a hash node heap.
Public fieldStatic member DTS_E_TXLOOKUP_HASHTABLE_MALLOCERR Unable to allocate memory for hash table.
Public fieldStatic member DTS_E_TXLOOKUP_INCOMPATIBLEDATATYPES %1 and reference column named "%2" have incompatible data types.
Public fieldStatic member DTS_E_TXLOOKUP_INCORRECTNUMOFPARAMETERS The parameterized SQL statement contains an incorrect number of parameters. Expected %1!d!, but found %2!d!.
Public fieldStatic member DTS_E_TXLOOKUP_INDEXCOLUMNREUSED The cache index column __ is referenced by more than one lookup input column.
Public fieldStatic member DTS_E_TXLOOKUP_INDEXCOLUMNSMISMATCH Lookup does not reference all cache connection manager index columns. Number of joined columns in lookup: __. Number of index columns: __.
Public fieldStatic member DTS_E_TXLOOKUP_INVALID_CASE An invalid case was encountered in a switch statement during runtime.
Public fieldStatic member DTS_E_TXLOOKUP_INVALIDCOPYTYPE %1 has a data type which cannot be copied.
Public fieldStatic member DTS_E_TXLOOKUP_INVALIDJOINTYPE %1 has a data type which cannot be joined on.
Public fieldStatic member DTS_E_TXLOOKUP_INVALIDMAXMEMORYPROP The value for custom property %1 is incorrect. It should be a number between %2!d! and %3!I64d!.
Public fieldStatic member DTS_E_TXLOOKUP_LRUNODEHEAP_CREATEERR Unable to create a heap for LRU nodes. An out-of-memory condition occurred.
Public fieldStatic member DTS_E_TXLOOKUP_LRUNODEHEAP_MALLOCERR Unable to allocate memory for the LRU node heap. An out-of-memory condition occurred.
Public fieldStatic member DTS_E_TXLOOKUP_MAINWORKSPACE_CREATEERR Unable to create a main workspace buffer.
Public fieldStatic member DTS_E_TXLOOKUP_MAINWORKSPACE_MALLOCERR Unable to allocate memory for a new row for the main workspace buffer. An out-of-memory condition occurred.
Public fieldStatic member DTS_E_TXLOOKUP_MALLOCERR_BUFFCOL Unable to allocate memory for an array of BUFFCOL structures for the creation of a main workspace.
Public fieldStatic member DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNINFO Unable to allocate memory for an array of ColumnInfo structures.
Public fieldStatic member DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNPAIR Could not allocate memory for an array of ColumnPair structures.
Public fieldStatic member DTS_E_TXLOOKUP_METADATAXMLCACHEERR Unable to cache reference metadata.
Public fieldStatic member DTS_E_TXLOOKUP_NOJOINS The lookup transform must contain at least one input column joined to a reference column, and none were specified. You must specify at least one join column.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_BINDPARAMETERS OLE DB error occurred while binding parameters. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_CREATEBINDING OLE DB error occurred while creating bindings. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_FILLBUFFER OLE DB error occurred while populating internal cache. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_GETIROWSET OLE DB error occurred while fetching rowset. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_GETPARAMIROWSET OLE DB error occurred while fetching parameterized rowset. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_GETPARAMSINGLEROW OLE DB error occurred while fetching parameterized row. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_OLEDBERR_LOADCOLUMNMETADATA OLE DB error occurred while loading column metadata. Check SQLCommand and SqlCommandParam properties.
Public fieldStatic member DTS_E_TXLOOKUP_PARAMMETADATAMISMATCH The parameterized SQL statement yields metadata which does not match the main SQL statement.
Public fieldStatic member DTS_E_TXLOOKUP_REFCOLUMNISNOTINDEX The lookup input column __ references non-index cache column __.
Public fieldStatic member DTS_E_TXLOOKUP_REINITMETADATAFAILED The call to Lookup transform method, ReinitializeMetadata, failed.
Public fieldStatic member DTS_E_TXLOOKUP_ROWLOOKUPERROR Row yielded no match during lookup.
Public fieldStatic member DTS_E_TXLOOKUP_TOOFEWREFERENCECOLUMNS The Lookup transformation reference metadata contains too few columns. Check the SQLCommand property. The SELECT statement must return at least one column.
Public fieldStatic member DTS_E_TXLOOKUP_UNABLETOLOCATEREFCOLUMN Unable to locate reference column "%1".
Public fieldStatic member DTS_E_TXLOOKUP_UNUSEDINPUTCOLUMN __ not used in join or copy. Please remove the unused column from the input column list.
Public fieldStatic member DTS_E_TXMERGEJOINCOMPARISONFLAGSMISMATCH The comparison flags for the columns with SortKeyPosition value %1!ld! do not match.
Public fieldStatic member DTS_E_TXMERGEJOINDATATYPEMISMATCH Data type mismatch occurred. The data types for the columns with SortKeyPosition value %1!ld! do not match.
Public fieldStatic member DTS_E_TXMERGEJOININVALIDJOINTYPE The JoinType custom property for the %1 contains a value of %2!ld!, which is not valid. Valid values are 0 (full), 1 (left), or 2 (inner).
Public fieldStatic member DTS_E_TXMERGEJOININVALIDNUMKEYCOLS The NumKeyColumns value is not valid. In the %1, the value for the NumKeyColumns custom property must be between 1 and %2!lu!.
Public fieldStatic member DTS_E_TXMERGEJOININVALIDSORTKEYPOS The column with the SortKeyPosition value of %1!ld! is not valid. It should be %2!ld!.
Public fieldStatic member DTS_E_TXMERGEJOINMUSTHAVESAMENUMBEROFINPUTANDOUTPUTCOLS The number of input and output columns are not equal. The total number of input columns on all inputs must be the same as the total number of output columns.
Public fieldStatic member DTS_E_TXMERGEJOINNONSTRINGCOMPARISONFLAGSNOTZERO The comparison flags are not zero. The comparison flags for non-string columns must be zero.
Public fieldStatic member DTS_E_TXMERGEJOINNOTENOUGHKEYCOLS Not enough key columns. The %1 must have at least %2!ld! columns with non-zero SortKeyPosition values.
Public fieldStatic member DTS_E_TXMERGEJOINOUTPUTCOLMUSTHAVEASSOCIATEDINPUTCOL Missing column. The %1 must have an associated input column.
Public fieldStatic member DTS_E_TXMERGEJOINREADONLYINPUTCOLSWITHNOOUTPUTCOL Input columns must have output columns. There are input columns with a usage type of read-only that do not have associated output columns.
Public fieldStatic member DTS_E_TXMERGEJOINSORTDIRECTIONMISMATCH Sort direction mismatch. The sort directions for the columns with SortKeyPosition value %1!ld! do not match.
Public fieldStatic member DTS_E_TXMERGESORTKEYPOSMISMATCH There are output columns that have SortKeyPosition values that don't match the associated input columns' SortKeyPosition.
Public fieldStatic member DTS_E_TXNSPECINVALID Transaction cannot be specified when a retained connection is used. This error occurs when Retain is set to TRUE on the connection manager, but AcquireConnection was called with a non-null transaction parameter.
Public fieldStatic member DTS_E_TXPIVOTBADOUTPUTTYPE Incorrect output type. The output column "%1" (%2!d!) must have the same data type and metadata as the input column to which it is mapped.
Public fieldStatic member DTS_E_TXPIVOTBADPIVOTKEYCONVERT Cannot convert the pivot key value "%1" to the data type of the pivot key column.
Public fieldStatic member DTS_E_TXPIVOTBADPIVOTKEYVALUE The pivot key value "%1" is not valid.
Public fieldStatic member DTS_E_TXPIVOTBADPIVOTKEYVALUENOSTRING Unrecognized pivot key value.
Public fieldStatic member DTS_E_TXPIVOTBADUSAGE The PivotUsage value for the input column "%1" (%2!d!) is not valid.
Public fieldStatic member DTS_E_TXPIVOTCANTCOMPARESETKEYS Failure occurred while comparing values for the set keys.
Public fieldStatic member DTS_E_TXPIVOTCANTMAPPINGNOTFOUND Output column "%1" (%2!d!) has a SourceColumn %3!d! that is not a valid input column lineage ID.
Public fieldStatic member DTS_E_TXPIVOTCANTMAPPIVOTKEY Output column "%1" (%2!d!) cannot be mapped to PivotKey input column.
Public fieldStatic member DTS_E_TXPIVOTDUPLICATEPIVOTKEYVALUE Output column "%1" (%2!d!) is mapped to a Pivoted Value input column with a non-unique PivotKeyValue property value.
Public fieldStatic member DTS_E_TXPIVOTEMPTYPIVOTKEYVALUE Output column "%1" (%2!d!) is mapped to a Pivoted Value input column, but its PivotKeyValue property value is missing.
Public fieldStatic member DTS_E_TXPIVOTINPUTALREADYMAPPED More than one output column (such as "%1" (%2!d!)) is mapped to input column "%3" (%4!d!).
Public fieldStatic member DTS_E_TXPIVOTNOBLOB The Input column "%1" (%2!d!) cannot be used as a Set Key, Pivot Key, or Pivot Value because it contains long data.
Public fieldStatic member DTS_E_TXPIVOTNOPIVOTKEY No Pivot Key found. One input column must be used as the Pivot Key.
Public fieldStatic member DTS_E_TXPIVOTOUTPUTNOTMAPPED Input column "%1" (%2!d!) is not mapped to any output column.
Public fieldStatic member DTS_E_TXPIVOTPROCESSERROR Failure when trying to pivot the source records.
Public fieldStatic member DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUE Duplicate pivot key value "%1".
Public fieldStatic member DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUENOSTRING Duplicate pivot key value.
Public fieldStatic member DTS_E_TXPIVOTTOOMANYPIVOTKEYS Too many Pivot Keys found. Only one input column can be used as the Pivot Key.
Public fieldStatic member DTS_E_TXSAMPLINGINVALIDPCT The percentage, %2!ld!, is not valid for the "%1" property. It must be between 0 and 100.
Public fieldStatic member DTS_E_TXSAMPLINGINVALIDROWS The number of rows, %2!ld!, is not valid for the "%1" property. It must be greater than 0.
Public fieldStatic member DTS_E_TXSCD_CANNOTFINDEXTERNALCOLUMN Cannot find external column with name "%1".
Public fieldStatic member DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES The input column "%1" cannot be mapped to external column "%2" because they have different data types. The Slowly Changing Dimension transform does not allow mapping between column of different types except for DT_STR and DT_WSTR.
Public fieldStatic member DTS_E_TXSCD_FIXEDATTRIBUTECHANGE If the FailOnFixedAttributeChange property is set to TRUE, the transformation will fail when a fixed attribute change is detected. To send rows to the Fixed Attribute output, set the FailOnFixedAttributeChange property to FALSE.
Public fieldStatic member DTS_E_TXSCD_INFERREDINDICATORNULL Inferred indicator column must be null.
Public fieldStatic member DTS_E_TXSCD_INFFEREDINDICATORNOTBOOL Inferred indicator column "%1" must be of type DT_BOOL.
Public fieldStatic member DTS_E_TXSCD_INVALIDINPUTCOLUMNTYPE The ColumnType property of "%1" is not valid. The current value is outside the range of acceptable values.
Public fieldStatic member DTS_E_TXSCD_INVALIDNUMBERSOFPARAMETERS There must be at least one column type of Key on the input of a Slowly Changing Dimension transformation. Set at least one column type to Key.
Public fieldStatic member DTS_E_TXSCD_LOOKUPFAILURE The Lookup transformation failed to retrieve any rows. The transform fails when the FailOnLookupFailure is set to TRUE and no rows are retrieved.
Public fieldStatic member DTS_E_TXSCD_MAINWORKSPACE_CREATEERR Unable to create workspace buffer.
Public fieldStatic member DTS_E_TXSCD_MALLOCERR_BUFFCOL Unable to allocate memory.
Public fieldStatic member DTS_E_TXSCD_MALLOCERR_REFERENCECOLUMNINFO Unable to allocate memory.
Public fieldStatic member DTS_E_TXSCD_NOTYPEDCOLUMNSATINPUT There must be at least one column of Fixed, Changing, or Historical type on the input of a Slowly Changing Dimension transform. Verify that at least one column is a FixedAttribute, ChangingAttribute, or HistoricalAttribute.
Public fieldStatic member DTS_E_TXSCD_OLEDBERR_LOADCOLUMNMETADATA Encountered OLEDB error while loading column metadata.
Public fieldStatic member DTS_E_TXSCD_TOOFEWREFERENCECOLUMNS Lookup reference metadata contains too few columns.
Public fieldStatic member DTS_E_TXSCRIPTMIGRATIONCOULDNOTADDREFERENCE Failed to add project reference "%1" while migrating %2. Migration might need to be completed manually.
Public fieldStatic member DTS_E_TXSCRIPTMIGRATIONMULTIPLEENTRYPOINTSFOUND Multiple entry points with the name "%1" were found during the migration of %2. Migration might need to be completed manually.
Public fieldStatic member DTS_E_TXSCRIPTMIGRATIONNOENTRYPOINTFOUND No entry point was found during the migration of %1. Migration might need to be completed manually.
Public fieldStatic member DTS_E_TXSPLITEXPRESSIONEVALUATEDTONULL The expression "%1" on "%2" evaluated to NULL, but the "%3" requires a Boolean results. Modify the error row disposition on the output to treat this result as False (Ignore Failure) or to redirect this row to the error output (Redirect Row). The expression results must be Boolean for a Conditional Split. A NULL expression result is an error.
Public fieldStatic member DTS_E_TXSPLITSTATIC_EXPRESSIONEVALUATEDTONULL The expression evaluated to NULL, but a Boolean result is required. Modify the error row disposition on the output to treat this result as False (Ignore Failure) or to redirect this row to the error output (Redirect Row). The expression results must be Boolean for a Conditional Split. A NULL expression result is an error.
Public fieldStatic member DTS_E_TXTERMLOOKUP_MISMATCHED_COLUMN_METADATA Columns with lineage IDs %1!d! and %2!d! have mismatched metadata. The input column that is mapped to an output column does not have the same metadata (data type, precision, scale, length, or code page).
Public fieldStatic member DTS_E_TXUNIONALL_EXTRADANGLINGINPUT The %1 is an extra unattached input and will be removed.
Public fieldStatic member DTS_E_TXUNIONALL_NONDANGLINGUNATTACHEDINPUT The %1 is not attached but is not marked as dangling. It will be marked as dangling.
Public fieldStatic member DTS_E_TXUNPIVOTBADKEYLIST PivotKeyValue is not valid. In an UnPivot transform with more than one unpivoted DestinationColumn, the set of PivotKeyValues per destination must match exactly.
Public fieldStatic member DTS_E_TXUNPIVOTBADUNPIVOTMETADATA Incorrect UnPivot metadata. In an UnPivot transform, all input columns with a PivotKeyValue that is set, and are pointing to the same DestinationColumn, must have metadata that exactly matches the DestinationColumn.
Public fieldStatic member DTS_E_TXUNPIVOTDUPLICATEDESTINATION Duplicate destination error. More than one non-pivoted input column is mapped to the same destination output column.
Public fieldStatic member DTS_E_TXUNPIVOTDUPLICATEPIVOTKEYVALUE Duplicate PivotKeyValue. Input column "%1" (%2!d!) is mapped to a Pivoted Value output column and has a non-unique PivotKeyValue.
Public fieldStatic member DTS_E_TXUNPIVOTNOPIVOT No output column is marked as the PivotKey.
Public fieldStatic member DTS_E_TXUNPIVOTNOTINPUTMAP Input column "%1" (%2!d!) has a DestinationColumn property value that does not refer to a valid output column LineageID.
Public fieldStatic member DTS_E_TXUNPIVOTNOUNPIVOTDESTINATION No unpivot destination found. At least one input column must be mapped with a PivotKeyValue to an DestinationColumn in the output.
Public fieldStatic member DTS_E_TXUNPIVOTTOOMANYPIVOTKEYS Too many Pivot Keys specified. Only one output column can be used as the Pivot Key.
Public fieldStatic member DTS_E_TXUNPIVOTUNMAPPEDOUTPUT Output column "%1" (%2!d!) is not mapped by any input column's DestinationColumn property.
Public fieldStatic member DTS_E_UNABLETODECODEBINARYFORMAT Unable to decode a binary format in the package.
Public fieldStatic member DTS_E_UNABLETOFINDCOLUMNHANDLEININPUTBUFFER Cannot find column with lineage ID %1!d! in input buffer.
Public fieldStatic member DTS_E_UNABLETOFINDCOLUMNHANDLEINOUTPUTBUFFER Cannot find column with lineage ID %1!d! in output buffer.
Public fieldStatic member DTS_E_UNABLETOGETINPUTBUFFERHANDLE Cannot get input buffer handle for input ID %1!d!.
Public fieldStatic member DTS_E_UNABLETOGETLOCALIZEDRESOURCE Unable to load a localized resource ID %1!d!. Verify that the RLL file is present.
Public fieldStatic member DTS_E_UNABLETOGETOUTPUTBUFFERHANDLE Cannot get output buffer handle for output ID %1!d!.
Public fieldStatic member DTS_E_UNABLETOLOCATEINPUTCOLUMNID An input column with the lineage ID %1!d!, referenced in the ParameterMap custom property with the parameter on position number %2!d!, cannot be found in the input columns collection.
Public fieldStatic member DTS_E_UNABLETOPOPRESULT Cannot populate the result columns for a single row result type. The query returned an empty result set.
Public fieldStatic member DTS_E_UNABLETORETRIEVECOLUMNINFO Unable to retrieve column information from the data source. Make sure your target table in the database is available.
Public fieldStatic member DTS_E_UNABLETORETRIEVECOLUMNINFOFROMFLATFILECONNECTIONMANAGER Unable to retrieve column information from the flat file connection manager.
Public fieldStatic member DTS_E_UNABLETORETRIEVEMETADATA The metadata for "%1" cannot be retrieved. Make sure the object name is correct and the object exists.
Public fieldStatic member DTS_E_UNABLETOSAVETOFILE Unable to save xml to "%1". The file may be read only.
Public fieldStatic member DTS_E_UNABLETOSETUPDISKIOBUFFER An error occurred while setting up the disk I/O buffer.
Public fieldStatic member DTS_E_UNABLETOWRITELOBDATATOBUFFER Writing long object data of type DT_TEXT, DT_NTEXT, or DT_IMAGE to Data Flow task buffer failed for column "%1".
Public fieldStatic member DTS_E_UNEXPECTEDCOLUMNDATATYPE The data type specified for column "%1" is not the expected type "%2".
Public fieldStatic member DTS_E_UNKNOWN Unknown field.
Public fieldStatic member DTS_E_UNKNOWNCOMPONENTHASINVALIDCLSID The CLSID for one of the components is not valid. Verify that all the components in the pipeline have valid CLSIDs.
Public fieldStatic member DTS_E_UNKNOWNCONNECTIONMANAGERTYPE The connection type "%1" specified for connection manager "%2" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.
Public fieldStatic member DTS_E_UNKNOWNCONNECTIONMANAGERTYPENOSUBS The connection type specified for connection manager is not a valid connection manager type. This error occurs when an attempt is made to create a connection manager for unknown connection type. Verify the spelling of the connection type name.
Public fieldStatic member DTS_E_UNKNOWNLOGPROVIDERTYPE The log provider type "%1" specified for log provider "%2" is not recognized as a valid log provider type. This error occurs when an attempt is made to create a log provider for unknown log provider type. Verify the spelling in the log provider type name.
Public fieldStatic member DTS_E_UNKNOWNLOGPROVIDERTYPENOSUBS The log provider type is not recognized as a valid log provider type. This error occurs when an attempt is made to create a log provider for unknown log provider type. Verify the spelling in the log provider type name.
Public fieldStatic member DTS_E_UNKNOWNSTATUSCODE Server returned status code - %1!u! : %2. This error occurs when the server is experiencing problems.
Public fieldStatic member DTS_E_UNMAPPEDINPUTCOLUMN The %1 is not mapped to an output column.
Public fieldStatic member DTS_E_UNPROTECTCONNECTIONSTRINGFAILED Failed to decrypt protected connection string for server "%1" with error 0x%2!8.8X! "%3". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.
Public fieldStatic member DTS_E_UNPROTECTXMLFAILED Failed to decrypt protected XML node "%1" with error 0x%2!8.8X! "%3". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.
Public fieldStatic member DTS_E_UNQUOTEDSEMICOLON The connection string components cannot contain unquoted semicolons. If the value must contain a semicolon, enclose the entire value in quotes. This error occurs when values in the connection string contain unquoted semicolons, such as the InitialCatalog property.
Public fieldStatic member DTS_E_UNRECOGNIZEDERRORCODE The specified error code is not associated with this component.
Public fieldStatic member DTS_E_UNREFERENCEDINPUTCOLUMN The input column "%1" is not referenced.
Public fieldStatic member DTS_E_UNREGISTEREDPIPELINEXML_LOAD Data Flow objects cannot be loaded. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.
Public fieldStatic member DTS_E_UNREGISTEREDPIPELINEXML_SAVE Data Flow objects cannot be saved. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.
Public fieldStatic member DTS_E_UNSAFEVARIABLESALREADYSET The VariableDspenser received an unsafe Variables collection. This operation cannot be repeated.
Public fieldStatic member DTS_E_UNSUPPORTEDARRAYTYPE Unsupported type in array. This happens when saving an array of unsupported types into a variable.
Public fieldStatic member DTS_E_UNSUPPORTEDSQLVERSION The attempted operation is not supported with this database version.
Public fieldStatic member DTS_E_UNSUPPORTEDVARIABLETYPE The variable %1 is required to be of type "%2".
Public fieldStatic member DTS_E_UNTRUSTEDSIGNATURE The digital signature is valid; however the signer is not trusted and, therefore, authenticity cannot be guaranteed.
Public fieldStatic member DTS_E_UNUSABLETEMPORARYPATH The buffer manager could not create a temporary file on the path "%1". The path will not be considered for temporary storage again.
Public fieldStatic member DTS_E_UPGRADEFAILED The component metadata for "%1" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.
Public fieldStatic member DTS_E_USEBINARYFORMATREQUIRESANSIFILE The custom property "%1" on %2 can only be used with ansi files.
Public fieldStatic member DTS_E_USEBINARYFORMATREQUIRESBYTES The custom property "%1" on %2 can only be used with DT_BYTES.
Public fieldStatic member DTS_E_USERCOMPONENTEXCEPTION A managed user component has thrown exception "%1".
Public fieldStatic member DTS_E_UTF16BIGENDIANFORMATNOTSUPPORTED The file format of UTF-16 big endian is not supported. Only UTF-16 little endian format is supported.
Public fieldStatic member DTS_E_UTF8FORMATNOTSUPPORTEDASUNICODE The file format of UTF-8 is not supported as Unicode.
Public fieldStatic member DTS_E_VALIDATECOLUMNMETADATAFAILED Column metadata validation failed.
Public fieldStatic member DTS_E_VALIDATIONFAILED The layout and one or more components failed validation.
Public fieldStatic member DTS_E_VALIDATIONFAILEDONCOMPONENTS One or more component failed validation.
Public fieldStatic member DTS_E_VALIDATIONFAILEDONLAYOUT The layout failed validation.
Public fieldStatic member DTS_E_VALUE_WEBSERVICETASK_NOT_COMPLEX The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type ComplexValue.
Public fieldStatic member DTS_E_VALUEINDEXNEGATIVE The value index is negative. The ForEach Variable Mapping number %1!d! to variable "%2".
Public fieldStatic member DTS_E_VALUEINDEXNOTINTEGER The value index is not an integer . Mapping a For Each Variable number %1!d! to the variable "%2".
Public fieldStatic member DTS_E_VARIABLEACCESSFAILED Accessing variable "%1" failed with error code 0x%2!8.8X!.
Public fieldStatic member DTS_E_VARIABLEALREADYONREADLIST The variable "%1" is already on the read list. A variable may only be added once to either the read lock list or the write lock list.
Public fieldStatic member DTS_E_VARIABLEALREADYONWRITELIST The variable "%1" is already on the write list. A variable may only be added once to either the read lock list or the write lock list.
Public fieldStatic member DTS_E_VARIABLEDEADLOCK Deadlock detected while trying to lock variables. The locks cannot be acquired after 16 attempts. The locks timed out.
Public fieldStatic member DTS_E_VARIABLEDEADLOCK_BOTH A deadlock was detected while trying to lock variables "%1" for read access and variables "%2" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.
Public fieldStatic member DTS_E_VARIABLEDEADLOCK_READ A deadlock was detected while trying to lock variable "%1" for read access. A lock could not be acquired after 16 attempts and timed out.
Public fieldStatic member DTS_E_VARIABLEDEADLOCK_READWRITE A deadlock was detected while trying to lock variables "%1" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.
Public fieldStatic member DTS_E_VARIABLEEXPRESSIONERROR The expression for variable "%1" failed evaluation. There was an error in the expression.
Public fieldStatic member DTS_E_VARIABLEINVALIDCONTAINERREF Invalid attempt to set a variable to a container reference. Variables are not allowed to reference containers.
Public fieldStatic member DTS_E_VARIABLENOTFOUND The variable cannot be found. This occurs when an attempt is made to retrieve a variable from the Variables collection on a container during execution of the package, and the variable is not there. The variable name may have changed or the variable is not being created.
Public fieldStatic member DTS_E_VARIABLENOTFOUNDINCOLL The variable "%1" cannot be found. This error occurs when an attempt to retrieve a variable from a variables collection on a container during execution of the package occurs, and the variable is not there. A variable name may have changed or the variable is not being created.
Public fieldStatic member DTS_E_VARIABLEREADONLY Error trying to write to a read-only variable, "%1".
Public fieldStatic member DTS_E_VARIABLESALREADYUNLOCKED This Variables collection has already been unlocked. The Unlock method is called only once on a dispensed Variables collection.
Public fieldStatic member DTS_E_VARIABLESCOLLECTIONUNAVAILABLE The Variables collection is not available.
Public fieldStatic member DTS_E_VARIABLEUNLOCKFAILED One or more variables failed to unlock.
Public fieldStatic member DTS_E_VERCOMMENTSTOOLONG VersionComments property is too long. The limit is 1024 characters. Try shortening the VersionComments.
Public fieldStatic member DTS_E_VERSIONUPGRADEFAILED The upgrade from version "%1" to version %2!d! failed.
Public fieldStatic member DTS_E_VIRTUALNOTSEQUENTIAL Buffer ID %1!d! supports other virtual buffers and cannot be placed into sequential mode. IDTSBuffer100.SetSequentialMode was called on a buffer that supports virtual buffers.
Public fieldStatic member DTS_E_WAITFORMUTEXFAILED Failed to acquire mutex "__" with error __.
Public fieldStatic member DTS_E_WEBSERVICETASK_ARRAY_VALUE_INVALID The format of the ArrayValue is not valid. There should be at least one element in the array.
Public fieldStatic member DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_CONNECTION There was an error acquiring the HTTP connection. Verify that a valid connection type is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_FILE_CONNECTION There was an error in acquiring the file connection. Verify that a valid file connection is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_CANNOT_GEN_PROXY Could not generate the proxy for the given web service. The following errors were encountered while generating the proxy "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_CANNOT_LOAD_PROXY Could not load the proxy for the given web service. The exact error is as follows: "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_CLEANUP_FAILED The cleanup process has failed for the given web service.
Public fieldStatic member DTS_E_WEBSERVICETASK_CONNECTION_ALREADY_EXISTS Connection by this name already exists.
Public fieldStatic member DTS_E_WEBSERVICETASK_CONNECTION_NAME_NULL The connection is empty. Verify that a valid HTTP connection is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_CONNECTION_NOT_FOUND The connection does not exist. Verify that a valid, existing HTTP connection is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_CONNECTION_NOT_HTTP The connection specified is not a HTTP connection. Verify that a valid HTTP connection is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_CONNECTIONNOTFOUND The connection cannot be found.
Public fieldStatic member DTS_E_WEBSERVICETASK_CONVERT_FAILED Could not convert "%1" to "%2".
Public fieldStatic member DTS_E_WEBSERVICETASK_CREATE_INSTANCE_FAILED Could not create an object of type "%1". Please check whether the default constructor exists.
Public fieldStatic member DTS_E_WEBSERVICETASK_DATATYPE_NOT_SUPPORTED Only Complex Types with Primitive values, Primitive Arrays, and Enumerations are supported.
Public fieldStatic member DTS_E_WEBSERVICETASK_DATATYPE_NULL The data type cannot be null. Specify the value of the data type to validate.
Public fieldStatic member DTS_E_WEBSERVICETASK_ENUM_NO_VALUES The enum "%1" does not have any values. The WSDL is corrupted.
Public fieldStatic member DTS_E_WEBSERVICETASK_ENUM_VALUE_NOT_FOUND The enumeration Value is not correct.
Public fieldStatic member DTS_E_WEBSERVICETASK_ERROR_IN_DOWNLOAD Could not read the WSDL file. The input WSDL file is not valid. The reader threw the following error: "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_ERROR_IN_LOAD_FROM_XML Error occurred in LoadFromXML at the tag "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_ERROR_IN_SAVE_TO_XML Error occurred in SaveToXML at the tag "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_ERROR_IN_VALIDATE Could not validate "%1" against "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_FILE_CONN_NOT_FOUND Cannot save the result. Verify that there is an existing file connection.
Public fieldStatic member DTS_E_WEBSERVICETASK_FILE_NOT_FOUND Cannot save the result. Verify that the file exists.
Public fieldStatic member DTS_E_WEBSERVICETASK_FILE_NULL Cannot save the result. The file name is empty or the file is in use by another process.
Public fieldStatic member DTS_E_WEBSERVICETASK_INDEX_OUT_OF_BOUNDS The ParamValue cannot be inserted at this position. The index specified might be lesser than zero or greater than the length.
Public fieldStatic member DTS_E_WEBSERVICETASK_INVALID_SERVICE Could not find the specified service. The exact error is as follows: "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_INVOKE_ERR Could not execute the web method. The exact error is as follows: "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_METHODINFO_NULL MethodInfo cannot be null.
Public fieldStatic member DTS_E_WEBSERVICETASK_METHODNAME_NULL The web method name is empty. Verify that a valid web method is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_MSG_NOT_FOUND Cannot find the message that corresponds to the method specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_NOT_HTTP_CONNECTION The connection specified is not a HTTP connection. Verify that a valid HTTP connection is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_NOT_PRIMITIVE_TYPE "%1" is not a value type.
Public fieldStatic member DTS_E_WEBSERVICETASK_NULL_CONNECTION Connection cannot be null or empty.
Public fieldStatic member DTS_E_WEBSERVICETASK_NULL_VALUE Cannot validate a null against any data type.
Public fieldStatic member DTS_E_WEBSERVICETASK_OUTPUTLOC_NULL The output location is empty. Verify that an existing file connection or variable is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_PARAMTYPE_NOT_SUPPORTED Only Primitive, Enum, Complex, PrimitiveArray, and ComplexArray types are supported.
Public fieldStatic member DTS_E_WEBSERVICETASK_PROP_NOT_EXISTS The class specified does not contain a public property by the name "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_SELECTED_VALUE_NULL The value of the enumeration cannot be null. Select a default value for the enumeration.
Public fieldStatic member DTS_E_WEBSERVICETASK_SERVICE_DESC_NULL Service Description cannot be null.
Public fieldStatic member DTS_E_WEBSERVICETASK_SERVICE_NOT_FOUND The service is not currently available.
Public fieldStatic member DTS_E_WEBSERVICETASK_SERVICE_NULL The Web Service name is empty. Verify that a valid web service name is specified.
Public fieldStatic member DTS_E_WEBSERVICETASK_SERVICENULL Service name cannot be null.
Public fieldStatic member DTS_E_WEBSERVICETASK_SOAPBINDING_NOT_FOUND Failed to parse the Web Services Description Language (WSDL). Cannot find the Binding that corresponds to the SOAP port.
Public fieldStatic member DTS_E_WEBSERVICETASK_SOAPPORT_NOT_FOUND The service is not available on the SOAP port.
Public fieldStatic member DTS_E_WEBSERVICETASK_SOAPPORTTYPE_NOT_FOUND Failed to parse the Web Services Description Language (WSDL). Cannot find a PortType that corresponds to the SOAP port.
Public fieldStatic member DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_NULL_XML_ELEMENT Cannot initialize the task with a null XML element.
Public fieldStatic member DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT The Web Service Task is initiated with an incorrect XML element.
Public fieldStatic member DTS_E_WEBSERVICETASK_TASK_SAVE_TO_NULL_XML_ELEMENT Cannot save the task to a null XML document.
Public fieldStatic member DTS_E_WEBSERVICETASK_TYPE_NOT_PRIMITIVE The WebMethodInfo you have specified is wrong. "%1" is not Primitive Type.
Public fieldStatic member DTS_E_WEBSERVICETASK_UNEXPECTED_XML_ELEMENT Unexpected XML element found.
Public fieldStatic member DTS_E_WEBSERVICETASK_VALUE_NOT_ARRAY The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type ArrayValue.
Public fieldStatic member DTS_E_WEBSERVICETASK_VALUE_NOT_ENUM The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type EnumValue.
Public fieldStatic member DTS_E_WEBSERVICETASK_VALUE_NOT_PRIMITIVE The specified WebMethodInfo is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue is not of type PrimitiveValue.
Public fieldStatic member DTS_E_WEBSERVICETASK_VARIABLE_NOT_FOUND The variable cannot be found. Verify that the variable exists in the package.
Public fieldStatic member DTS_E_WEBSERVICETASK_VARIABLE_READONLY Cannot save the result. Verify that the variable is not read-only.
Public fieldStatic member DTS_E_WEBSERVICETASK_WEBMETHOD_INVOKE_FAILED The Web Service threw the following error during method execution: "%1".
Public fieldStatic member DTS_E_WEBSERVICETASK_WEBMETHODINFO_NULL The web method is empty or may not exist. Verify that there is an existing web method to specify.
Public fieldStatic member DTS_E_WEBSERVICETASK_WRONG_WSDL The input WSDL file is not valid.
Public fieldStatic member DTS_E_WEBSERVICETASK_WRONG_XML_ELEMENT Initiailized with an incorrrect XML element.
Public fieldStatic member DTS_E_WEBSERVICETASK_WSDL_NOT_FOUND The specified Uniform Resource Identifier (URI) does not contain a valid WSDL.
Public fieldStatic member DTS_E_WEBSERVICETASK_WSDL_NULL URL cannot be null.
Public fieldStatic member DTS_E_WEBSERVICETASK_WSDL_VERSION_NOT_SUPPORTED This version of WSDL is not supported.
Public fieldStatic member DTS_E_WEBSERVICETASK_XML_ATTRIBUTE_NOT_FOUND A mandatory attribute is not found.
Public fieldStatic member DTS_E_WINHTTPCANNOTCONNECT Connection to server %1 cannot be established. This error can occur when the server does not exist, or the proxy settings are incorrect.
Public fieldStatic member DTS_E_WINHTTPCERTDECODE Internal error occurred while loading the certificate. This error could occur when the certificate data is invalid.
Public fieldStatic member DTS_E_WINHTTPCERTENCODE Internal error occurred while saving the certificate data.
Public fieldStatic member DTS_E_WINHTTPNOTSUPPORTED This platform is not supported by WinHttp services.
Public fieldStatic member DTS_E_WINHTTPOPEN Error initializing HTTP session with proxy "%1". This error can occur when an invalid proxy was specified. HTTP connection manager only supports CERN-type proxies.
Public fieldStatic member DTS_E_WINHTTPUNKNOWNERROR Request cannot be processed. Try again later.
Public fieldStatic member DTS_E_WMIDRTASK_CANTWRITETOVAR Unable to write to variable "%1" since it set to keep its original value.
Public fieldStatic member DTS_E_WMIDRTASK_CONNECTIONMANAGEREMPTY Connection manager "%1" is empty.
Public fieldStatic member DTS_E_WMIDRTASK_CONNECTIONMNGRDOESNTEXIST Connection manager "%1" does not exist.
Public fieldStatic member DTS_E_WMIDRTASK_CONNECTIONTYPENOTFILE Connection "%1" is not of type "FILE".
Public fieldStatic member DTS_E_WMIDRTASK_CONNECTIONTYPENOTWMI Connection "%1" is not of type "WMI".
Public fieldStatic member DTS_E_WMIDRTASK_DESTINATIONMUSTBESET The destination must be set.
Public fieldStatic member DTS_E_WMIDRTASK_FAILEDVALIDATION The task failed validation.
Public fieldStatic member DTS_E_WMIDRTASK_FILEALREADYEXISTS File "%1" already exists.
Public fieldStatic member DTS_E_WMIDRTASK_FILEDOESNOTEXIST File "%1" does not exist.
Public fieldStatic member DTS_E_WMIDRTASK_INVALIDDATANODE WMI Data Reader Task received an invalid task data node.
Public fieldStatic member DTS_E_WMIDRTASK_MISSINGCONNECTION No WMI connection is set.
Public fieldStatic member DTS_E_WMIDRTASK_MISSINGWQLQUERY The WQL query is missing.
Public fieldStatic member DTS_E_WMIDRTASK_SYNCOBJECTFAILED Synchronization object failed.
Public fieldStatic member DTS_E_WMIDRTASK_TASKFAILURE Task failed due to invalid WMI query: "%1".
Public fieldStatic member DTS_E_WMIDRTASK_VARIABLETYPEISNOTOBJECT The variable "%1" should be of type object to be assigned a data table.
Public fieldStatic member DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRING The variable "%1" does not have a string data type.
Public fieldStatic member DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRINGOROBJECT Variable "%1" is not of type string or object.
Public fieldStatic member DTS_E_WMIDRTASK_VARNOTOBJECT Variable "%1" should be of type object to be assigned a data table.
Public fieldStatic member DTS_E_WMIEWTASK_CONNECTIONMANAGEREMPTY Connection manager "%1" is empty.
Public fieldStatic member DTS_E_WMIEWTASK_CONNECTIONMNGRDOESNTEXIST Connection manager "%1" does not exist.
Public fieldStatic member DTS_E_WMIEWTASK_CONNECTIONTYPENOTFILE Connection "%1" is not of type "FILE".
Public fieldStatic member DTS_E_WMIEWTASK_CONNECTIONTYPENOTWMI Connection "%1" is not of type "WMI".
Public fieldStatic member DTS_E_WMIEWTASK_ERRMESSAGE Watching for the Wql query caused the following system exception: "%1". Check the query for errors or WMI connection for access rights/permissions.
Public fieldStatic member DTS_E_WMIEWTASK_FILEALREADYEXISTS File "%1" already exists.
Public fieldStatic member DTS_E_WMIEWTASK_FILEDOESNOTEXIST File "%1" does not exist.
Public fieldStatic member DTS_E_WMIEWTASK_INVALIDDATANODE The WMI Event Watcher Task received a task data node that is not valid.
Public fieldStatic member DTS_E_WMIEWTASK_MISSINGCONNECTION The WMI connection is missing.
Public fieldStatic member DTS_E_WMIEWTASK_MISSINGWQLQUERY The WQL query is missing.
Public fieldStatic member DTS_E_WMIEWTASK_QUERYFAILURE The task failed to execute the WMI query.
Public fieldStatic member DTS_E_WMIEWTASK_SYNCOBJECTFAILED Synchronization object failed.
Public fieldStatic member DTS_E_WMIEWTASK_TIMEOUTOCCURRED Timeout of "%1" second(s) occurred before event represented by "%2".
Public fieldStatic member DTS_E_WMIEWTASK_VARIABLETYPEISNOTSTRING Variable "%1" is not of type string.
Public fieldStatic member DTS_E_WRITEWHILECACHEINUSE The cache is being read from __ and cannot be written to by __.
Public fieldStatic member DTS_E_WRONGOBJECTTYPE The requested object has the incorrect object type.
Public fieldStatic member DTS_E_XMLDATAREADERANYTYPENOTSUPPORTED The XML Source Adapter was unable to process the XML data. The content of an element cannot be declared as any Type.
Public fieldStatic member DTS_E_XMLDATAREADERGROUPREFNOTSUPPORTED The XML Source Adapter was unable to process the XML data. The content of an element cannot contain a reference (ref) to a group.
Public fieldStatic member DTS_E_XMLDATAREADERINLINESCHEMAFOUNDINSOURCEXML The XML Source Adapter was unable to process the XML data. An inline schema must be the first child node in the source Xml.
Public fieldStatic member DTS_E_XMLDATAREADERMIXEDCONTENTFORCOMPLEXTYPESNOTSUPPORTED The XML Source Adapter does not support mixed content model on Complex Types.
Public fieldStatic member DTS_E_XMLDATAREADERMULTIPLEINLINEXMLSCHEMASNOTSUPPORTED The XML Source Adapter was unable to process the XML data. Multiple inline schemas are not supported.
Public fieldStatic member DTS_E_XMLDATAREADERNOINLINESCHEMAFOUND The XML Source Adapter was unable to process the XML data. No inline schema was found in the source XML, but the "UseInlineSchema" property was set to true.
Public fieldStatic member DTS_E_XMLDATATYPECHANGED The XML schema data type information for "__" on element "__" has changed. Please re-initialize the metadata for this component and review column mappings.
Public fieldStatic member DTS_E_XMLDOMERROR Cannot create an instance of the XML Document Object Model. MSXML may not be registered.
Public fieldStatic member DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONERROR The "%1" failed because error code 0x%2!8.8X! occurred, and the error row disposition on "%3" at "%4" specifies failure on error. An error occurred on the specified object of the specified component.
Public fieldStatic member DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONTRUNCATION The "%1" failed because truncation occurred, and the truncation row disposition on "%2" at "%3" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.
Public fieldStatic member DTS_E_XMLSRCCANNOTFINDCOLUMNTOSETDATATYPE Unable to set data type properties for the output column with ID %1!d! on the output with ID %2!d!. The output or column could not be found.
Public fieldStatic member DTS_E_XMLSRCEMPTYPROPERTY The property "%1" on the %2 was empty.
Public fieldStatic member DTS_E_XMLSRCERRORSETTINGERROROUTPUTCOLUMNDATA The %1 failed attempting to write data to %2 on %3. %4
Public fieldStatic member DTS_E_XMLSRCEXTERNALMETADATACOLUMNNOTINSCHEMA The %1 has no mapping to the XML schema.
Public fieldStatic member DTS_E_XMLSRCFAILEDTOCREATEREADER The %1 was unable to read the XML data. %2
Public fieldStatic member DTS_E_XMLSRCFILENOTFOUND The xml source file not found.
Public fieldStatic member DTS_E_XMLSRCINVALIDOUTPUTNAME Attempting to create an output with the name "%1" for the XML table with the path "%2" failed because the name is invalid.
Public fieldStatic member DTS_E_XMLSRCOUTPUTCOLUMNDATATYPENOTSUPPORTED The SSIS Data Flow Task data type "%1" on the %2 is not supported for the %3.
Public fieldStatic member DTS_E_XMLSRCSCHEMACOLUMNNOTINEXTERNALMETADATA The column %1 in table %2 in the XML schema does not have a mapping in the external metadata columns.
Public fieldStatic member DTS_E_XMLSRCSTATIC_UNABLETOPROCESSXMLDATA The XML Source Adapter was unable to process the XML data.
Public fieldStatic member DTS_E_XMLSRCUNABLETOGETXMLDATAVARIABLE The %1 was unable to get the variable specified by the "%2" property.
Public fieldStatic member DTS_E_XMLSRCUNABLETOPROCESSXMLDATA The %1 was unable to process the XML data. %2
Public fieldStatic member DTS_E_XMLSRCUNABLETOREADXMLDATA The %1 was unable to read the XML data.
Public fieldStatic member DTS_E_XMLTASK_CANTGETREADERFROMDEST Cannot get an XmlReader from the changed XML document.
Public fieldStatic member DTS_E_XMLTASK_CANTGETREADERFROMDIFFGRAM Cannot get the XDL diffgram reader from the XDL diffgram XML.
Public fieldStatic member DTS_E_XMLTASK_CANTGETREADERFROMSOURCE Cannot get an XmlReader from the source XML document.
Public fieldStatic member DTS_E_XMLTASK_CDATANODESISSUE CDATA nodes should be added with DiffgramAddSubtrees class.
Public fieldStatic member DTS_E_XMLTASK_COMMENTSNODEISSUE Comment nodes should be added with DiffgramAddSubtrees class.
Public fieldStatic member DTS_E_XMLTASK_CONNECTIONTYPENOTFILE The connection type is not File.
Public fieldStatic member DTS_E_XMLTASK_COULDNOTGETENCODINGFROMDOCUMENT Cannot get encoding from XML.
Public fieldStatic member DTS_E_XMLTASK_DIFFENUMISSUE Correct the OperationCost array so that it reflects the XmlDiffOperation enumeration.
Public fieldStatic member DTS_E_XMLTASK_DOCUMENTHASDATA The document already contains data and should not be used again.
Public fieldStatic member DTS_E_XMLTASK_EMPTYNODELIST The node list is empty.
Public fieldStatic member DTS_E_XMLTASK_EXPECTINGDIFFGRAMELEMENT Invalid XDL diffgram. Expecting xd:xmldiff as a root element with namespace URI "%1".
Public fieldStatic member DTS_E_XMLTASK_FILEALREADYEXISTS File "%1" already exists.
Public fieldStatic member DTS_E_XMLTASK_FILEDOESNOTEXIST There is no file associated with connection "%1".
Public fieldStatic member DTS_E_XMLTASK_INTERNALERRORMORETHANONENODEINLIST Internal Error. XmlDiffPathSingleNodeList can contain only one node.
Public fieldStatic member DTS_E_XMLTASK_INTERNALERRORMORETHANONENODELEFT Internal Error. "%1" nodes left after patch, expecting 1.
Public fieldStatic member DTS_E_XMLTASK_INVALIDDATANODE The XML Task received a task data node that is not valid.
Public fieldStatic member DTS_E_XMLTASK_INVALIDEDITSCRIPT The Edit Script Operation type in the final Edit Script is not valid.
Public fieldStatic member DTS_E_XMLTASK_INVALIDENODETYPE The node type is not valid.
Public fieldStatic member DTS_E_XMLTASK_INVALIDOPTIONSATTRIBUTE The XDL diffgram is not valid. The options attribute has an invalid value.
Public fieldStatic member DTS_E_XMLTASK_INVALIDPATHDESCRIPTOR Invalid XDL diffgram. "%1" is an invalid path descriptor.
Public fieldStatic member DTS_E_XMLTASK_INVALIDSRCDOCATTRIBUTE The XDL diffgram is not valid. The srcDocHash attribute has an invalid value.
Public fieldStatic member DTS_E_XMLTASK_MISSINGOPTIONSATTRIBUTE The XDL diffgram is not valid. The options attribute on the xd:xmldiff element is missing.
Public fieldStatic member DTS_E_XMLTASK_MISSINGSECONDOPERAND Second operand is not specified.
Public fieldStatic member DTS_E_XMLTASK_MISSINGSOURCE Source is not specified.
Public fieldStatic member DTS_E_XMLTASK_MISSINGSRCDOCATTRIBUTE The XDL diffgram is not valid. The srcDocHash attribute on the xd:xmldiff element is missing.
Public fieldStatic member DTS_E_XMLTASK_MORETHANONENODEMATCHED Invalid XDL diffgram; more than one node matches the "%1" path descriptor on the xd:node or xd:change element.
Public fieldStatic member DTS_E_XMLTASK_NODEFAULTOPERTION The Operations specified is not defined.
Public fieldStatic member DTS_E_XMLTASK_NOELEMENTFOUND The element was not found.
Public fieldStatic member DTS_E_XMLTASK_NOMATCHINGNODE Invalid XDL diffgram. No node matches the path descriptor "%1".
Public fieldStatic member DTS_E_XMLTASK_NOSCHEMAFOUND No schema found to enforce validation.
Public fieldStatic member DTS_E_XMLTASK_ROOTNOODESNOTMATCHED The root nodes do not match.
Public fieldStatic member DTS_E_XMLTASK_SRCDOCMISMATCH The XDL diffgram is not applicable to this XML document. The rcDocHash value does not match.
Public fieldStatic member DTS_E_XMLTASK_SYNCOBJECTFAILED Synchronization object failed.
Public fieldStatic member DTS_E_XMLTASK_TASKISEMPTY There are no operations in the task.
Public fieldStatic member DTS_E_XMLTASK_TEXTNODEISSUES Text nodes should be added with DiffgramAddSubtrees class.
Public fieldStatic member DTS_E_XMLTASK_UNDEFINEDOPERATION The Operations specified is not defined.
Public fieldStatic member DTS_E_XMLTASK_VALIDATIONERROR A validation error occurred when validating the instance document.
Public fieldStatic member DTS_E_XMLTASK_VARIABLETYPEISNOTSTRING Variable data type is not a String.
Public fieldStatic member DTS_E_XMLTASK_WHITESPACEISSUE Significant white space nodes should be added with DiffgramAddSubtrees class.
Public fieldStatic member DTS_E_XMLTASK_XMLDECLMISMATCH The XDL diffgram is not applicable to this XML document. A new XML declaration cannot be added.
Public fieldStatic member DTS_E_XMLTASK_XMLTEXTEMPTY Property "%1" has no source Xml text; Xml Text is either invalid, null or empty string.
Public fieldStatic member DTS_E_XMLTASK_XPATHNAVERROR Unexpected content item in XPathNavigator.
Public fieldStatic member DTS_E_XMLTASK_XSLTRESULTFILEISNOTXML The File/Text Produced by the XSLT is not a valid XmlDocument, thus cannot be set as result of operation: "%1".
Public fieldStatic member DTS_I_ABORTINGTRANSACTION Aborting the current distributed transaction.
Public fieldStatic member DTS_I_ALLOCATEDDURINGMEMORYPRESSURE The buffer manager has allocated %1!d! bytes, even though the memory pressure has been detected and repeated attempts to swap buffers have failed.
Public fieldStatic member DTS_I_ATTEMPTINGUPGRADEOFANEXTOBJ Attempting to upgrade "%1". The package is attempting to upgrade an extensible object.
Public fieldStatic member DTS_I_ATTEMPTINGUPGRADEOFDTS Attempting an upgrade of SSIS from version "%1" to version "%2". The package is attempting to upgrade the runtime.
Public fieldStatic member DTS_I_BEGINHASHINGCACHE __ rows are added to the cache. The system is processing the rows.
Public fieldStatic member DTS_I_BUFFERUSAGESUMMARY The buffer usage summary.
Public fieldStatic member DTS_I_CACHEFILEWRITESTARTED The __ is writing the cache to file "__".
Public fieldStatic member DTS_I_CACHEFILEWRITESUCCEEDED The __ has written the cache to file "__".
Public fieldStatic member DTS_I_CANTALLOCATEMEMORYPRESSURE The buffer manager failed a memory allocation call for %3!d! bytes, but was unable to swap out any buffers to relieve memory pressure. %1!d! buffers were considered and %2!d! were locked. Either not enough memory is available to the pipeline because not enough are installed, other processes were using it, or too many buffers are locked.
Public fieldStatic member DTS_I_CANTRELIEVEPRESSURE The buffer manager detected that the system was low on virtual memory, but was unable to swap out any buffers. %1!d! buffers were considered and %2!d! were locked. Either not enough memory is available to the pipeline because not enough is installed, other processes are using it, or too many buffers are locked.
Public fieldStatic member DTS_I_CHECKPOINTFILEDELETED Checkpoint file "%1" was deleted after successful completion of the package.
Public fieldStatic member DTS_I_CHECKPOINTSAVEDTOFILE Checkpoint file "%1" was updated to record completion of this container.
Public fieldStatic member DTS_I_CHECKPOINTSAVINGTOFILE Checkpoint file "%1" update starting.
Public fieldStatic member DTS_I_CHOSENMAXEXECUTABLES Based on the system configuration, the maximum concurrent executable are set to %1!d!.
Public fieldStatic member DTS_I_COMMITTINGTRANSACTION Committing distributed transaction started by this container.
Public fieldStatic member DTS_I_COMPONENTBUFFERUSAGEDETAILS The component buffer usage details.
Public fieldStatic member DTS_I_CONFIGFROMENVVAR The package is attempting to configure from the environment variable "%1".
Public fieldStatic member DTS_I_CONFIGFROMFILE The package is attempting to configure from the XML file "%1".
Public fieldStatic member DTS_I_CONFIGFROMINIFILE The package is attempting to configure from the .ini file "%1".
Public fieldStatic member DTS_I_CONFIGFROMPARENTVARIABLE The package is attempting to configure from the parent variable "%1".
Public fieldStatic member DTS_I_CONFIGFROMREG The package is attempting to configure from a registry entry using the registry key "%1".
Public fieldStatic member DTS_I_CONFIGFROMSQLSERVER The package is attempting to configure from SQL Server using the configuration string "%1".
Public fieldStatic member DTS_I_CONNECTIONPROVIDERCHANGE The connection provider change.
Public fieldStatic member DTS_I_DATATAP_FILECREATED File is created from the connection.
Public fieldStatic member DTS_I_DISPSNOTREVIEWED Error and truncation dispositions were not reviewed. Make sure this component is configured to redirect rows to error outputs, if you wish to further transform those rows.
Public fieldStatic member DTS_I_DUMP_ON_ANY_ERR Debug dump files will be generated for any error event.
Public fieldStatic member DTS_I_DUMP_ON_CODES Debug dump files will be generated for the following event codes: "__".
Public fieldStatic member DTS_I_ERRMSGTASK_SKIPPINGERRORMESSAGEALREADYEXISTS Skipping error message "%1" since it already exists on the destination server.
Public fieldStatic member DTS_I_ERRMSGTASK_TRANSFEREDNERRORMESSAGES "%1" Error Messages were transferred.
Public fieldStatic member DTS_I_EXECUTIONPHASE_CLEANUP Cleanup phase is beginning.
Public fieldStatic member DTS_I_EXECUTIONPHASE_EXECUTE Execute phase is beginning.
Public fieldStatic member DTS_I_EXECUTIONPHASE_POSTEXECUTE Post Execute phase is beginning.
Public fieldStatic member DTS_I_EXECUTIONPHASE_PREEXECUTE Pre-Execute phase is beginning.
Public fieldStatic member DTS_I_EXECUTIONPHASE_PREPAREFOREXECUTE Prepare for Execute phase is beginning.
Public fieldStatic member DTS_I_EXECUTIONPHASE_VALIDATE Validation phase is beginning.
Public fieldStatic member DTS_I_FAILEDHASHINGCACHE Failed to process the rows in the cache. The processing time was __ second(s).
Public fieldStatic member DTS_I_FINALCOMMITENDED The final commit for the data insertion has ended.
Public fieldStatic member DTS_I_FINALCOMMITSTARTED The final commit for the data insertion has started.
Public fieldStatic member DTS_I_FINISH_DUMP Debug dump files successfully created.
Public fieldStatic member DTS_I_FINISHPROCESSINGFILE The processing of file "%1" has ended.
Public fieldStatic member DTS_I_FSTASK_DIRECTORYDELETED Directory "%1" was deleted.
Public fieldStatic member DTS_I_FSTASK_FILEDELETED File or directory "%1" was deleted.
Public fieldStatic member DTS_I_FTPDELETEFILE The attempt to delete file "%1" failed. This may occur when the file does not exist, the file name was spelled incorrectly, or you do not have permissions to delete the file.
Public fieldStatic member DTS_I_FTPERRORLOADINGMSG Cannot get extra error information due to an internal error.
Public fieldStatic member DTS_I_FTPFILEEXISTS File "%1" already exists.
Public fieldStatic member DTS_I_FTPRECEIVEFILE Receiving file "%1".
Public fieldStatic member DTS_I_FTPSENDFILE Sending file "%1".
Public fieldStatic member DTS_I_GOTMUTEXFROMWAIT Mutex "__" was successfully acquired.
Public fieldStatic member DTS_I_MAXEXECUTABLES Maximum concurrent executable are set to %1!d!.
Public fieldStatic member DTS_I_NEWMUTEXCREATED Mutex "__" was successfully created.
Public fieldStatic member DTS_I_OLEDBDESTZEROMAXCOMMITSIZE The Maximum insert commit size property of the OLE DB destination "%1" is set to 0. This property setting can cause the running package to stop responding. For more information, see the F1 Help topic for OLE DB Destination Editor (Connection Manager Page).
Public fieldStatic member DTS_I_OLEDBINFORMATIONALMESSAGE An OLE DB informational message is available.
Public fieldStatic member DTS_I_PACKAGEEND End of package execution.
Public fieldStatic member DTS_I_PACKAGEMIGRATED The package was successfully migrated from version %1!d! to version %2!d!. It must be saved to retain migration changes.
Public fieldStatic member DTS_I_PACKAGESTART Beginning of package execution.
Public fieldStatic member DTS_I_PACKAGEUPGRADED The package is upgraded.
Public fieldStatic member DTS_I_PIVOTUNMATCHEDKEYS The pivot unmatched keys.
Public fieldStatic member DTS_I_RAWSOURCENOCOLUMNS The raw source adapter opened a file, but the file contains no columns. The adapter will not produce data. This could indicate a damaged file, or that there are zero columns and, therefore, no data.
Public fieldStatic member DTS_I_RELEASEACQUIREDMUTEX Mutex "__" was successfully released.
Public fieldStatic member DTS_I_RESTARTFROMCHECKPOINTFILE The package restarted from checkpoint file "%1". The package was configured to restart from checkpoint.
Public fieldStatic member DTS_I_ROWS_WRITTEN "%1" wrote %2!ld! rows.
Public fieldStatic member DTS_I_ROWSADDEDTOCACHE The rows in the package are added to cache.
Public fieldStatic member DTS_I_SAVECHECKPOINTSTOFILE The package will be saving checkpoints to file "%1" during execution. The package is configured to save checkpoints.
Public fieldStatic member DTS_I_SCRIPTSMIGRATED The scripts in the package were successfully migrated. The package must be saved to retain migration changes.
Public fieldStatic member DTS_I_SOMETHINGHAPPENED "%1".
Public fieldStatic member DTS_I_SSIS_INFO_DUMP Creating SSIS information dump file "__".
Public fieldStatic member DTS_I_START_DUMP Event code, __, triggered generation of debug dump files in the folder "__".
Public fieldStatic member DTS_I_STARTINGTRANSACTION Starting distributed transaction for this container.
Public fieldStatic member DTS_I_STARTPROCESSINGFILE The processing of file "%1" has started.
Public fieldStatic member DTS_I_STOREDPROCSTASKS_TRANSFEREDNSPS The task transferred "%1" Stored Procedures.
Public fieldStatic member DTS_I_SUCCEEDEDHASHINGCACHE Succeeded in processing __ rows in the cache. The processing time was __ second(s). The cache uses __ bytes of memory.
Public fieldStatic member DTS_I_SUCCEEDEDPREPARINGCACHE The __ succeeded in preparing the cache. The preparation time was __ seconds.
Public fieldStatic member DTS_I_TOTALDATAROWSPROCESSEDFORFILE The total number of data rows processed for file "%1" is %2!I64d!.
Public fieldStatic member DTS_I_TRANSFERDBTASK_OVERWRITEDB Overwriting the database "%1" on the destination server "%2".
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOAGGREGATESTOTRANSFER There are no User Defined Aggregates to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NODEFAULTSTOTRANSFER There are no Defaults to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOLOGINSTOTRANSFER There are no Logins to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOPFSTOTRANSFER There are no Partition Functions to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOPSSTOTRANSFER There are no Partition Schemes to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NORULESTOTRANSFER There are no Rules to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOSCHEMASTOTRANSFER There are no Schemas to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOSPSTOTRANSFER There are no Stored Procedures to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOSQLASSEMBLIESTOTRANSFER There are no SqlAssemblys to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOTABLESTOTRANSFER There are no Tables to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOTYPESTOTRANSFER There are no User Defined Types to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOUDDTSTOTRANSFER There are no User Defined Data Types to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOUDFSTOTRANSFER There are no User Defined Functions to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOUSERSTOTRANSFER There are no Users to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOVIEWSTOTRANSFER There are no Views to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONSTOTRANSFER There are no XmlSchemaCollections to transfer.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_TRANSFEREDNOBJECTS Transferred "%1" objects.
Public fieldStatic member DTS_I_TRANSOBJECTSTASK_TRUNCATINGTABLE Truncating table "%1"
Public fieldStatic member DTS_I_TXAGG_COUNTDISTINCT_REHASH The Aggregate transformation has encountered %1!d! distinct values while performing a "count distinct" aggregation on "%2". The transformation will re-hash data because the number of distinct values is more than expected. The component can be configured to avoid data re-hash by adjusting the CountDistinctKeys, CountDistinctKeyScale, and AutoExtendFactor properties.
Public fieldStatic member DTS_I_TXAGG_WORKSPACE_REHASH The Aggregate transformation has encountered %1!d! key combinations. It has to re-hash data because the number of key combinations is more than expected. The component can be configured to avoid data re-hash by adjusting the Keys, KeyScale, and AutoExtendFactor properties.
Public fieldStatic member DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_COLLATIONS_DONT_MATCH Fuzzy match performance can be improved if the exact join FuzzyComparisonFlags on the input column "%1" are set to match with the default SQL collation for reference table column "%2". It is also necessary that no fold flags are set in FuzzyComparisonFlagsEx.
Public fieldStatic member DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_INDEX_MISSING Fuzzy match performance can be improved if an index is created upon the reference table across all of the specified exact match columns.
Public fieldStatic member DTS_I_TXLOOKUP_CACHE_FINAL %1 has cached a total of %2!d! rows.
Public fieldStatic member DTS_I_TXLOOKUP_CACHE_PROGRESS %1 has cached %2!d! rows.
Public fieldStatic member DTS_I_TXLOOKUP_PARTIALPERF The __ has performed the following operations: processed __ rows, issued __ database commands to the reference database, and performed __ lookups using partial cache.
Public fieldStatic member DTS_I_TXLOOKUP_PARTIALPERF2 The __ has performed the following operations: processed __ rows, issued __ database commands to the reference database, performed __ lookups using partial cache and __ lookups using the cache for rows with no matching entries in the initial lookup.
Public fieldStatic member DTS_MSG_CANTDELAYLOADDLL Module %1 cannot load DLL %2 to call entry point %3 because of error %4. The product requires that DLL to run, but the DLL could not be found on the path.
Public fieldStatic member DTS_MSG_CANTDELAYLOADDLLFUNCTION Module %1 loaded DLL %2, but cannot find entry point %3 because of error %4. The named DLL could not be found on the path, and the product requires that DLL to run.
Public fieldStatic member DTS_MSG_CATEGORY_RUNNING_PACKAGE_MANAGEMENT The system cannot find the file specified.
Public fieldStatic member DTS_MSG_CATEGORY_SERVICE_CONTROL Incorrect function.
Public fieldStatic member DTS_MSG_EVENTLOGENTRY Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_CUSTOMEVENT Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_ERROR Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_EXECSTATCHANGE Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_INFORMATION Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_PACKAGEEND Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_PACKAGESTART Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_POSTEXECUTE Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_POSTVALIDATE Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_PREEXECUTE Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_PREVALIDATE Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_PROGRESS Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_TASKFAILED Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_VARVALCHANGE Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_EVENTLOGENTRY_WARNING Event Name: %1 Message: %9 Operator: %2 Source Name: %3 Source ID: %4 Execution ID: %5 Start Time: %6 End Time: %7 Data Code: %8
Public fieldStatic member DTS_MSG_PACKAGECANCEL Package "%1" has been cancelled.
Public fieldStatic member DTS_MSG_PACKAGEFAILURE Package "%1" failed.
Public fieldStatic member DTS_MSG_PACKAGESTART Package "%1" started.
Public fieldStatic member DTS_MSG_PACKAGESUCCESS Package "%1" finished successfully.
Public fieldStatic member DTS_MSG_SERVER_BAD_CONFIG Microsoft SSIS Service configuration file is incorrect. Error reading config file: %1Loading server with default settings.
Public fieldStatic member DTS_MSG_SERVER_MISSING_CONFIG Microsoft SSIS Service configuration file does not exist. Loading with default settings.
Public fieldStatic member DTS_MSG_SERVER_MISSING_CONFIG_REG Microsoft SSIS Service: Registry setting specifying configuration file does not exist. Attempting to load default config file.
Public fieldStatic member DTS_MSG_SERVER_START_FAILED Microsoft SSIS Service failed to start. Error: %1
Public fieldStatic member DTS_MSG_SERVER_STARTED Microsoft SSIS Service started. Server version %1
Public fieldStatic member DTS_MSG_SERVER_STARTING Starting Microsoft SSIS Service. Server version %1
Public fieldStatic member DTS_MSG_SERVER_STOP_ERROR Error stopping Microsoft SSIS Service. Error: %1
Public fieldStatic member DTS_MSG_SERVER_STOPPED No more data is available.
Public fieldStatic member DTS_MSG_SERVER_STOPPING The wait operation timed out.
Public fieldStatic member DTS_MSG_SERVER_STOPPING_PACKAGE Microsoft SSIS Service: stopping running package. Package instance ID: %1Package ID: %2Package name: %3Package description: %4Package started by: %5.
Public fieldStatic member DTS_S_EXPREVALTRUNCATIONOCCURRED A truncation occurred during evaluation of the expression. The truncation occurred during evaluation, which may include any point in an intermediate step.
Public fieldStatic member DTS_S_NULLDATA The value is NULL.
Public fieldStatic member DTS_S_TRUNCATED The string value was truncated. The buffer received a string that was too long for the column, and the string was truncated by the buffer.
Public fieldStatic member DTS_W_ADOCONNECTIONDATATYPECOMPATCHANGE The DataTypeCompatibility property of ADO type connection manager "%1" was set to 80 for backward compatibility reasons.
Public fieldStatic member DTS_W_ADODESTBATCHNOTSUPPORTEDFORERRORDISPOSITION Batch mode is not currently supported when error row disposition is used. The BatchSize property will be set to 1.
Public fieldStatic member DTS_W_ADODESTEXTERNALCOLNOTEXIST The __ does not exist in the database. It may have been removed or renamed. Use Advanced Editor to refresh the available destination columns if needed.
Public fieldStatic member DTS_W_ADODESTEXTERNALCOLNOTMATCHSCHEMACOL The __ has been out of synchronization with the database column. The latest column has __. Use advanced editor to refresh available destination columns if needed.
Public fieldStatic member DTS_W_ADODESTINVARIANTEXCEPTION Exception received while enumerating ADO.Net providers. The invariant was "%1". The exception message is: "%2".
Public fieldStatic member DTS_W_ADODESTNEWEXTCOL A new column with name __ has been added to the external database table. Use advanced editor to refresh available destination columns if needed.
Public fieldStatic member DTS_W_ADODESTNOROWSINSERTED No rows were successfully inserted into the destination. This may be due to a data type mismatch between columns, or due to the use of a data type that is unsupported by your ADO.NET provider. Since the error disposition for this component is not "Fail component", error messages are not shown here; set the error disposition to "Fail component" to see error messages here.
Public fieldStatic member DTS_W_ADODESTPOTENTIALDATALOSS Potential data loss may occur due to inserting data from input column "__" with data type "__" to external column "__" with data type "__". If this is intended, an alternative way to do conversion is using a Data Conversion component before ADO NET destination component.
Public fieldStatic member DTS_W_ADONETDESTNOTSUPPORTEDTYPECONVERTTONTEXT The type converted to text is not supported from the destination.
Public fieldStatic member DTS_W_BACKPRESSURELIFTED The back pressure lifted.
Public fieldStatic member DTS_W_BUFFERGETTEMPFILENAME The buffer manager could not get a temporary file name. The call to GetTempFileName failed.
Public fieldStatic member DTS_W_CANNOTFINDOBJECT The package path referenced an object that cannot be found: "%1". This occurs when an attempt is made to resolve a package path to an object that cannot be found.
Public fieldStatic member DTS_W_CANTRETRIEVECODEPAGEFROMOLEDBPROVIDER Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "%1" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used.
Public fieldStatic member DTS_W_COMPONENTLEAKPROCESSINPUT A call to the ProcessInput method for input %1!d! on %2 unexpectedly kept a reference to the buffer it was passed. The refcount on that buffer was %3!d! before the call, and %4!d! after the call returned.
Public fieldStatic member DTS_W_COMPONENTREMOVED Component "%1" (%2!d!) has been removed from the Data Flow task because its output is not used and its inputs either have no side effects or are not connected to outputs of other components. If the component is required, then the HasSideEffects property on at least one of its inputs should be set to true, or its output should be connected to something.
Public fieldStatic member DTS_W_CONFIGENVVARNOTFOUND The configuration environment variable was not found. The environment variable was: "%1". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the configurations collection in the package and verify that the specified environment variable is available and valid.
Public fieldStatic member DTS_W_CONFIGFILEEMPTY The configuration file was empty and contained no configuration entries.
Public fieldStatic member DTS_W_CONFIGFILEFAILEDIMPORT Failure importing configuration file: "%1".
Public fieldStatic member DTS_W_CONFIGFILEINVALID The configuration file loaded, but is not valid. The file is not formatted correctly, may be missing an element, or may be damaged.
Public fieldStatic member DTS_W_CONFIGFILENAMEINVALID The configuration file name "%1" is not valid. Check the configuration file name.
Public fieldStatic member DTS_W_CONFIGFILENOTFOUND The configuration file "%1" cannot be found. Check the directory and file name.
Public fieldStatic member DTS_W_CONFIGFORMATINVALID The configuration entry "%1" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter.
Public fieldStatic member DTS_W_CONFIGFORMATINVALID_PACKAGEDELIMITER The configuration entry, "%1", has an incorrect format because it does not begin with the package delimiter. Prepend "\package" to the package path.
Public fieldStatic member DTS_W_CONFIGKEYNOTFOUND Configuration registry key "%1" was not found. A configuration entry specifies a registry key that is not available. Check the registry to ensure that the key is there.
Public fieldStatic member DTS_W_CONFIGNODEINVALID The configuration entry "%1" in the configuration file was not valid, or failed to configure the variable. The name indicates which entry failed. In some cases, the name will not be available.
Public fieldStatic member DTS_W_CONFIGPROCESSCONFIGURATIONFAILED Calling ProcessConfiguration on the package failed. The configuration attempted to change the property at the package path "%1".
Public fieldStatic member DTS_W_CONFIGREADONLYVARIABLE The configuration attempted to change a read-only variable. The variable is at the package path "%1".
Public fieldStatic member DTS_W_CONFIGTYPEINVALID The configuration type in one of the configuration entries was not valid. Valid types are listed in the DTSConfigurationType enumeration.
Public fieldStatic member DTS_W_CONFIGUREDTYPESECTIONEMPTY Failed to retrieve value from the .ini file. The ConfiguredType section is either empty, or does not exist: "%1".
Public fieldStatic member DTS_W_CONFIGUREDVALUESECTIONEMPTY Failed to retrieve value from the .ini file. The ConfiguredValue section is either empty, or does not exist: "%1".
Public fieldStatic member DTS_W_CONFIGUREDVALUETYPE Failed to retrieve value from the .ini file. The ConfiguredValueType section is either empty, or does not exist: "%1".
Public fieldStatic member DTS_W_COULDNOTFINDCURRENTVERSION Cannot find the "%1" value for component %2. The CurrentVersion value for the component cannot be located. This error occurs if the component has not set its registry information to contain a CurrentVersion value in the DTSInfo section. This message occurs during component development, or when the component is used in a package, if the component is not registered properly.
Public fieldStatic member DTS_W_COULDNOTRESOLVEPACKAGEPATH Cannot resolve a package path to an object in the package "%1". Verify that the package path is valid.
Public fieldStatic member DTS_W_COUNTDOWN There are %1!lu! days left in the evaluation. When it expires, packages will not be able to be executed.
Public fieldStatic member DTS_W_DATATAP_UNUSEDTASKID The unused task ID.
Public fieldStatic member DTS_W_DECRYPTPROJECT_SENSITIVEDATA_PASSWORD Failed to decrypt the project with a sensitive data password.
Public fieldStatic member DTS_W_DECRYPTPROJECT_SENSITIVEDATA_USERKEY Failed to decrypt the project with a sensitive data userkey.
Public fieldStatic member DTS_W_DF_PERFCOUNTERS_DISABLED Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.
Public fieldStatic member DTS_W_DUPLICATECUSTOMEVENT Error using same name for different custom events. The custom event "%1" was defined differently by different children of this container. There may be an error when executing the event handler.
Public fieldStatic member DTS_W_DUPLICATEMAPPINGKEY There is a duplicate mapping in file, "__". The tag is "__", and the key is "__".
Public fieldStatic member DTS_W_EMPTYDATAFLOW The DataFlow task has no components. Add components or remove the task.
Public fieldStatic member DTS_W_EMPTYPATH The path is empty.
Public fieldStatic member DTS_W_ENDOFFILEREACHWHILEREADINGHEADERROWS The end of the data file was reached while reading header rows. Make sure the header row delimiter and the number of header rows to skip are correct.
Public fieldStatic member DTS_W_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS The error message "%1" already exists at destination server.
Public fieldStatic member DTS_W_EXECPROCTASK_FILENOTINPATH File/Process "%1" is not in path.
Public fieldStatic member DTS_W_EXPIRED_DEBUGONLY Integration Services evaluation period has expired. The package can only be executed in debug mode.
Public fieldStatic member DTS_W_EXPREVALPOTENTIALSTRINGTRUNCATION The result string for expression "%1" may be truncated if it exceeds the maximum length of %2!d! characters. The expression could have a result value that exceeds the maximum size of a DT_WSTR.
Public fieldStatic member DTS_W_EXPREVALUNREFERENCEDINPUTCOLUMN The "%1" on "%2" has usage type READONLY, but is not referenced by an expression. Remove the column from the list of available input columns, or reference it in an expression.
Public fieldStatic member DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSADDITION The column "%1" needs to be added to the external columns.
Public fieldStatic member DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSREMOVAL The %1 needs to be removed from the external columns.
Public fieldStatic member DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSUPDATE The external column "%1" needs to be updated.
Public fieldStatic member DTS_W_EXTERNALMETADATACOLUMNSOUTOFSYNC The external columns are out of synchronization with the data source columns. %1
Public fieldStatic member DTS_W_EXTERNALTABLECOLSOUTOFSYNC The table "__" has changed. New columns might have been added to the table.
Public fieldStatic member DTS_W_FAILEDCONFIGLOAD Cannot load the XML configuration file. The XML configuration file may be malformed or not valid.
Public fieldStatic member DTS_W_FAILEDXMLDOCCREATION Cannot create an XML document object instance. Verify that MSXML is installed and registered correctly.
Public fieldStatic member DTS_W_FAILURENOTRESTARTABLE This task or container has failed, but because FailPackageOnFailure property is FALSE, the package will continue. This warning is posted when the SaveCheckpoints property of the package is set to TRUE and the task or container fails.
Public fieldStatic member DTS_W_FILEENUMEMPTY The For Each File enumerator is empty. The For Each File enumerator did not find any files that matched the file pattern, or the specified directory was empty.
Public fieldStatic member DTS_W_FSTASK_OPERATIONFAILURE Task failed to execute operation "%1".
Public fieldStatic member DTS_W_FTPTASK_OPERATIONFAILURE Operation "%1" failed.
Public fieldStatic member DTS_W_FUZZYGROUPINGINTERNALPIPELINEWARNING The following Fuzzy Grouping internal pipeline warning occurred with warning code 0x%1!8.8X!: "%2".
Public fieldStatic member DTS_W_FUZZYLOOKUP_EXACTMATCHCOLUMNSEXCEEDBYTELIMIT The cumulative lengths of the columns specified in the exact match joins exceeds the 900 byte limit for index keys. Fuzzy Lookup creates an index on the exact match columns to increase lookup performance and there is a possibility that creation of this index may fail and the lookup will fall back to an alternative, possibly slower, method of finding matches. If performance is a problem, try removing some exact match join columns or reduce the maximum lengths of variable length exact match columns.
Public fieldStatic member DTS_W_FUZZYLOOKUP_EXACTMATCHINDEXCREATIONFAILED Failed to create an index for exact match columns. Reverting to alternative fuzzy lookup method.
Public fieldStatic member DTS_W_FUZZYLOOKUP_MEMLIMITANDEXHAUSTIVESPECIFIED The Exhaustive option requires that the entire reference be loaded into main memory. Since a memory limit has been specified for the MaxMemoryUsage property, it is possible that the entire reference table will not fit within this bound and that the match operation will fail at runtime.
Public fieldStatic member DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS There are more than 16 exact match joins, so performance may not be optimal. Reduce the number of exact match joins to improve performance. SQL Server has a limit of 16 columns per index, the inverted index will be used for all lookups.
Public fieldStatic member DTS_W_GENERICWARNING Warning(s) raised. There should be more specific warnings preceding this one that explains the specifics of the warning(s).
Public fieldStatic member DTS_W_IMPLICITUPGRADEMAPPING The extension, "__", was implicitly upgraded to "__". Add a mapping for this extension to the UpgradeMappings directory.
Public fieldStatic member DTS_W_INICONFIGURATIONPROBLEM The .ini configuration file is not valid due to empty or missing fields.
Public fieldStatic member DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT The initialization expression is not an assignment expression: "%1". This error usually occurs when the expression in the iterate expressions on the ForLoop is not an assignment expression.
Public fieldStatic member DTS_W_INVALIDCONFIGURATIONTYPE The configuration type for configuration "%1" is not valid. This may occur when an attempt is made to set the type property of a configuration object to an invalid configuration type.
Public fieldStatic member DTS_W_INVALIDEXTENSIONMAPPING A mapping in the file, "__", is not valid. Values cannot be null or empty. The tag is "__", the key is "__", and the value is "__".
Public fieldStatic member DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT The iteration expression is not an assignment expression: "%1". This error usually occurs when the expression in the assignment expression on the ForLoop is not an assignment expression.
Public fieldStatic member DTS_W_JOBSTASK_JOBEXISTSATDEST The job "%1" already exists at destination server.
Public fieldStatic member DTS_W_JOBSTASK_OVERWRITINGJOB Overwriting the job "%1" at destination server.
Public fieldStatic member DTS_W_JOBSTASK_SKIPPINGJOBEXISTSATDEST Skipping the transfer of job "%1" since it already exists at destination.
Public fieldStatic member DTS_W_LEGACYPROGID The "%1" ProgID has been deprecated. The new ProgID for this component "%2" should be used instead.
Public fieldStatic member DTS_W_LOGINSTASK_ENUMVALUEINCORRECT Persisted enumeration value of property "FailIfExists" was changed and rendered invalid. Resetting to default.
Public fieldStatic member DTS_W_LOGINSTASK_OVERWRITINGLOGINATDEST Overwriting Login "%1" at destination.
Public fieldStatic member DTS_W_LOGPROVIDERNOTDEFINED The executable "%1" was pasted successfully. However a log provider that was associated with the executable was not found in the collection "LogProviders". The executable was pasted without log provider information.
Public fieldStatic member DTS_W_LOGPROVIDERPRODUCTLEVEL The log provider "%1!s!" cannot log messages on the installed %2!s! of SQL Server. The log provider requires %3!s! or higher.
Public fieldStatic member DTS_W_MATCHINDEXALREADYEXISTS A table with the name '%1' given for MatchIndexName already exists and DropExistingMatchIndex is set to FALSE. Transform execution will fail unless this table is dropped, a different name is specified, or DropExisitingMatchIndex is set to TRUE.
Public fieldStatic member DTS_W_MAXIMUMERRORCOUNTREACHED SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (%1!d!) reached the maximum allowed (%2!d!); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
Public fieldStatic member DTS_W_MSMQTASK_USE_WEAK_ENCRYPTION The encryption algorithm "%1" uses weak encryption.
Public fieldStatic member DTS_W_NOLINEAGEVALIDATION The lineage IDs of the input columns cannot be validated because the execution trees contain cycles.
Public fieldStatic member DTS_W_NOMATCHOUTPUTGETSNOROWS No rows will be sent to the no match output. Configure the transformation to redirect rows with no matching entries to the no match output, or delete the data flow transformations or destinations that are attached to the no match output.
Public fieldStatic member DTS_W_NOPARENTVARIABLES Configuration from a parent variable "%1" did not occur because there was no parent variable collection.
Public fieldStatic member DTS_W_NOPIPELINEDATATYPEMAPPINGAVAILABLE The %1 references an external data type that cannot be mapped to a Data Flow task data type. The Data Flow task data type DT_WSTR will be used instead.
Public fieldStatic member DTS_W_NORECORDSFOUNDINTABLE Table "%1" does not have any records for configuration. This occurs when configuring from a SQL Server table that has no records for the configuration.
Public fieldStatic member DTS_W_NOREDIRECTWITHATTACHEDERROROUTPUTS No rows will be sent to error output(s). Configure error or truncation dispositions to redirect rows to the error output(s), or delete data flow transformations or destinations that are attached to the error output(s).
Public fieldStatic member DTS_W_NOWORKTODO Rows were given to a thread, but that thread has no work to do. The layout has a disconnected output. Running the pipeline with the RunInOptimizedMode property set to TRUE will be faster, and prevents this warning.
Public fieldStatic member DTS_W_ONEORMORECONFIGLOADFAILED Failed to load at least one of the configuration entries for the package. Check configurations entries and previous warnings to see descriptions of which configuration failed.
Public fieldStatic member DTS_W_PACKAGEPATHSECTIONEMPTY Failed to retrieve value from the .ini file. The PackagePath section is either empty, or does not exist: "%1".
Public fieldStatic member DTS_W_PARENTVARIABLENOTFOUND Configuration from a parent variable "%1" did not occur because there was no parent variable. Error code: 0x%2!8.8X!.
Public fieldStatic member DTS_W_PARTIALROWFOUNDATENDOFFILE There is a partial row at the end of the file.
Public fieldStatic member DTS_W_POTENTIALTRUNCATIONFROMDATAINSERTION Truncation may occur due to inserting data from data flow column "%1" with a length of %2!d! to database column "%3" with a length of %4!d!.
Public fieldStatic member DTS_W_POTENTIALTRUNCATIONFROMDATARETRIEVAL Truncation may occur due to retrieving data from database column "%1" with a length of %2!d! to data flow column "%3" with a length of %4!d!.
Public fieldStatic member DTS_W_PROBLEMOCCURREDWITHFOLLOWINGMESSAGE A problem occurred with the following messages: "%1".
Public fieldStatic member DTS_W_PROCESSCONFIGURATIONFAILEDLOADSCM Process configuration failed to load from the connection manager.
Public fieldStatic member DTS_W_PROCESSCONFIGURATIONFAILEDSET Process configuration failed to set the destination at the package path of "%1". This occurs when attempting to set the destination property or variable fails. Check the destination property or variable.
Public fieldStatic member DTS_W_RAWSORTORDERMISMATCH The raw sort order mismatch.
Public fieldStatic member DTS_W_READEXTMAPFAILED An exception occurred while reading the upgrade mapping files. The exception is "__".
Public fieldStatic member DTS_W_REDIRECTWITHNOATTACHEDERROROUTPUTS Rows sent to the error output(s) will be lost. Add new data flow transformations or destinations to receive error rows, or reconfigure the component to stop redirecting rows to the error output(s).
Public fieldStatic member DTS_W_REGISTRYCONFIGURATIONTYPENOTFOUND The configuration type for the registry configuration was not found in key "%1". Add a value called ConfigType to the registry key and give it a string value of "Variable", "Property", "ConnectionManager", "LoggingProvider", or "ForEachEnumerator".
Public fieldStatic member DTS_W_REGISTRYCONFIGURATIONVALUENOTFOUND The configuration value for the registry configuration was not found in key "%1". Add a value called Value to the registry key of type DWORD or String.
Public fieldStatic member DTS_W_SENDMAILTASK_AT_MISSING_IN_FROM The address in the "From" line is malformed. It is either missing the "@" symbol or is not valid.
Public fieldStatic member DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE The address in the "Bcc" line is malformed. It is either missing the "@" symbol or is not valid.
Public fieldStatic member DTS_w_SENDMAILTASK_ERROR_IN_CC_LINE The address in the "Cc" line is malformed. It is either missing the "@" symbol or is not valid.
Public fieldStatic member DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE The address in the "To" line is malformed. It is either missing the "@" symbol or is not valid.
Public fieldStatic member DTS_W_SENDMAILTASK_SUBJECT_MISSING The subject is empty.
Public fieldStatic member DTS_W_SORTEDOUTPUTHASNOSORTKEYPOSITIONS The IsSorted property of %1 is set to TRUE, but all of its output columns' SortKeyPositions are set to zero.
Public fieldStatic member DTS_W_SOURCEREMOVED Source "%1" (%2!d!) will not be read because none of its data ever becomes visible outside the Data Flow Task.
Public fieldStatic member DTS_W_SQLSERVERFAILEDIMPORT Configuration from SQL Server was not successfully imported: "%1".
Public fieldStatic member DTS_W_SQLTASK_POSSIBLEDATETRUNCATION Possible date truncation from the task.
Public fieldStatic member DTS_W_STATICTRUNCATIONINEXPRESSION The expression "%1" will always result in a truncation of data. The expression contains a static truncation (the truncation of a fixed value).
Public fieldStatic member DTS_W_TRANSFERDBTASK_ACTIONSETTOCOPY The transfer action value was invalid. It is being set to copy.
Public fieldStatic member DTS_W_TRANSFERDBTASK_METHODSETTOONLINE The transfer method value was invalid. It is being set to an online transfer.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST User Defined Aggregate "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_DEFAULTALREADYATDEST Default "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_LOGINALREADYATDEST Login "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_NOELEMENTSPECIFIEDTOTRANSFER There are no elements specified to transfer.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_PFALREADYATDEST Partition Function "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_PSALREADYATDEST Partition Scheme "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_RULEALREADYATDEST Rule "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_SCHEMAALREADYATDEST Schema "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_SPALREADYATDEST Stored procedure "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST SqlAssembly "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_TABLEALREADYATDEST Table "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_TYPEALREADYATDEST User Defined Type "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_UDDTALREADYATDEST User Defined Data Type "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_UDFALREADYATDEST User Defined Function "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_USERALREADYATDEST User "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_VIEWALREADYATDEST View "%1" already exists at destination.
Public fieldStatic member DTS_W_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST XmlSchemaCollection "%1" already exists at destination.
Public fieldStatic member DTS_W_TXFUZZYLOOKUP_CODEPAGE_MISMATCH The code pages of the DT_STR source column "%1" and the DT_STR dest column "%2" do not match. This may cause unexpected results.
Public fieldStatic member DTS_W_TXFUZZYLOOKUP_DELIMITERS_DONT_MATCH The specified delimiters do not match the delimiters used to build the pre-existing match index "%1". This error occurs when the delimiters used to tokenize fields do not match. This can have unknown effects on the matching behavior or results.
Public fieldStatic member DTS_W_TXFUZZYLOOKUP_JOINLENGTHMISMATCH The length of input column '%1' is not equal to the length of the reference column '%2' that it is being matched against.
Public fieldStatic member DTS_W_TXFUZZYLOOKUP_MAXRESULTS_IS_ZERO The MaxOutputMatchesPerInput property on the Fuzzy Lookup transformation is zero. No results will be produced.
Public fieldStatic member DTS_W_TXFUZZYLOOKUP_NO_FUZZY_JOIN_COLUMNS There were no valid input columns with JoinType column property set to Fuzzy. Performance on Exact joins may be improved by using the Lookup transform instead of FuzzyLookup.
Public fieldStatic member DTS_W_TXFUZZYLOOKUP_TIMESTAMPCAVEAT The reference column "%1" may be a SQL timestamp column. When the fuzzy match index is built, and a copy of the reference table is made, all reference table timestamps will reflect the current state of the table at the time of the copy. Unexpected behavior may occur if the CopyReferenceTable is set to false.
Public fieldStatic member DTS_W_TXLOOKUP_DUPLICATE_KEYS The Lookup transformation encountered duplicate reference key values when caching reference data. The Lookup transformation found duplicate key values when caching metadata in PreExecute. This error occurs in Full Cache mode only. Either remove the duplicate key values, or change the cache mode to PARTIAL or NO_CACHE.
Public fieldStatic member DTS_W_TXSORTSORTISTHESAME The data is already sorted as specified so the transform can be removed.
Public fieldStatic member DTS_W_UNCOMMON_PROVIDER_IN_CONFIGURATION Uncommon configuration provider.
Public fieldStatic member DTS_W_UNMAPPEDINPUTCOLUMN The input column "%1" with ID %2!d! at index %3!d! is unmapped. The lineage ID for the column is zero.
Public fieldStatic member DTS_W_UNMAPPEDOUTPUTCOLUMN The %1 has no input column mapped to it.
Public fieldStatic member DTS_W_UNUSABLETEMPORARYPATH The buffer manager could not create a temporary file on the path "__". The path will not be considered for temporary storage again.
Public fieldStatic member DTS_W_UNUSEDOUTPUTDATA The output column "%1" (%2!d!) on output "%3" (%4!d!) and component "%5" (%6!d!) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.
Public fieldStatic member DTS_W_XMLSRCOUTPUTCOLUMNDATATYPEMAPPEDTOSTRING The %1 references external data type %2, which cannot be mapped to a SSIS Data Flow Task data type. The SSIS Data Flow Task data type DT_WSTR with a length of %3!d! will be used instead.
Public fieldStatic member DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTODEFAULT No maximum length was specified for the %1 with external data type %2. The SSIS Data Flow Task data type "%3" with a length of %4!d! will be used.
Public fieldStatic member DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTOMAXIMUM For the %1 with external data type %2, the XML schema specified a maxLength constraint of %3!d!, which exceeds the maximum allowed column length of %4!d!. The SSIS Data Flow Task data type "%5" with a length of %6!d! will be used.
Public fieldStatic member DTS_W_XMLTASK_DIFFFAILURE The two XML documents are different.
Public fieldStatic member DTS_W_XMLTASK_DTDVALIDATIONWARNING DTD Validation will use the DTD file defined in the DOCTYPE line in the XML document. It will not use what is assigned to the property "%1".
Public fieldStatic member DTS_W_XMLTASK_VALIDATIONFAILURE Task failed to validate "%1".
Public fieldStatic member DTSBC_E_CANTINSERTEXTERNALMETADATACOLUMN The %1 does not allow the insertion of external metadata columns.
Public fieldStatic member DTSBC_E_CANTINSERTOUTPUTCOLUMN The %1 does not allow the insertion of output columns.
Public fieldStatic member DTSBC_E_FAILEDTOGETCOLINFO Failed to get information for row "%1!ld!", column "%2!ld!" from the buffer. The error code returned was 0x%3!8.8X!.
Public fieldStatic member DTSBC_E_FAILEDTOGETOUTPUTBYINDEX Cannot retrieve output with index %1!lu!.
Public fieldStatic member DTSBC_E_FAILEDTOSETCOLINFO Failed to set information for row "%1!ld!", column "%2!ld!" into the buffer. The error code returned was 0x%3!8.8X!.
Public fieldStatic member DTSBC_E_INCORRECTEXACTNUMBEROFERROROUTPUTS The number of error outputs, %1!lu!, is incorrect. There must be exactly %2!lu!.
Public fieldStatic member DTSBC_E_INCORRECTEXACTNUMBEROFTOTALOUTPUTS The total number of outputs and error outputs, %1!lu!, is incorrect. There must be exactly %2!lu!.
Public fieldStatic member DTSBC_E_INPUTHASNOERROROUTPUT The input "%1!lu!" has no synchronous error output.
Public fieldStatic member DTSBC_E_INPUTHASNOOUTPUT The input "%1!lu!" has no synchronous output.
Public fieldStatic member DTSBC_E_INVALIDHTPIVALUE The HowToProcessInput value, %1!lu!, is not valid. It must be one of the values from the HowToProcessInput enumeration.
Public fieldStatic member DTSBC_E_INVALIDPROPERTY The property "%1" is not valid.
Public fieldStatic member DTSBC_E_INVALIDVALIDATIONSTATUSVALUE Incorrect validation status value, "%1!lu! ". It must be one of the values found in the DTSValidationStatus enumeration.
Public fieldStatic member DTSBC_E_MULTIPLEINCOLSTOOUTCOL There is an input column associated with an output column, and that output column is already associated with another input column on the same input.
Public fieldStatic member DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCH The output columns' metadata does not match the associated input columns' metadata. The output columns' metadata will be updated.
Public fieldStatic member DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCHUNMAP The output columns' metadata does not match the associated input columns' metadata. The input columns will be unmapped.
Public fieldStatic member DTSBC_E_OUTPUTCOLUMNSMISSING There are input columns that do not have associated output columns. The output columns will be added.
Public fieldStatic member DTSBC_E_PROPERTYNOTFOUND The property "%1" was not found.
Public fieldStatic member DTSBC_E_READONLYPROPERTY Error assigning a value to the read-only property "%1".
Public fieldStatic member DTSBC_E_TOOMANYOUTPUTCOLUMNS There are output columns that do not have associated input columns. The output columns will be removed.
Public fieldStatic member DTSBC_E_UNMAPINPUTCOLUMNS There are input columns that do not have associated output columns. The input columns will be unmapped.

Top

Remarks

For a list of all the HRESULTs defined in this class that also includes the numeric values for each message in both hexadecimal and decimal format, see Integration Services Error and Message Reference.

The messages and HRESULTs follow a naming convention. Error HRESULTs begin with DTS_E_, and end with the description of the failed operation. Warning messages and HRESULTs begin with DTS_W_, and end with the description of the warning operation. Information messages and HRESULTs begin with DTS_I_, and end with the description of the operation. Success messages and HRESULTs begin with DTS_S_, and end with the description of the successful operation. Messages for the event log begin with DTS_MSG_, and end with the description of the message.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SqlServer.Dts.Runtime Namespace