HResults Class

Definition

Copyright (c) 2019 Microsoft Corporation This file contains all the US english event messages and HRESULTs for the SQL Data Transformation Services Runtime, Pipeline, stock tasks, and stock transforms. Message and HRESULT naming convention Error HRESULTs - Begin with DTS_E_ End with the description of the failed operation Warning HRESULTs - Begin with DTS_W_ End with the description of the warning operation Information HRESULTs - Begin with DTS_I_ End with the description of the operation Success HRESULTs - Begin with DTS_S_ End with the description of the successful operation Messages for the event log - Begin with DTS_MSG_ End with the description of the message Values are 32 bit values laid out as follows: 3 3 2 2 2 2 2 2 2 2 2 2 1 1 1 1 1 1 1 1 1 1 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 9 8 7 6 5 4 3 2 1 0 +---+-+-+-----------------------+-------------------------------+ |Sev|C|R| Facility | Code | +---+-+-+-----------------------+-------------------------------+ where Sev - is the severity code 00 - Success 01 - Informational 10 - Warning 11 - Error C - is the Customer code flag R - is a reserved bit Facility - is the facility code Code - is the facility's status code

public ref class HResults
public class HResults
type HResults = class
Public Class HResults
Inheritance
HResults

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.

Constructors

HResults()

Initializes a new instance of the HResults class.

Fields

DTS_E_64BITVARIABLERECAST

MessageId: DTS_E_64BITVARIABLERECAST MessageText: The variable "%1!s!" is a 64-bit integer variable, which is not supported on this operating system. The variable has been recast to 32-bit integer. Variables of type VT_I8 and VT_UI8 are not supported on Microsoft Windows 2000.

DTS_E_ABORTTRANSACTION

MessageId: DTS_E_ABORTTRANSACTION MessageText: The SSIS Runtime has failed to abort the distributed transaction due to error 0x%1!8.8X! "%2!s!".

DTS_E_ACQUIRECONNECTIONWORKINGOFFLINE

MessageId: DTS_E_ACQUIRECONNECTIONWORKINGOFFLINE MessageText: The connection manager "%1!s!" will not acquire a connection because the connection manager OfflineMode property is TRUE. When the OfflineMode is TRUE, connections cannot be acquired.

DTS_E_ACQUIREDCONNECTIONISINVALID

MessageId: DTS_E_ACQUIREDCONNECTIONISINVALID MessageText: The connection acquired from the connection manager "%1!s!" is not valid.

DTS_E_ACQUIREDCONNECTIONUNAVAILABLE

MessageId: DTS_E_ACQUIREDCONNECTIONUNAVAILABLE MessageText: Unable to access the acquired connections.

DTS_E_ADDROWTOBUFFERFAILED

MessageId: DTS_E_ADDROWTOBUFFERFAILED MessageText: The attempt to add a row to the Data Flow task buffer failed with error code 0x%1!8.8X!.

DTS_E_ADODESTARGUMENTEXCEPTION

MessageId: DTS_E_ADODESTARGUMENTEXCEPTION MessageText: An argument exception has occurred while data provider tried to insert data to destination. The returned message is : %1!s!

DTS_E_ADODESTCOLUMNERRORDISPNOTSUPPORTED

MessageId: DTS_E_ADODESTCOLUMNERRORDISPNOTSUPPORTED MessageText: Input column error disposition is not supported by ADO NET Destination component.

DTS_E_ADODESTCOLUMNTRUNDISPNOTSUPPORTED

MessageId: DTS_E_ADODESTCOLUMNTRUNDISPNOTSUPPORTED MessageText: Input column truncation disposition is not supported by ADO NET Destination component.

DTS_E_ADODESTCONNECTIONTYPENOTSUPPORTED

MessageId: DTS_E_ADODESTCONNECTIONTYPENOTSUPPORTED MessageText: Failed to retrieve the provider invariant name from %1!s!, it is currently not supported by ADO NET Destination component

DTS_E_ADODESTDATATYPENOTSUPPORTED

MessageId: DTS_E_ADODESTDATATYPENOTSUPPORTED MessageText: The data type "%1!s!" found on column "%2!s!" is not supported for the %3!s!.

DTS_E_ADODESTERRORUPDATEROW

MessageId: DTS_E_ADODESTERRORUPDATEROW MessageText: An error has occurred while sending this row to destination data source.

DTS_E_ADODESTEXECUTEREADEREXCEPTION

MessageId: DTS_E_ADODESTEXECUTEREADEREXCEPTION MessageText: Executing tSQL command throws an exception, the message is : %1!s!

DTS_E_ADODESTEXTERNALCOLNOTEXIST

MessageId: DTS_E_ADODESTEXTERNALCOLNOTEXIST MessageText: The %1!s! does not exist in the database. It may have been removed or renamed.

DTS_E_ADODESTFAILEDTOACQUIRECONNECTION

MessageId: DTS_E_ADODESTFAILEDTOACQUIRECONNECTION MessageText: ADO NET Destination has failed to acquire the connection %1!s! with the following error message: "%2!s!".

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: __.

DTS_E_ADODESTINPUTTRUNDISPNOTSUPPORTED

MessageId: DTS_E_ADODESTINPUTTRUNDISPNOTSUPPORTED MessageText: Input truncation row disposition is not supported by ADO NET Destination component.

DTS_E_ADODESTINSERTIONFAILURE

MessageId: DTS_E_ADODESTINSERTIONFAILURE MessageText: An exception has occurred during data insertion, the message returned from the provider is: %1!s!

DTS_E_ADODESTNOERROROUTPUT

MessageId: DTS_E_ADODESTNOERROROUTPUT MessageText: The destination component does not have an error output. It may have been corrupted.

DTS_E_ADODESTNOLINEAGEID

MessageId: DTS_E_ADODESTNOLINEAGEID MessageText: The lineageID %1!s! associated with external column %2!s! does not exist at run time.

DTS_E_ADODESTNOTMANAGEDCONNECTION

MessageId: DTS_E_ADODESTNOTMANAGEDCONNECTION MessageText: The specified connection %1!s! is not managed, please use managed connection for ADO NET destination.

DTS_E_ADODESTSQLBULKCOPYCREATIONEXCEPTION

MessageId: DTS_E_ADODESTSQLBULKCOPYCREATIONEXCEPTION MessageText: An exception occurred while initializing the SqlBulkCopy interface. Disable SqlBulkCopy by setting the UseBulkInsertWhenPossible property to false. The exception message is: %1!s!

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.

DTS_E_ADODESTWRONGBATCHSIZE

MessageId: DTS_E_ADODESTWRONGBATCHSIZE MessageText: The BatchSize property must be a non-negative integer

DTS_E_ADOSOURCEFAILEDTOACQUIRECONNECTION

MessageId: DTS_E_ADOSOURCEFAILEDTOACQUIRECONNECTION MessageText: ADO NET Source has failed to acquire the connection %1!s! with the following error message: "%2!s!".

DTS_E_ADOSRCCOLUMNNOTINSCHEMAROWSET

MessageId: DTS_E_ADOSRCCOLUMNNOTINSCHEMAROWSET MessageText: The %1!s! does not have a matching source column in the schema.

DTS_E_ADOSRCDATATYPEMISMATCH

MessageId: DTS_E_ADOSRCDATATYPEMISMATCH MessageText: The data type of "%1!s!" does not match the data type "%2!s!" of the source column "%3!s!".

DTS_E_ADOSRCINVALIDSQLCOMMAND

MessageId: DTS_E_ADOSRCINVALIDSQLCOMMAND MessageText: An error occurred executing the provided SQL command: "%1!s!". %2!s!

DTS_E_ADOSRCOUTPUTCOLUMNDATATYPECANNOTBECHANGED

MessageId: DTS_E_ADOSRCOUTPUTCOLUMNDATATYPECANNOTBECHANGED MessageText: The data type of output columns on the %1!s! cannot be changed, except for DT_WSTR and DT_NTEXT columns.

DTS_E_ADOSRCUNKNOWNTYPEMAPPEDTONTEXT

MessageId: DTS_E_ADOSRCUNKNOWNTYPEMAPPEDTONTEXT MessageText: The data type "%1!s!" found on column "%2!s!" is not supported for the %3!s!. This column will be converted to DT_NTEXT.

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.

DTS_E_ALREADYATTACHED

MessageId: DTS_E_ALREADYATTACHED MessageText: The %1!s! is already attached and cannot be attached again. Detach it and try again.

DTS_E_ALREADYCONNECTED

MessageId: DTS_E_ALREADYCONNECTED MessageText: Component is already connected. The component needs to be disconnected before attempting to connect it.

DTS_E_ALREADYEXECUTING

MessageId: DTS_E_ALREADYEXECUTING MessageText: 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.

DTS_E_AMBIGUOUSVARIABLENAME

MessageId: DTS_E_AMBIGUOUSVARIABLENAME MessageText: The variable name is ambiguous because multiple variables with this name exist in different namespaces. Specify namespace-qualified name to prevent ambiguity.

DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT

MessageId: DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT MessageText: No inputs were mapped to an output. The "%1!s!" must have at least one input column mapped to an output column.

DTS_E_ATTEMPTINGTOINSERTINTOAREADONLYCOLUMN

MessageId: DTS_E_ATTEMPTINGTOINSERTINTOAREADONLYCOLUMN MessageText: Failure inserting into the read-only column "%1!s!".

DTS_E_ATTEMPTINGTOINSERTINTOAROWIDCOLUMN

MessageId: DTS_E_ATTEMPTINGTOINSERTINTOAROWIDCOLUMN MessageText: "%1!s!" is a row ID column and cannot be included in a data insertion operation.

DTS_E_ATTEMPTINGTOINSERTINTOAROWVERCOLUMN

MessageId: DTS_E_ATTEMPTINGTOINSERTINTOAROWVERCOLUMN MessageText: Attempting insertion into the row version column "%1!s!". Cannot insert into a row version column.

DTS_E_AXTASK_EMPTY_SCRIPT

MessageId: DTS_E_AXTASK_EMPTY_SCRIPT MessageText: Function not found.

DTS_E_AXTASK_HANDLER_NOT_FOUND

MessageId: DTS_E_AXTASK_HANDLER_NOT_FOUND MessageText: Handler not found.

DTS_E_AXTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

MessageId: DTS_E_AXTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT MessageText: ActiveX Script Task was initiated with a wrong XML element.

DTS_E_AXTASK_MISSING_ENTRY_METHOD_NAME

MessageId: DTS_E_AXTASK_MISSING_ENTRY_METHOD_NAME MessageText: Function not found.

DTS_E_AXTASKUTIL_ADDTYPELIB_FAILED

MessageId: DTS_E_AXTASKUTIL_ADDTYPELIB_FAILED MessageText: An error occurred while adding the managed type library to the script host. Verify that the DTS 2000 runtime is installed.

DTS_E_AXTASKUTIL_ADDVARIABLES_FAILED

MessageId: DTS_E_AXTASKUTIL_ADDVARIABLES_FAILED MessageText: 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.

DTS_E_AXTASKUTIL_ENUMERATE_LANGUAGES_FAILED

MessageId: DTS_E_AXTASKUTIL_ENUMERATE_LANGUAGES_FAILED MessageText: An error occurred while attempting to retrieve the scripting languages installed on the system.

DTS_E_AXTASKUTIL_EXECUTION_FAILED

MessageId: DTS_E_AXTASKUTIL_EXECUTION_FAILED MessageText: An error occurred while executing the script. Verify that the script engine for the selected language is installed properly.

DTS_E_AXTASKUTIL_MSG_BAD_FUNCTION

MessageId: DTS_E_AXTASKUTIL_MSG_BAD_FUNCTION MessageText: The function name entered is not valid. Verify that a valid function name has been specified.

DTS_E_AXTASKUTIL_SCRIPT_PARSING_FAILED

MessageId: DTS_E_AXTASKUTIL_SCRIPT_PARSING_FAILED MessageText: A fatal error occurred while trying to parse the script text. Verify that the script engine for the chosen language is installed properly.

DTS_E_AXTASKUTIL_SCRIPTHOST_CREATE_FAILED

MessageId: DTS_E_AXTASKUTIL_SCRIPTHOST_CREATE_FAILED MessageText: An error occurred while creating the ActiveX script host. Verify that you have the script host installed properly.

DTS_E_AXTASKUTIL_SCRIPTHOSTINIT_FAILED

MessageId: DTS_E_AXTASKUTIL_SCRIPTHOSTINIT_FAILED MessageText: 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.

DTS_E_BACKPRESSURE_ALLINPUTSCLOSED

MessageId: DTS_E_BACKPRESSURE_ALLINPUTSCLOSED MessageText: The CanProcess method of the component (ID: %1!d!) returned false for all inputs. No further input data can be processed. Check the implementation of this method.

DTS_E_BACKPRESSURE_BADDEPENDENTCOUNT

The number of bad dependents in the back pressure.

DTS_E_BACKPRESSURE_DEPENDONEORINPUT

MessageId: DTS_E_BACKPRESSURE_DEPENDONEORINPUT MessageText: The GetDependentInputs method of component (ID: %1!d!) returned a list that contains an input ID (%2!d!) that already reached end of rowset. Check the implementation of this method.

DTS_E_BEGINTRANSACTION

MessageId: DTS_E_BEGINTRANSACTION MessageText: The SSIS Runtime has failed to start the distributed transaction due to error 0x%1!8.8X! "%2!s!". The DTC transaction failed to start. This could occur because the MSDTC Service is not running.

DTS_E_BINARYCODENOTFOUND

MessageId: DTS_E_BINARYCODENOTFOUND MessageText: 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.

DTS_E_BITASK_CANNOT_ACQUIRE_CONNECTION

MessageId: DTS_E_BITASK_CANNOT_ACQUIRE_CONNECTION MessageText: Failed to acquire the specified connection: "%1!s!".

DTS_E_BITASK_CANNOT_RETRIEVE_COLUMN_INFO

MessageId: DTS_E_BITASK_CANNOT_RETRIEVE_COLUMN_INFO MessageText: An error occurred while retrieving the columns of the table.

DTS_E_BITASK_CANNOT_RETRIEVE_TABLES

MessageId: DTS_E_BITASK_CANNOT_RETRIEVE_TABLES MessageText: An error occurred while retrieving the tables from the database.

DTS_E_BITASK_CANNOTRETAINCONNINTRANSACTION

MessageId: DTS_E_BITASK_CANNOTRETAINCONNINTRANSACTION MessageText: The task can not have a retained connection manager in a transaction.

DTS_E_BITASK_DATA_FILE_NOT_SPECIFIED

MessageId: DTS_E_BITASK_DATA_FILE_NOT_SPECIFIED MessageText: Data file name not specified.

DTS_E_BITASK_DESTINATION_TABLE_NOT_SPECIFIED

MessageId: DTS_E_BITASK_DESTINATION_TABLE_NOT_SPECIFIED MessageText: You must specify a table name to continue.

DTS_E_BITASK_ERROR_IN_DB_OPERATION

MessageId: DTS_E_BITASK_ERROR_IN_DB_OPERATION MessageText: An error occurred in the database operation.

DTS_E_BITASK_ERROR_IN_LOAD_FROM_XML

MessageId: DTS_E_BITASK_ERROR_IN_LOAD_FROM_XML MessageText: Error occurred in LoadFromXML at the tag "%1!s!".

DTS_E_BITASK_ERROR_IN_SAVE_TO_XML

MessageId: DTS_E_BITASK_ERROR_IN_SAVE_TO_XML MessageText: Error occurred in SaveToXML at the tag "%1!s!".

DTS_E_BITASK_EXECUTE_FAILED

MessageId: DTS_E_BITASK_EXECUTE_FAILED MessageText: Execution failed.

DTS_E_BITASK_EXECUTION_FAILED

MessageId: DTS_E_BITASK_EXECUTION_FAILED MessageText: Bulk insert execution failed.

DTS_E_BITASK_HANDLER_NOT_FOUND

MessageId: DTS_E_BITASK_HANDLER_NOT_FOUND MessageText: Handler not found.

DTS_E_BITASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

MessageId: DTS_E_BITASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT MessageText: Bulk Insert Task was initiated with a wrong XML element.

DTS_E_BITASK_INVALID_CONNECTION

MessageId: DTS_E_BITASK_INVALID_CONNECTION MessageText: The connection is not valid.

DTS_E_BITASK_INVALIDDESTCONNECTIONNAME

MessageId: DTS_E_BITASK_INVALIDDESTCONNECTIONNAME MessageText: The destination connection specified is not valid. Supply a valid connection to continue.

DTS_E_BITASK_INVALIDSOURCECONNECTIONNAME

MessageId: DTS_E_BITASK_INVALIDSOURCECONNECTIONNAME MessageText: The specified connection "%1!s!" is either not valid, or points to an invalid object. To continue, specify a valid connection.

DTS_E_BITASK_NO_CONNECTION_MANAGER_SPECIFIED

MessageId: DTS_E_BITASK_NO_CONNECTION_MANAGER_SPECIFIED MessageText: Attempt to obtain the Connection Manager failed.

DTS_E_BITASK_NULL_CONNECTION

MessageId: DTS_E_BITASK_NULL_CONNECTION MessageText: The connection is null.

DTS_E_BITASKUNMANCONNECTION_CANNOT_OPEN_FILE

MessageId: DTS_E_BITASKUNMANCONNECTION_CANNOT_OPEN_FILE MessageText: Error occurred while trying to open the data file.

DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_COLUMN_INFO

MessageId: DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_COLUMN_INFO MessageText: Error occurred while retrieving the columns of the table.

DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_TABLES

MessageId: DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_TABLES MessageText: Error occurred while retrieving the tables from the database.

DTS_E_BITASKUNMANCONNECTION_ERROR_IN_DB_OPERATION

MessageId: DTS_E_BITASKUNMANCONNECTION_ERROR_IN_DB_OPERATION MessageText: Error in database operation.

DTS_E_BITASKUNMANCONNECTION_EXECUTE_FAILED

MessageId: DTS_E_BITASKUNMANCONNECTION_EXECUTE_FAILED MessageText: Execution failed.

DTS_E_BITASKUNMANCONNECTION_INVALID_CONNECTION

MessageId: DTS_E_BITASKUNMANCONNECTION_INVALID_CONNECTION MessageText: The connection is not valid.

DTS_E_BITASKUNMANCONNECTION_OEM_CONVERSION_FAILED

MessageId: DTS_E_BITASKUNMANCONNECTION_OEM_CONVERSION_FAILED MessageText: Cannot convert the input OEM file to the specified format.

DTS_E_BLANKOUTPUTCOLUMNNAME

MessageId: DTS_E_BLANKOUTPUTCOLUMNNAME MessageText: The name for "%1!s!" is blank, and names cannot be blank.

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.

DTS_E_BPUNKNOWNID

MessageId: DTS_E_BPUNKNOWNID MessageText: The specified breakpoint ID does not exist. This error occurs when a task references a breakpoint that does not exist.

DTS_E_BUFFERALLOCFAILED

MessageId: DTS_E_BUFFERALLOCFAILED MessageText: A buffer failed while allocating %1!d! bytes.

DTS_E_BUFFERBADSIZE

MessageId: DTS_E_BUFFERBADSIZE MessageText: Buffer Type %1!d! had a size of %2!I64d! bytes.

DTS_E_BUFFERFAILUREDETAILS

MessageId: DTS_E_BUFFERFAILUREDETAILS MessageText: The system reports %1!d! percent memory load. There are %2!s! bytes of physical memory with %3!s! bytes free. There are %4!s! bytes of virtual memory with %5!s! bytes free. The paging file has %6!s! bytes with %7!s! bytes free.

DTS_E_BUFFERGETTEMPFILENAME

MessageId: DTS_E_BUFFERGETTEMPFILENAME MessageText: The buffer manager could not get a temporary file name.

DTS_E_BUFFERISEOR

MessageId: DTS_E_BUFFERISEOR MessageText: This buffer represents the end of the rowset and its row count cannot be altered. An attempt was made to call AddRow or RemoveRow on a buffer that has the end of rowset flag.

DTS_E_BUFFERISFLAT

MessageId: DTS_E_BUFFERISFLAT MessageText: Private mode buffers do not support this operation.

DTS_E_BUFFERISNOTPRIMEOUTPUT

MessageId: DTS_E_BUFFERISNOTPRIMEOUTPUT MessageText: The method was called on the wrong buffer. Buffers that are not used for component output do not support this operation.

DTS_E_BUFFERISPRIMEOUTPUT

MessageId: DTS_E_BUFFERISPRIMEOUTPUT MessageText: 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.

DTS_E_BUFFERISPRIVATE

MessageId: DTS_E_BUFFERISPRIVATE MessageText: A call was made to a buffer method on a private buffer and private buffers do not support this operation.

DTS_E_BUFFERISPROCESSINPUT

MessageId: DTS_E_BUFFERISPROCESSINPUT MessageText: 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.

DTS_E_BUFFERISREADONLY

MessageId: DTS_E_BUFFERISREADONLY MessageText: This operation could not be performed because buffer is in read-only mode. A read-only buffer cannot be modified.

DTS_E_BUFFERLOCKUNDERFLOW

MessageId: DTS_E_BUFFERLOCKUNDERFLOW MessageText: The buffer was already unlocked.

DTS_E_BUFFERMAXROWSIZEOUTOFRANGE

MessageId: DTS_E_BUFFERMAXROWSIZEOUTOFRANGE MessageText: 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.

DTS_E_BUFFERNOMAPMEMORY

MessageId: DTS_E_BUFFERNOMAPMEMORY MessageText: An out-of-memory condition prevents the mapping of a buffer's lineage IDs to DTP_HCOL indexes.

DTS_E_BUFFERNOOBJECTMEMORY

MessageId: DTS_E_BUFFERNOOBJECTMEMORY MessageText: An out-of-memory condition prevented the creation of the buffer object.

DTS_E_BUFFERNOTLOCKED

MessageId: DTS_E_BUFFERNOTLOCKED MessageText: This buffer is not locked and cannot be manipulated.

DTS_E_BUFFERORPHANED

MessageId: DTS_E_BUFFERORPHANED MessageText: 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.

DTS_E_BUFFERSIZEOUTOFRANGE

MessageId: DTS_E_BUFFERSIZEOUTOFRANGE MessageText: 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.

DTS_E_BULKINSERTAPIPREPARATIONFAILED

MessageId: DTS_E_BULKINSERTAPIPREPARATIONFAILED MessageText: Unable to bulk copy data. You may need to run this package as an administrator.

DTS_E_BULKINSERTHREADINITIALIZATIONFAILED

MessageId: DTS_E_BULKINSERTHREADINITIALIZATIONFAILED MessageText: The thread for the SSIS Bulk Insert task failed initialization.

DTS_E_BULKINSERTTHREADABNORMALCOMPLETION

MessageId: DTS_E_BULKINSERTTHREADABNORMALCOMPLETION MessageText: The thread for the SSIS Bulk Insert task terminated with errors or warnings.

DTS_E_BULKINSERTTHREADALREADYRUNNING

MessageId: DTS_E_BULKINSERTTHREADALREADYRUNNING MessageText: The thread for the SSIS Bulk Insert task is already running.

DTS_E_BULKINSERTTHREADTERMINATED

MessageId: DTS_E_BULKINSERTTHREADTERMINATED MessageText: The thread for the SSIS Bulk Insert is no longer running. No more rows can be inserted. Try increasing the bulk insert thread timeout.

DTS_E_CACHE_DUPLICATE_INDEXPOS

MessageId: DTS_E_CACHE_DUPLICATE_INDEXPOS MessageText: The index position, %1!d!, 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.

DTS_E_CACHE_INDEXPOS_NOT_CONTINUOUS

MessageId: DTS_E_CACHE_INDEXPOS_NOT_CONTINUOUS MessageText: 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.

DTS_E_CACHE_INVALID_INDEXPOS

MessageId: DTS_E_CACHE_INVALID_INDEXPOS MessageText: The cache index position, %1!d!, 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.

DTS_E_CACHE_TOO_FEW_INDEX_COLUMNS

MessageId: DTS_E_CACHE_TOO_FEW_INDEX_COLUMNS MessageText: 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.

DTS_E_CACHEBADHEADER

MessageId: DTS_E_CACHEBADHEADER MessageText: The cache file is damaged, or the file was not created by using the Cache connection manager. Provide a valid cache file.

DTS_E_CACHECOLDATATYPEINCOMPAT

MessageId: DTS_E_CACHECOLDATATYPEINCOMPAT MessageText: Cannot map the input column, "%1!s!", and the cache column, "%2!s!", because the data types do not match.

DTS_E_CACHECOLDATATYPEPROPINCOMPAT

MessageId: DTS_E_CACHECOLDATATYPEPROPINCOMPAT MessageText: Cannot map the input column, "%1!s!", and the cache column, "%2!s!", because one or more data type properties do not match.

DTS_E_CACHECOLINDEXPOSMISMATCH

MessageId: DTS_E_CACHECOLINDEXPOSMISMATCH MessageText: The index position of column, "%1!s!", is different from index position of Cache connection manager column, "%2!s!".

DTS_E_CACHECOLUMNMAPPINGFAILED

MessageId: DTS_E_CACHECOLUMNMAPPINGFAILED MessageText: Failed to map %1!s! to a cache column. The hresult is 0x%2!8.8X!.

DTS_E_CACHECOLUMNOTFOUND

MessageId: DTS_E_CACHECOLUMNOTFOUND MessageText: Cache column "%1!s!" was not found in the cache.

DTS_E_CACHEFILEWRITEFAILED

MessageId: DTS_E_CACHEFILEWRITEFAILED MessageText: The %1!s! failed to write the cache to file "%2!s!". The hresult is 0x%3!8.8X!.

DTS_E_CACHELOADEDFROMFILE

MessageId: DTS_E_CACHELOADEDFROMFILE MessageText: The %1!s! cannot write to the cache because the cache has been loaded from a file by %2!s!.

DTS_E_CACHERELOADEDDIFFERENTFILES

MessageId: DTS_E_CACHERELOADEDDIFFERENTFILES MessageText: The %1!s! cannot load the cache from file "%2!s!" because the cache has already been loaded from file "%3!s!".

DTS_E_CANCELRECEIVED

MessageId: DTS_E_CANCELRECEIVED MessageText: The pipeline received a request to cancel and is shutting down.

DTS_E_CANNOT_MODIFY_PROJECT_PARAMETERS_COLLECTION

MessageId: DTS_E_CANNOT_MODIFY_PROJECT_PARAMETERS_COLLECTION MessageText: Cannot modify project parameters collection through the IDTSVariables100 interface. Use the Managed Runtime instead.

DTS_E_CANNOTACCESSDTSAPPLICATIONOBJECT

MessageId: DTS_E_CANNOTACCESSDTSAPPLICATIONOBJECT MessageText: The Application object cannot be accessed. Verify that SSIS is correctly installed.

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.

DTS_E_CANNOTACQUIREMANAGEDCONNECTIONFROMCONNECTIONMANAGER

MessageId: DTS_E_CANNOTACQUIREMANAGEDCONNECTIONFROMCONNECTIONMANAGER MessageText: Cannot acquire a managed connection from the run-time connection manager.

DTS_E_CANNOTCASTTOIDTSOBJECEVERSIONUPDATE

MessageId: DTS_E_CANNOTCASTTOIDTSOBJECEVERSIONUPDATE MessageText: Cannot cast object to type IDTSObjectVersionUpdate100

DTS_E_CANNOTCHANGEPROTECTIONLEVELSCM

MessageId: DTS_E_CANNOTCHANGEPROTECTIONLEVELSCM MessageText: Cannot change the protection level of a project connection manager. It inherits from the project

DTS_E_CANNOTCLONECONNECTIONMANAGER

MessageId: DTS_E_CANNOTCLONECONNECTIONMANAGER MessageText: Connection manager "0x%1!s!" cannot be cloned for out-of-process execution.

DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMN

MessageId: DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMN MessageText: Column "%1!s!" cannot convert between unicode and non-unicode string data types.

DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMNS

MessageId: DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMNS MessageText: Columns "%1!s!" and "%2!s!" cannot convert between unicode and non-unicode string data types.

DTS_E_CANNOTCONVERTDATATYPESWITHDIFFERENTCODEPAGES

MessageId: DTS_E_CANNOTCONVERTDATATYPESWITHDIFFERENTCODEPAGES MessageText: Conversion from "%1!s!" with code page %2!d! to "%3!s!" with code page %4!d! is not supported.

DTS_E_CANNOTCONVERTTYPES

MessageId: DTS_E_CANNOTCONVERTTYPES MessageText: Conversion from "%1!s!" to "%2!s!" is not supported.

DTS_E_CANNOTCOPYORCONVERTFLATFILEDATA

MessageId: DTS_E_CANNOTCOPYORCONVERTFLATFILEDATA MessageText: Cannot copy or convert flat file data for column "%1!s!".

DTS_E_CANNOTCREATEACCESSOR

MessageId: DTS_E_CANNOTCREATEACCESSOR MessageText: Cannot create an OLE DB accessor. Verify that the column metadata is valid.

DTS_E_CANNOTCREATEBULKINSERTHREAD

MessageId: DTS_E_CANNOTCREATEBULKINSERTHREAD MessageText: Cannot create the bulk insert thread due to error "%1!s!".

DTS_E_CANNOTFINDRUNTIMECONNECTIONMANAGER

MessageId: DTS_E_CANNOTFINDRUNTIMECONNECTIONMANAGER MessageText: The runtime connection manager with the ID "%1!s!" cannot be found. Verify that the connection manager collection has a connection manager with that ID.

DTS_E_CANNOTGETCOLUMNNAME

MessageId: DTS_E_CANNOTGETCOLUMNNAME MessageText: Cannot get the name of the column with ID %1!d!.

DTS_E_CANNOTGETIROWSET

MessageId: DTS_E_CANNOTGETIROWSET MessageText: Opening a rowset for "%1!s!" failed. Check that the object exists in the database.

DTS_E_CANNOTGETIROWSETFASTLOAD

MessageId: DTS_E_CANNOTGETIROWSETFASTLOAD MessageText: Failed to open a fastload rowset for "%1!s!". Check that the object exists in the database.

DTS_E_CANNOTGETRUNTIMECONNECTIONMANAGERID

The ID of the runtime connection manager specified by "%1" in the connection manager collection, Connections, of "%2" cannot be acquired 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.

DTS_E_CANNOTHAVEANYINPUTCOLUMNS

MessageId: DTS_E_CANNOTHAVEANYINPUTCOLUMNS MessageText: Input columns not allowed. The number of input columns must be zero.

DTS_E_CANNOTHAVEINPUTS

MessageId: DTS_E_CANNOTHAVEINPUTS MessageText: This component has %1!d! inputs. No input is allowed on this component.

DTS_E_CANNOTHAVEZEROINPUTCOLUMNS

MessageId: DTS_E_CANNOTHAVEZEROINPUTCOLUMNS MessageText: The number of input columns for %1!s! cannot be zero.

DTS_E_CANNOTHAVEZEROOUTPUTCOLUMNS

MessageId: DTS_E_CANNOTHAVEZEROOUTPUTCOLUMNS MessageText: The number of output columns for %1!s! cannot be zero.

DTS_E_CANNOTLOADCOMPONENT

MessageId: DTS_E_CANNOTLOADCOMPONENT MessageText: The managed pipeline component "%1!s!" could not be loaded. The exception was: %2!s!.

DTS_E_CANNOTLOADOLDPACKAGES

MessageId: DTS_E_CANNOTLOADOLDPACKAGES MessageText: 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.

DTS_E_CANNOTMAPINPUTCOLUMNTOOUTPUTCOLUMN

MessageId: DTS_E_CANNOTMAPINPUTCOLUMNTOOUTPUTCOLUMN MessageText: Cannot find input column with lineage ID "%1!d!" which is needed by "%2!s!". Check SourceInputColumnLineageID custom property of the output column.

DTS_E_CANNOTMAPOUTPUTCOLUMN

MessageId: DTS_E_CANNOTMAPOUTPUTCOLUMN MessageText: The output column cannot be mapped to an external metadata column.

DTS_E_CANNOTMAPRUNTIMECONNECTIONMANAGER

The connection manager with ID "%1" in the connection manager collection due to error code 0x%2!8.8X! cannot be found. 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.

DTS_E_CANNOTOPENDATAFILE

MessageId: DTS_E_CANNOTOPENDATAFILE MessageText: Cannot open the datafile "%1!s!".

DTS_E_CANNOTOPENREGISTRYKEY

MessageId: DTS_E_CANNOTOPENREGISTRYKEY MessageText: The registry key "%1!s!" cannot be opened.

DTS_E_CANNOTREATTACHPATH

MessageId: DTS_E_CANNOTREATTACHPATH MessageText: The "%1!s!" cannot be reattached. Delete the path, add a new one, and attach it.

DTS_E_CANNOTRETRIEVEBYLINEAGE

MessageId: DTS_E_CANNOTRETRIEVEBYLINEAGE MessageText: Cannot retrieve an item by lineage ID from a collection that does not contain columns.

DTS_E_CANNOTRETRIEVEPROPERTYFORCOMPONENT

MessageId: DTS_E_CANNOTRETRIEVEPROPERTYFORCOMPONENT MessageText: Cannot retrieve property "%1!s!" from component with ID %2!d!.

DTS_E_CANNOTTFINDRUNTIMECONNECTIONOBJECT

MessageId: DTS_E_CANNOTTFINDRUNTIMECONNECTIONOBJECT MessageText: The connection "%1!s!" cannot be found. Verify that the connection manager has a connection with that name.

DTS_E_CANNOTUPDATECACHEONINPUTCOLUMNS

MessageId: DTS_E_CANNOTUPDATECACHEONINPUTCOLUMNS MessageText: Cannot update cache on input columns when the EnableCacheUpdate is false on the pipeline

DTS_E_CANNOTWRITETODATAFILE

MessageId: DTS_E_CANNOTWRITETODATAFILE MessageText: Cannot write to the data file.

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.

DTS_E_CANONLYSETISSORTEDONSOURCE

MessageId: DTS_E_CANONLYSETISSORTEDONSOURCE MessageText: The "%1!s!" cannot have its IsSorted property set to TRUE because it is not a source output. A source output has a SynchronousInputID value of zero.

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.

DTS_E_CANTACCESSARRAYDATA

MessageId: DTS_E_CANTACCESSARRAYDATA MessageText: The data in the array cannot be accessed (error: %1!s!). This error can occur wherever GetDataFromSafeArray is called.

DTS_E_CANTADDBLOBDATA

MessageId: DTS_E_CANTADDBLOBDATA MessageText: Long data was retrieved for a column but cannot be added to the Data Flow task buffer.

DTS_E_CANTADDCOLUMN

MessageId: DTS_E_CANTADDCOLUMN MessageText: The component does not allow adding columns to this input or output.

DTS_E_CANTADDINPUT

MessageId: DTS_E_CANTADDINPUT MessageText: An input cannot be added to the inputs collection.

DTS_E_CANTADDOUTPUT

MessageId: DTS_E_CANTADDOUTPUT MessageText: An output cannot be added to the outputs collection.

DTS_E_CANTADDOUTPUTID

MessageId: DTS_E_CANTADDOUTPUTID MessageText: Output ID %1!d! failed during insert. The new output was not created.

DTS_E_CANTADDREMOVEWHENEXECUTING

MessageId: DTS_E_CANTADDREMOVEWHENEXECUTING MessageText: 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.

DTS_E_CANTALLOCATECOLUMNINFO

MessageId: DTS_E_CANTALLOCATECOLUMNINFO MessageText: Not enough memory was available to allocate a list of the columns that are being manipulated by this component.

DTS_E_CANTBUILDBUFFERTYPE

MessageId: DTS_E_CANTBUILDBUFFERTYPE MessageText: The Data Flow task cannot allocate memory to build a buffer definition. The buffer definition had %1!d! columns.

DTS_E_CANTBUILDTHREADPOOL

MessageId: DTS_E_CANTBUILDTHREADPOOL MessageText: The Sort transformation could not create a thread pool with %1!d! threads. Not enough memory is available.

DTS_E_CANTCHANGEPROPERTYTYPE

MessageId: DTS_E_CANTCHANGEPROPERTYTYPE MessageText: The property type cannot be changed from the type that was set by the component.

DTS_E_CANTCHANGEREADONLYATRUNTIME

MessageId: DTS_E_CANTCHANGEREADONLYATRUNTIME MessageText: 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.

DTS_E_CANTCHANGEUSAGETYPE

MessageId: DTS_E_CANTCHANGEUSAGETYPE MessageText: The usage type of the column cannot be changed.

DTS_E_CANTCLONE

MessageId: DTS_E_CANTCLONE MessageText: The input buffer could not be cloned. An out-of-memory condition occurred or there was an internal error.

DTS_E_CANTCOMPARE

MessageId: DTS_E_CANTCOMPARE MessageText: The data type "%1!s!" cannot be compared. Comparison of that data type is not supported, so it cannot be sorted or used as a key.

DTS_E_CANTCREATEBLOBFILE

MessageId: DTS_E_CANTCREATEBLOBFILE MessageText: 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, or the paths have been full.

DTS_E_CANTCREATEBUFFERMANAGER

MessageId: DTS_E_CANTCREATEBUFFERMANAGER MessageText: The Buffer Manager could not be created.

DTS_E_CANTCREATECERTCONTEXT

MessageId: DTS_E_CANTCREATECERTCONTEXT MessageText: Failed to create certificate context (error: %1!s!). This occurs in CPackage::put_CertificateObject or CPackage::LoadFromXML when the corresponding CryptoAPI function fails.

DTS_E_CANTCREATECOMPONENT

MessageId: DTS_E_CANTCREATECOMPONENT MessageText: Component "%1!s!" could not be created and returned error code 0x%2!8.8X! "%3!s!". Make sure that the component is registered correctly.

DTS_E_CANTCREATECOMPONENTVIEW

MessageId: DTS_E_CANTCREATECOMPONENTVIEW MessageText: Cannot create a component view because another one already exists. Only one component view can exist at a time.

DTS_E_CANTCREATECUSTOMPROPERTY

MessageId: DTS_E_CANTCREATECUSTOMPROPERTY MessageText: The custom property "%1!s!" cannot be created.

DTS_E_CANTCREATEEXECUTIONTREE

MessageId: DTS_E_CANTCREATEEXECUTIONTREE MessageText: There is not enough memory to create an execution tree.

DTS_E_CANTCREATENEWTYPE

MessageId: DTS_E_CANTCREATENEWTYPE MessageText: The buffer manager failed to create a new buffer type.

DTS_E_CANTCREATEPRIMEOUTPUTBUFFER

MessageId: DTS_E_CANTCREATEPRIMEOUTPUTBUFFER MessageText: The Data Flow task failed to create a buffer to call PrimeOutput for output "%3!s!" (%4!d!) on component "%1!s!" (%2!d!). This error usually occurs due to an out-of-memory condition.

DTS_E_CANTCREATESPOOLFILE

MessageId: DTS_E_CANTCREATESPOOLFILE MessageText: 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 or the paths have been full.

DTS_E_CANTCREATEVIEWBUFFER

MessageId: DTS_E_CANTCREATEVIEWBUFFER MessageText: The Data Flow task engine failed to create a view buffer of type %1!d! over type %2!d! for buffer %3!d.

DTS_E_CANTCREATEVIRTUALBUFFER

MessageId: DTS_E_CANTCREATEVIRTUALBUFFER MessageText: The Data Flow task cannot create a virtual buffer to prepare for execution.

DTS_E_CANTDELETECOLUMN

MessageId: DTS_E_CANTDELETECOLUMN MessageText: The column cannot be deleted. The component does not allow columns to be deleted from this input or output.

DTS_E_CANTDELETEERRORCOLUMNS

MessageId: DTS_E_CANTDELETEERRORCOLUMNS MessageText: The %1!s! is a special error output column and cannot be deleted.

DTS_E_CANTDELETEINPUT

MessageId: DTS_E_CANTDELETEINPUT MessageText: An input cannot be deleted from the inputs collection.

DTS_E_CANTDELETEOUTPUT

MessageId: DTS_E_CANTDELETEOUTPUT MessageText: An output cannot be removed from the outputs collection.

DTS_E_CANTDELETEOUTPUTID

MessageId: DTS_E_CANTDELETEOUTPUTID MessageText: 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.

DTS_E_CANTDETERMINEWHICHPROPTOPERSIST

MessageId: DTS_E_CANTDETERMINEWHICHPROPTOPERSIST MessageText: 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.

DTS_E_CANTDIRECTROW

MessageId: DTS_E_CANTDIRECTROW MessageText: Direct row to output "%1!s!" (%2!d!) failed.

DTS_E_CANTFINDCERTBYHASH

MessageId: DTS_E_CANTFINDCERTBYHASH MessageText: Unable to find the specified certificate by hash in "MY" store (error: %1!s!). Occurs in CPackage::LoadUserCertificateByHash.

DTS_E_CANTFINDCERTBYNAME

MessageId: DTS_E_CANTFINDCERTBYNAME MessageText: The certificate specified by name in MY store cannot be found (error: %1!s!). This occurs in CPackage::LoadUserCertificateByName.

DTS_E_CANTGETBLOBDATA

MessageId: DTS_E_CANTGETBLOBDATA MessageText: Failed to retrieve long data for column "%1!s!".

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.

DTS_E_CANTGETCUSTOMPROPERTY

MessageId: DTS_E_CANTGETCUSTOMPROPERTY MessageText: Cannot retrieve custom property "%1!s!".

DTS_E_CANTGETCUSTOMPROPERTYCOLLECTION

MessageId: DTS_E_CANTGETCUSTOMPROPERTYCOLLECTION MessageText: The custom property collection cannot be retrieved for initialization.

DTS_E_CANTGETMUTEX

MessageId: DTS_E_CANTGETMUTEX MessageText: A thread failed to create a mutex at initialization.

DTS_E_CANTGETSEMAPHORE

MessageId: DTS_E_CANTGETSEMAPHORE MessageText: A thread failed to create a semaphore at initialization.

DTS_E_CANTGIVEAWAYBUFFER

MessageId: DTS_E_CANTGIVEAWAYBUFFER MessageText: The Data Flow task engine attempted to copy a buffer to assign another thread, but failed.

DTS_E_CANTINITINPUT

MessageId: DTS_E_CANTINITINPUT MessageText: An input cannot be created to initialize the inputs collection.

DTS_E_CANTINITOUTPUT

MessageId: DTS_E_CANTINITOUTPUT MessageText: An output cannot be created to initialize the outputs collection.

DTS_E_CANTINSERTCOLUMNTYPE

MessageId: DTS_E_CANTINSERTCOLUMNTYPE MessageText: The column "%1!s!" can't be inserted because the conversion between types %2!s! and %3!s! is not supported.

DTS_E_CANTINSERTINTOHASHTABLE

MessageId: DTS_E_CANTINSERTINTOHASHTABLE MessageText: There is not enough memory to insert an object into the hash table.

DTS_E_CANTLOADFROMNODE

MessageId: DTS_E_CANTLOADFROMNODE MessageText: 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.

DTS_E_CANTLOCKBUFFER

MessageId: DTS_E_CANTLOCKBUFFER MessageText: A buffer could not be locked. The system is out of memory or the buffer manager has reached its quota.

DTS_E_CANTMODIFYERROROUTPUTCOLUMNDATATYPE

MessageId: DTS_E_CANTMODIFYERROROUTPUTCOLUMNDATATYPE MessageText: The data type for "%1!s!" cannot be modified in the error "%2!s!".

DTS_E_CANTMODIFYINVALID

MessageId: DTS_E_CANTMODIFYINVALID MessageText: The component cannot perform the requested metadata change until the validation problem is fixed.

DTS_E_CANTOPENCERTSTORE

MessageId: DTS_E_CANTOPENCERTSTORE MessageText: Opening MY certificate store failed with error "%1!s!".This occurs in CPackage::LoadUserCertificateByName and CPackage::LoadUserCertificateByHash.

DTS_E_CANTPROCESSCOLUMNTYPECODEPAGE

MessageId: DTS_E_CANTPROCESSCOLUMNTYPECODEPAGE MessageText: The column "%1!s!" cannot be processed because more than one code page (%2!d! and %3!d!) are specified for it.

DTS_E_CANTREALIZEVIRTUALBUFFERS

MessageId: DTS_E_CANTREALIZEVIRTUALBUFFERS MessageText: A set of virtual buffers cannot be realized.

DTS_E_CANTREGISTERBUFFERTYPE

MessageId: DTS_E_CANTREGISTERBUFFERTYPE MessageText: The Data Flow task cannot register a buffer type. The type had %1!d! columns and was for execution tree %2!d!.

DTS_E_CANTREGISTERVIEWBUFFERTYPE

MessageId: DTS_E_CANTREGISTERVIEWBUFFERTYPE MessageText: The Data Flow task cannot register a view buffer type. The type had %1!d! columns and was for input ID %2!d!.

DTS_E_CANTSETEXTERNALMETADATACOLUMNDATATYPEPROPERTIES

MessageId: DTS_E_CANTSETEXTERNALMETADATACOLUMNDATATYPEPROPERTIES MessageText: The %1!s! does not allow setting external metadata column datatype properties.

DTS_E_CANTSETOUTPUTCOLUMNDATATYPEPROPERTIES

MessageId: DTS_E_CANTSETOUTPUTCOLUMNDATATYPEPROPERTIES MessageText: The %1!s! does not allow setting output column datatype properties.

DTS_E_CANTSETOUTPUTCOLUMNPROPERTY

MessageId: DTS_E_CANTSETOUTPUTCOLUMNPROPERTY MessageText: The property on an output column cannot be set.

DTS_E_CANTSETUSAGETYPE

MessageId: DTS_E_CANTSETUSAGETYPE MessageText: The %1!s! has forbidden the requested use of the input column with lineage ID %2!d!.

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.

DTS_E_CANTWRITETOFILE

MessageId: DTS_E_CANTWRITETOFILE MessageText: The file, "%1!s!", could not be opened for writing. The file could be read-only, or you do not have the correct permissions.

DTS_E_CERTERROR

MessageId: DTS_E_CERTERROR MessageText: 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.

DTS_E_CHANGESYSTEMVARIABLENAMEFAILED

MessageId: DTS_E_CHANGESYSTEMVARIABLENAMEFAILED MessageText: Changing the name of a variable failed because it is a system variable. System variables are read-only.

DTS_E_CHANGESYSTEMVARIABLENAMESPACEFAILED

MessageId: DTS_E_CHANGESYSTEMVARIABLENAMESPACEFAILED MessageText: Changing the namespace of a variable failed because it is a system variable. System variables are read-only.

DTS_E_CHANGESYSTEMVARIABLEREADONLYFAILED

MessageId: DTS_E_CHANGESYSTEMVARIABLEREADONLYFAILED MessageText: Changing the property of a variable failed because it is a system variable. System variables are read-only.

DTS_E_CHECKENVELOPEFAILED

MessageId: DTS_E_CHECKENVELOPEFAILED MessageText: Failed to check for XML signature envelope in package XML with error 0x%1!8.8X! "%2!s!". This occurs in CPackage::LoadFromXML.

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.

DTS_E_CHECKPOINTFILELOCKED

MessageId: DTS_E_CHECKPOINTFILELOCKED MessageText: The checkpoint file "%1!s!" is locked by another process. This may occur if another instance of this package is currently executing.

DTS_E_CHECKPOINTFILENOTSPECIFIED

MessageId: DTS_E_CHECKPOINTFILENOTSPECIFIED MessageText: The package is configured to always restart from a checkpoint, but checkpoint file is not specified.

DTS_E_CHECKPOINTLOADXML

MessageId: DTS_E_CHECKPOINTLOADXML MessageText: The attempt to load the XML checkpoint file "%1!s!" failed with error 0x%2!8.8X! "%3!s!". Check that the file name specified is correct, and that the file exists.

DTS_E_CHECKPOINTMISMATCH

MessageId: DTS_E_CHECKPOINTMISMATCH MessageText: Checkpoint file "%1!s!" does not match this package. The ID of the package and the ID in the checkpoint file do not match.

DTS_E_CLIENTAUTH

MessageId: DTS_E_CLIENTAUTH MessageText: 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.

DTS_E_CMDDESTNOPARAMS

MessageId: DTS_E_CMDDESTNOPARAMS MessageText: Unable to retrieve destination column descriptions from the parameters of the SQL command.

DTS_E_CMDDESTNOTBOUND

MessageId: DTS_E_CMDDESTNOTBOUND MessageText: Parameters are not bound. All parameters in the SQL command must be bound to input columns.

DTS_E_CODE_PAGE_NOT_SUPPORTED

MessageId: DTS_E_CODE_PAGE_NOT_SUPPORTED MessageText: The code page %1!d! specified on column "%2!s!" (%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.

DTS_E_CODEPAGEREQUIRED

MessageId: DTS_E_CODEPAGEREQUIRED MessageText: The "%1!s!" requires a code page to be set but the value passed was zero.

DTS_E_COLLECTIONCOULDNTADD

MessageId: DTS_E_COLLECTIONCOULDNTADD MessageText: An object was created but the attempt to add it to a collection failed. This can occur due to an out-of-memory condition.

DTS_E_COLLECTIONLOCKED

MessageId: DTS_E_COLLECTIONLOCKED MessageText: This collection cannot be modified during package validation or execution.

DTS_E_COLLOCKED

MessageId: DTS_E_COLLOCKED MessageText: The "%1!s!" collection cannot be modified during package validation or execution. "%2!s!" cannot be added to the collection.

DTS_E_COLLOCKED_NO_CREATIONNAME

MessageId: DTS_E_COLLOCKED_NO_CREATIONNAME MessageText: The "%1!s!" collection cannot be modified during package validation or execution.

DTS_E_COLNOTMAPPEDTOCACHECOL

MessageId: DTS_E_COLNOTMAPPEDTOCACHECOL MessageText: The %1!s! is not mapped to valid cache column.

DTS_E_COLUMNDATAOVERFLOWDISKIOBUFFER

MessageId: DTS_E_COLUMNDATAOVERFLOWDISKIOBUFFER MessageText: The column data for column "%1!s!" overflowed the disk I/O buffer.

DTS_E_COLUMNDELIMITERNOTFOUND

MessageId: DTS_E_COLUMNDELIMITERNOTFOUND MessageText: The column delimiter for column "%1!s!" was not found.

DTS_E_COLUMNMAPPEDTOALREADYMAPPEDEXTERNALMETADATACOLUMN

MessageId: DTS_E_COLUMNMAPPEDTOALREADYMAPPEDEXTERNALMETADATACOLUMN MessageText: The %1!s! is mapped to the external metadata column with ID %2!ld!, which is already mapped to another column.

DTS_E_COLUMNMAPPEDTONONEXISTENTEXTERNALMETADATACOLUMN

MessageId: DTS_E_COLUMNMAPPEDTONONEXISTENTEXTERNALMETADATACOLUMN MessageText: The %1!s! is mapped to an external metadata column that does not exist.

DTS_E_COLUMNMETADATAUNAVAILABLEFORVALIDATION

MessageId: DTS_E_COLUMNMETADATAUNAVAILABLEFORVALIDATION MessageText: The column metadata was unavailable for validation.

DTS_E_COLUMNNOTFOUND

MessageId: DTS_E_COLUMNNOTFOUND MessageText: Column "%1!s!" cannot be found at the datasource.

DTS_E_COLUMNNOTMAPPEDTOEXTERNALMETADATACOLUMN

MessageId: DTS_E_COLUMNNOTMAPPEDTOEXTERNALMETADATACOLUMN MessageText: The external metadata column mapping for %1!s! is not valid. The external metadata column ID cannot be zero.

DTS_E_COLUMNNOTMATCHED

MessageId: DTS_E_COLUMNNOTMATCHED MessageText: The column "%1!s!" (%2!d!) cannot be matched to any input file column. The output column name or input column name cannot be found in the file.

DTS_E_COLUMNPARSEFAILED

MessageId: DTS_E_COLUMNPARSEFAILED MessageText: Failed to parse the column "%1!s!" in the data file.

DTS_E_COLUMNSHAVEINCOMPATIBLEMETADATA

MessageId: DTS_E_COLUMNSHAVEINCOMPATIBLEMETADATA MessageText: Columns "%1!s!" and "%2!s!" have incompatible metadata.

DTS_E_COLUMNSTATUSERROR

MessageId: DTS_E_COLUMNSTATUSERROR MessageText: There was an error with %1!s! on %2!s!. The column status returned was: "%3!s!".

DTS_E_COMERROR

MessageId: DTS_E_COMERROR MessageText: COM error object information is available. Source: "%1!s!" error code: 0x%2!8.8X! Description: "%3!s!".

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE MessageText: The data value cannot be converted for reasons other than sign mismatch or data overflow.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the provider.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_ERRORSINCOMMAND

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_ERRORSINCOMMAND MessageText: The command execution generated errors.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION MessageText: The data value violated the integrity constraints for the column.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_PERMISSIONDENIED

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_PERMISSIONDENIED MessageText: The user did not have the correct permissions to write to the column.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION MessageText: The data value violated the schema constraint.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the provider was unsigned.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_TRUNCATED

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_TRUNCATED MessageText: The data was truncated.

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_COMMANDDESTINATIONADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_COMMITFAILED

MessageId: DTS_E_COMMITFAILED MessageText: A commit failed.

DTS_E_COMMITTRANSACTION

MessageId: DTS_E_COMMITTRANSACTION MessageText: The SSIS Runtime has failed to commit the distributed transaction due to error 0x%1!8.8X! "%2!s!".

DTS_E_COMPFLAGSONLYONSORTCOL

MessageId: DTS_E_COMPFLAGSONLYONSORTCOL MessageText: The "%1!s!" 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.

DTS_E_COMPONENT_NOINTERFACE

MessageId: DTS_E_COMPONENT_NOINTERFACE MessageText: The %1!s! was found, but it does not support a required Integration Services interface (IDTSRuntimeComponent100). Obtain an updated version of this component from the component provider.

DTS_E_COMPONENTHASINVALIDCLSID

MessageId: DTS_E_COMPONENTHASINVALIDCLSID MessageText: The CLSID for one of the components with ID %1!d! is not valid.

DTS_E_COMPONENTINITFAILED

MessageId: DTS_E_COMPONENTINITFAILED MessageText: Component %1!s! failed to initialize due to error 0x%2!8.8X! "%3!s!".

DTS_E_COMPONENTNOTFOUND

MessageId: DTS_E_COMPONENTNOTFOUND MessageText: The module containing "%1!s!" cannot be located, even though it is registered.

DTS_E_COMPONENTNOTREGISTERED

MessageId: DTS_E_COMPONENTNOTREGISTERED MessageText: The module containing "%1!s!" is not registered or installed correctly.

DTS_E_COMPONENTVERSIONMISMATCH

MessageId: DTS_E_COMPONENTVERSIONMISMATCH MessageText: The version of %1!s! is not compatible with this version of the DataFlow.

DTS_E_COMPONENTVIEWISUNAVAILABLE

MessageId: DTS_E_COMPONENTVIEWISUNAVAILABLE MessageText: The component view is unavailable. Make sure the component view has been created.

DTS_E_CONFIGFAILED

MessageId: DTS_E_CONFIGFAILED MessageText: Configuration failure. This is a generic warning for all configuration types. Other warnings should precede this with more information.

DTS_E_CONFIGFILEFAILEDEXPORT

MessageId: DTS_E_CONFIGFILEFAILEDEXPORT MessageText: Failure exporting configuration file.

DTS_E_CONFIGFORMATINVALID

MessageId: DTS_E_CONFIGFORMATINVALID MessageText: The configuration entry "%1!s!" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter.

DTS_E_CONFIGFORMATINVALID_PACKAGEDELIMITER

MessageId: DTS_E_CONFIGFORMATINVALID_PACKAGEDELIMITER MessageText: The configuration entry, "%1!s!", has an incorrect format because it does not begin with package delimiter. There was no "\package" delimiter.

DTS_E_CONFIGTYPECONVERSIONFAILED

A type in the configuration "%1" for the package path "%2" failed to convert. 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.

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!.

DTS_E_CONNECTIONMANAGERJOINTRANSACTION

MessageId: DTS_E_CONNECTIONMANAGERJOINTRANSACTION MessageText: The connection manager failed to defect from the transaction.

DTS_E_CONNECTIONMANAGERNOTFOUND

MessageId: DTS_E_CONNECTIONMANAGERNOTFOUND MessageText: The connection manager "%1!s!" is not found. A component failed to find the connection manager in the Connections collection.

DTS_E_CONNECTIONMANAGERQUALIFIERALREADYSET

MessageId: DTS_E_CONNECTIONMANAGERQUALIFIERALREADYSET MessageText: The qualifier is already set on this instance of the connection manager. The qualifier may be set once per instance.

DTS_E_CONNECTIONMANAGERQUALIFIERNOTSET

MessageId: DTS_E_CONNECTIONMANAGERQUALIFIERNOTSET MessageText: The qualifier has not been set on this instance of the connection manager. Setting the qualifier is required to complete initialization.

DTS_E_CONNECTIONMANAGERQUALIFIERNOTSUPPORTED

MessageId: DTS_E_CONNECTIONMANAGERQUALIFIERNOTSUPPORTED MessageText: This connection manager does not support specification of qualifiers.

DTS_E_CONNECTIONMANAGERTRANSACTEDANDRETAINEDINBULKINSERT

MessageId: DTS_E_CONNECTIONMANAGERTRANSACTEDANDRETAINEDINBULKINSERT MessageText: The component cannot use a connection manager that retains its connection in a transaction with fastload or bulk insert.

DTS_E_CONNECTIONMANANGERNOTASSIGNED

MessageId: DTS_E_CONNECTIONMANANGERNOTASSIGNED MessageText: A connection manager has not been assigned to the %1!s!.

DTS_E_CONNECTIONNOTFOUND

MessageId: DTS_E_CONNECTIONNOTFOUND MessageText: The connection "%1!s!" is not found. This error is thrown by Connections collection when the specific connection element is not found.

DTS_E_CONNECTIONOFFLINE

MessageId: DTS_E_CONNECTIONOFFLINE MessageText: The connection manager "%1!s!" will not acquire a connection because the package OfflineMode property is TRUE. When the OfflineMode is TRUE, connections cannot be acquired.

DTS_E_CONNECTIONREQUIREDFORMETADATA

MessageId: DTS_E_CONNECTIONREQUIREDFORMETADATA MessageText: 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.

DTS_E_CONNECTIONREQUIREDFORREAD

MessageId: DTS_E_CONNECTIONREQUIREDFORREAD MessageText: A connection is required to read data.

DTS_E_CONNECTIONSTRING

MessageId: DTS_E_CONNECTIONSTRING MessageText: OLE DB has failed making a database connection when using the supplied connection string.

DTS_E_CONNECTIONSTRINGFORMAT

MessageId: DTS_E_CONNECTIONSTRINGFORMAT MessageText: 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.

DTS_E_CONNECTIONTERMINATED

MessageId: DTS_E_CONNECTIONTERMINATED MessageText: The connection with the server has been reset or terminated. Try again later.

DTS_E_CONNECTIONVALIDATIONFAILED

MessageId: DTS_E_CONNECTIONVALIDATIONFAILED MessageText: Connection "%1!s!" failed validation.

DTS_E_CONNECTREQUIREDFORMETADATAVALIDATION

MessageId: DTS_E_CONNECTREQUIREDFORMETADATAVALIDATION MessageText: Error due to no connection. A connection is required before metadata validation can proceed.

DTS_E_CONNECTTOSERVERFAILED

MessageId: DTS_E_CONNECTTOSERVERFAILED MessageText: Connecting to the Integration Services service on the computer "%1!s!" failed with the following error: "%2!s!".

DTS_E_CONNECTTOSERVERFAILED_ACCESSDENIED

A connect to server failed. Access denied.

DTS_E_CONNECTTOSERVERFAILED_NOTREGISTERED

A connect to server failed. The server is not registered.

DTS_E_CONNECTTOSERVERFAILED_UNAVAILABLE

MessageId: DTS_E_CONNECTTOSERVERFAILED_UNAVAILABLE MessageText: Connecting to the Integration Services service on the computer "%1!s!" failed with the following error: "%2!s!".%n%nThis error occurs when the computer host name does not exist, or cannot be reached.

DTS_E_COULD_NOT_DETERMINE_DATASOURCE_DBMSNAME

MessageId: DTS_E_COULD_NOT_DETERMINE_DATASOURCE_DBMSNAME MessageText: Unable to determine the DBMS name and version on "%1!s!". This occurs if the IDBProperties on the connection did not return information needed to verify the DBMS name and version.

DTS_E_COULDNOTCREATECOPYBUFFER

MessageId: DTS_E_COULDNOTCREATECOPYBUFFER MessageText: The %1!s! cannot create a buffer to copy its data into for sorting.

DTS_E_COULDNOTFINDINPUTBUFFERCOLUMNBYLINEAGE

MessageId: DTS_E_COULDNOTFINDINPUTBUFFERCOLUMNBYLINEAGE MessageText: The %1!s! cannot find the column with LineageID %2!ld! in its input buffer.

DTS_E_COULDNOTGETCOLUMNINFOFORCOPYBUFFER

MessageId: DTS_E_COULDNOTGETCOLUMNINFOFORCOPYBUFFER MessageText: The %1!s! cannot get the column information for column "%2!lu!" from its copy buffer.

DTS_E_COULDNOTGETCOLUMNINFOFORINPUTBUFFER

MessageId: DTS_E_COULDNOTGETCOLUMNINFOFORINPUTBUFFER MessageText: The %1!s! cannot get the column information for column %2!lu! from its input buffer.

DTS_E_COULDNOTREGISTERCOPYBUFFER

MessageId: DTS_E_COULDNOTREGISTERCOPYBUFFER MessageText: The %1!s! cannot register a buffer type for its copy buffer.

DTS_E_COULDNOTREPLACECHECKPOINTFILE

MessageId: DTS_E_COULDNOTREPLACECHECKPOINTFILE MessageText: 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.

DTS_E_COULDNOTRESOLVEPACKAGEPATH

MessageId: DTS_E_COULDNOTRESOLVEPACKAGEPATH MessageText: Cannot resolve a package path to an object in the package "%1!s!". Verify that the package path is valid.

DTS_E_CREATECHECKPOINTFILE

MessageId: DTS_E_CREATECHECKPOINTFILE MessageText: Checkpoint file "%1!s!" failed during creation due to error 0x%2!8.8X! "%3!s!".

DTS_E_CREATEEXPRESSIONOBJECTFAILED

MessageId: DTS_E_CREATEEXPRESSIONOBJECTFAILED MessageText: Memory cannot be allocated for the expression "%1!s!". There was an out-of-memory error while creating an internal object to hold the expression.

DTS_E_CREATEFOLDERONSQLSERVER_OLEDB

MessageId: DTS_E_CREATEFOLDERONSQLSERVER_OLEDB MessageText: The CreateFolderOnSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2!s!) The SQL statement issued has failed.

DTS_E_CREATEMANAGEDHELPERFAILED

MessageId: DTS_E_CREATEMANAGEDHELPERFAILED MessageText: The SSIS managed helper object failed during creation with error 0x%1!8.8X! "%2!s!". This occurs whenever CoCreateInstance CLSID_DTSManagedHelper fails.

DTS_E_CUSTOMEVENTCONFLICT

MessageId: DTS_E_CUSTOMEVENTCONFLICT MessageText: The custom event "%1!s!" 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.

DTS_E_CUSTOMPROPERTYISREADONLY

MessageId: DTS_E_CUSTOMPROPERTYISREADONLY MessageText: The value of custom property "%1!s!" on the %2!s! cannot be changed.

DTS_E_CYCLEINEXECUTIONTREE

MessageId: DTS_E_CYCLEINEXECUTIONTREE MessageText: An execution tree contains a cycle.

DTS_E_DANGLINGWITHPATH

MessageId: DTS_E_DANGLINGWITHPATH MessageText: %1!s! is marked as dangling, but has a path attached to it.

DTS_E_DATACONVERSIONFAILED

MessageId: DTS_E_DATACONVERSIONFAILED MessageText: Data conversion failed while converting column "%1!s!" (%2!d!) to column "%3!s!" (%4!d!). The conversion returned status value %5!d! and status text "%6!s!".

DTS_E_DATAREADERDESTCANNOTCONVERT

MessageId: DTS_E_DATAREADERDESTCANNOTCONVERT MessageText: Cannot convert the %1!s! from data type "%2!s!" to data type "%3!s!".

DTS_E_DATAREADERDESTDATATYPENOTSUPPORTED

MessageId: DTS_E_DATAREADERDESTDATATYPENOTSUPPORTED MessageText: The data type "%1!s!" found on %2!s! is not supported for the %3!s!.

DTS_E_DATAREADERDESTINVALIDCODEPAGE

MessageId: DTS_E_DATAREADERDESTINVALIDCODEPAGE MessageText: The %1!s! has unsupported code page %2!d!.

DTS_E_DATAREADERDESTINVALIDCOLUMNORDINAL

MessageId: DTS_E_DATAREADERDESTINVALIDCOLUMNORDINAL MessageText: The ordinal position of the column is not valid.

DTS_E_DATAREADERDESTREADERISATEND

MessageId: DTS_E_DATAREADERDESTREADERISATEND MessageText: The SSIS IDataReader is past the end of the result set.

DTS_E_DATAREADERDESTREADERISCLOSED

MessageId: DTS_E_DATAREADERDESTREADERISCLOSED MessageText: The SSIS IDataReader is closed.

DTS_E_DATAREADERDESTREADERTIMEOUT

MessageId: DTS_E_DATAREADERDESTREADERTIMEOUT MessageText: The SSIS IDataReader is closed. The read timeout has expired.

DTS_E_DATAREADERDESTREADFAILED

MessageId: DTS_E_DATAREADERDESTREADFAILED MessageText: DataReader client has failed to call Read or has closed the DataReader.

DTS_E_DATAREADERDESTUNABLETOPROCESSDATA

MessageId: DTS_E_DATAREADERDESTUNABLETOPROCESSDATA MessageText: The %1!s! was unable to process the data.

DTS_E_DATAREADERSRCUNABLETOPROCESSDATA

MessageId: DTS_E_DATAREADERSRCUNABLETOPROCESSDATA MessageText: The %1!s! was unable to process the data. %2!s!

DTS_E_DATASOURCECOLUMNWITHNONAMEFOUND

MessageId: DTS_E_DATASOURCECOLUMNWITHNONAMEFOUND MessageText: There is a data source column with no name. Each data source column must have a name.

DTS_E_DATATAP_CREATEFILEFAILURE

MessageId: DTS_E_DATATAP_CREATEFILEFAILURE MessageText: The data flow engine failed to create the data tap file "%1!s!" with error code 0x%2!8.8X!.

DTS_E_DATATAP_DUPLICATE

MessageId: DTS_E_DATATAP_DUPLICATE MessageText: There is already a data tap configuration on the given path. No more configurations are allowed.

DTS_E_DATATAP_FAILTOAPPLYCONFIGURATION

MessageId: DTS_E_DATATAP_FAILTOAPPLYCONFIGURATION MessageText: An error occurred while applying a data tap configuration on data flow task "%1!s!". The specified data flow path identification is "%2!s!" and the file name is "%3!s!". The error description is "%4!s!".

DTS_E_DATATAP_INVALIDFILENAME

MessageId: DTS_E_DATATAP_INVALIDFILENAME MessageText: The specified data tap file name is invalid.

DTS_E_DATATAP_INVALIDPATH

MessageId: DTS_E_DATATAP_INVALIDPATH MessageText: The specified data flow path identification is invalid.

DTS_E_DATATAP_NOTAPLOCATION

MessageId: DTS_E_DATATAP_NOTAPLOCATION MessageText: The data flow engine could not find the folder settings in the system registry for the data tap location.

DTS_E_DATATAP_READONLY

MessageId: DTS_E_DATATAP_READONLY MessageText: Failed to configure data tap while the package is running.

DTS_E_DATATAPFAILED

MessageId: DTS_E_DATATAPFAILED MessageText: The data tap on path "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_DECRYPTPACKAGE_USERKEY

MessageId: DTS_E_DECRYPTPACKAGE_USERKEY MessageText: 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.

DTS_E_DECRYPTPROJECT_PASSWORD

MessageId: DTS_E_DECRYPTPROJECT_PASSWORD MessageText: The project is encrypted with a password. The password was not specified, or is not correct.

DTS_E_DECRYPTPROJECT_USERKEY

MessageId: DTS_E_DECRYPTPROJECT_USERKEY MessageText: Failed to decrypt a project that is encrypted with a user key. You may not be the user who encrypted this project, or you are not using the same machine that was used to save the project.

DTS_E_DECRYPTXML_PASSWORD

MessageId: DTS_E_DECRYPTXML_PASSWORD MessageText: 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.

DTS_E_DEPRECATEDTASK

MessageId: DTS_E_DEPRECATEDTASK MessageText: The "%1!s!" task has been deprecated and cannot be used with this version of Integration Services.

DTS_E_DERIVEDRESULT_TOO_LONG

MessageId: DTS_E_DERIVEDRESULT_TOO_LONG MessageText: The transform encountered a result value that was longer than %1!u! bytes.

DTS_E_DESTINATIONFLATFILEREQUIRED

The destination flat file name was not 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.

DTS_E_DESTINATIONOBJECTPARENTLESS

MessageId: DTS_E_DESTINATIONOBJECTPARENTLESS MessageText: 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.

DTS_E_DESTINATIONTABLENAMENOTPROVIDED

MessageId: DTS_E_DESTINATIONTABLENAMENOTPROVIDED MessageText: A destination table name has not been provided.

DTS_E_DIRECTTONONERROROUTPUT

MessageId: DTS_E_DIRECTTONONERROROUTPUT MessageText: 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.

DTS_E_DISCONNECTEDCOMPONENT

MessageId: DTS_E_DISCONNECTEDCOMPONENT MessageText: A component is disconnected from the layout.

DTS_E_DISCONNECTEDOBJECT

MessageId: DTS_E_DISCONNECTEDOBJECT MessageText: The %1!s! object "%2!s!" (%3!d!) is disconnected from the layout.

DTS_E_DISCONNECTEDPATH

MessageId: DTS_E_DISCONNECTEDPATH MessageText: Path '%1!s!' does not have a valid end point.

DTS_E_DISKIOBUFFEROVERFLOW

MessageId: DTS_E_DISKIOBUFFEROVERFLOW MessageText: 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.

DTS_E_DISKIOFAILED

MessageId: DTS_E_DISKIOFAILED MessageText: An unexpected disk I/O error occurred while reading the file.

DTS_E_DISKIOTIMEDOUT

MessageId: DTS_E_DISKIOTIMEDOUT MessageText: An disk I/O time out occurred while reading the file.

DTS_E_DISPENSEDREADONLY

MessageId: DTS_E_DISPENSEDREADONLY MessageText: The Variables collection was returned the from VariableDispenser and cannot be modified. Items cannot be added to or removed from dispensed collections.

DTS_E_DISTRIBUTORADDFAILED

MessageId: DTS_E_DISTRIBUTORADDFAILED MessageText: A distributor failed to give a buffer to thread "%1!s!" because of error 0x%2!8.8X!. The target thread is probably shutting down.

DTS_E_DISTRIBUTORCANTSETPROPERTY

MessageId: DTS_E_DISTRIBUTORCANTSETPROPERTY MessageText: Distributor for thread "%1!s!" failed to initialize property "%2!s!" on component "%3!s!" because of error 0x%8.8X. The distributor could not initialize the component's property and cannot continue running.

DTS_E_DOESNOTSUPPORTTRANSACTIONS

MessageId: DTS_E_DOESNOTSUPPORTTRANSACTIONS MessageText: Enlisting in transactions is not supported.

DTS_E_DOWNGRADEFAILED

MessageId: DTS_E_DOWNGRADEFAILED MessageText: The component metadata for "%1!s!" could not be downgraded to the older version of the component. The PerformDowngrade method failed.

DTS_E_DTPMISSINGATTRIBUTE

MessageId: DTS_E_DTPMISSINGATTRIBUTE MessageText: An expected attribute "%1!s!" was not found.

DTS_E_DTPMISSINGELEMENT

MessageId: DTS_E_DTPMISSINGELEMENT MessageText: An expected element "%1!s!" was not found.

DTS_E_DTPXMLBOOLCONVERTERR

MessageId: DTS_E_DTPXMLBOOLCONVERTERR MessageText: Unable to convert the value "%1!s!" to a Boolean.

DTS_E_DTPXMLCANTREADIDATTR

MessageId: DTS_E_DTPXMLCANTREADIDATTR MessageText: Cannot read ID attribute.

DTS_E_DTPXMLCONNECTIONLOADERR

MessageId: DTS_E_DTPXMLCONNECTIONLOADERR MessageText: Error setting connection object during XML load.

DTS_E_DTPXMLDATATYPEERR

MessageId: DTS_E_DTPXMLDATATYPEERR MessageText: The value "%1!s!" is not valid for the attribute "%2!s!".

DTS_E_DTPXMLDOMCREATEERROR

MessageId: DTS_E_DTPXMLDOMCREATEERROR MessageText: Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered.

DTS_E_DTPXMLDOMLOADERROR

MessageId: DTS_E_DTPXMLDOMLOADERROR MessageText: Unable to load XML data into a local DOM for processing.

DTS_E_DTPXMLEVENTSCACHEERR

MessageId: DTS_E_DTPXMLEVENTSCACHEERR MessageText: Cannot acquire Events Interface. An invalid Events interface was passed to the data flow module for persisting to XML.

DTS_E_DTPXMLIDLOOKUPERR

MessageId: DTS_E_DTPXMLIDLOOKUPERR MessageText: Referenced object with ID %1!d! not found in package.

DTS_E_DTPXMLINPUTCOLUMNLOADERR

MessageId: DTS_E_DTPXMLINPUTCOLUMNLOADERR MessageText: Error setting input column object during XML load.

DTS_E_DTPXMLINPUTLOADERR

MessageId: DTS_E_DTPXMLINPUTLOADERR MessageText: Error setting input object during XML load.

DTS_E_DTPXMLINT32CONVERTERR

MessageId: DTS_E_DTPXMLINT32CONVERTERR MessageText: Unable to convert the value "%1!s!" to an integer.

DTS_E_DTPXMLINVALIDPROPERTYARRAYNOTENOUGHVALUES

MessageId: DTS_E_DTPXMLINVALIDPROPERTYARRAYNOTENOUGHVALUES MessageText: Too few array elements were found when parsing a property of type array. The elementCount is more than the number of array elements found.

DTS_E_DTPXMLINVALIDPROPERTYARRAYTOOMANYVALUES

MessageId: DTS_E_DTPXMLINVALIDPROPERTYARRAYTOOMANYVALUES MessageText: Too many array elements were found when parsing a property of type array. The elementCount is less than the number of array elements found.

DTS_E_DTPXMLINVALIDXMLPERSISTPROPERTY

MessageId: DTS_E_DTPXMLINVALIDXMLPERSISTPROPERTY MessageText: Cannot read a persistence property required for the pipelinexml module. The property was not provided by the pipeline.

DTS_E_DTPXMLLOADFAILURE

MessageId: DTS_E_DTPXMLLOADFAILURE MessageText: Unable to load from XML.

DTS_E_DTPXMLOUTPUTCOLUMNLOADERR

MessageId: DTS_E_DTPXMLOUTPUTCOLUMNLOADERR MessageText: Error setting output column object during XML load.

DTS_E_DTPXMLOUTPUTLOADERR

MessageId: DTS_E_DTPXMLOUTPUTLOADERR MessageText: Error setting output object during XML load.

DTS_E_DTPXMLPARSEERRORNEARID

MessageId: DTS_E_DTPXMLPARSEERRORNEARID MessageText: Load error encountered near object with ID %1!d!.

DTS_E_DTPXMLPATHLOADERR

MessageId: DTS_E_DTPXMLPATHLOADERR MessageText: An error occurred while setting a path object during XML load.

DTS_E_DTPXMLPROPERTYLOADERR

MessageId: DTS_E_DTPXMLPROPERTYLOADERR MessageText: Error setting property object during XML load.

DTS_E_DTPXMLPROPERTYSTATEERR

MessageId: DTS_E_DTPXMLPROPERTYSTATEERR MessageText: The value "%1!s!" is not valid for the attribute "%2!s!".

DTS_E_DTPXMLPROPERTYTYPEERR

MessageId: DTS_E_DTPXMLPROPERTYTYPEERR MessageText: The value "%1!s!" is not valid for the attribute "%2!s!".

DTS_E_DTPXMLSAVEFAILURE

MessageId: DTS_E_DTPXMLSAVEFAILURE MessageText: Unable to save to XML.

DTS_E_DTPXMLSETUSAGETYPEERR

MessageId: DTS_E_DTPXMLSETUSAGETYPEERR MessageText: The value "%1!s!" is not valid for the attribute "%2!s!".

DTS_E_DTRXMLSAVEFAILURE

MessageId: DTS_E_DTRXMLSAVEFAILURE MessageText: Unable to save configuration file. The file may be read only.

DTS_E_DTS_E_FTPTASK_CANNOT_ACQUIRE_CONNECTION

MessageId: DTS_E_DTS_E_FTPTASK_CANNOT_ACQUIRE_CONNECTION MessageText: There was an error acquiring the FTP connection. Please check if you have specified a valid connection type "%1!s!".

DTS_E_DTSNAME_ALPHADIGITUNDERBAR

MessageId: DTS_E_DTSNAME_ALPHADIGITUNDERBAR MessageText: Object name "%1!s!" is not valid. Name must contain only alphanumeric characters or underscores "_".

DTS_E_DTSNAME_BEGINSWITHALPHA

MessageId: DTS_E_DTSNAME_BEGINSWITHALPHA MessageText: Object name "%1!s!" is not valid. Name must begin with an alphabetical character.

DTS_E_DTSNAME_BEGINSWITHALPHAUNDERBAR

MessageId: DTS_E_DTSNAME_BEGINSWITHALPHAUNDERBAR MessageText: Object name "%1!s!" is not valid. Name must begin with an alphabetical character or underscore "_".

DTS_E_DTSNAME_LEGAL

MessageId: DTS_E_DTSNAME_LEGAL MessageText: The object name "%1!s!" is not valid. The name cannot contain any of the following characters: / \ : [ ] . =

DTS_E_DTSNAME_NOLEADWHITESP

MessageId: DTS_E_DTSNAME_NOLEADWHITESP MessageText: Object name "%1!s!" is not valid. Name cannot begin with a whitespace.

DTS_E_DTSNAME_NOTEMPTY

MessageId: DTS_E_DTSNAME_NOTEMPTY MessageText: The object name is not valid. The name cannot be empty.

DTS_E_DTSNAME_NOTNULL

MessageId: DTS_E_DTSNAME_NOTNULL MessageText: The object name is not valid. The name cannot be set to NULL.

DTS_E_DTSNAME_NOTRAILWHITESP

MessageId: DTS_E_DTSNAME_NOTRAILWHITESP MessageText: Object name "%1!s!" is not valid. Name cannot end with a whitespace.

DTS_E_DTSNAME_PRINTABLE

MessageId: DTS_E_DTSNAME_PRINTABLE MessageText: Object name "%1!s!" is not valid. The name cannot contain control characters that render it unprintable.

DTS_E_DTSNAME_TOOLONG

MessageId: DTS_E_DTSNAME_TOOLONG MessageText: The object name is too long. The length of the object name cannot exceed the maximum length.

DTS_E_DTSNAME_VALIDFILENAME

MessageId: DTS_E_DTSNAME_VALIDFILENAME MessageText: Object name "%1!s!" is not valid. The name cannot contain any of the following characters: / \ : ? " < > |

DTS_E_DTSPROCTASK_CANNOTWRITEINAREADONLYVARIABLE

MessageId: DTS_E_DTSPROCTASK_CANNOTWRITEINAREADONLYVARIABLE MessageText: The Execution result cannot be saved in a read-only variable.

DTS_E_DTSPROCTASK_CONNECTIONMANAGERNOTOLAP

MessageId: DTS_E_DTSPROCTASK_CONNECTIONMANAGERNOTOLAP MessageText: Connection "%1!s!" is not an Analysis Services connection.

DTS_E_DTSPROCTASK_CONNECTIONNOTFOUND

MessageId: DTS_E_DTSPROCTASK_CONNECTIONNOTFOUND MessageText: Connection Manager "%1!s!" it's not defined.

DTS_E_DTSPROCTASK_DDLEXECUTIONFAILED

MessageId: DTS_E_DTSPROCTASK_DDLEXECUTIONFAILED MessageText: Execution of DDL failed.

DTS_E_DTSPROCTASK_FILECONNECTIONNOTDEFINED

MessageId: DTS_E_DTSPROCTASK_FILECONNECTIONNOTDEFINED MessageText: File connection "%1!s!" is not defined.

DTS_E_DTSPROCTASK_FILEDOESNOTEXIST

MessageId: DTS_E_DTSPROCTASK_FILEDOESNOTEXIST MessageText: There is no file associated with connection "%1!s!".

DTS_E_DTSPROCTASK_INVALIDCONNECTION

MessageId: DTS_E_DTSPROCTASK_INVALIDCONNECTION MessageText: Connection Manager "%1!s!" it's not a FILE Connection Manager.

DTS_E_DTSPROCTASK_INVALIDDDL

MessageId: DTS_E_DTSPROCTASK_INVALIDDDL MessageText: The DDL is not valid.

DTS_E_DTSPROCTASK_INVALIDDDLPROCESSINGCOMMANDS

MessageId: DTS_E_DTSPROCTASK_INVALIDDDLPROCESSINGCOMMANDS MessageText: The DDL found in ProcessingCommands is not valid.

DTS_E_DTSPROCTASK_INVALIDTASKDATANODEEXE

MessageId: DTS_E_DTSPROCTASK_INVALIDTASKDATANODEEXE MessageText: Analysis Services Execute DDL task received an invalid task data node.

DTS_E_DTSPROCTASK_INVALIDTASKDATANODEPROC

MessageId: DTS_E_DTSPROCTASK_INVALIDTASKDATANODEPROC MessageText: Analysis Services Processing task received an invalid task data node.

DTS_E_DTSPROCTASK_INVALIDVARIABLE

MessageId: DTS_E_DTSPROCTASK_INVALIDVARIABLE MessageText: Variable "%1!s!" it's not defined.

DTS_E_DTSPROCTASK_NOCONNECTIONSPECIFIED

MessageId: DTS_E_DTSPROCTASK_NOCONNECTIONSPECIFIED MessageText: No connection manager specified.

DTS_E_DTSPROCTASK_NONEXISTENTATTRIBUTE

MessageId: DTS_E_DTSPROCTASK_NONEXISTENTATTRIBUTE MessageText: "%1!s!" was not found during deserialization.

DTS_E_DTSPROCTASK_TRACEHASBEENSTOPPED

MessageId: DTS_E_DTSPROCTASK_TRACEHASBEENSTOPPED MessageText: The trace has been stopped due to an exception.

DTS_E_DTSPROCTASK_UNABLETOLOCATECONNECTIONMANAGER

MessageId: DTS_E_DTSPROCTASK_UNABLETOLOCATECONNECTIONMANAGER MessageText: Unable to locate connection "%1!s!".

DTS_E_DTSPROCTASK_VARIABLENOTDEFINED

MessageId: DTS_E_DTSPROCTASK_VARIABLENOTDEFINED MessageText: Variable "%1!s!" is not defined.

DTS_E_DUMP_FAILED

MessageId: DTS_E_DUMP_FAILED MessageText: Debug dump files were not generated correctly. The hresult is 0x%1!8.8X!.

DTS_E_DUPLICATECOLUMNNAME

MessageId: DTS_E_DUPLICATECOLUMNNAME MessageText: Duplicate column name "%1!s!".

DTS_E_DUPLICATECONSTRAINT

MessageId: DTS_E_DUPLICATECONSTRAINT MessageText: A precedence constraint already exists between the specified executables. More than one precedence constraint is not allowed.

DTS_E_DUPLICATEDATASOURCECOLUMNNAME

MessageId: DTS_E_DUPLICATEDATASOURCECOLUMNNAME MessageText: There is more than one data source column with the name "%1!s!". The data source column names must be unique.

DTS_E_DUPLICATEIDFOUND

MessageId: DTS_E_DUPLICATEIDFOUND MessageText: Attempting to use ID %1!d! more than once in the Data Flow Task.

DTS_E_DUPLICATELINEAGEIDSINCOLLECTION

MessageId: DTS_E_DUPLICATELINEAGEIDSINCOLLECTION MessageText: Two objects in the same collection have a duplicate lineage ID of %1!d!. The objects are %2!s! and %3!s!.

DTS_E_DUPLICATENAMESINCOLLECTION

MessageId: DTS_E_DUPLICATENAMESINCOLLECTION MessageText: The package contains two objects with the duplicate name of "%1!s!" and "%2!s!".

DTS_E_DUPLICATEOUTPUTCOLUMNNAMES

MessageId: DTS_E_DUPLICATEOUTPUTCOLUMNNAMES MessageText: The name for "%1!s!" is a duplicate. All names must be unique.

DTS_E_ELEMENTNOTFOUND

MessageId: DTS_E_ELEMENTNOTFOUND MessageText: 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.

DTS_E_EMPTYRUNTIMECONNECTIONMANAGERID

MessageId: DTS_E_EMPTYRUNTIMECONNECTIONMANAGERID MessageText: The "%1!s!" in the connection manager collection, Connections, of "%2!s!" 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.

DTS_E_ENUMERATIONELEMENTNOTENUMERABLE

MessageId: DTS_E_ENUMERATIONELEMENTNOTENUMERABLE MessageText: An element of the enumerator returned by the ForEach Enumerator does not implement IEnumerator, contradicting the CollectionEnumerator property of the ForEach Enumerator.

DTS_E_EOFANNOUNCEMENTFAILED

MessageId: DTS_E_EOFANNOUNCEMENTFAILED MessageText: The Data Flow task cannot to create a buffer to mark the end of the rowset.

DTS_E_ERRMSGTASK_DIFFERENTMESSAGEANDLANGUAGESIZES

MessageId: DTS_E_ERRMSGTASK_DIFFERENTMESSAGEANDLANGUAGESIZES MessageText: The lists of error messages and their corresponding languages are of different sizes.

DTS_E_ERRMSGTASK_EMPTYSOURCELIST

MessageId: DTS_E_ERRMSGTASK_EMPTYSOURCELIST MessageText: There are no Error Messages to transfer.

DTS_E_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS

MessageId: DTS_E_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS MessageText: The error message "%1!s!" already exists at destination server.

DTS_E_ERRMSGTASK_ERRORMESSAGECANTBEFOUND

MessageId: DTS_E_ERRMSGTASK_ERRORMESSAGECANTBEFOUND MessageText: The error message "%1!s!" can not be found at source server.

DTS_E_ERRMSGTASK_ERRORMESSAGEOUTOFRANGE

MessageId: DTS_E_ERRMSGTASK_ERRORMESSAGEOUTOFRANGE MessageText: The error message id "%1!s!" is out of the allowed range of user defined error messages. User defined error message ids are between 50000 and 2147483647.

DTS_E_ERRMSGTASK_FAILEDTOTRANSFERERRORMESSAGES

MessageId: DTS_E_ERRMSGTASK_FAILEDTOTRANSFERERRORMESSAGES MessageText: Failed to transfer some or all of the Error Messages.

DTS_E_ERRORATLOADTASK

MessageId: DTS_E_ERRORATLOADTASK MessageText: Error loading task. This happens when loading a task from XML fails.

DTS_E_ERRORCOLUMNHASINCORRECTPROPERTIES

MessageId: DTS_E_ERRORCOLUMNHASINCORRECTPROPERTIES MessageText: The %1!s! on the error output has properties that do not match the properties of its corresponding data source column.

DTS_E_ERRORCOLUMNHASNOOUTPUTCOLUMN

MessageId: DTS_E_ERRORCOLUMNHASNOOUTPUTCOLUMN MessageText: The %1!s! on the error output has no corresponding output column on the non-error output.

DTS_E_ERRORCOMPONENT

MessageId: DTS_E_ERRORCOMPONENT MessageText: The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "%1!s!".

DTS_E_ERRORELEMENTNOTINCOLL

MessageId: DTS_E_ERRORELEMENTNOTINCOLL MessageText: Element "%1!s!" does not exist in collection "%2!s!".

DTS_E_ERRORLOADINGTASK

MessageId: DTS_E_ERRORLOADINGTASK MessageText: Failed to load task "%1!s!", type "%2!s!". The contact information for this task is "%3!s!".

DTS_E_ERRORLOADINGTASKNOCONTACT

MessageId: DTS_E_ERRORLOADINGTASKNOCONTACT MessageText: Error loading task "%1!s!".

DTS_E_ERROROCCURREDWHILERETRIEVINGFILENAME

MessageId: DTS_E_ERROROCCURREDWHILERETRIEVINGFILENAME MessageText: Retrieving the file name for a component failed with error code 0x%1!8.8X!.

DTS_E_ERROROCCURREDWITHFOLLOWINGMESSAGE

MessageId: DTS_E_ERROROCCURREDWITHFOLLOWINGMESSAGE MessageText: An error occurred with the following error message: "%1!s!".

DTS_E_ERROROUTCANTBEONSYNCNONEXCLUSIVEOUTPUT

MessageId: DTS_E_ERROROUTCANTBEONSYNCNONEXCLUSIVEOUTPUT MessageText: "%1!s!" cannot be an error output because error outputs cannot be placed on synchronous, non-exclusive outputs.

DTS_E_ERRORPERSISTMANAGEDTASK

MessageId: DTS_E_ERRORPERSISTMANAGEDTASK MessageText: Exception "%1!s!" occurred during "%2!s!" for task "%3!s!".

DTS_E_ERRORRETRIEVINGCOLUMNCODEPAGE

MessageId: DTS_E_ERRORRETRIEVINGCOLUMNCODEPAGE MessageText: There was an error retrieving column code page information.

DTS_E_ERRORROWDISPMUSTBENOTUSED

MessageId: DTS_E_ERRORROWDISPMUSTBENOTUSED MessageText: The %1!s! must have its error row disposition value set to RD_NotUsed.

DTS_E_ERRORWHILEREADINGDATAROWS

MessageId: DTS_E_ERRORWHILEREADINGDATAROWS MessageText: An error occurred while processing file "%1!s!" on data row %2!I64d!.

DTS_E_ERRORWHILEREADINGHEADERROWS

MessageId: DTS_E_ERRORWHILEREADINGHEADERROWS MessageText: An error occurred while reading header rows.

DTS_E_ERRORWHILESKIPPINGDATAROWS

MessageId: DTS_E_ERRORWHILESKIPPINGDATAROWS MessageText: An error occurred while skipping data rows.

DTS_E_EVENTHANDLERNAMEREADONLY

MessageId: DTS_E_EVENTHANDLERNAMEREADONLY MessageText: Changing the event handler name failed. Event handler names are read-only.

DTS_E_EVENTHANDLERNOTALLOWED

MessageId: DTS_E_EVENTHANDLERNOTALLOWED MessageText: The task providing the custom event "%1!s!" does not allow this event to be handled in the package. The custom event was declared with AllowEventHandlers = FALSE.

DTS_E_EXCLGRPNOSYNCINP

MessageId: DTS_E_EXCLGRPNOSYNCINP MessageText: "%1!s!" 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.

DTS_E_EXEC2000PKGTASK_CLS_NOT_REGISTRED_EXCEPTION

MessageId: DTS_E_EXEC2000PKGTASK_CLS_NOT_REGISTRED_EXCEPTION MessageText: 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.

DTS_E_EXEC2000PKGTASK_CONVERT_FAILED

MessageId: DTS_E_EXEC2000PKGTASK_CONVERT_FAILED MessageText: Could not convert "%1!s!" to "%2!s!".

DTS_E_EXEC2000PKGTASK_DATATYPE_NULL

MessageId: DTS_E_EXEC2000PKGTASK_DATATYPE_NULL MessageText: The data type cannot be null. Please specify the correct data type to use for validating the value.

DTS_E_EXEC2000PKGTASK_DTS2000CANTBEEMPTY

MessageId: DTS_E_EXEC2000PKGTASK_DTS2000CANTBEEMPTY MessageText: The DTS 2000 package property is empty.

DTS_E_EXEC2000PKGTASK_ERROR_IN_LOAD_FROM_XML

MessageId: DTS_E_EXEC2000PKGTASK_ERROR_IN_LOAD_FROM_XML MessageText: Error occurred in LoadFromXML at the tag "%1!s!".

DTS_E_EXEC2000PKGTASK_ERROR_IN_PACKAGE_EXECUTE

MessageId: DTS_E_EXEC2000PKGTASK_ERROR_IN_PACKAGE_EXECUTE MessageText: An error occurred while executing the DTS 2000 package.

DTS_E_EXEC2000PKGTASK_ERROR_IN_SAVE_TO_XML

MessageId: DTS_E_EXEC2000PKGTASK_ERROR_IN_SAVE_TO_XML MessageText: Error occurred in SaveToXML at the tag "%1!s!".

DTS_E_EXEC2000PKGTASK_ERROR_IN_VALIDATE

MessageId: DTS_E_EXEC2000PKGTASK_ERROR_IN_VALIDATE MessageText: Could not validate "%1!s!" against "%2!s!".

DTS_E_EXEC2000PKGTASK_FILE_NAME_NOT_SPECIFIED

MessageId: DTS_E_EXEC2000PKGTASK_FILE_NAME_NOT_SPECIFIED MessageText: Storage file name not specified.

DTS_E_EXEC2000PKGTASK_HANDLER_NOT_FOUND

MessageId: DTS_E_EXEC2000PKGTASK_HANDLER_NOT_FOUND MessageText: Handler not found.

DTS_E_EXEC2000PKGTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

MessageId: DTS_E_EXEC2000PKGTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT MessageText: Execute DTS 2000 Package task is initiated with a wrong XML element.

DTS_E_EXEC2000PKGTASK_NOT_PRIMITIVE_TYPE

MessageId: DTS_E_EXEC2000PKGTASK_NOT_PRIMITIVE_TYPE MessageText: "%1!s!" is not a value type.

DTS_E_EXEC2000PKGTASK_NULL_VALUE

MessageId: DTS_E_EXEC2000PKGTASK_NULL_VALUE MessageText: Cannot validate a null against any data type.

DTS_E_EXEC2000PKGTASK_NULL_VALUE_ARGUMENT

MessageId: DTS_E_EXEC2000PKGTASK_NULL_VALUE_ARGUMENT MessageText: A required argument is null.

DTS_E_EXEC2000PKGTASK_PACKAGE_ID_NOT_SPECIFIED

MessageId: DTS_E_EXEC2000PKGTASK_PACKAGE_ID_NOT_SPECIFIED MessageText: Package ID is not specified.

DTS_E_EXEC2000PKGTASK_PACKAGE_NAME_NOT_SPECIFIED

MessageId: DTS_E_EXEC2000PKGTASK_PACKAGE_NAME_NOT_SPECIFIED MessageText: Package name is not specified.

DTS_E_EXEC2000PKGTASK_PACKAGE_VERSIONGUID_NOT_SPECIFIED

MessageId: DTS_E_EXEC2000PKGTASK_PACKAGE_VERSIONGUID_NOT_SPECIFIED MessageText: Package version GUID is not specified.

DTS_E_EXEC2000PKGTASK_SQL_USERNAME_NOT_SPECIFIED

MessageId: DTS_E_EXEC2000PKGTASK_SQL_USERNAME_NOT_SPECIFIED MessageText: SQL Server user name not specified.

DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_AVAILABLE_NETWORK

MessageId: DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_AVAILABLE_NETWORK MessageText: Cannot load the available SQL Servers from the network. Check the network connection.

DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_SPECIFIED

MessageId: DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_SPECIFIED MessageText: SQL Server is not specified.

DTS_E_EXECPROCTASK_CANTREDIRECTIO

MessageId: DTS_E_EXECPROCTASK_CANTREDIRECTIO MessageText: Cannot redirect streams if the process can continue executing beyond the lifetime of the task.

DTS_E_EXECPROCTASK_ERROREXECUTIONVALUE

MessageId: DTS_E_EXECPROCTASK_ERROREXECUTIONVALUE MessageText: The process exited with return code "%1!s!". However, "%2!s!" was expected.

DTS_E_EXECPROCTASK_EXECUTABLENOTSPECIFIED

MessageId: DTS_E_EXECPROCTASK_EXECUTABLENOTSPECIFIED MessageText: The executable is not specified.

DTS_E_EXECPROCTASK_FILEDOESNOTEXIST

MessageId: DTS_E_EXECPROCTASK_FILEDOESNOTEXIST MessageText: File/Process "%1!s!" does not exist in directory "%2!s!".

DTS_E_EXECPROCTASK_FILENOTINPATH

MessageId: DTS_E_EXECPROCTASK_FILENOTINPATH MessageText: File/Process "%1!s!" is not in path.

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).

DTS_E_EXECPROCTASK_PROCESSEXITCODEEXCEEDS

MessageId: DTS_E_EXECPROCTASK_PROCESSEXITCODEEXCEEDS MessageText: In Executing "%2!s!" "%3!s!" at "%1!s!", The process exit code was "%4!s!" while the expected was "%5!s!".

DTS_E_EXECPROCTASK_PROCESSHASTIMEDOUT

MessageId: DTS_E_EXECPROCTASK_PROCESSHASTIMEDOUT MessageText: The process timed out.

DTS_E_EXECPROCTASK_RECEIVEDINVALIDTASKDATANODE

MessageId: DTS_E_EXECPROCTASK_RECEIVEDINVALIDTASKDATANODE MessageText: The Execute Process task received a task data node that is not valid.

DTS_E_EXECPROCTASK_STDERRVARREADONLY

MessageId: DTS_E_EXECPROCTASK_STDERRVARREADONLY MessageText: The standard error variable is read-only.

DTS_E_EXECPROCTASK_STDOUTVARREADONLY

MessageId: DTS_E_EXECPROCTASK_STDOUTVARREADONLY MessageText: The standard out variable is read-only.

DTS_E_EXECPROCTASK_WORKINGDIRDOESNOTEXIST

MessageId: DTS_E_EXECPROCTASK_WORKINGDIRDOESNOTEXIST MessageText: The directory "%1!s!" does not exist.

DTS_E_EXECPROCTASK_WORKINGDIRECTORYDOESNOTEXIST

MessageId: DTS_E_EXECPROCTASK_WORKINGDIRECTORYDOESNOTEXIST MessageText: Working Directory "%1!s!" does not exist.

DTS_E_EXECUTIONTREECYCLE

MessageId: DTS_E_EXECUTIONTREECYCLE MessageText: Cannot connect %1!s! to %2!s! because a cycle would be created.

DTS_E_EXECUTIONTREECYCLEADDINGSYNCHRONOUSINPUT

MessageId: DTS_E_EXECUTIONTREECYCLEADDINGSYNCHRONOUSINPUT MessageText: The synchronous input of "%1!s!" cannot be set to "%2!s!" because a cycle would be created.

DTS_E_EXECUTIONTREECYCLESETTINGID

MessageId: DTS_E_EXECUTIONTREECYCLESETTINGID MessageText: ID %1!s! cannot be set to %2!d! because a cycle would be created.

DTS_E_EXISTSONSQLSERVER_OLEDB

MessageId: DTS_E_EXISTSONSQLSERVER_OLEDB MessageText: The ExistsOnSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2!s!). The SQL statement issued has failed.

DTS_E_EXPIRED

MessageId: DTS_E_EXPIRED MessageText: Integration Services evaluation period has expired.

DTS_E_EXPRESSIONCOMPUTEFAILED

MessageId: DTS_E_EXPRESSIONCOMPUTEFAILED MessageText: Computing the expression "%1!s!" 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.

DTS_E_EXPRESSIONNOTBOOLEAN

MessageId: DTS_E_EXPRESSIONNOTBOOLEAN MessageText: The expression "%1!s!" must evaluate to True or False. Change the expression to evaluate to a Boolean value.

DTS_E_EXPRESSIONPARSEFAILED

MessageId: DTS_E_EXPRESSIONPARSEFAILED MessageText: Cannot parse the expression "%1!s!". The expression was not valid, or there is an out-of-memory error.

DTS_E_EXPRESSIONVALIDATIONFAILED

MessageId: DTS_E_EXPRESSIONVALIDATIONFAILED MessageText: The expression "%1!s!" on "%2!s!" is not valid.

DTS_E_EXPREVALAMBIGUOUSINPUTCOLUMNNAME

MessageId: DTS_E_EXPREVALAMBIGUOUSINPUTCOLUMNNAME MessageText: There are multiple input columns with the name "%1!s!". The desired input column must be specified uniquely as [Component Name].[%2!s!] or referenced by lineage ID. Currently, the input column specified exists on more than one component.

DTS_E_EXPREVALAMBIGUOUSVARIABLENNAME

MessageId: DTS_E_EXPREVALAMBIGUOUSVARIABLENNAME MessageText: There are multiple variables with the name "%1!s!". The desired variable must be specified uniquely as @[Namespace::%2!s!]. The variable exists in more than one namespace.

DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE

MessageId: DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE MessageText: Error using a read-only variable "%1!s!" 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.

DTS_E_EXPREVALASSIGNMENTTYPEMISMATCH

MessageId: DTS_E_EXPREVALASSIGNMENTTYPEMISMATCH MessageText: The result of the assignment expression "%1!s!" cannot be converted to a type that is compatible with the variable that it was assigned to.

DTS_E_EXPREVALASSIGNMENTVARIABLELOCKFORWRITEFAILED

MessageId: DTS_E_EXPREVALASSIGNMENTVARIABLELOCKFORWRITEFAILED MessageText: Cannot evaluate expression "%1!s!" because the variable "%2!s!" 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.

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.

DTS_E_EXPREVALBINARYOPERATIONFAILED

MessageId: DTS_E_EXPREVALBINARYOPERATIONFAILED MessageText: The binary operation "%1!s!" failed with error code 0x%2!8.8X!. An internal error occurred, or an out-of-memory condition exists.

DTS_E_EXPREVALBINARYOPERATIONSETTYPEFAILED

MessageId: DTS_E_EXPREVALBINARYOPERATIONSETTYPEFAILED MessageText: Attempt to set the result type of binary operation "%1!s!" failed with error code 0x%2!8.8X!.

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.

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.

DTS_E_EXPREVALBINARYOPOVERFLOW

MessageId: DTS_E_EXPREVALBINARYOPOVERFLOW MessageText: The result of the binary operation "%1!s!" exceeds the maximum size for result data type "%2!s!". The magnitude of the result of the operation overflows the type of the result.

DTS_E_EXPREVALBINARYSIGNMISMATCH

MessageId: DTS_E_EXPREVALBINARYSIGNMISMATCH MessageText: There is a sign mismatch for the bitwise binary operator "%1!s!" in operation "%2!s!". Both operands for this operator must be positive or negative.

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.

DTS_E_EXPREVALBUILDSTRINGFAILED

MessageId: DTS_E_EXPREVALBUILDSTRINGFAILED MessageText: 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.

DTS_E_EXPREVALCANNOTCONVERTRESULT

MessageId: DTS_E_EXPREVALCANNOTCONVERTRESULT MessageText: Cannot convert the expression result data type "%1!s!" to the column data type "%2!s!". 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.

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.

DTS_E_EXPREVALCASTFAILED

MessageId: DTS_E_EXPREVALCASTFAILED MessageText: Casting expression "%1!s!" from data type "%2!s!" to data type "%3!s!" failed with error code 0x%4!8.8X!.

DTS_E_EXPREVALCHARMAPPINGFAILED

MessageId: DTS_E_EXPREVALCHARMAPPINGFAILED MessageText: The function "%1!s!" cannot perform the character mapping on string "%2!s!".

DTS_E_EXPREVALCOMPUTEFAILED

MessageId: DTS_E_EXPREVALCOMPUTEFAILED MessageText: Attempt to compute the expression "%1!s!" failed with error code 0x%2!8.8X!.

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.

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.

DTS_E_EXPREVALCONDITIONALOPERATIONFAILED

MessageId: DTS_E_EXPREVALCONDITIONALOPERATIONFAILED MessageText: The conditional operation "%1!s!" failed with error code 0x%2!8.8X!. There was an internal error or an out-of-memory error.

DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE

MessageId: DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE MessageText: The conditional expression "%1!s!" of the conditional operator has an invalid data type of "%2!s!". The conditional expression of the conditional operator must return a Boolean, which is type DT_BOOL.

DTS_E_EXPREVALCONDITIONALOPSETTYPEFAILED

MessageId: DTS_E_EXPREVALCONDITIONALOPSETTYPEFAILED MessageText: Attempt to set the result type of conditional operation "%1!s!" failed with error code 0x%2!8.8X!.

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.

DTS_E_EXPREVALDATACONVERSIONFAILED

MessageId: DTS_E_EXPREVALDATACONVERSIONFAILED MessageText: Error code 0x%1!8.8X! occurred attempting to convert from data type %2!s! to data type %3!s!.

DTS_E_EXPREVALDATACONVERSIONNOTSUPPORTED

MessageId: DTS_E_EXPREVALDATACONVERSIONNOTSUPPORTED MessageText: Conversion from data type "%1!s!" to data type "%2!s!" is unsupported. The source type cannot be converted to the destination type.

DTS_E_EXPREVALDATACONVERSIONOVERFLOW

MessageId: DTS_E_EXPREVALDATACONVERSIONOVERFLOW MessageText: An overflow occurred while converting from data type "%1!s!" to data type "%2!s!". The source type is too large for the destination type.

DTS_E_EXPREVALDIVBYZERO

MessageId: DTS_E_EXPREVALDIVBYZERO MessageText: A divide-by-zero error occurred. The right side operand evaluates to zero in the expression "%1!s!".

DTS_E_EXPREVALDOTTEDINPUTCOLUMNNAMENOTFOUND

MessageId: DTS_E_EXPREVALDOTTEDINPUTCOLUMNNAMENOTFOUND MessageText: Locating the input column named "[%1!s!].[%2!s!]" failed with error code 0x%3!8.8X!. The input column was not found in the input column collection.

DTS_E_EXPREVALEXPRESSIONEMPTY

MessageId: DTS_E_EXPREVALEXPRESSIONEMPTY MessageText: There was no expression to compute. An attempt was made to compute or get the string of an empty expression.

DTS_E_EXPREVALFAILEDTOCONVERTSTRCOLUMNTOWSTR

MessageId: DTS_E_EXPREVALFAILEDTOCONVERTSTRCOLUMNTOWSTR MessageText: Converting "%1!s!" 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.

DTS_E_EXPREVALFAILEDTOPARSEEXPRESSION

MessageId: DTS_E_EXPREVALFAILEDTOPARSEEXPRESSION MessageText: The expression "%1!s!" is not valid and cannot be parsed. The expression may contain invalid elements or it may not be well-formed.

DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONOUTOFMEMORY

MessageId: DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONOUTOFMEMORY MessageText: Attempt to parse the expression "%1!s!" failed because there was an out-of-memory error.

DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONWITHHR

MessageId: DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONWITHHR MessageText: Attempt to parse the expression "%1!s!" 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.

DTS_E_EXPREVALFNFINDSTRINGINVALIDOCCURRENCECOUNT

MessageId: DTS_E_EXPREVALFNFINDSTRINGINVALIDOCCURRENCECOUNT MessageText: The occurrence count %1!d! is not valid for function "%2!s!". This parameter must be greater than zero.

DTS_E_EXPREVALFNLEFTRIGHTINVALIDLENGTH

MessageId: DTS_E_EXPREVALFNLEFTRIGHTINVALIDLENGTH MessageText: The length %1!d! specified for function "%2!s!" is negative, and is not valid. The length parameter must be positive.

DTS_E_EXPREVALFNREPLICATEINVALIDREPEATCOUNT

MessageId: DTS_E_EXPREVALFNREPLICATEINVALIDREPEATCOUNT MessageText: The repeat count %1!d! is negative and is not valid for function "%2!s!". The repeat count parameter cannot be negative.

DTS_E_EXPREVALFNSUBSTRINGINVALIDLENGTH

MessageId: DTS_E_EXPREVALFNSUBSTRINGINVALIDLENGTH MessageText: The length %1!d! is not valid for function "%2!s!". The length parameter cannot be negative. Change the length parameter to zero or a positive value.

DTS_E_EXPREVALFNSUBSTRINGINVALIDSTARTINDEX

MessageId: DTS_E_EXPREVALFNSUBSTRINGINVALIDSTARTINDEX MessageText: The start index %1!d! is not valid for function "%2!s!". The start index value must be an integer greater than 0. Start index is one-based, not zero-based.

DTS_E_EXPREVALFNTOKEN_EMPTYDELIM

MessageId: DTS_E_EXPREVALFNTOKEN_EMPTYDELIM MessageText: The delimiter must not be an empty string.

DTS_E_EXPREVALFUNCTIONCOMPUTEFAILED

MessageId: DTS_E_EXPREVALFUNCTIONCOMPUTEFAILED MessageText: Evaluating function "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_EXPREVALFUNCTIONCONVERTPARAMTOMEMBERFAILED

MessageId: DTS_E_EXPREVALFUNCTIONCONVERTPARAMTOMEMBERFAILED MessageText: Parameter number %1!d! of the function "%2!s!" cannot be converted to a static value.

DTS_E_EXPREVALFUNCTIONOVERFLOW

MessageId: DTS_E_EXPREVALFUNCTIONOVERFLOW MessageText: The result of the function call "%1!s!" is too large to fit in type "%2!s!". 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.

DTS_E_EXPREVALFUNCTIONPARAMNOTSTATIC

MessageId: DTS_E_EXPREVALFUNCTIONPARAMNOTSTATIC MessageText: Parameter number %1!d! of the function "%2!s!" is not static. This parameter must be static, and cannot contain dynamic elements such as input columns.

DTS_E_EXPREVALILLEGALESCAPEINSTRINGLITERAL

MessageId: DTS_E_EXPREVALILLEGALESCAPEINSTRINGLITERAL MessageText: The string literal "%1!s!" 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, "\".

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.

DTS_E_EXPREVALINPUTCOLUMNIDNOTFOUND

MessageId: DTS_E_EXPREVALINPUTCOLUMNIDNOTFOUND MessageText: 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.

DTS_E_EXPREVALINPUTCOLUMNNAMENOTFOUND

MessageId: DTS_E_EXPREVALINPUTCOLUMNNAMENOTFOUND MessageText: Attempt to find the input column named "%1!s!" failed with error code 0x%2!8.8X!. The input column specified was not found in the input column collection.

DTS_E_EXPREVALINVALIDCAST

MessageId: DTS_E_EXPREVALINVALIDCAST MessageText: Cannot cast expression "%1!s!" from data type "%2!s!" to data type "%3!s!". The requested cast is not supported.

DTS_E_EXPREVALINVALIDCASTCODEPAGE

MessageId: DTS_E_EXPREVALINVALIDCASTCODEPAGE MessageText: The value, %1!d!, specified for the code page parameter of the cast to data type "%2!s!", is not valid. The code page is not installed on the machine.

DTS_E_EXPREVALINVALIDCASTLENGTH

MessageId: DTS_E_EXPREVALINVALIDCASTLENGTH MessageText: The value %1!d! specified for the length parameter of the cast to data type %2!s! is negative and not valid. The length must be positive.

DTS_E_EXPREVALINVALIDCASTPARAM

MessageId: DTS_E_EXPREVALINVALIDCASTPARAM MessageText: Parameter number %1!d! of the cast to data type "%2!s!" is not valid. The parameters of cast operators must be static, and cannot contain dynamic elements such as input columns.

DTS_E_EXPREVALINVALIDCASTPARAMTYPE

MessageId: DTS_E_EXPREVALINVALIDCASTPARAMTYPE MessageText: Parameter number %1!d! of the cast to data type "%2!s!" is not an integer. A parameter of a cast operator must be an integer or a type that can be converted to an integer.

DTS_E_EXPREVALINVALIDCASTPRECISION

MessageId: DTS_E_EXPREVALINVALIDCASTPRECISION MessageText: The value %1!d! specified for the precision parameter of the cast to data type "%2!s!" 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.

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.

DTS_E_EXPREVALINVALIDDATEPART

MessageId: DTS_E_EXPREVALINVALIDDATEPART MessageText: "%1!s!" is not a valid date part for function "%2!s!".

DTS_E_EXPREVALINVALIDDATEPARTNODE

MessageId: DTS_E_EXPREVALINVALIDDATEPARTNODE MessageText: The date part parameter specified for function "%1!s!" 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.

DTS_E_EXPREVALINVALIDFUNCTION

MessageId: DTS_E_EXPREVALINVALIDFUNCTION MessageText: The function "%1!s!" was not recognized. Either the function name is incorrect or does not exist.

DTS_E_EXPREVALINVALIDNULLCODEPAGE

MessageId: DTS_E_EXPREVALINVALIDNULLCODEPAGE MessageText: The value %1!d! specified for the code page parameter of the NULL function with data type "%2!s!" is not valid. The code page is not installed on the computer.

DTS_E_EXPREVALINVALIDNULLLENGTH

MessageId: DTS_E_EXPREVALINVALIDNULLLENGTH MessageText: The value %1!d! specified for the length parameter of the "NULL" function with data type %2!s! is negative and not valid. The length must be positive.

DTS_E_EXPREVALINVALIDNULLPARAM

MessageId: DTS_E_EXPREVALINVALIDNULLPARAM MessageText: Parameter number %1!d! of the function NULL with data type "%2!s!" is not valid. The parameters of NULL() must be static, and cannot contain dynamic elements such as input columns.

DTS_E_EXPREVALINVALIDNULLPARAMTYPE

MessageId: DTS_E_EXPREVALINVALIDNULLPARAMTYPE MessageText: Parameter number %1!d! of the function NULL with data type "%2!s!" is not an integer. A parameter of NULL() must be an integer or a type that can be converted to an integer.

DTS_E_EXPREVALINVALIDNULLPRECISION

MessageId: DTS_E_EXPREVALINVALIDNULLPRECISION MessageText: The value %1!d! specified for the precision parameter of the NULL function with data type "%2!s!" is out of range. Precision must be in the range %3!d! to %4!d!.

DTS_E_EXPREVALINVALIDNULLSCALE

MessageId: DTS_E_EXPREVALINVALIDNULLSCALE MessageText: The value %1!d! specified for the scale parameter of the NULL function with data type %2!s! 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.

DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALPLURAL

MessageId: DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALPLURAL MessageText: The function "%1!s!" requires %2!d! parameters, not %3!d! parameters. The function name was recognized, but the number of parameters is not valid.

DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALSINGULAR

MessageId: DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALSINGULAR MessageText: The function "%1!s!" requires %2!d! parameters, not %3!d! parameter. The function name was recognized, but the number of parameters is not valid.

DTS_E_EXPREVALINVALIDNUMBEROFPARAMSSINGULARPLURAL

MessageId: DTS_E_EXPREVALINVALIDNUMBEROFPARAMSSINGULARPLURAL MessageText: The function "%1!s!" requires %2!d! parameter, not %3!d! parameters. The function name was recognized, but the number of parameters is not valid.

DTS_E_EXPREVALINVALIDTOKEN

MessageId: DTS_E_EXPREVALINVALIDTOKEN MessageText: Attempt to parse the expression "%1!s!" failed. The token "%2!s!" at line number "%3!s!", character number "%4!s!" was not recognized. The expression cannot be parsed because it contains invalid elements at the location specified.

DTS_E_EXPREVALINVALIDTOKENSINGLEEQUAL

MessageId: DTS_E_EXPREVALINVALIDTOKENSINGLEEQUAL MessageText: Parsing the expression "%1!s!" failed. The equal sign (=) at line number "%2!s!", character number "%3!s!", was not expected. A double equals sign (==) may be required at the location specified.

DTS_E_EXPREVALINVALIDTOKENSINGLEQUOTE

MessageId: DTS_E_EXPREVALINVALIDTOKENSINGLEQUOTE MessageText: Parsing the expression "%1!s!" failed. The single quotation mark at line number "%2!s!", character number "%3!s!", was not expected.

DTS_E_EXPREVALINVALIDTOKENSTATE

MessageId: DTS_E_EXPREVALINVALIDTOKENSTATE MessageText: Attempt to parse the expression "%1!s!" 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.

DTS_E_EXPREVALLITERALOVERFLOW

MessageId: DTS_E_EXPREVALLITERALOVERFLOW MessageText: The literal "%1!s!" is too large to fit into type %2!s!. The magnitude of the literal overflows the type.

DTS_E_EXPREVALLNINVALIDPARAM

MessageId: DTS_E_EXPREVALLNINVALIDPARAM MessageText: The function LN cannot operate on zero or negative values, and a zero or negative value was passed to the LN function.

DTS_E_EXPREVALLOGINVALIDPARAM

MessageId: DTS_E_EXPREVALLOGINVALIDPARAM MessageText: The function LOG cannot operate on zero or negative values, and a zero or negative value was passed to the LOG function.

DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNID

MessageId: DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNID MessageText: The expression contains unrecognized token "#%1!d!".

DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNNAME

MessageId: DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNNAME MessageText: The expression contains unrecognized token "%1!s!". If "%1!s!" is a variable, it should be expressed as "@%1!s!". The specified token is not valid. If the token is intended to be a variable name, it should be prefixed with the @ symbol.

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.

DTS_E_EXPREVALPLACEHOLDERINEXPRESSION

MessageId: DTS_E_EXPREVALPLACEHOLDERINEXPRESSION MessageText: The placeholder "%1!s!" was found in an expression. This must be replaced with an actual parameter or operand.

DTS_E_EXPREVALPOWERINVALIDPARAM

MessageId: DTS_E_EXPREVALPOWERINVALIDPARAM MessageText: The parameters passed to the function POWER cannot be evaluated and yield an indeterminate result.

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.

DTS_E_EXPREVALRESULTTYPENOTSUPPORTED

MessageId: DTS_E_EXPREVALRESULTTYPENOTSUPPORTED MessageText: The expression "%1!s!" has a result type of "%2!s!", which cannot be converted to a supported type.

DTS_E_EXPREVALSENSITIVEERROR

MessageId: DTS_E_EXPREVALSENSITIVEERROR MessageText: The expression will not be evaluated because it contains the variable "%1!s!" that references sensitive parameter variables in its expression. Verify that the expression is used properly and that it protects sensitive information.

DTS_E_EXPREVALSQRTINVALIDPARAM

MessageId: DTS_E_EXPREVALSQRTINVALIDPARAM MessageText: The function SQRT cannot operate on negative values, and a negative value was passed to the SQRT function.

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.

DTS_E_EXPREVALSTATIC_AMBIGUOUSVARIABLENNAME

MessageId: DTS_E_EXPREVALSTATIC_AMBIGUOUSVARIABLENNAME MessageText: An ambiguous variable name was specified. The desired variable must be qualifed as @[Namespace::Variable]. This error occurs when the variable exists in more than one namespace.

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.

DTS_E_EXPREVALSTATIC_BINARYOPERATIONFAILED

MessageId: DTS_E_EXPREVALSTATIC_BINARYOPERATIONFAILED MessageText: A binary operation failed. There was an out-of-memory condition, or an internal error occurred.

DTS_E_EXPREVALSTATIC_BINARYOPERATIONSETTYPEFAILED

MessageId: DTS_E_EXPREVALSTATIC_BINARYOPERATIONSETTYPEFAILED MessageText: Setting the result type of a binary operation failed.

DTS_E_EXPREVALSTATIC_BINARYOPERATORCODEPAGEMISMATCH

MessageId: DTS_E_EXPREVALSTATIC_BINARYOPERATORCODEPAGEMISMATCH MessageText: 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.

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.

DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW

MessageId: DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW MessageText: The magnitude of the result of a binary operation overflows the maximum size for result data type.

DTS_E_EXPREVALSTATIC_BINARYSIGNMISMATCH

MessageId: DTS_E_EXPREVALSTATIC_BINARYSIGNMISMATCH MessageText: There is a sign mismatch for the bitwise binary operator. The operands for this operator must be both positive or both negative.

DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH

MessageId: DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH MessageText: 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.

DTS_E_EXPREVALSTATIC_BUILDSTRINGFAILED

MessageId: DTS_E_EXPREVALSTATIC_BUILDSTRINGFAILED MessageText: Attempt to generate a string representation of the expression failed.

DTS_E_EXPREVALSTATIC_CANNOTCONVERTRESULT

MessageId: DTS_E_EXPREVALSTATIC_CANNOTCONVERTRESULT MessageText: 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.

DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH

MessageId: DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH MessageText: 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.

DTS_E_EXPREVALSTATIC_CASTFAILED

MessageId: DTS_E_EXPREVALSTATIC_CASTFAILED MessageText: An error occurred while attempting to perform a type cast.

DTS_E_EXPREVALSTATIC_CHARMAPPINGFAILED

MessageId: DTS_E_EXPREVALSTATIC_CHARMAPPINGFAILED MessageText: A character mapping function failed.

DTS_E_EXPREVALSTATIC_COMPUTATIONFAILED

MessageId: DTS_E_EXPREVALSTATIC_COMPUTATIONFAILED MessageText: An error occurred during computation of the expression.

DTS_E_EXPREVALSTATIC_COMPUTEFAILED

MessageId: DTS_E_EXPREVALSTATIC_COMPUTEFAILED MessageText: Attempt to compute the expression failed.

DTS_E_EXPREVALSTATIC_CONDITIONALOPCODEPAGEMISMATCH

MessageId: DTS_E_EXPREVALSTATIC_CONDITIONALOPCODEPAGEMISMATCH MessageText: 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.

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.

DTS_E_EXPREVALSTATIC_CONDITIONALOPERATIONFAILED

MessageId: DTS_E_EXPREVALSTATIC_CONDITIONALOPERATIONFAILED MessageText: The conditional operation failed.

DTS_E_EXPREVALSTATIC_CONDITIONALOPINVALIDCONDITIONTYPE

MessageId: DTS_E_EXPREVALSTATIC_CONDITIONALOPINVALIDCONDITIONTYPE MessageText: The conditional expression of the conditional operator has invalid data type. The conditional expression must be of type DT_BOOL.

DTS_E_EXPREVALSTATIC_CONDITIONALOPSETTYPEFAILED

MessageId: DTS_E_EXPREVALSTATIC_CONDITIONALOPSETTYPEFAILED MessageText: Setting the result type of a conditional operation failed.

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.

DTS_E_EXPREVALSTATIC_DATACONVERSIONFAILED

MessageId: DTS_E_EXPREVALSTATIC_DATACONVERSIONFAILED MessageText: An error occurred while attempting to perform data conversion. The source type could not be converted to the destination type.

DTS_E_EXPREVALSTATIC_DATACONVERSIONNOTSUPPORTED

MessageId: DTS_E_EXPREVALSTATIC_DATACONVERSIONNOTSUPPORTED MessageText: The expression contains an unsupported data type conversion. The source type cannot be converted to the destination type.

DTS_E_EXPREVALSTATIC_DATACONVERSIONOVERFLOW

MessageId: DTS_E_EXPREVALSTATIC_DATACONVERSIONOVERFLOW MessageText: An overflow occurred while converting between data types. The source type is too large to fit in the destination type.

DTS_E_EXPREVALSTATIC_DIVBYZERO

MessageId: DTS_E_EXPREVALSTATIC_DIVBYZERO MessageText: Division by zero occurred in the expression.

DTS_E_EXPREVALSTATIC_FAILEDTOCONVERTSTRCOLUMNTOWSTR

MessageId: DTS_E_EXPREVALSTATIC_FAILEDTOCONVERTSTRCOLUMNTOWSTR MessageText: 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.

DTS_E_EXPREVALSTATIC_FAILEDTOPARSEEXPRESSION

MessageId: DTS_E_EXPREVALSTATIC_FAILEDTOPARSEEXPRESSION MessageText: The expression is not valid and could not be parsed. It might contain invalid elements, or it might not be well-formed.

DTS_E_EXPREVALSTATIC_FNFINDSTRINGINVALIDOCCURRENCECOUNT

MessageId: DTS_E_EXPREVALSTATIC_FNFINDSTRINGINVALIDOCCURRENCECOUNT MessageText: The occurrence count parameter is not valid for function FINDSTRING. This parameter must be greater than zero.

DTS_E_EXPREVALSTATIC_FNREPLICATEINVALIDREPEATCOUNT

MessageId: DTS_E_EXPREVALSTATIC_FNREPLICATEINVALIDREPEATCOUNT MessageText: The repeat count parameter is not valid for function REPLICATE. This parameter cannot be negative.

DTS_E_EXPREVALSTATIC_FNRIGHTINVALIDLENGTH

MessageId: DTS_E_EXPREVALSTATIC_FNRIGHTINVALIDLENGTH MessageText: The length parameter is not valid for function RIGHT. The length parameter cannot be negative.

DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDLENGTH

MessageId: DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDLENGTH MessageText: The length parameter was not valid for function SUBSTRING. The length parameter cannot be negative.

DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDSTARTINDEX

MessageId: DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDSTARTINDEX MessageText: 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.

DTS_E_EXPREVALSTATIC_FUNCTIONCOMPUTEFAILED

MessageId: DTS_E_EXPREVALSTATIC_FUNCTIONCOMPUTEFAILED MessageText: An error occurred while evaluating the function.

DTS_E_EXPREVALSTATIC_FUNCTIONCONVERTPARAMTOMEMBERFAILED

MessageId: DTS_E_EXPREVALSTATIC_FUNCTIONCONVERTPARAMTOMEMBERFAILED MessageText: A function parameter cannot be converted to a static value. The parameter must be static and cannot contain dynamic elements such as input columns.

DTS_E_EXPREVALSTATIC_FUNCTIONOVERFLOW

MessageId: DTS_E_EXPREVALSTATIC_FUNCTIONOVERFLOW MessageText: 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.

DTS_E_EXPREVALSTATIC_FUNCTIONPARAMNOTSTATIC

MessageId: DTS_E_EXPREVALSTATIC_FUNCTIONPARAMNOTSTATIC MessageText: An invalid parameter was given for a function. This parameter must be static and cannot contain dynamic elements such as input columns.

DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL

MessageId: DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL MessageText: 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, "\".

DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL

MessageId: DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL MessageText: 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.

DTS_E_EXPREVALSTATIC_INPUTCOLUMNIDNOTFOUND

MessageId: DTS_E_EXPREVALSTATIC_INPUTCOLUMNIDNOTFOUND MessageText: Attempt to find an input column by lineage ID failed. The input column was not found in the input column collection.

DTS_E_EXPREVALSTATIC_INPUTCOLUMNNAMENOTFOUND

MessageId: DTS_E_EXPREVALSTATIC_INPUTCOLUMNNAMENOTFOUND MessageText: The input column specified was not found in the input column collection.

DTS_E_EXPREVALSTATIC_INVALIDCAST

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCAST MessageText: The expression contained an unsupported type cast.

DTS_E_EXPREVALSTATIC_INVALIDCASTCODEPAGE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCASTCODEPAGE MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDCASTLENGTH

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCASTLENGTH MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDCASTPARAM

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCASTPARAM MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDCASTPARAMTYPE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCASTPARAMTYPE MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDCASTPRECISION

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCASTPRECISION MessageText: The value specified for the precision parameter of a cast operation is out of range for the type cast.

DTS_E_EXPREVALSTATIC_INVALIDCASTSCALE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDCASTSCALE MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDDATEPART

MessageId: DTS_E_EXPREVALSTATIC_INVALIDDATEPART MessageText: An unrecognized date part parameter was specified for a date function.

DTS_E_EXPREVALSTATIC_INVALIDDATEPARTNODE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDDATEPARTNODE MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDFUNCTION

MessageId: DTS_E_EXPREVALSTATIC_INVALIDFUNCTION MessageText: An invalid function name appeared in the expression. Verify that the function name is correct and does exist.

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.

DTS_E_EXPREVALSTATIC_INVALIDNULLLENGTH

MessageId: DTS_E_EXPREVALSTATIC_INVALIDNULLLENGTH MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDNULLPARAM

MessageId: DTS_E_EXPREVALSTATIC_INVALIDNULLPARAM MessageText: An invalid parameter was given for function NULL. The parameters of NULL must be static, and cannot contain dynamic elements such as input columns.

DTS_E_EXPREVALSTATIC_INVALIDNULLPARAMTYPE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDNULLPARAMTYPE MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDNULLPRECISION

MessageId: DTS_E_EXPREVALSTATIC_INVALIDNULLPRECISION MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDNULLSCALE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDNULLSCALE MessageText: 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.

DTS_E_EXPREVALSTATIC_INVALIDNUMBEROFPARAMS

MessageId: DTS_E_EXPREVALSTATIC_INVALIDNUMBEROFPARAMS MessageText: An incorrect number of parameters was given to a function. The function name was recognized, but the number of parameters was not correct.

DTS_E_EXPREVALSTATIC_INVALIDTOKEN

MessageId: DTS_E_EXPREVALSTATIC_INVALIDTOKEN MessageText: The expression contained a token that was not recognized. The expression could not be parsed because it contains invalid elements.

DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEEQUAL

MessageId: DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEEQUAL MessageText: The expression contains an unexpected equal sign (=). This error usually occurs when a double equals sign (==) is needed.

DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEQUOTE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEQUOTE MessageText: The expression contains an unexpected single quotation mark. A double quotation mark may be required.

DTS_E_EXPREVALSTATIC_INVALIDTOKENSTATE

MessageId: DTS_E_EXPREVALSTATIC_INVALIDTOKENSTATE MessageText: 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.

DTS_E_EXPREVALSTATIC_LITERALOVERFLOW

MessageId: DTS_E_EXPREVALSTATIC_LITERALOVERFLOW MessageText: The magnitude of the literal value was too big to fit in the type requested.

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.

DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH

MessageId: DTS_E_EXPREVALSTATIC_PARAMTYPEMISMATCH MessageText: 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.

DTS_E_EXPREVALSTATIC_PLACEHOLDERINEXPRESSION

MessageId: DTS_E_EXPREVALSTATIC_PLACEHOLDERINEXPRESSION MessageText: A placeholder function parameter or operand was found in an expression. This should be replaced with an actual parameter or operand.

DTS_E_EXPREVALSTATIC_STRINGCOMPARISONFAILED

MessageId: DTS_E_EXPREVALSTATIC_STRINGCOMPARISONFAILED MessageText: Cannot compare two strings.

DTS_E_EXPREVALSTATIC_UNARYOPERATIONFAILED

MessageId: DTS_E_EXPREVALSTATIC_UNARYOPERATIONFAILED MessageText: A unary operation failed. An out-of-memory condition occurred, or there was an internal error.

DTS_E_EXPREVALSTATIC_UNARYOPERATIONSETTYPEFAILED

MessageId: DTS_E_EXPREVALSTATIC_UNARYOPERATIONSETTYPEFAILED MessageText: Setting the result type of a unary operation failed.

DTS_E_EXPREVALSTATIC_UNARYOPOVERFLOW

MessageId: DTS_E_EXPREVALSTATIC_UNARYOPOVERFLOW MessageText: 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.

DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE

MessageId: DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE MessageText: 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.

DTS_E_EXPREVALSTATIC_UNSUPPORTEDTYPE

MessageId: DTS_E_EXPREVALSTATIC_UNSUPPORTEDTYPE MessageText: An unsupported or unrecognized data type was used in the expression.

DTS_E_EXPREVALSTATIC_UNSUPPORTEDUNNARYTYPE

MessageId: DTS_E_EXPREVALSTATIC_UNSUPPORTEDUNNARYTYPE MessageText: 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.

DTS_E_EXPREVALSTATIC_VARIABLECOMPUTEFAILED

MessageId: DTS_E_EXPREVALSTATIC_VARIABLECOMPUTEFAILED MessageText: Retrieving the value for a variable failed.

DTS_E_EXPREVALSTATIC_VARIABLENOTFOUND

MessageId: DTS_E_EXPREVALSTATIC_VARIABLENOTFOUND MessageText: 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.

DTS_E_EXPREVALSTATIC_VARIABLETYPENOTSUPPORTED

MessageId: DTS_E_EXPREVALSTATIC_VARIABLETYPENOTSUPPORTED MessageText: The expression contains a variable with an unsupported data type.

DTS_E_EXPREVALSTRINGCOMPARISONFAILED

MessageId: DTS_E_EXPREVALSTRINGCOMPARISONFAILED MessageText: Comparing "%1!s!" to string "%2!s!" failed.

DTS_E_EXPREVALSTRINGLITERALTOOLONG

MessageId: DTS_E_EXPREVALSTRINGLITERALTOOLONG MessageText: A string literal in the expression exceeds the maximum allowed length of %1!d! characters.

DTS_E_EXPREVALSTRINGVARIABLETOOLONG

MessageId: DTS_E_EXPREVALSTRINGVARIABLETOOLONG MessageText: The variable %1!s! contains a string that exceeds the maximum allowed length of %2!d! characters.

DTS_E_EXPREVALTRUNCATIONASERROR

MessageId: DTS_E_EXPREVALTRUNCATIONASERROR MessageText: A truncation occurred during evaluation of the expression.

DTS_E_EXPREVALUNARYOPERATIONFAILED

MessageId: DTS_E_EXPREVALUNARYOPERATIONFAILED MessageText: The unary operation "%1!s!" failed with error code 0x%2!8.8X!. An internal error occurred, or there is an out-of-memory condition.

DTS_E_EXPREVALUNARYOPERATIONSETTYPEFAILED

MessageId: DTS_E_EXPREVALUNARYOPERATIONSETTYPEFAILED MessageText: Attempt to set the result type of unary operation "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_EXPREVALUNARYOPOVERFLOW

MessageId: DTS_E_EXPREVALUNARYOPOVERFLOW MessageText: The result of the unary minus (negation) operation "%1!s!" exceeds the maximum size for result data type "%2!s!". The magnitude of the result of the operation overflows the type of the result.

DTS_E_EXPREVALUNEXPECTEDPARSEERROR

MessageId: DTS_E_EXPREVALUNEXPECTEDPARSEERROR MessageText: An error occurred when parsing the expression "%1!s!". The expression failed to parse for an unknown reason.

DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE

MessageId: DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE MessageText: The data type "%1!s!" cannot be used with binary operator "%2!s!". 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.

DTS_E_EXPREVALUNSUPPORTEDTYPE

MessageId: DTS_E_EXPREVALUNSUPPORTEDTYPE MessageText: The data type "%1!s!" is not supported in an expression. The specified type is not supported or is not valid.

DTS_E_EXPREVALUNSUPPORTEDUNNARYTYPE

MessageId: DTS_E_EXPREVALUNSUPPORTEDUNNARYTYPE MessageText: The data type "%1!s!" cannot be used with unary operator "%2!s!". This operand type is not supported for the operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.

DTS_E_EXPREVALVARIABLECOMPUTEFAILED

MessageId: DTS_E_EXPREVALVARIABLECOMPUTEFAILED MessageText: Retrieving the value of Variable "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_EXPREVALVARIABLECOULDNOTBEREAD

MessageId: DTS_E_EXPREVALVARIABLECOULDNOTBEREAD MessageText: Reading the variable "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_EXPREVALVARIABLENOTFOUND

MessageId: DTS_E_EXPREVALVARIABLENOTFOUND MessageText: The variable "%1!s!" was not found in the Variables collection. The variable might not exist in the correct scope.

DTS_E_EXPREVALVARIABLETYPENOTSUPPORTED

MessageId: DTS_E_EXPREVALVARIABLETYPENOTSUPPORTED MessageText: The data type of variable "%1!s!" is not supported in an expression.

DTS_E_EXPRSENSITIVEPARAMVALUENOTALLOWED

MessageId: DTS_E_EXPRSENSITIVEPARAMVALUENOTALLOWED MessageText: The expression will not be evaluated because it contains sensitive parameter variable "%1!s!". Verify that the expression is used properly and that it protects the sensitive information.

DTS_E_EXTENDFAILED

MessageId: DTS_E_EXTENDFAILED MessageText: The buffer manager cannot extend the file "%1!s!" to length %2!lu! bytes. There was insufficient disk space.

DTS_E_EXTERNALCOLUMNMETADATACODEPAGEMISMATCH

MessageId: DTS_E_EXTERNALCOLUMNMETADATACODEPAGEMISMATCH MessageText: The code page on %1!s! is %2!d! and is required to be %3!d!.

DTS_E_EXTERNALMETADATACOLUMNISALREADYMAPPED

MessageId: DTS_E_EXTERNALMETADATACOLUMNISALREADYMAPPED MessageText: The external metadata column with ID %1!d! has already been mapped to %2!s!.

DTS_E_EXTRACTORCANTAPPENDTRUNCATE

MessageId: DTS_E_EXTRACTORCANTAPPENDTRUNCATE MessageText: Error caused by conflicting property settings. The "%1!s!" 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.

DTS_E_EXTRACTORCANTWRITE

MessageId: DTS_E_EXTRACTORCANTWRITE MessageText: Writing to the file "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_EXTRACTORCOLUMNALREADYREFERENCED

MessageId: DTS_E_EXTRACTORCOLUMNALREADYREFERENCED MessageText: The %1!s! references column ID %2!d!, but that column is already referenced by %3!s!. Remove one of the two reference to the column.

DTS_E_EXTRACTORDATACOLUMNNOTBLOB

MessageId: DTS_E_EXTRACTORDATACOLUMNNOTBLOB MessageText: The "%1!s!" references "%2!s!", and that column is not of a BLOB type.

DTS_E_EXTRACTORFILENAMECOLUMNNOTSTRING

MessageId: DTS_E_EXTRACTORFILENAMECOLUMNNOTSTRING MessageText: The "%1!s!" should contain a file name, but it is not of a String type.

DTS_E_EXTRACTORINVALIDCOLUMNDATATYPE

MessageId: DTS_E_EXTRACTORINVALIDCOLUMNDATATYPE MessageText: The %1!s! has an unsupported datatype. It must be DT_STR, DT_WSTR, DT_TEXT, DT_NTEXT, or DT_IMAGE.

DTS_E_EXTRACTORREFERENCEDCOLUMNNOTFOUND

MessageId: DTS_E_EXTRACTORREFERENCEDCOLUMNNOTFOUND MessageText: The "%1!s!" references column ID %2!d!, and that column is not found on the input. A reference points to a nonexistent column.

DTS_E_EXTRACTORUNREFERENCED

MessageId: DTS_E_EXTRACTORUNREFERENCED MessageText: The "%1!s!" is marked read-only, but is not referenced by any other column. Unreferenced columns are not allowed.

DTS_E_FAILED_EXECUTE_IS_SERVER_PACKAGE

MessageId: DTS_E_FAILED_EXECUTE_IS_SERVER_PACKAGE MessageText: Failed to execute the pacakge that has been deployed to the Integration Services catalog.

DTS_E_FAILEDCOLUMNDATACONVERSIONSTATUS

MessageId: DTS_E_FAILEDCOLUMNDATACONVERSIONSTATUS MessageText: Data conversion failed. The data conversion for column "%1!s!" returned status value %2!d! and status text "%3!s!".

DTS_E_FAILEDCREATEXMLDOCUMENT

MessageId: DTS_E_FAILEDCREATEXMLDOCUMENT MessageText: Failed to create an XML document "%1!s!".

DTS_E_FAILEDDEPENDENCIES

MessageId: DTS_E_FAILEDDEPENDENCIES MessageText: There was an error enumerating the package dependencies. Check other messages for more information.

DTS_E_FAILEDDURINGOLEDBDATATYPECONVERSIONCHECK

MessageId: DTS_E_FAILEDDURINGOLEDBDATATYPECONVERSIONCHECK MessageText: The OLE DB provider failed during the data type conversion verification for "%1!s!".

DTS_E_FAILEDGETTYPEINFO

MessageId: DTS_E_FAILEDGETTYPEINFO MessageText: 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.

DTS_E_FAILEDPOPNATIVEFEE

MessageId: DTS_E_FAILEDPOPNATIVEFEE MessageText: Failed to populate the ForEachEnumeratorInfos collection with native ForEachEnumerators with the following error code: %1!s!.

DTS_E_FAILEDPROPERTYGET

MessageId: DTS_E_FAILEDPROPERTYGET MessageText: An error occurred while retrieving the value of property "%1!s!". The error code is 0x%2!8.8X!.

DTS_E_FAILEDPROPERTYGET_ERRORINFO

MessageId: DTS_E_FAILEDPROPERTYGET_ERRORINFO MessageText: An error occurred while retrieving the value of property "%1!s!". The error code is 0x%2!8.8X! "%3!s!".

DTS_E_FAILEDPROPERTYSET

MessageId: DTS_E_FAILEDPROPERTYSET MessageText: An error occurred while setting the value of property "%1!s!". The error returned is 0x%2!8.8X!.

DTS_E_FAILEDPROPERTYSET_ERRORINFO

MessageId: DTS_E_FAILEDPROPERTYSET_ERRORINFO MessageText: An error occurred while setting the value of property "%1!s!". The error returned is 0x%2!8.8X! "%3!s!".

DTS_E_FAILEDSETEXECVALVARIABLE

MessageId: DTS_E_FAILEDSETEXECVALVARIABLE MessageText: The wrapper was unable to set the value of the variable specified in the ExecutionValueVariable property.

DTS_E_FAILEDSYSTEMVARIABLEREMOVE

MessageId: DTS_E_FAILEDSYSTEMVARIABLEREMOVE MessageText: 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.

DTS_E_FAILEDTOACCESSLOBCOLUMN

MessageId: DTS_E_FAILEDTOACCESSLOBCOLUMN MessageText: Failed to access LOB data from the data flow buffer for data source column "%1!s!" with error code 0x%2!8.8X!.

DTS_E_FAILEDTOALLOCATEROWHANDLEBUFFER

MessageId: DTS_E_FAILEDTOALLOCATEROWHANDLEBUFFER MessageText: The attempt to allocate a row handle buffer failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOBUFFERROWSTARTS

MessageId: DTS_E_FAILEDTOBUFFERROWSTARTS MessageText: The attempt to retrieve the start of the buffer row failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOCREATEEXPRESSIONARRAY

MessageId: DTS_E_FAILEDTOCREATEEXPRESSIONARRAY MessageText: Memory cannot be allocated for the Expression objects. An out-of-memory error occurred while creating the array of Expression object pointers.

DTS_E_FAILEDTOCREATEEXPRESSIONMANANGER

MessageId: DTS_E_FAILEDTOCREATEEXPRESSIONMANANGER MessageText: The %1!s! failed with error code 0x%2!8.8X! while creating the Expression Manager.

DTS_E_FAILEDTODIRECTERRORROW

MessageId: DTS_E_FAILEDTODIRECTERRORROW MessageText: Directing the row to the error output failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOFINDCOLUMNBYLINEAGEID

MessageId: DTS_E_FAILEDTOFINDCOLUMNBYLINEAGEID MessageText: An attempt to find %1!s! with lineage ID %2!d! in the Data Flow Task buffer failed with error code 0x%3!8.8X!.

DTS_E_FAILEDTOFINDCOLUMNINBUFFER

MessageId: DTS_E_FAILEDTOFINDCOLUMNINBUFFER MessageText: Failed to find column "%1!s!" with lineage ID %2!d! in the buffer. The buffer manager returned error code 0x%3!8.8X!.

DTS_E_FAILEDTOFINDERRORCOLUMN

MessageId: DTS_E_FAILEDTOFINDERRORCOLUMN MessageText: An error occurred, but the column that caused the error cannot be determined.

DTS_E_FAILEDTOFINDNONSPECIALERRORCOLUMN

MessageId: DTS_E_FAILEDTOFINDNONSPECIALERRORCOLUMN MessageText: Failed to find any non-special error column in %1!s!.

DTS_E_FAILEDTOGETBUFFERBOUNDARYINFO

MessageId: DTS_E_FAILEDTOGETBUFFERBOUNDARYINFO MessageText: The attempt to get buffer boundary information failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOGETCOLINFO

MessageId: DTS_E_FAILEDTOGETCOLINFO MessageText: Failed to get information for row %1!ld!, column %2!ld! from the buffer. The error code returned was 0x%3!8.8X!.

DTS_E_FAILEDTOGETCOLUMNINFOFROMBUFFER

MessageId: DTS_E_FAILEDTOGETCOLUMNINFOFROMBUFFER MessageText: Failed to get information for column "%1!s!" (%2!d!) from the buffer. The error code returned was 0x%3!8.8X!.

DTS_E_FAILEDTOGETCOMPONENTLOCALEID

MessageId: DTS_E_FAILEDTOGETCOMPONENTLOCALEID MessageText: Failure retrieving component locale ID. Error code 0x%1!8.8X!.

DTS_E_FAILEDTOGETCONNECTIONSTRING

MessageId: DTS_E_FAILEDTOGETCONNECTIONSTRING MessageText: Failed to get the connection string.

DTS_E_FAILEDTOGETDATAFORERROROUTPUTBUFFER

MessageId: DTS_E_FAILEDTOGETDATAFORERROROUTPUTBUFFER MessageText: Failed to get data for the error output buffer.

DTS_E_FAILEDTOGETFILESIZE

MessageId: DTS_E_FAILEDTOGETFILESIZE MessageText: An error occurred while getting the file size for file "%1!s!".

DTS_E_FAILEDTOGETLOCALEIDFROMPACKAGE

MessageId: DTS_E_FAILEDTOGETLOCALEIDFROMPACKAGE MessageText: The %1!s! failed to get the locale ID from the package.

DTS_E_FAILEDTOINITIALIZEFLATFILEPARSER

MessageId: DTS_E_FAILEDTOINITIALIZEFLATFILEPARSER MessageText: An error occurred while initializing the flat file parser.

DTS_E_FAILEDTOLOADCACHE

MessageId: DTS_E_FAILEDTOLOADCACHE MessageText: Failed to load the cache from file, "%1!s!".

DTS_E_FAILEDTOPREPAREBUFFERSTATUS

MessageId: DTS_E_FAILEDTOPREPAREBUFFERSTATUS MessageText: The attempt to prepare the buffer status failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOPREPARECOLUMNSTATUSESFORINSERT

MessageId: DTS_E_FAILEDTOPREPARECOLUMNSTATUSESFORINSERT MessageText: Preparing column statuses for insert failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOREMOVEROWFROMBUFFER

MessageId: DTS_E_FAILEDTOREMOVEROWFROMBUFFER MessageText: Removing a row from the buffer failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOSENDROWTOSQLSERVER

MessageId: DTS_E_FAILEDTOSENDROWTOSQLSERVER MessageText: The attempt to send a row to SQL Server failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOSETBUFFERENDOFROWSET

MessageId: DTS_E_FAILEDTOSETBUFFERENDOFROWSET MessageText: Setting the end of rowset for the buffer failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOSETBUFFERERRORINFO

MessageId: DTS_E_FAILEDTOSETBUFFERERRORINFO MessageText: The attempt to set buffer error information failed with error code 0x%1!8.8X!.

DTS_E_FAILEDTOSETCOLINFO

MessageId: DTS_E_FAILEDTOSETCOLINFO MessageText: Failed to set information for row %1!ld!, column %2!ld! into the buffer. The error code returned was 0x%3!8.8X!.

DTS_E_FAILEDTOSETFILEPOINTER

MessageId: DTS_E_FAILEDTOSETFILEPOINTER MessageText: An error occurred while setting the file pointer for file "%1!s!".

DTS_E_FAILEDTOSETOUTPUTCOLUMNDATATYPEPROPERTIES

MessageId: DTS_E_FAILEDTOSETOUTPUTCOLUMNDATATYPEPROPERTIES MessageText: Attempt to set the data type properties on "%1!s!" 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.

DTS_E_FAILEDTOSETOUTPUTCOLUMNTYPE

MessageId: DTS_E_FAILEDTOSETOUTPUTCOLUMNTYPE MessageText: Failed to set the type of %1!s! to type: "%2!s!", length: %3!d!, precision: %4!d!, scale: %5!d!, codepage: %6!d!.

DTS_E_FAILEDTOSETPROPERTY

MessageId: DTS_E_FAILEDTOSETPROPERTY MessageText: Failed to set property "%1!s!" on "%2!s!".

DTS_E_FAILEDTOSETUSAGETYPE

MessageId: DTS_E_FAILEDTOSETUSAGETYPE MessageText: The "%1!s!" 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.

DTS_E_FAILEDTOWRITEOUTCOLUMNNAME

MessageId: DTS_E_FAILEDTOWRITEOUTCOLUMNNAME MessageText: The column name for column "%1!s!" could not be written. The column name may be longer than the available column size.

DTS_E_FAILEDTOWRITEOUTHEADER

MessageId: DTS_E_FAILEDTOWRITEOUTHEADER MessageText: An error occurred while writing out the file header.

DTS_E_FAILEDTOWRITETOTHEFILENAMECOLUMN

MessageId: DTS_E_FAILEDTOWRITETOTHEFILENAMECOLUMN MessageText: The attempt to write to the filename column failed with error code 0x%1!8.8X!.

DTS_E_FAILLOADINGPROPERTY

MessageId: DTS_E_FAILLOADINGPROPERTY MessageText: Failed to load the value property "%1!s!" using default persistence.

DTS_E_FAILPACKAGEONFAILURENA

MessageId: DTS_E_FAILPACKAGEONFAILURENA MessageText: FailPackageOnFailure property is not applicable to the package container.

DTS_E_FAILTOCREATEMUTEX

MessageId: DTS_E_FAILTOCREATEMUTEX MessageText: Failed to create mutex "%1!s!" with error 0x%2!8.8X!.

DTS_E_FAILTORELEASEMUTEX

MessageId: DTS_E_FAILTORELEASEMUTEX MessageText: Failed to release mutex "%1!s!" with error 0x%2!8.8X!.

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.

DTS_E_FG_COPY_INPUT

MessageId: DTS_E_FG_COPY_INPUT MessageText: Fuzzy Grouping transformation failed to copy input.

DTS_E_FG_FUZZY_MATCH_ON_NONSTRING

MessageId: DTS_E_FG_FUZZY_MATCH_ON_NONSTRING MessageText: A fuzzy match is specified on column "%1!s!" (%2!d!) that is not a data type of DT_STR or DT_WSTR.

DTS_E_FG_GENERATE_GROUPS

MessageId: DTS_E_FG_GENERATE_GROUPS MessageText: Fuzzy Grouping transformation failed to generate groups.

DTS_E_FG_LEADING_TRAILING

MessageId: DTS_E_FG_LEADING_TRAILING MessageText: An unexpected error occurred in Fuzzy Grouping when applying the settings of property '%1!s!'.

DTS_E_FG_MISSING_OUTPUT_COLUMNS

MessageId: DTS_E_FG_MISSING_OUTPUT_COLUMNS MessageText: Special transformation-specific columns are either missing or have incorrect types.

DTS_E_FG_NOBLOBS

MessageId: DTS_E_FG_NOBLOBS MessageText: Fuzzy Grouping does not support input columns of type IMAGE, TEXT, or NTEXT.

DTS_E_FG_PICK_CANONICAL

MessageId: DTS_E_FG_PICK_CANONICAL MessageText: The Fuzzy Grouping transformation failed to pick a canonical row of data to use in standardizing the data.

DTS_E_FG_PREPARE_TABLES_AND_ACCESSORS

MessageId: DTS_E_FG_PREPARE_TABLES_AND_ACCESSORS MessageText: Fuzzy Grouping transformation failed to create required tables and accessors.

DTS_E_FILENAMEINVALID

MessageId: DTS_E_FILENAMEINVALID MessageText: The file name is not valid. The file name is a device or contains invalid characters.

DTS_E_FILENAMEINVALIDWITHPARAM

MessageId: DTS_E_FILENAMEINVALIDWITHPARAM MessageText: The file name "%1!s!" is not valid. The file name is a device or contains invalid characters.

DTS_E_FILENAMEOUTPUTCOLUMNINVALIDDATATYPE

MessageId: DTS_E_FILENAMEOUTPUTCOLUMNINVALIDDATATYPE MessageText: The output column for the file name is not a null-terminated Unicode character string, which is data type DT_WSTR.

DTS_E_FILENAMEOUTPUTCOLUMNOTFOUND

MessageId: DTS_E_FILENAMEOUTPUTCOLUMNOTFOUND MessageText: The output column for the file name cannot be found.

DTS_E_FILEOPENERR_FORREAD

MessageId: DTS_E_FILEOPENERR_FORREAD MessageText: Opening the file "%1!s!" for reading failed with error code 0x%2!8.8X!.

DTS_E_FILEOPENERR_FORREAD_ACCESSDENIED

MessageId: DTS_E_FILEOPENERR_FORREAD_ACCESSDENIED MessageText: Attempting to open the file "%1!s!" for reading failed. Access is denied.

DTS_E_FILEOPENERR_FORREAD_FILENOTFOUND

MessageId: DTS_E_FILEOPENERR_FORREAD_FILENOTFOUND MessageText: Opening the file "%1!s!" for reading failed. The file was not found.

DTS_E_FILEOPENERR_FORREAD_PATHNOTFOUND

MessageId: DTS_E_FILEOPENERR_FORREAD_PATHNOTFOUND MessageText: Opening the file "%1!s!" for reading failed. The path cannot be found.

DTS_E_FILEOPENERR_FORREAD_TOOMANYOPENFILES

MessageId: DTS_E_FILEOPENERR_FORREAD_TOOMANYOPENFILES MessageText: Opening the file "%1!s!" for reading failed. There are too many files open.

DTS_E_FILEOPENERR_FORWRITE

MessageId: DTS_E_FILEOPENERR_FORWRITE MessageText: Opening the file "%1!s!" for writing failed with error code 0x%2!8.8X!.

DTS_E_FILEOPENERR_FORWRITE_ACCESSDENIED

MessageId: DTS_E_FILEOPENERR_FORWRITE_ACCESSDENIED MessageText: Opening the file "%1!s!" for writing failed. You do not have the correct permissions.

DTS_E_FILEOPENERR_FORWRITE_FILEEXISTS

MessageId: DTS_E_FILEOPENERR_FORWRITE_FILEEXISTS MessageText: Opening the file "%1!s!" 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.

DTS_E_FILEOPENERR_FORWRITE_FILENOTFOUND

MessageId: DTS_E_FILEOPENERR_FORWRITE_FILENOTFOUND MessageText: Opening the file "%1!s!" for writing failed. The file cannot be found.

DTS_E_FILEOPENERR_FORWRITE_PATHNOTFOUND

MessageId: DTS_E_FILEOPENERR_FORWRITE_PATHNOTFOUND MessageText: Opening the file "%1!s!" for writing failed. The path cannot be found.

DTS_E_FILEOPENERR_FORWRITE_TOOMANYOPENFILES

MessageId: DTS_E_FILEOPENERR_FORWRITE_TOOMANYOPENFILES MessageText: Opening the file "%1!s!" for writing failed. There are too many files open.

DTS_E_FILEREADFAILED

MessageId: DTS_E_FILEREADFAILED MessageText: The buffer manager cannot read %1!d! bytes from file "%2!s!". The file is damaged.

DTS_E_FILEWRITEERR_DISKFULL

MessageId: DTS_E_FILEWRITEERR_DISKFULL MessageText: Opening the file "%1!s!" for writing failed because the disk is full. There is not sufficient disk space to save this file.

DTS_E_FILEWRITEFAILED

MessageId: DTS_E_FILEWRITEFAILED MessageText: The buffer manager cannot write %1!d! bytes to file "%2!s!". There was insufficient disk space or quota.

DTS_E_FINDFOLDERONSQLSERVER_OLEDB

MessageId: DTS_E_FINDFOLDERONSQLSERVER_OLEDB MessageText: While trying to find a folder on SQL an OLE DB error was encountered with error code 0x%1!8.8X! (%2!s!).

DTS_E_FLATFILEFORMATNOTSUPPORTED

MessageId: DTS_E_FLATFILEFORMATNOTSUPPORTED MessageText: Format "%1!s!" is not supported by Flat File Connection Manager. Supported formats are Delimited, FixedWidth, RaggedRight, and Mixed.

DTS_E_FLATFILESOURCEADAPTERSTATIC_CANTCONVERTVALUE

MessageId: DTS_E_FLATFILESOURCEADAPTERSTATIC_CANTCONVERTVALUE MessageText: The data value cannot be converted for reasons other than sign mismatch or data overflow.

DTS_E_FLATFILESOURCEADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_FLATFILESOURCEADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the flat file source adapter.

DTS_E_FLATFILESOURCEADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_FLATFILESOURCEADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the flat file source adapter was unsigned.

DTS_E_FLATFILESOURCEADAPTERSTATIC_TRUNCATED

MessageId: DTS_E_FLATFILESOURCEADAPTERSTATIC_TRUNCATED MessageText: The data was truncated.

DTS_E_FLATFILESOURCEADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_FLATFILESOURCEADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_FOLDERADDFAILED

MessageId: DTS_E_FOLDERADDFAILED MessageText: An error was encountered when trying to create a folder on SQL Server named "%1!s!" in folder "%2!s!".

DTS_E_FOLDERDELETEFAILED

MessageId: DTS_E_FOLDERDELETEFAILED MessageText: Error deleting SQL Server folder "%1!s!".

DTS_E_FOLDERNOTFOUND

MessageId: DTS_E_FOLDERNOTFOUND MessageText: Cannot find folder "%1!s!".

DTS_E_FOLDERRENAMEFAILED

MessageId: DTS_E_FOLDERRENAMEFAILED MessageText: An error occurred when renaming folder " %1!s!\%2!s!" to "%1!s!\%3!s!" on SQL Server.

DTS_E_FORBIDDEN

The 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.

DTS_E_FOREACHVARIABLEMAPPING

MessageId: DTS_E_FOREACHVARIABLEMAPPING MessageText: ForEach Variable Mapping number %1!d! to variable "%2!s!" cannot be applied.

DTS_E_FORLOOPASSIGNEXPRESSIONINVALID

MessageId: DTS_E_FORLOOPASSIGNEXPRESSIONINVALID MessageText: The assignment expression for the loop is not valid and needs to be modified. There should be additional error messages.

DTS_E_FORLOOPEVALEXPRESSIONINVALID

MessageId: DTS_E_FORLOOPEVALEXPRESSIONINVALID MessageText: The evaluation expression for the loop is not valid. The expression needs to be modified. There should be additional error messages.

DTS_E_FORLOOPHASNOEXPRESSION

MessageId: DTS_E_FORLOOPHASNOEXPRESSION MessageText: There is no expression for the loop to evaluate. This error occurs when the expression on the For Loop is empty. Add an expression.

DTS_E_FORLOOPINITEXPRESSIONINVALID

MessageId: DTS_E_FORLOOPINITEXPRESSIONINVALID MessageText: The initialization expression for the loop is not valid and needs to be modified. There should be additional error messages.

DTS_E_FOUNDORPHANEDEXTERNALMETADATACOLUMN

MessageId: DTS_E_FOUNDORPHANEDEXTERNALMETADATACOLUMN MessageText: The %1!s! does not have a corresponding input or output column.

DTS_E_FROMEXECISNOTCHILD

MessageId: DTS_E_FROMEXECISNOTCHILD MessageText: When adding a precedence constraint, a From executable was specified that is not a child of this container.

DTS_E_FSTASK_CANTCREATEDIR

MessageId: DTS_E_FSTASK_CANTCREATEDIR MessageText: Can not create directory. User chose to fail the task if directory exists.

DTS_E_FSTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_FSTASK_CONNECTIONTYPENOTFILE MessageText: Type of Connection "%1!s!" is not a file.

DTS_E_FSTASK_DESTCONNUSAGETYPEINVALID

MessageId: DTS_E_FSTASK_DESTCONNUSAGETYPEINVALID MessageText: The destination file connection manager "%1!s!" has an invalid usage type: "%2!s!".

DTS_E_FSTASK_DESTINATIONISEMPTY

MessageId: DTS_E_FSTASK_DESTINATIONISEMPTY MessageText: The destination is empty.

DTS_E_FSTASK_DESTINATIONNOTSET

MessageId: DTS_E_FSTASK_DESTINATIONNOTSET MessageText: Destination property of operation "%1!s!" not set.

DTS_E_FSTASK_DIRECTORYDELETED

MessageId: DTS_E_FSTASK_DIRECTORYDELETED MessageText: Directory "%1!s!" was deleted.

DTS_E_FSTASK_DIRECTORYEXISTS

MessageId: DTS_E_FSTASK_DIRECTORYEXISTS MessageText: The Directory already exists.

DTS_E_FSTASK_FILEDELETED

MessageId: DTS_E_FSTASK_FILEDELETED MessageText: File or directory "%1!s!" was deleted.

DTS_E_FSTASK_FILEDIRNOTFOUND

MessageId: DTS_E_FSTASK_FILEDIRNOTFOUND MessageText: File or directory "%1!s!" does not exist.

DTS_E_FSTASK_FILEDOESNOTEXIST

MessageId: DTS_E_FSTASK_FILEDOESNOTEXIST MessageText: File or directory "%1!s!" represented by connection "%2!s!" does not exist.

DTS_E_FSTASK_INVALIDDATA

MessageId: DTS_E_FSTASK_INVALIDDATA MessageText: The File System task received an invalid task data node.

DTS_E_FSTASK_INVALIDDESTPATH

MessageId: DTS_E_FSTASK_INVALIDDESTPATH MessageText: Invalid destination path.

DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATION

MessageId: DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATION MessageText: FileSystemOperation

DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATIONDESC

MessageId: DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATIONDESC MessageText: Provides information regarding File System operations.

DTS_E_FSTASK_NOATTRIBUTESET

MessageId: DTS_E_FSTASK_NOATTRIBUTESET MessageText: All file attributes for the Set Attributes operation have been configured as No Change. At least one file attribute must be set to True or False.

DTS_E_FSTASK_PATHNOTVALID

MessageId: DTS_E_FSTASK_PATHNOTVALID MessageText: "%1!s!" is not valid on operation type "%2!s!".

DTS_E_FSTASK_SOURCEISEMPTY

MessageId: DTS_E_FSTASK_SOURCEISEMPTY MessageText: The source is empty.

DTS_E_FSTASK_SOURCENOTSET

MessageId: DTS_E_FSTASK_SOURCENOTSET MessageText: Source property of operation "%1!s!" not set.

DTS_E_FSTASK_SRCCONNUSAGETYPEINVALID

MessageId: DTS_E_FSTASK_SRCCONNUSAGETYPEINVALID MessageText: The source file connection manager "%1!s!" has an invalid usage type "%2!s!".

DTS_E_FSTASK_SYNCFAILED

MessageId: DTS_E_FSTASK_SYNCFAILED MessageText: Synchronization object failed.

DTS_E_FSTASK_TASKDESCRIPTION

MessageId: DTS_E_FSTASK_TASKDESCRIPTION MessageText: Perform file system operations, such as copying and deleting files.

DTS_E_FSTASK_TASKDISPLAYNAME

MessageId: DTS_E_FSTASK_TASKDISPLAYNAME MessageText: File System Task

DTS_E_FSTASK_VARIABLEDOESNTEXIST

MessageId: DTS_E_FSTASK_VARIABLEDOESNTEXIST MessageText: Variable "%1!s!" does not exist.

DTS_E_FSTASK_VARIABLENOTASTRING

MessageId: DTS_E_FSTASK_VARIABLENOTASTRING MessageText: Variable "%1!s!" is not a string.

DTS_E_FSTASK_VARSRCORDESTISEMPTY

MessageId: DTS_E_FSTASK_VARSRCORDESTISEMPTY MessageText: Variable "%1!s!" is used as a source or destination and is empty.

DTS_E_FTPCHANGEFOLDER

MessageId: DTS_E_FTPCHANGEFOLDER MessageText: Changing current directory to "%1!s!". %2!s!.

DTS_E_FTPCREATEFOLDER

MessageId: DTS_E_FTPCREATEFOLDER MessageText: Creating folder "%1!s!" ... %2!s!.

DTS_E_FTPDELETEFOLDER

MessageId: DTS_E_FTPDELETEFOLDER MessageText: Deleting folder "%1!s!" ... %2!s!.

DTS_E_FTPERROR

MessageId: DTS_E_FTPERROR MessageText: An error occurred in the requested FTP operation. Detailed error description: %1!s!

DTS_E_FTPFILESEMPTY

MessageId: DTS_E_FTPFILESEMPTY MessageText: No files to transfer. This error can occur when performing a Send or Receive operation and no files are specified for the transfer.

DTS_E_FTPINVALIDCONNECTIONSTRING

MessageId: DTS_E_FTPINVALIDCONNECTIONSTRING MessageText: 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!.

DTS_E_FTPINVALIDLOCALPATH

MessageId: DTS_E_FTPINVALIDLOCALPATH MessageText: Specified local path is not valid. Specify a valid local path. This can occur when the specified local path is null.

DTS_E_FTPINVALIDPORT

MessageId: DTS_E_FTPINVALIDPORT MessageText: The FTP Port contains an invalid value. The FTP Port value should be an integer between %1!d! and %2!d!.

DTS_E_FTPINVALIDRETRIES

MessageId: DTS_E_FTPINVALIDRETRIES MessageText: The number of retries is not valid. The number of retries should be between %1!d! and %2!d!.

DTS_E_FTPNOFILESTODELETE

MessageId: DTS_E_FTPNOFILESTODELETE MessageText: No files specified to delete.

DTS_E_FTPNOTCONNECTED

MessageId: DTS_E_FTPNOTCONNECTED MessageText: Connection with the FTP server has not been established.

DTS_E_FTPTASK__INITIALIZATION_WITH_NULL_XML_ELEMENT

MessageId: DTS_E_FTPTASK__INITIALIZATION_WITH_NULL_XML_ELEMENT MessageText: Cannot initialize the task with a null XML element.

DTS_E_FTPTASK_CANNOTACQUIRECONNECTION

MessageId: DTS_E_FTPTASK_CANNOTACQUIRECONNECTION MessageText: There was an error acquiring the FTP connection. Verify that a valid connection type is specified in "%1!s!".

DTS_E_FTPTASK_CONNECTION_NAME_NULL

MessageId: DTS_E_FTPTASK_CONNECTION_NAME_NULL MessageText: The connection is empty. Verify that a valid FTP connection is provided.

DTS_E_FTPTASK_CONNECTION_NOT_FTP

MessageId: DTS_E_FTPTASK_CONNECTION_NOT_FTP MessageText: The connection specified is not an FTP connection. Verify that a valid FTP connection is provided.

DTS_E_FTPTASK_CONNECTIONNOTFOUND

MessageId: DTS_E_FTPTASK_CONNECTIONNOTFOUND MessageText: The FTP connection manager "%1!s!" can not be found.

DTS_E_FTPTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_FTPTASK_CONNECTIONTYPENOTFILE MessageText: Type of Connection "%1!s!" is Not a file.

DTS_E_FTPTASK_DIRECTORYEXISTS

MessageId: DTS_E_FTPTASK_DIRECTORYEXISTS MessageText: "%1!s!" already exists.

DTS_E_FTPTASK_ERROR_IN_LOAD_FROM_XML

MessageId: DTS_E_FTPTASK_ERROR_IN_LOAD_FROM_XML MessageText: Error occurred in LoadFromXML at the tag "%1!s!".

DTS_E_FTPTASK_FILECONNECTIONNOTFOUND

MessageId: DTS_E_FTPTASK_FILECONNECTIONNOTFOUND MessageText: For the FTP operation "%1!s!", the FILE connection manager "%2!s!" can not be found.

DTS_E_FTPTASK_FILEDOESNOTEXIST

MessageId: DTS_E_FTPTASK_FILEDOESNOTEXIST MessageText: File represented by "%1!s!" does not exist.

DTS_E_FTPTASK_FILEUSAGETYPEERROR

MessageId: DTS_E_FTPTASK_FILEUSAGETYPEERROR MessageText: File usage type of connection "%1!s!" should be "%2!s!" for operation "%3!s!".

DTS_E_FTPTASK_FTPRCVDINVLDDATANODE

MessageId: DTS_E_FTPTASK_FTPRCVDINVLDDATANODE MessageText: The FTP task received an invalid task data node.

DTS_E_FTPTASK_INVALIDDIRECTORY

MessageId: DTS_E_FTPTASK_INVALIDDIRECTORY MessageText: Directory is not specified in the variable "%1!s!".

DTS_E_FTPTASK_INVALIDPATHONOPERATION

MessageId: DTS_E_FTPTASK_INVALIDPATHONOPERATION MessageText: Invalid path on operation "%1!s!".

DTS_E_FTPTASK_INVALIDREMOTEPATH

MessageId: DTS_E_FTPTASK_INVALIDREMOTEPATH MessageText: Remote path "%1!s!" doesn't start with "/".

DTS_E_FTPTASK_INVALIDVARIABLEVALUE

MessageId: DTS_E_FTPTASK_INVALIDVARIABLEVALUE MessageText: Variable "%1!s!" doesn't start with "/".

DTS_E_FTPTASK_LOCALPATHEMPTY

MessageId: DTS_E_FTPTASK_LOCALPATHEMPTY MessageText: The local path is empty.

DTS_E_FTPTASK_LOCALVARIABLEISEMPTY

MessageId: DTS_E_FTPTASK_LOCALVARIABLEISEMPTY MessageText: The variable "%1!s!" is empty.

DTS_E_FTPTASK_LOCALVARIBALEEMPTY

MessageId: DTS_E_FTPTASK_LOCALVARIBALEEMPTY MessageText: The local variable is empty.

DTS_E_FTPTASK_NODIRECTORYPATHINCONMGR

MessageId: DTS_E_FTPTASK_NODIRECTORYPATHINCONMGR MessageText: Directory is not specified in the file connection manager "%1!s!".

DTS_E_FTPTASK_NOFILEPATHSINLOCALVAR

MessageId: DTS_E_FTPTASK_NOFILEPATHSINLOCALVAR MessageText: The variable "%1!s!" doesn't contain file path(s).

DTS_E_FTPTASK_NOFILESATLOCATION

MessageId: DTS_E_FTPTASK_NOFILESATLOCATION MessageText: There are no files at "%1!s!".

DTS_E_FTPTASK_NOFILESFOUND

MessageId: DTS_E_FTPTASK_NOFILESFOUND MessageText: No files found in "%1!s!".

DTS_E_FTPTASK_NOFILESINCONNMGR

MessageId: DTS_E_FTPTASK_NOFILESINCONNMGR MessageText: The File "%1!s!" doesn't contain file path(s).

DTS_E_FTPTASK_REMOTEPATHEMPTY

MessageId: DTS_E_FTPTASK_REMOTEPATHEMPTY MessageText: The remote path is empty.

DTS_E_FTPTASK_REMOTEVARIABLEISEMPTY

MessageId: DTS_E_FTPTASK_REMOTEVARIABLEISEMPTY MessageText: The variable "%1!s!" is empty.

DTS_E_FTPTASK_REMOTEVARIBALEEMPTY

MessageId: DTS_E_FTPTASK_REMOTEVARIBALEEMPTY MessageText: The remote variable is empty.

DTS_E_FTPTASK_SAVE_TO_NULL_XML_ELEMENT

MessageId: DTS_E_FTPTASK_SAVE_TO_NULL_XML_ELEMENT MessageText: Cannot save the task to a null XML document.

DTS_E_FTPTASK_SYNCOBJFAILED

MessageId: DTS_E_FTPTASK_SYNCOBJFAILED MessageText: Synchronization object failed.

DTS_E_FTPTASK_UNABLETOCONNECTTOSERVER

MessageId: DTS_E_FTPTASK_UNABLETOCONNECTTOSERVER MessageText: Unable to connect to FTP server using "%1!s!".

DTS_E_FTPTASK_UNABLETOCREATELOCALDIRECTORY

MessageId: DTS_E_FTPTASK_UNABLETOCREATELOCALDIRECTORY MessageText: Unable to create local directory "%1!s!".

DTS_E_FTPTASK_UNABLETODELETELOCALEFILE

MessageId: DTS_E_FTPTASK_UNABLETODELETELOCALEFILE MessageText: Unable to delete local file "%1!s!".

DTS_E_FTPTASK_UNABLETODELETEREMOTEFILES

MessageId: DTS_E_FTPTASK_UNABLETODELETEREMOTEFILES MessageText: Unable to delete remote files using "%1!s!".

DTS_E_FTPTASK_UNABLETOMAKEDIRREMOTE

MessageId: DTS_E_FTPTASK_UNABLETOMAKEDIRREMOTE MessageText: Unable to create remote directory using "%1!s!".

DTS_E_FTPTASK_UNABLETOOBTAINFILELIST

MessageId: DTS_E_FTPTASK_UNABLETOOBTAINFILELIST MessageText: Unable to obtain the file list.

DTS_E_FTPTASK_UNABLETORECEIVEFILES

MessageId: DTS_E_FTPTASK_UNABLETORECEIVEFILES MessageText: Unable to receive files using "%1!s!".

DTS_E_FTPTASK_UNABLETOREMOVEDIRREMOTE

MessageId: DTS_E_FTPTASK_UNABLETOREMOVEDIRREMOTE MessageText: Unable to remove remote directory using "%1!s!".

DTS_E_FTPTASK_UNABLETOREMOVELOCALDIRECTORY

MessageId: DTS_E_FTPTASK_UNABLETOREMOVELOCALDIRECTORY MessageText: Unable to remove local directory "%1!s!".

DTS_E_FTPTASK_UNABLETOSENDFILES

MessageId: DTS_E_FTPTASK_UNABLETOSENDFILES MessageText: Unable to send files using "%1!s!".

DTS_E_FTPTASK_VARIABLENOTASTRING

MessageId: DTS_E_FTPTASK_VARIABLENOTASTRING MessageText: Variable "%1!s!" is not a string.

DTS_E_FTPTASK_VARIABLENOTFOUND

MessageId: DTS_E_FTPTASK_VARIABLENOTFOUND MessageText: Variable "%1!s!" does not exist.

DTS_E_FUNDAMENTALLOADINGERROR

MessageId: DTS_E_FUNDAMENTALLOADINGERROR MessageText: 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.

DTS_E_FUZZYGROUPINGINTERNALPIPELINEERROR

MessageId: DTS_E_FUZZYGROUPINGINTERNALPIPELINEERROR MessageText: A Fuzzy Grouping transformation pipeline error occurred and returned error code 0x%1!8.8X!: "%2!s!".

DTS_E_FUZZYLOOKUP_REFERENCECACHEFULL

A 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.

DTS_E_FUZZYLOOKUPREFTABLETOOBIG

MessageId: DTS_E_FUZZYLOOKUPREFTABLETOOBIG MessageText: 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.

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.

DTS_E_FUZZYLOOKUPUNABLETODETERMINEREFERENCETABLESIZE

An attempt to determine the size of the reference table '%1' failed. 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.

DTS_E_GENERICERROR

MessageId: DTS_E_GENERICERROR MessageText: 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.

DTS_E_GETCATMANAGERFAILED

MessageId: DTS_E_GETCATMANAGERFAILED MessageText: Failed to create COM Component Categories Manager due to error 0x%1!8.8X! "%2!s!".

DTS_E_GETCONNECTIONINFOS

MessageId: DTS_E_GETCONNECTIONINFOS MessageText: Failed to get ConnectionInfos collection with error 0x%1!8.8X! "%2!s!". This error occurs when the call to IDTSApplication100::get_ConnectionInfos fails.

DTS_E_GETENUMERATOR

MessageId: DTS_E_GETENUMERATOR MessageText: The GetEnumerator method of the ForEach Enumerator has failed with error 0x%1!8.8X! "%2!s!". This occurs when the ForEach Enumerator cannot enumerate.

DTS_E_GETKEYFROMCERTFAILED

An attempt to obtain cryptographic key pair associated with the specified certificate failed 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.

DTS_E_GETPACKAGEINFOS

MessageId: DTS_E_GETPACKAGEINFOS MessageText: An OLE DB error 0x%1!8.8X! (%2!s!) occurred while enumerating packages. A SQL statement was issued and failed.

DTS_E_GETRTINTERFACEFAILED

MessageId: DTS_E_GETRTINTERFACEFAILED MessageText: The component "%1!s!" (%2!d!) cannot provide an IDTSRuntimeComponent100 interface.

DTS_E_GETSCHEMATABLEFAILED

MessageId: DTS_E_GETSCHEMATABLEFAILED MessageText: The %1!s! was unable to retrieve column information for the SQL command. The following error occurred: %2!s!

DTS_E_GETXMLSOURCEFAILED

MessageId: DTS_E_GETXMLSOURCEFAILED MessageText: Failed to obtain XML source from XML DOM object with error 0x%1!8.8X! "%2!s!". This occurs when IXMLDOMDocument::get_xml fails.

DTS_E_HASEMPTYTASKHOSTS

MessageId: DTS_E_HASEMPTYTASKHOSTS MessageText: The package cannot execute because it contains tasks that failed to load.

DTS_E_HASHTABLE_SIZEOVERFLOW

MessageId: DTS_E_HASHTABLE_SIZEOVERFLOW MessageText: A hashtable with %1!lu! entries could not be created.

DTS_E_HASSIDEEFFECTSWITHSYNCINP

MessageId: DTS_E_HASSIDEEFFECTSWITHSYNCINP MessageText: The "%1!s!" has the HasSideEffects property set to TRUE, but "%1!s!" is synchronous and cannot have side effects. Set the HasSideEffects property to FALSE.

DTS_E_HIDEPROJCONNECTION_NAMECONFLICT

Hides project connection on name conflict.

DTS_E_ICONVERTTYPEUNAVAILABLE

MessageId: DTS_E_ICONVERTTYPEUNAVAILABLE MessageText: The OLE DB provider used by the OLE DB adapter does not support IConvertType. Set the adapter's ValidateColumnMetaData property to FALSE.

DTS_E_IDNOTINPUTNOROUTPUT

MessageId: DTS_E_IDNOTINPUTNOROUTPUT MessageText: 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.

DTS_E_IDTSNAMENOTSUPPORTED

MessageId: DTS_E_IDTSNAMENOTSUPPORTED MessageText: The object must inherit from IDTSName100 and does not.

DTS_E_ILLEGALCUSTOMOUTPUTPROPERTY

MessageId: DTS_E_ILLEGALCUSTOMOUTPUTPROPERTY MessageText: The output %1!s! cannot not have property "%2!s!", but currently has that property assigned.

DTS_E_IMAGEDATATYPENOTSUPPORTED

MessageId: DTS_E_IMAGEDATATYPENOTSUPPORTED MessageText: The data type for "%1!s!" 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.

DTS_E_INCOMPATIBLETRANSACTIONCONTEXT

MessageId: DTS_E_INCOMPATIBLETRANSACTIONCONTEXT MessageText: 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.

DTS_E_INCOMPLETEDATASOURCECOLUMNFOUND

MessageId: DTS_E_INCOMPLETEDATASOURCECOLUMNFOUND MessageText: Complete metadata information for the data source column "%1!s!" is not available. Make sure the column is correctly defined in the data source.

DTS_E_INCORRECT_SQL_SERVER_VERSION

MessageId: DTS_E_INCORRECT_SQL_SERVER_VERSION MessageText: The DBMS type or version of "%1!s!" 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.

DTS_E_INCORRECTCOLUMNCOUNT

MessageId: DTS_E_INCORRECTCOLUMNCOUNT MessageText: The number of columns is incorrect.

DTS_E_INCORRECTCOMPONENTVIEWID

MessageId: DTS_E_INCORRECTCOMPONENTVIEWID MessageText: The component view ID is incorrect. The component view may be out of synchronization. Try releasing the component view and recreating it.

DTS_E_INCORRECTCONNECTIONMANAGERTYPE

MessageId: DTS_E_INCORRECTCONNECTIONMANAGERTYPE MessageText: The connection manager "%1!s!" is an incorrect type. The type required is "%2!s!". The type available to the component is "%3!s!".

DTS_E_INCORRECTCONNECTIONOBJECTTYPE

MessageId: DTS_E_INCORRECTCONNECTIONOBJECTTYPE MessageText: The connection manager "%1!s!" returned an object of an incorrect type from the AcquireConnection method.

DTS_E_INCORRECTCUSTOMPROPERTYTYPE

MessageId: DTS_E_INCORRECTCUSTOMPROPERTYTYPE MessageText: The custom property "%1!s!" needs to be of type %2!s!.

DTS_E_INCORRECTCUSTOMPROPERTYVALUE

MessageId: DTS_E_INCORRECTCUSTOMPROPERTYVALUE MessageText: The value for custom property "%1!s!" is incorrect.

DTS_E_INCORRECTCUSTOMPROPERTYVALUEFOROBJECT

MessageId: DTS_E_INCORRECTCUSTOMPROPERTYVALUEFOROBJECT MessageText: The value for custom property "%1!s!" on %2!s! is incorrect.

DTS_E_INCORRECTEXACTNUMBEROFINPUTS

MessageId: DTS_E_INCORRECTEXACTNUMBEROFINPUTS MessageText: The number of inputs is incorrect. There must be exactly %1!d! inputs.

DTS_E_INCORRECTEXACTNUMBEROFOUTPUTS

MessageId: DTS_E_INCORRECTEXACTNUMBEROFOUTPUTS MessageText: The number of outputs is incorrect. There must be exactly %1!d! output(s).

DTS_E_INCORRECTINPUTCACHECOLCOUNT

MessageId: DTS_E_INCORRECTINPUTCACHECOLCOUNT MessageText: The number of input columns does not match the number of cache columns.

DTS_E_INCORRECTMINIMUMNUMBEROFOUTPUTS

MessageId: DTS_E_INCORRECTMINIMUMNUMBEROFOUTPUTS MessageText: The number of outputs is incorrect. There must be at least %1!d! outputs.

DTS_E_INCORRECTPARAMETERMAPPINGFORMAT

MessageId: DTS_E_INCORRECTPARAMETERMAPPINGFORMAT MessageText: The parameter mapping string is not in the correct format.

DTS_E_INCORRECTSTOCKPROPERTY

MessageId: DTS_E_INCORRECTSTOCKPROPERTY MessageText: The value for property "%1!s!" on "%2!s!" is not valid.

DTS_E_INCORRECTSTOCKPROPERTYVALUE

MessageId: DTS_E_INCORRECTSTOCKPROPERTYVALUE MessageText: The value of the property "%1!s!" is incorrect.

DTS_E_INDIVIDUALCACHEINTERFACESFAILED

MessageId: DTS_E_INDIVIDUALCACHEINTERFACESFAILED MessageText: %1!s! failed initialization and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALCHECKPRODUCTLEVELFAILED

MessageId: DTS_E_INDIVIDUALCHECKPRODUCTLEVELFAILED MessageText: The %1!s! failed to be able to perform its required product level check and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALCLEANUPFAILED

MessageId: DTS_E_INDIVIDUALCLEANUPFAILED MessageText: %1!s! failed the cleanup phase and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPOSTEXECUTEFAILED

MessageId: DTS_E_INDIVIDUALPOSTEXECUTEFAILED MessageText: %1!s! failed the post-execute phase and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPREEXECUTEFAILED

MessageId: DTS_E_INDIVIDUALPREEXECUTEFAILED MessageText: %1!s! failed the pre-execute phase and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPREPAREFAILED

MessageId: DTS_E_INDIVIDUALPREPAREFAILED MessageText: %1!s! failed the prepare phase and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPUTCOMPONENTMETADATAFAILED

MessageId: DTS_E_INDIVIDUALPUTCOMPONENTMETADATAFAILED MessageText: The "%1!s!" failed to cache the component metadata object and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPUTEVENTINFOSFAILED

MessageId: DTS_E_INDIVIDUALPUTEVENTINFOSFAILED MessageText: The EventInfos collection could not be cached by "%1!s!" and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPUTLOGENTRYINFOS

MessageId: DTS_E_INDIVIDUALPUTLOGENTRYINFOS MessageText: "%1!s!" failed to cache the LogEntryInfos collection and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPUTREFTRACKERFAILED

MessageId: DTS_E_INDIVIDUALPUTREFTRACKERFAILED MessageText: Component "%1!s!" failed to cache the runtime object reference tracker collection and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALPUTVARIABLESFAILED

MessageId: DTS_E_INDIVIDUALPUTVARIABLESFAILED MessageText: The "%1!s!" cannot cache the Variables collection and returned error code 0x%2!8.8X.

DTS_E_INDIVIDUALRELEASEINTERFACESFAILED

MessageId: DTS_E_INDIVIDUALRELEASEINTERFACESFAILED MessageText: %1!s! failed during shut down and returned error code 0x%2!8.8X!. A component failed to release its interfaces.

DTS_E_INDIVIDUALVALIDATIONFAILED

MessageId: DTS_E_INDIVIDUALVALIDATIONFAILED MessageText: %1!s! failed validation and returned error code 0x%2!8.8X!.

DTS_E_INDIVIDUALVALIDATIONSTATUSFAILED

MessageId: DTS_E_INDIVIDUALVALIDATIONSTATUSFAILED MessageText: "%1!s!" failed validation and returned validation status "%2!s!".

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.

DTS_E_INDUCEDTRANSFORMFAILUREONTRUNCATION

MessageId: DTS_E_INDUCEDTRANSFORMFAILUREONTRUNCATION MessageText: The "%1!s!" failed because truncation occurred, and the truncation row disposition on "%2!s!" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

DTS_E_INITTASKOBJECTFAILED

MessageId: DTS_E_INITTASKOBJECTFAILED MessageText: Task "%1!s!" (type "%2!s!") failed to initialize due to error 0x%3!8.8X! "%4!s!".

DTS_E_INPUTCOLPROPERTYNOTFOUND

MessageId: DTS_E_INPUTCOLPROPERTYNOTFOUND MessageText: The "%3!s!" property is required on input column "%1!s!" (%2!d!), but is not found. The missing property should be added.

DTS_E_INPUTCOLUMNBADMAP

MessageId: DTS_E_INPUTCOLUMNBADMAP MessageText: The %1!s! has a mapping that is not valid. An output column with an ID of %2!ld! does not exist on this component.

DTS_E_INPUTCOLUMNNOTFOUND

MessageId: DTS_E_INPUTCOLUMNNOTFOUND MessageText: The input column lineage ID "%1!s!" referenced by property "%2!s!" on output column "%3!s!" could not be located in the input column collection.

DTS_E_INPUTCOLUMNUSAGETYPENOTREADONLY

MessageId: DTS_E_INPUTCOLUMNUSAGETYPENOTREADONLY MessageText: The input column "%1!s!" must be read-only. The input column has a usage type other than read-only, which is not allowed.

DTS_E_INPUTMUSTBESORTED

MessageId: DTS_E_INPUTMUSTBESORTED MessageText: "%1!s!" must be sorted. If possible, sort the data at the source and mark the data as sorted by setting the IsSorted and SortKeyPosition properties in the Advanced Editor. Otherwise, add a Sort Transformation to the path before the merge.

DTS_E_INPUTNOTKNOWN

MessageId: DTS_E_INPUTNOTKNOWN MessageText: Thread "%1!s!" 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.

DTS_E_INPUTSNOTREADONLY

MessageId: DTS_E_INPUTSNOTREADONLY MessageText: The Usage Type specified for the input columns to this transform cannot be read/write. Change the Usage Type to be read-only.

DTS_E_INPUTWITHOUTPATHS

MessageId: DTS_E_INPUTWITHOUTPATHS MessageText: A required input object is not connected to a path object.

DTS_E_INSERTERCANTREAD

MessageId: DTS_E_INSERTERCANTREAD MessageText: Reading from the file "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_INSERTERCOLUMNALREADYREFERENCED

MessageId: DTS_E_INSERTERCOLUMNALREADYREFERENCED MessageText: The %1!s! references the output column with ID %2!d!, but that column is already referenced by %3!s!.

DTS_E_INSERTERCOLUMNNOTREFERENCED

MessageId: DTS_E_INSERTERCOLUMNNOTREFERENCED MessageText: The "%1!s!" is not referenced by any input column. Each output column must be referenced by exactly one input column.

DTS_E_INSERTERDATACOLUMNNOTBLOB

MessageId: DTS_E_INSERTERDATACOLUMNNOTBLOB MessageText: The "%1!s!" references "%2!s!", 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.

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.

DTS_E_INSERTERFILENAMECOLUMNNOTSTRING

MessageId: DTS_E_INSERTERFILENAMECOLUMNNOTSTRING MessageText: The "%1!s!" should contain a file name, but it is not a String type.

DTS_E_INSERTERINVALIDBOM

MessageId: DTS_E_INSERTERINVALIDBOM MessageText: The byte order mark (BOM) value for the file "%1!s!" 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.

DTS_E_INSERTERINVALIDCOLUMNDATATYPE

MessageId: DTS_E_INSERTERINVALIDCOLUMNDATATYPE MessageText: The %1!s! has an unsupported datatype. It must be DT_STR or DT_WSTR.

DTS_E_INSERTERINVALIDDATACOLUMNSETTYPE

MessageId: DTS_E_INSERTERINVALIDDATACOLUMNSETTYPE MessageText: Data output columns must be DT_TEXT, DT_NTEXT, or DT_IMAGE. The data output column may only be set to a BLOB type.

DTS_E_INSERTERREFERENCEDCOLUMNNOTFOUND

MessageId: DTS_E_INSERTERREFERENCEDCOLUMNNOTFOUND MessageText: The "%1!s!" references output column ID %2!d!, and that column is not found on the output.

DTS_E_INVALIDARRAYVALUE

MessageId: DTS_E_INVALIDARRAYVALUE MessageText: Error getting or setting an array value. The type "%1!s!" is not allowed. This occurs when loading an array into a variable.

DTS_E_INVALIDBUFFERTYPE

MessageId: DTS_E_INVALIDBUFFERTYPE MessageText: The buffer type is not valid. Make sure the Pipeline layout and all components pass validation.

DTS_E_INVALIDBULKINSERTFIRSTROWLASTROWVALUES

MessageId: DTS_E_INVALIDBULKINSERTFIRSTROWLASTROWVALUES MessageText: The value for the property %1!s! is %2!d!, which must be less than or equal to the value of %3!d! for property %4!s!.

DTS_E_INVALIDBULKINSERTPROPERTYVALUE

MessageId: DTS_E_INVALIDBULKINSERTPROPERTYVALUE MessageText: The value for the property %1!s! is %2!d!, which is not allowed. The value must be greater than or equal to %3!d!.

DTS_E_INVALIDCACHEFILENAME

MessageId: DTS_E_INVALIDCACHEFILENAME MessageText: The cache file name is either not provided or is not valid. Provide a valid cache file name.

DTS_E_INVALIDCERTHASHFORMAT

MessageId: DTS_E_INVALIDCERTHASHFORMAT MessageText: The hash value is not a one-dimensional array of bytes (error: %1!s!). This occurs in CPackage::LoadUserCertificateByHash.

DTS_E_INVALIDCHECKPOINT_TRANSACTION

MessageId: DTS_E_INVALIDCHECKPOINT_TRANSACTION MessageText: The current package settings are not supported. Please change the SaveCheckpoints property or the TransactionOption property.

DTS_E_INVALIDCHUNKSIZE

MessageId: DTS_E_INVALIDCHUNKSIZE MessageText: The chunk size is not valid. The ChunkSize property should be in the range of %1!d! to %2!d! (in KB).

DTS_E_INVALIDCODEPAGE

MessageId: DTS_E_INVALIDCODEPAGE MessageText: The code page %1!d! specified on output column "%2!s!" (%3!d!) is not valid. Select a different code page for output column "%2!s!".

DTS_E_INVALIDCOMPARISONFLAGS

MessageId: DTS_E_INVALIDCOMPARISONFLAGS MessageText: The %1!s! has a ComparisonFlags property that includes extra flags with the value %2!d!.

DTS_E_INVALIDCOMPONENTFILENAME

MessageId: DTS_E_INVALIDCOMPONENTFILENAME MessageText: Cannot get the file name for the component with a CLSID of "%1!s!". Verify that the component is registered properly or that the CLSID provided is correct.

DTS_E_INVALIDCOMPONENTID

MessageId: DTS_E_INVALIDCOMPONENTID MessageText: The ID for a layout component is not valid.

DTS_E_INVALIDCUSTOMPROPERTYNAME

MessageId: DTS_E_INVALIDCUSTOMPROPERTYNAME MessageText: A custom property named "%1!s!" 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.

DTS_E_INVALIDDATABASEOBJECTNAME

MessageId: DTS_E_INVALIDDATABASEOBJECTNAME MessageText: Database object name "%1!s!" is not valid.

DTS_E_INVALIDDATATYPE

MessageId: DTS_E_INVALIDDATATYPE MessageText: The %1!s! had an invalid datatype value (%2!ld!) set.

DTS_E_INVALIDDATATYPEFORERRORCOLUMNS

MessageId: DTS_E_INVALIDDATATYPEFORERRORCOLUMNS MessageText: The "%1!s!" contains an invalid data type. "%1!s! " is a special error column, and the only valid data type is DT_I4.

DTS_E_INVALIDENUMERATORINDEX

MessageId: DTS_E_INVALIDENUMERATORINDEX MessageText: The enumerator failed to retrieve element at index "%1!d!".

DTS_E_INVALIDERRORDISPOSITION

MessageId: DTS_E_INVALIDERRORDISPOSITION MessageText: The %1!s! has an invalid error or truncation row disposition.

DTS_E_INVALIDEXCLUSIONGROUP

MessageId: DTS_E_INVALIDEXCLUSIONGROUP MessageText: The "%1!s!" and the "%2!s!" are in the same exclusion group, but they do not have the same synchronous input.

DTS_E_INVALIDFILE

MessageId: DTS_E_INVALIDFILE MessageText: The file specified in the For Each File enumerator is not valid. Check that the file specified in the For Each File enumerator exists.

DTS_E_INVALIDFILENAMEINCONNECTION

MessageId: DTS_E_INVALIDFILENAMEINCONNECTION MessageText: The file name "%1!s!" specified in the connection was not valid.

DTS_E_INVALIDFLATFILECOLUMNTYPE

MessageId: DTS_E_INVALIDFLATFILECOLUMNTYPE MessageText: The column type for column "%1!s!" is incorrect. It is type "%2!s!". It can only be either "%3!s!" or "%4!s!".

DTS_E_INVALIDFOREACHPROPERTYMAPPING

MessageId: DTS_E_INVALIDFOREACHPROPERTYMAPPING MessageText: An invalid property mapping is found on the For Each Loop. This occurs when the ForEach property mapping fails to restore.

DTS_E_INVALIDINDEX

MessageId: DTS_E_INVALIDINDEX MessageText: The index is not valid.

DTS_E_INVALIDINPUTCOLUMNCACHE

MessageId: DTS_E_INVALIDINPUTCOLUMNCACHE MessageText: Column %1!s! does not have a valid cache

DTS_E_INVALIDINPUTCOUNT

MessageId: DTS_E_INVALIDINPUTCOUNT MessageText: A component has an invalid number of inputs.

DTS_E_INVALIDINPUTLINEAGEID

MessageId: DTS_E_INVALIDINPUTLINEAGEID MessageText: %1!s! has lineage ID %2!d! that was not previously used in the Data Flow task.

DTS_E_INVALIDNODE

MessageId: DTS_E_INVALIDNODE MessageText: Node "%1!s!" is not a valid node. This happens when saving fails.

DTS_E_INVALIDOBJECTID

MessageId: DTS_E_INVALIDOBJECTID MessageText: The ID for the layout object is not valid.

DTS_E_INVALIDOBJECTNAME

MessageId: DTS_E_INVALIDOBJECTNAME MessageText: SSIS object name is invalid. More specific errors would have been raised explaining the exact naming problem.

DTS_E_INVALIDORDERCLAUSE

MessageId: DTS_E_INVALIDORDERCLAUSE MessageText: Order clause is not valid.

DTS_E_INVALIDOUTPUTCOUNT

MessageId: DTS_E_INVALIDOUTPUTCOUNT MessageText: A component has an invalid number of outputs.

DTS_E_INVALIDOUTPUTEXCLUSIONGROUP

MessageId: DTS_E_INVALIDOUTPUTEXCLUSIONGROUP MessageText: The %1!s! must be in exclusion group %2!d!. All outputs must be in the specified exclusion group.

DTS_E_INVALIDOUTPUTLINEAGEID

MessageId: DTS_E_INVALIDOUTPUTLINEAGEID MessageText: %1!s! has lineage ID %2!d!, but should have had %3!d!.

DTS_E_INVALIDPARAMETERVALUE

MessageId: DTS_E_INVALIDPARAMETERVALUE MessageText: The parameter value could not be assigned because the data types did not match. The provided value was of type "%1!s!", the expected data type was "%2!s!".

DTS_E_INVALIDPARAMETERVALUETYPE

MessageId: DTS_E_INVALIDPARAMETERVALUETYPE MessageText: The specified data type for parameter value is invalid.

DTS_E_INVALIDPARENTPACKAGEPATH

MessageId: DTS_E_INVALIDPARENTPACKAGEPATH MessageText: GetPackagePath was called on the ForEachEnumerator but there was no ForEachLoop package path specified.

DTS_E_INVALIDPATHTOPACKAGE

MessageId: DTS_E_INVALIDPATHTOPACKAGE MessageText: 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.

DTS_E_INVALIDPRECISION

MessageId: DTS_E_INVALIDPRECISION MessageText: The "%1!s!" has a precision that is not valid. The precision must be between %2!ld! and %3!ld!.

DTS_E_INVALIDPROPERTYMAPPING

MessageId: DTS_E_INVALIDPROPERTYMAPPING MessageText: The property mapping is not valid. The mapping is ignored.

DTS_E_INVALIDPROPERTYMAPPINGSFOUND

MessageId: DTS_E_INVALIDPROPERTYMAPPINGSFOUND MessageText: The package failed to restore at least one property mapping.

DTS_E_INVALIDSCALE

MessageId: DTS_E_INVALIDSCALE MessageText: The "%1!s!" has a scale that is not valid. The scale must be between %2!ld! and %3!ld!.

DTS_E_INVALIDSCHEME

MessageId: DTS_E_INVALIDSCHEME MessageText: The URL %1!s! 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.

DTS_E_INVALIDSERVERNAME

MessageId: DTS_E_INVALIDSERVERNAME MessageText: The server name specified in the URL %1!s! cannot be resolved.

DTS_E_INVALIDSIGNATURE

MessageId: DTS_E_INVALIDSIGNATURE MessageText: The digital signature is not valid. The contents of the package have been modified.

DTS_E_INVALIDSSISSERVERNAME

MessageId: DTS_E_INVALIDSSISSERVERNAME MessageText: Invalid server name "%1!s!". SSIS service does not support multi-instance, use just server name instead of "server name\instance".

DTS_E_INVALIDSTRING

MessageId: DTS_E_INVALIDSTRING MessageText: Invalid characters in string: "%1!s!". This occurs when a string supplied for a property value contains unprintable characters.

DTS_E_INVALIDSTRINGLENGTH

MessageId: DTS_E_INVALIDSTRINGLENGTH MessageText: The "%1!s!" has a length that is not valid. The length must be between %2!ld! and %3!ld!.

DTS_E_INVALIDSYNCHRONOUSINPUT

MessageId: DTS_E_INVALIDSYNCHRONOUSINPUT MessageText: %1!s! has an invalid synchronous input ID %2!d!.

DTS_E_INVALIDTASKMONIKER

MessageId: DTS_E_INVALIDTASKMONIKER MessageText: Cannot create a task from XML for task "%1!s!", type "%2!s!" due to error 0x%3!8.8X! "%4!s!".

DTS_E_INVALIDTASKMONIKERNOPARAM

MessageId: DTS_E_INVALIDTASKMONIKERNOPARAM MessageText: 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.

DTS_E_INVALIDTASKPOINTER

MessageId: DTS_E_INVALIDTASKPOINTER MessageText: The wrappers task pointer is not valid. The wrapper has an invalid pointer to a task.

DTS_E_INVALIDTIMEOUT

MessageId: DTS_E_INVALIDTIMEOUT MessageText: Timeout value is not valid. Timeout should be in the range of %1!d! to %2!d! (in seconds).

DTS_E_INVALIDURL

MessageId: DTS_E_INVALIDURL MessageText: 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.

DTS_E_INVALIDUSAGETYPEFORCUSTOMPROPERTY

MessageId: DTS_E_INVALIDUSAGETYPEFORCUSTOMPROPERTY MessageText: The %1!s! must be read/write to have custom property "%2!s!". The input or output column has the specified custom property, but is not read/write. Remove the property, or make the column read/write.

DTS_E_INVALIDUSESDISPOSITIONSVALUE

MessageId: DTS_E_INVALIDUSESDISPOSITIONSVALUE MessageText: 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.

DTS_E_INVALIDVALUEINARRAY

MessageId: DTS_E_INVALIDVALUEINARRAY MessageText: Invalid value in array.

DTS_E_INVALIDVARIABLEVALUE

MessageId: DTS_E_INVALIDVARIABLEVALUE MessageText: The variable value assignment is not valid. This error happens when the client or a task assigns a runtime object to a variable value.

DTS_E_INVALIDVARVALUE

MessageId: DTS_E_INVALIDVARVALUE MessageText: Assigning invalid value or object to variable "%1!s!". This error happens when a value is not appropriate for variables.

DTS_E_INVALIDVERNUMCANTBENEGATIVE

MessageId: DTS_E_INVALIDVERNUMCANTBENEGATIVE MessageText: The version number in the package is not valid. The version number is negative.

DTS_E_INVALIDVERSIONNUMBER

MessageId: DTS_E_INVALIDVERSIONNUMBER MessageText: The version number in the package is not valid. The version number cannot be greater than current version number.

DTS_E_INVALIDWRAPPEDOBJECT

MessageId: DTS_E_INVALIDWRAPPEDOBJECT MessageText: An error occurred while accessing an internal object. This could indicate a custom extension built for Integration Services 2005 is being used.

DTS_E_JAGGEDEVENTINFO

MessageId: DTS_E_JAGGEDEVENTINFO MessageText: 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.

DTS_E_JOBSTASK_EMPTYSOURCELIST

MessageId: DTS_E_JOBSTASK_EMPTYSOURCELIST MessageText: There are no Jobs to transfer.

DTS_E_JOBSTASK_FAILEDTOTRANSFERJOBS

MessageId: DTS_E_JOBSTASK_FAILEDTOTRANSFERJOBS MessageText: Failed to transfer the Job(s).

DTS_E_JOBSTASK_JOBCANTBEFOUND

MessageId: DTS_E_JOBSTASK_JOBCANTBEFOUND MessageText: The job "%1!s!" can not be found at source server.

DTS_E_JOBSTASK_JOBEXISTSATDEST

MessageId: DTS_E_JOBSTASK_JOBEXISTSATDEST MessageText: The job "%1!s!" already exists at destination server.

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.

DTS_E_LAYOUTCANTSETUSAGETYPE

MessageId: DTS_E_LAYOUTCANTSETUSAGETYPE MessageText: At input "%1!s!" (%2!d!), the virtual input column collection does not contain a virtual input column with lineage ID %3!d!.

DTS_E_LOAD_PERSTFORMAT

MessageId: DTS_E_LOAD_PERSTFORMAT MessageText: Failed to load Data Flow objects. The specified format is not supported.

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.

DTS_E_LOADFROMSQLSERVER

MessageId: DTS_E_LOADFROMSQLSERVER MessageText: LoadFromSQLServer method has failed.

DTS_E_LOADFROMSQLSERVER_OLEDB

MessageId: DTS_E_LOADFROMSQLSERVER_OLEDB MessageText: The LoadFromSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2!s!). The SQL statement that was issued has failed.

DTS_E_LOADFROMXML

MessageId: DTS_E_LOADFROMXML MessageText: 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.

DTS_E_LOADPACKAGEXML

An attempt to load XML failed 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.

DTS_E_LOADPACKAGEXMLFILE

An attempt to load XML from package file "%1" failed 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.

DTS_E_LOADWININET

MessageId: DTS_E_LOADWININET MessageText: The FTP connection manager needs the following DLL to function: %1!s!.

DTS_E_LOBDATATYPENOTSUPPORTED

MessageId: DTS_E_LOBDATATYPENOTSUPPORTED MessageText: The "%1!s!" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.

DTS_E_LOBLENGTHLIMITEXCEEDED

MessageId: DTS_E_LOBLENGTHLIMITEXCEEDED MessageText: Processing of character or binary large object (LOB) data has stopped because the 4-GB limit was reached.

DTS_E_LOCALEIDNOTSET

MessageId: DTS_E_LOCALEIDNOTSET MessageText: The component locale ID has not been set. Flat file adapters need to have the locale ID on the flat file connection manager set.

DTS_E_LOCALENOTINSTALLED

MessageId: DTS_E_LOCALENOTINSTALLED MessageText: The LocaleID %1!ld! is not installed on this system.

DTS_E_LOCKVARIABLEFORREAD

MessageId: DTS_E_LOCKVARIABLEFORREAD MessageText: Failed to lock variable "%1!s!" for read access with error 0x%2!8.8X! "%3!s!".

DTS_E_LOCKVARIABLEFORWRITE

MessageId: DTS_E_LOCKVARIABLEFORWRITE MessageText: Failed to lock variable "%1!s!" for read/write access with error 0x%2!8.8X! "%3!s!".

DTS_E_LOGFAILED

MessageId: DTS_E_LOGFAILED MessageText: 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.

DTS_E_LOGINFAILURE

MessageId: DTS_E_LOGINFAILURE MessageText: The login attempt failed for "%1!s!". This error occurs when the login credentials provided are incorrect. Verify the login credentials.

DTS_E_LOGINSTASK_CANTGETLOGINSNAMELIST

MessageId: DTS_E_LOGINSTASK_CANTGETLOGINSNAMELIST MessageText: Can not get the list of "Logins" from source server.

DTS_E_LOGINSTASK_EMPTYDATABASELIST

MessageId: DTS_E_LOGINSTASK_EMPTYDATABASELIST MessageText: The databases list is empty.

DTS_E_LOGINSTASK_EMPTYLIST

MessageId: DTS_E_LOGINSTASK_EMPTYLIST MessageText: The list of "Logins" to transfer is empty.

DTS_E_LOGINSTASK_ERRORLOGINEXISTS

MessageId: DTS_E_LOGINSTASK_ERRORLOGINEXISTS MessageText: Login "%1!s!" already exists at destination server.

DTS_E_LOGINSTASK_FAILEDTOTRANSFERLOGINS

MessageId: DTS_E_LOGINSTASK_FAILEDTOTRANSFERLOGINS MessageText: Failed to transfer some or all of the logins.

DTS_E_LOGINSTASK_LOGINNOTFOUND

MessageId: DTS_E_LOGINSTASK_LOGINNOTFOUND MessageText: Login "%1!s!" does not exist at source.

DTS_E_LOGPROVIDERFAILED

MessageId: DTS_E_LOGPROVIDERFAILED MessageText: The SSIS logging provider "%1!s!" failed with error code 0x%2!8.8X! (%3!s!). This indicates a logging error attributable to the specified log provider.

DTS_E_LOGPROVIDERVALIDATIONFAILED

MessageId: DTS_E_LOGPROVIDERVALIDATIONFAILED MessageText: Validation of one or more log providers failed. The package cannot execute. The package does not execute when a log provider fails validation.

DTS_E_LOOKUPEMPTYSQLCOMMAND

MessageId: DTS_E_LOOKUPEMPTYSQLCOMMAND MessageText: Select a table or view that contains the reference dataset, or specify a SQL statement to generate the reference dataset

DTS_E_MANAGEDCOMPONENTSTORENOTFOUND

MessageId: DTS_E_MANAGEDCOMPONENTSTORENOTFOUND MessageText: Unable to find the directories containing Tasks and Data Flow Task components. Check the integrity of your installation.

DTS_E_MANAGEDERR_BADFORMATSPECIFICATION

MessageId: DTS_E_MANAGEDERR_BADFORMATSPECIFICATION MessageText: The message string being posted by the managed error infrastructure contains a bad format specification. This is an internal error.

DTS_E_MANAGEDERR_UNSUPPORTEDTYPE

MessageId: DTS_E_MANAGEDERR_UNSUPPORTEDTYPE MessageText: 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.

DTS_E_MAPPINGSETUPERROR

MessageId: DTS_E_MAPPINGSETUPERROR MessageText: There was an error setting up the mapping. %1!s!

DTS_E_MCASTOUTPUTCOLUMNS

MessageId: DTS_E_MCASTOUTPUTCOLUMNS MessageText: Output "%1!s!" (%2!d!) has output columns, but multicast outputs do not declare columns. The package is damaged.

DTS_E_MERGEJOINSORTEDOUTPUTHASNOSORTKEYPOSITIONS

MessageId: DTS_E_MERGEJOINSORTEDOUTPUTHASNOSORTKEYPOSITIONS MessageText: The "%1!s!" 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.

DTS_E_METADATACOLLECTIONNOTUSED

MessageId: DTS_E_METADATACOLLECTIONNOTUSED MessageText: The external metadata collection on "%1!s!" is marked as not used, so no operations can be performed on it.

DTS_E_METADATAMISMATCHWITHINPUTCOLUMN

MessageId: DTS_E_METADATAMISMATCHWITHINPUTCOLUMN MessageText: The "%1!s!" metadata does not match the metadata of the input column.

DTS_E_METADATAMISMATCHWITHOUTPUTCOLUMN

MessageId: DTS_E_METADATAMISMATCHWITHOUTPUTCOLUMN MessageText: The metadata for "%1!s!" does not match the metadata for the associated output column.

DTS_E_METADATAREADONLY

MessageId: DTS_E_METADATAREADONLY MessageText: Metadata cannot be changed during execution.

DTS_E_MGDSRC_ERROR

MessageId: DTS_E_MGDSRC_ERROR MessageText: The error "%1!s!" occurred while processing "%2!s!".

DTS_E_MGDSRC_OVERFLOW

MessageId: DTS_E_MGDSRC_OVERFLOW MessageText: The value was too large to fit in the %1!s!.

DTS_E_MGDSRCSTATIC_OVERFLOW

MessageId: DTS_E_MGDSRCSTATIC_OVERFLOW MessageText: The value was too large to fit in the column.

DTS_E_MISMATCHCOMPONENTCONNECTIONMANAGERLOCALEID

MessageId: DTS_E_MISMATCHCOMPONENTCONNECTIONMANAGERLOCALEID MessageText: Mismatched locale IDs. The component locale ID (%1!d!) does not match the connection manager locale ID (%2!d!).

DTS_E_MISMATCHCONNECTIONMANAGERCOLUMN

MessageId: DTS_E_MISMATCHCONNECTIONMANAGERCOLUMN MessageText: The column "%1!s!" 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.

DTS_E_MISMATCHPARAMETERVALUE

MessageId: DTS_E_MISMATCHPARAMETERVALUE MessageText: The value of parameter "%1!s!" could not be assigned because the data types do not match. The provided value was of type "%2!s!", the expected data type was "%3!s!".

DTS_E_MISSINGCUSTOMPROPERTY

MessageId: DTS_E_MISSINGCUSTOMPROPERTY MessageText: The "%1!s!" is missing the required property "%2!s!". The object is required to have the specified custom property.

DTS_E_MISSINGOBJECTDATA

MessageId: DTS_E_MISSINGOBJECTDATA MessageText: 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.

DTS_E_MISSINGSQLCOMMAND

MessageId: DTS_E_MISSINGSQLCOMMAND MessageText: The SQL command has not been set correctly. Check SQLCommand property.

DTS_E_MORETHANONEERROROUTPUTFOUND

MessageId: DTS_E_MORETHANONEERROROUTPUTFOUND MessageText: More than one error output was found on the component, and there can be only one.

DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_DISPLAY_NAME

MessageId: DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_DISPLAY_NAME MessageText: An error occurred while retrieving the display name of the certificate.

DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_FRIENDLY_NAME

MessageId: DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_FRIENDLY_NAME MessageText: An error occurred while retrieving the friendly name of the certificate.

DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_ISSUER_NAME

MessageId: DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_ISSUER_NAME MessageText: An error occurred while retrieving the issuer name of the certificate.

DTS_E_MSGQTASKUTIL_CERT_OPEN_STORE_FAILED

MessageId: DTS_E_MSGQTASKUTIL_CERT_OPEN_STORE_FAILED MessageText: Opening the certificate store failed.

DTS_E_MSMQTASK_CONNECTIONTYPENOTMSMQ

MessageId: DTS_E_MSMQTASK_CONNECTIONTYPENOTMSMQ MessageText: Connection "%1!s!" is not of type MSMQ.

DTS_E_MSMQTASK_CONNMNGRDOESNOTEXIST

MessageId: DTS_E_MSMQTASK_CONNMNGRDOESNOTEXIST MessageText: The connection manager "%1!s!" does not exist.

DTS_E_MSMQTASK_CONNMNGRNULL

MessageId: DTS_E_MSMQTASK_CONNMNGRNULL MessageText: The connection manager "%1!s!" is empty.

DTS_E_MSMQTASK_DATA_FILE_NAME_EMPTY

MessageId: DTS_E_MSMQTASK_DATA_FILE_NAME_EMPTY MessageText: Data file name is empty.

DTS_E_MSMQTASK_DATA_FILE_SAVE_FAILED

MessageId: DTS_E_MSMQTASK_DATA_FILE_SAVE_FAILED MessageText: Saving the data file failed.

DTS_E_MSMQTASK_DATA_FILE_SAVE_NAME_EMPTY

MessageId: DTS_E_MSMQTASK_DATA_FILE_SAVE_NAME_EMPTY MessageText: The name specified for the data file to save is empty.

DTS_E_MSMQTASK_DATA_FILE_SIZE_ERROR

MessageId: DTS_E_MSMQTASK_DATA_FILE_SIZE_ERROR MessageText: File size should be less than 4 MB.

DTS_E_MSMQTASK_DATAFILE_ALREADY_EXISTS

MessageId: DTS_E_MSMQTASK_DATAFILE_ALREADY_EXISTS MessageText: The data file "%1!s!" already exists at the specified location. Cannot overwrite the file as the Overwrite option is set to false.

DTS_E_MSMQTASK_FIPS1402COMPLIANCE

MessageId: DTS_E_MSMQTASK_FIPS1402COMPLIANCE MessageText: The operation requested is not allowed in systems compliant with U.S. FIPS 140-2.

DTS_E_MSMQTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

MessageId: DTS_E_MSMQTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT MessageText: Task was initialized with the wrong XML element.

DTS_E_MSMQTASK_INVALID_ENCRYPTION_ALGO_WRAPPER

MessageId: DTS_E_MSMQTASK_INVALID_ENCRYPTION_ALGO_WRAPPER MessageText: You are trying to set the value of Encryption Algorithm with an invalid object.

DTS_E_MSMQTASK_INVALID_MESSAGE_TYPE

MessageId: DTS_E_MSMQTASK_INVALID_MESSAGE_TYPE MessageText: The message type is not valid.

DTS_E_MSMQTASK_INVALID_PROPERTY_VALUE

MessageId: DTS_E_MSMQTASK_INVALID_PROPERTY_VALUE MessageText: The property specified is not valid. Verify that the argument type is correct.

DTS_E_MSMQTASK_INVALID_QUEUE_PATH

MessageId: DTS_E_MSMQTASK_INVALID_QUEUE_PATH MessageText: Queue path is not valid.

DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED

MessageId: DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED MessageText: Message is not authenticated.

DTS_E_MSMQTASK_NO_CONNECTION

MessageId: DTS_E_MSMQTASK_NO_CONNECTION MessageText: The MSMQ connection name is not set.

DTS_E_MSMQTASK_NOT_TRANSACTIONAL

MessageId: DTS_E_MSMQTASK_NOT_TRANSACTIONAL MessageText: The message queue task does not support enlisting in distributed transactions.

DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY

MessageId: DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY MessageText: Variable to receive variable message is empty.

DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING

MessageId: DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING MessageText: String filter value is empty.

DTS_E_MSMQTASK_STRING_MSG_TO_VARIABLE_NOT_FOUND

MessageId: DTS_E_MSMQTASK_STRING_MSG_TO_VARIABLE_NOT_FOUND MessageText: The specified variable "%1!s!" to receive string message is not found in the package variable collection.

DTS_E_MSMQTASK_TASK_TIMEOUT

MessageId: DTS_E_MSMQTASK_TASK_TIMEOUT MessageText: The message queue timed out. No message has been received.

DTS_E_MSMQTASK_VARIABLE_TO_RECEIVE_STRING_MSG_EMPTY

MessageId: DTS_E_MSMQTASK_VARIABLE_TO_RECEIVE_STRING_MSG_EMPTY MessageText: The variable to receive string message is empty.

DTS_E_MULTICACHECOLMAPPINGS

MessageId: DTS_E_MULTICACHECOLMAPPINGS MessageText: The cache column, "%1!s!", is mapped to more than one column. Remove the duplicate column mappings.

DTS_E_MULTIPLECACHEWRITES

MessageId: DTS_E_MULTIPLECACHEWRITES MessageText: The %1!s! cannot write to the cache because %2!s! has already written to it.

DTS_E_MULTIPLEFILESONRETAINEDCONNECTION

MessageId: DTS_E_MULTIPLEFILESONRETAINEDCONNECTION MessageText: 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.

DTS_E_MULTIPLYMAPPEDOUTCOL

MessageId: DTS_E_MULTIPLYMAPPEDOUTCOL MessageText: The %1!s! is mapped to an output column that already has a mapping on this input.

DTS_E_MUTEXOWNBYDIFFUSER

MessageId: DTS_E_MUTEXOWNBYDIFFUSER MessageText: Mutex "%1!s!" already exists and is owned by another user.

DTS_E_NAMEALREADYADDED

MessageId: DTS_E_NAMEALREADYADDED MessageText: 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.

DTS_E_NAMEALREADYEXISTS

MessageId: DTS_E_NAMEALREADYEXISTS MessageText: The object name cannot be changed from "%1!s!" to "%2!s!" because another object in the collection already uses that name. Use a different name to resolve this error.

DTS_E_NEGATIVEINDEXNOTALLOWED

MessageId: DTS_E_NEGATIVEINDEXNOTALLOWED MessageText: Indexes cannot be negative. This error occurs when a negative value is used as an index to a collection.

DTS_E_NEGATIVESNOTALLOWED

MessageId: DTS_E_NEGATIVESNOTALLOWED MessageText: The %1!s! can't be assigned a negative value.

DTS_E_NEGATIVEVALUESNOTALLOWED

MessageId: DTS_E_NEGATIVEVALUESNOTALLOWED MessageText: 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.

DTS_E_NEGATIVEVERSION

MessageId: DTS_E_NEGATIVEVERSION MessageText: 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.

DTS_E_NOBUFFERTYPEONSYNCOUTPUT

MessageId: DTS_E_NOBUFFERTYPEONSYNCOUTPUT MessageText: The %1!s! is a synchronous output and the buffer type cannot be retrieved for a synchronous output.

DTS_E_NOCANCELEVENT

MessageId: DTS_E_NOCANCELEVENT MessageText: The runtime cannot provide a cancel event because of error 0x%1!8.8X!.

DTS_E_NOCOLUMNADVANCETHROUGHFILE

MessageId: DTS_E_NOCOLUMNADVANCETHROUGHFILE MessageText: No column was specified to allow the component to advance through the file.

DTS_E_NOCOMPONENTATTACHED

MessageId: DTS_E_NOCOMPONENTATTACHED MessageText: The %1!s! is not attached to a component. It is required that a component be attached.

DTS_E_NOCONTAININGTYPELIB

MessageId: DTS_E_NOCONTAININGTYPELIB MessageText: 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.

DTS_E_NOCUSTOMPROPCOL

MessageId: DTS_E_NOCUSTOMPROPCOL MessageText: Failed to get custom property collection for Data Flow components.

DTS_E_NODATATABLEMATCHROWID

MessageId: DTS_E_NODATATABLEMATCHROWID MessageText: The %1!s! contains a RowsetID with a value of %2!s! that does not reference a data table in the schema.

DTS_E_NODELISTENUM_INVALIDCONNMGRTYPE

MessageId: DTS_E_NODELISTENUM_INVALIDCONNMGRTYPE MessageText: Connection manager "%1!s!" is not of type "%2!s!"

DTS_E_NODELISTENUM_INVALIDDATANODE

MessageId: DTS_E_NODELISTENUM_INVALIDDATANODE MessageText: Invalid data node in the nodelist enumerator section

DTS_E_NODELISTENUM_NOENUMERATORCREATED

MessageId: DTS_E_NODELISTENUM_NOENUMERATORCREATED MessageText: No enumerator can be created

DTS_E_NODELISTENUM_XPATHISEMPTY

MessageId: DTS_E_NODELISTENUM_XPATHISEMPTY MessageText: "%1!s!" is empty

DTS_E_NODENOTFOUND

MessageId: DTS_E_NODENOTFOUND MessageText: The "%1!s!" 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.

DTS_E_NODISPATCH

MessageId: DTS_E_NODISPATCH MessageText: 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.

DTS_E_NOERRORDESCFORCOMPONENT

MessageId: DTS_E_NOERRORDESCFORCOMPONENT MessageText: The component does not supply error code descriptions.

DTS_E_NOEVALEXPRESSION

MessageId: DTS_E_NOEVALEXPRESSION MessageText: The evaluation condition expression on the For Loop "%1!s!" is empty. There must be a Boolean evaluation expression in the For Loop.

DTS_E_NOINPUTSOROUTPUTS

MessageId: DTS_E_NOINPUTSOROUTPUTS MessageText: A component does not have any inputs or outputs.

DTS_E_NOKEYCOLS

MessageId: DTS_E_NOKEYCOLS MessageText: No key columns are found. The %1!s! must have at least one column with a SortKeyPosition that is non-zero.

DTS_E_NOMOREBUFFERTYPES

MessageId: DTS_E_NOMOREBUFFERTYPES MessageText: 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.

DTS_E_NOMOREIDS

MessageId: DTS_E_NOMOREIDS MessageText: The maximum ID has been reached. There are no more IDs available to assign to objects.

DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS

MessageId: DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS MessageText: The IsSorted property for "%1!s!" is false, but %2!lu! of its output columns' SortKeyPositions are non-zero.

DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO

MessageId: DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO MessageText: The comparison flags for "%1!s!" must be zero because its type is not a string type. ComparisonFlags can only be non-zero for string type columns.

DTS_E_NOOUTPUTCOLUMNFORINPUTCOLUMN

MessageId: DTS_E_NOOUTPUTCOLUMNFORINPUTCOLUMN MessageText: There is no output column associated with input column "%1!s!" (%2!d!).

DTS_E_NOOUTPUTCOLUMNS

MessageId: DTS_E_NOOUTPUTCOLUMNS MessageText: "%1!s!" contains no output columns. An asynchronous output must contain output columns.

DTS_E_NOROWSETRETURNED

MessageId: DTS_E_NOROWSETRETURNED MessageText: No result rowset is associated with the execution of this query. The result is not correctly specified.

DTS_E_NOSCHEMAINFOFOUND

MessageId: DTS_E_NOSCHEMAINFOFOUND MessageText: No column information was returned by the SQL command.

DTS_E_NOSQLPROFILERDLL

MessageId: DTS_E_NOSQLPROFILERDLL MessageText: The log provider for SQL Server Profiler was unable to load pfclnt.dll. Please check that SQL Server Profiler is installed.

DTS_E_NOTDISPENSED

MessageId: DTS_E_NOTDISPENSED MessageText: The Variables collection has not been returned from the VariableDispenser. An operation was attempted that is only allowed on dispensed collections.

DTS_E_NOTENOUGHPARAMETERSPROVIDED

MessageId: DTS_E_NOTENOUGHPARAMETERSPROVIDED MessageText: The SQL command requires %1!d! parameters, but the parameter mapping only has %2!d! parameters.

DTS_E_NOTEXECUTING

MessageId: DTS_E_NOTEXECUTING MessageText: 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.

DTS_E_NOTINITIALIZED

MessageId: DTS_E_NOTINITIALIZED MessageText: 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.

DTS_E_NOTSUSPENDED

MessageId: DTS_E_NOTSUSPENDED MessageText: Resume call failed because the package is not suspended. This occurs when the client calls resume, but the package is not suspended.

DTS_E_NTEXTDATATYPENOTSUPPORTEDWITHANSIFILES

MessageId: DTS_E_NTEXTDATATYPENOTSUPPORTEDWITHANSIFILES MessageText: The data type for "%1!s!" 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.

DTS_E_OBJECTIDLOOKUPFAILED

MessageId: DTS_E_OBJECTIDLOOKUPFAILED MessageText: Unable to locate an object with ID %1!d! because of the error code 0x%2!8.8X!.

DTS_E_OBJECTIDNOTFOUND

MessageId: DTS_E_OBJECTIDNOTFOUND MessageText: No object exists with the ID %1!d!.

DTS_E_OBJECTLINEAGEIDNOTFOUND

MessageId: DTS_E_OBJECTLINEAGEIDNOTFOUND MessageText: No object exists with a lineage ID of %1!d!.

DTS_E_OBJECTNOTINFOREACHLOOP

MessageId: DTS_E_OBJECTNOTINFOREACHLOOP MessageText: Failure when adding an object to a ForEachPropertyMapping that is not a direct child of the ForEachLoop container.

DTS_E_OBJECTNOTINHASHTABLE

MessageId: DTS_E_OBJECTNOTINHASHTABLE MessageText: The object is not in the hash table.

DTS_E_ODBCDESTINATIONADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_ODBCDESTINATIONADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the driver.

DTS_E_ODBCDESTINATIONADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_ODBCDESTINATIONADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the driver was unsigned.

DTS_E_ODBCDESTINATIONADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_ODBCDESTINATIONADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_ODBCERROR

MessageId: DTS_E_ODBCERROR MessageText: An ODBC error %1!d! has occurred.

DTS_E_ODBCERRORCONNECT

MessageId: DTS_E_ODBCERRORCONNECT MessageText: There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server.

DTS_E_ODBCERRORDBC

MessageId: DTS_E_ODBCERRORDBC MessageText: There was an error creating an Open Database Connectivity (ODBC) database connection.

DTS_E_ODBCERRORENV

MessageId: DTS_E_ODBCERRORENV MessageText: There was an error creating an Open Database Connectivity (ODBC) environment.

DTS_E_ODBCSOURCEADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_ODBCSOURCEADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the driver.

DTS_E_ODBCSOURCEADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_ODBCSOURCEADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the driver was unsigned.

DTS_E_ODBCSOURCEADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_ODBCSOURCEADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_ODBCTRANSACTIONENLIST

MessageId: DTS_E_ODBCTRANSACTIONENLIST MessageText: There was an error trying enlist an ODBC connection in a transaction. The SQLSetConnectAttr failed to set the SQL_ATTR_ENLIST_IN_DTC attribute.

DTS_E_OLEDB_ACENOTFOUND

MessageId: DTS_E_OLEDB_ACENOTFOUND MessageText: The 'Microsoft.ACE.OLEDB.12.0' provider is not registered on the local machine. For more information, see http://go.microsoft.com/fwlink/?LinkId=219816

DTS_E_OLEDB_CREATEACCESSOR

MessageId: DTS_E_OLEDB_CREATEACCESSOR MessageText: An error occurred while setting up a binding for the "%1!s!" column. The binding status was "%2!s!".

DTS_E_OLEDB_CREATEACCESSOR_UNSUPPORTEDCONVERSION

The conversion is not supported in creating an OLE DB accessor.

DTS_E_OLEDB_EXCEL_NOT_SUPPORTED

MessageId: DTS_E_OLEDB_EXCEL_NOT_SUPPORTED MessageText: 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.

DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR

MessageId: DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR MessageText: The requested OLE DB provider %2!s! is not registered. If the 64-bit driver is not installed, run the package in 32-bit mode. Error code: 0x%1!8.8X!.

DTS_E_OLEDB_NOPROVIDER_ERROR

MessageId: DTS_E_OLEDB_NOPROVIDER_ERROR MessageText: The requested OLE DB provider %2!s! is not registered. If the 32-bit driver is not installed, run the package in 64-bit mode. Error code: 0x%1!8.8X!.

DTS_E_OLEDB_OLDPROVIDER_ERROR

MessageId: DTS_E_OLEDB_OLDPROVIDER_ERROR MessageText: Consider changing the PROVIDER in the connection string to %1!s! or visit http://www.microsoft.com/downloads to find and install support for %2!s!.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE MessageText: The data value cannot be converted for reasons other than sign mismatch or data overflow.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the provider.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION MessageText: The data value violates integrity constraints.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_PERMISSIONDENIED

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_PERMISSIONDENIED MessageText: The user did not have the correct permissions to write to the column.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION MessageText: The data value violated the schema constraint.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the provider was unsigned.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_TRUNCATED

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_TRUNCATED MessageText: The data was truncated.

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_OLEDBDESTINATIONADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_OLEDBERROR

MessageId: DTS_E_OLEDBERROR MessageText: SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: 0x%1!8.8X!.

DTS_E_OLEDBPROVIDERDATATYPECONVERSIONUNSUPPORTED

MessageId: DTS_E_OLEDBPROVIDERDATATYPECONVERSIONUNSUPPORTED MessageText: The OLE DB provider used by the OLE DB adapter cannot convert between types "%1!s!" and "%2!s!" for "%3!s!".

DTS_E_OLEDBRECORD

MessageId: DTS_E_OLEDBRECORD MessageText: An OLE DB record is available. Source: "%1!s!" Hresult: 0x%2!8.8X! Description: "%3!s!".

DTS_E_OLEDBSOURCEADAPTERSTATIC_CANTCONVERTVALUE

MessageId: DTS_E_OLEDBSOURCEADAPTERSTATIC_CANTCONVERTVALUE MessageText: The data value cannot be converted for reasons other than sign mismatch or data overflow.

DTS_E_OLEDBSOURCEADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_OLEDBSOURCEADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the provider.

DTS_E_OLEDBSOURCEADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_OLEDBSOURCEADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the provider was unsigned.

DTS_E_OLEDBSOURCEADAPTERSTATIC_TRUNCATED

MessageId: DTS_E_OLEDBSOURCEADAPTERSTATIC_TRUNCATED MessageText: The data was truncated.

DTS_E_OLEDBSOURCEADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_OLEDBSOURCEADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_OLEDBTRANSACTIONENLIST

MessageId: DTS_E_OLEDBTRANSACTIONENLIST MessageText: The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x%1!8.8X! "%2!s!".

DTS_E_OPENCERTSTORE

MessageId: DTS_E_OPENCERTSTORE MessageText: Error opening certificate store.

DTS_E_OPENCHECKPOINTFILE

MessageId: DTS_E_OPENCHECKPOINTFILE MessageText: Checkpoint file "%1!s!" failed to open due to error 0x%2!8.8X! "%3!s!".

DTS_E_OPENFILE

An attempt to open package file failed. 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.

DTS_E_OPENLOGFAILED

MessageId: DTS_E_OPENLOGFAILED MessageText: The SSIS logging provider has failed to open the log. Error code: 0x%1!8.8X!.

DTS_E_OPENPACKAGEFILE

An attempt to open package file "%1" failed 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.

DTS_E_OPERATIONFAILCACHEINUSE

MessageId: DTS_E_OPERATIONFAILCACHEINUSE MessageText: The operation failed because the cache is in use.

DTS_E_ORACLEDESTINATIONADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_ORACLEDESTINATIONADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the driver.

DTS_E_ORACLEDESTINATIONADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_ORACLEDESTINATIONADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the driver was unsigned.

DTS_E_ORACLEDESTINATIONADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_ORACLEDESTINATIONADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_ORACLEERROR

MessageId: DTS_E_ORACLEERROR MessageText: Conversion failed because the data value overflowed the type used by the driver.

DTS_E_ORACLESOURCEADAPTERSTATIC_DATAOVERFLOW

MessageId: DTS_E_ORACLESOURCEADAPTERSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the driver.

DTS_E_ORACLESOURCEADAPTERSTATIC_SIGNMISMATCH

MessageId: DTS_E_ORACLESOURCEADAPTERSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the driver was unsigned.

DTS_E_ORACLESOURCEADAPTERSTATIC_UNAVAILABLE

MessageId: DTS_E_ORACLESOURCEADAPTERSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_OUTPUTCOLUMNHASNOERRORCOLUMN

MessageId: DTS_E_OUTPUTCOLUMNHASNOERRORCOLUMN MessageText: The %1!s! on the non-error output has no corresponding output column on the error output.

DTS_E_OUTPUTCOLUMNNAMECONFLICT

MessageId: DTS_E_OUTPUTCOLUMNNAMECONFLICT MessageText: Column name "%1!s!" on output "%2!s!" cannot be used because it conflicts with a column of the same name on synchronous input "%3!s!".

DTS_E_OUTPUTCOLUMNNOTININPUT

MessageId: DTS_E_OUTPUTCOLUMNNOTININPUT MessageText: Output column "%1!s!" (%2!d!) references input column with lineage ID %3!d!, but no input could be found with that lineage ID.

DTS_E_OUTPUTNOTUSED

MessageId: DTS_E_OUTPUTNOTUSED MessageText: The output with ID %1!d! of Aggregate component is not used by any component. Please either remove it or associate it with an input of some component.

DTS_E_OUTPUTREDIRECTINTRANSACTIONNOTALLOWED

MessageId: DTS_E_OUTPUTREDIRECTINTRANSACTIONNOTALLOWED MessageText: The %1!s! cannot be set to redirect on error using a connection in a transaction.

DTS_E_OUTPUTWITHMULTIPLEERRORS

MessageId: DTS_E_OUTPUTWITHMULTIPLEERRORS MessageText: Output ID %1!d! was given multiple error output configurations. First %2!d! and %3!d!, then %4!d! and %5!d!.

DTS_E_PACKAGE_OWNEDBYPROJECT

MessageId: DTS_E_PACKAGE_OWNEDBYPROJECT MessageText: The package already belongs to a project.

DTS_E_PACKAGE_PASSWORD_INCONSISTENT

MessageId: DTS_E_PACKAGE_PASSWORD_INCONSISTENT MessageText: You must use the same password for the project and the packages within the project.

DTS_E_PACKAGE_PROTECTIONLEVEL_INCONSISTENT

MessageId: DTS_E_PACKAGE_PROTECTIONLEVEL_INCONSISTENT MessageText: You must use the same protection level for the project and the packages within the project.

DTS_E_PACKAGEDESCRIPTIONTOOLONG

MessageId: DTS_E_PACKAGEDESCRIPTIONTOOLONG MessageText: Package description is too long. The limit is 1024 characters. Shorten the package description.

DTS_E_PACKAGELOADFAILED

MessageId: DTS_E_PACKAGELOADFAILED MessageText: The package failed to load due to error 0x%1!8.8X! "%2!s!". This occurs when CPackage::LoadFromXML fails.

DTS_E_PACKAGEMIGRATED

MessageId: DTS_E_PACKAGEMIGRATED MessageText: 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.

DTS_E_PACKAGEMIGRATIONFAILED

MessageId: DTS_E_PACKAGEMIGRATIONFAILED MessageText: Package migration from version %1!d! to version %2!d! failed with error 0x%3!8.8X! "%4!s!".

DTS_E_PACKAGEMIGRATIONMODULE

MessageId: DTS_E_PACKAGEMIGRATIONMODULE MessageText: Package migration module has failed.

DTS_E_PACKAGEMIGRATIONMODULELOAD

MessageId: DTS_E_PACKAGEMIGRATIONMODULELOAD MessageText: Package migration module has failed to load.

DTS_E_PACKAGENAMETOOLONG

MessageId: DTS_E_PACKAGENAMETOOLONG MessageText: Package name is too long. The limit is 128 characters. Shorten the package name.

DTS_E_PACKAGENOTFOUND

MessageId: DTS_E_PACKAGENOTFOUND MessageText: The specified package could not be loaded from the SQL Server database.

DTS_E_PACKAGEOBJECTNOTENVELOPED

MessageId: DTS_E_PACKAGEOBJECTNOTENVELOPED MessageText: Failed to find package object in signed XML envelope with error 0x%1!8.8X! "%2!s!". This occurs when signed XML does not contain a SSIS package, as expected.

DTS_E_PACKAGEPASSWORD

MessageId: DTS_E_PACKAGEPASSWORD MessageText: The package is encrypted with a password. The password was not specified, or is not correct.

DTS_E_PACKAGEPASSWORDEMPTY

MessageId: DTS_E_PACKAGEPASSWORDEMPTY MessageText: The protection level of the package requires a password, but PackagePassword property is empty.

DTS_E_PACKAGEPROTECT

MessageId: DTS_E_PACKAGEPROTECT MessageText: Failed to apply package protection with error 0x%1!8.8X! "%2!s!". This error occurs when saving to Xml.

DTS_E_PACKAGEREMOVEFAILED

MessageId: DTS_E_PACKAGEREMOVEFAILED MessageText: An error was encountered when trying to remove the package "%1!s!" from SQL Server.

DTS_E_PACKAGEUNPROTECT

MessageId: DTS_E_PACKAGEUNPROTECT MessageText: Failed to remove package protection with error 0x%1!8.8X! "%2!s!". This occurs in the CPackage::LoadFromXML method.

DTS_E_PACKAGEUPDATEDISABLED

MessageId: DTS_E_PACKAGEUPDATEDISABLED MessageText: The package has an older format version, but automatic package format upgrading is disabled.

DTS_E_PACKAGEUPGRADEFAILED

MessageId: DTS_E_PACKAGEUPGRADEFAILED MessageText: The package upgrade has failed.

DTS_E_PACKAGEVERIFICATIONFAILED

MessageId: DTS_E_PACKAGEVERIFICATIONFAILED MessageText: The cryptographic signature of the package failed verification due to error 0x%1!8.8X! "%2!s!". This occurs when the signature verification operation fails.

DTS_E_PARAMETERNOTFOUNDINCOLL

MessageId: DTS_E_PARAMETERNOTFOUNDINCOLL MessageText: The parameter "%1!s!" cannot be found. This error occurs when an attempt to retrieve a parameter from a parameters collection and the parameter is not there.

DTS_E_PARAMETERNOTFOUNDINMAPPING

MessageId: DTS_E_PARAMETERNOTFOUNDINMAPPING MessageText: The SQL command requires a parameter named "%1!s!", which is not found in the parameter mapping.

DTS_E_PARAMETERVALUEUNAVAILABLE

MessageId: DTS_E_PARAMETERVALUEUNAVAILABLE MessageText: Failed to retrieve the parameter value as no value has been specified for the parameter.

DTS_E_PARAMETERVARIABLE_READONLY

MessageId: DTS_E_PARAMETERVARIABLE_READONLY MessageText: Changing the %1!s! of a variable failed because it is a parameter variable. Parameter variables are read-only.

DTS_E_PATHUNKNOWN

MessageId: DTS_E_PATHUNKNOWN MessageText: Cannot retrieve path to object. This is a system error.

DTS_E_PERSISTENCEERROR

MessageId: DTS_E_PERSISTENCEERROR MessageText: Error loading value "%1!s!" from node "%2!s!".

DTS_E_PIPELINE_LOAD

MessageId: DTS_E_PIPELINE_LOAD MessageText: Failed to load Data Flow objects

DTS_E_PIPELINE_SAVE

MessageId: DTS_E_PIPELINE_SAVE MessageText: Failed to save Data Flow objects.

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.

DTS_E_PMFAILALERTREMOVE

MessageId: DTS_E_PMFAILALERTREMOVE MessageText: Failure when alerting property mappings that a target is being removed.

DTS_E_PMINVALIDPROPMAPTARGET

MessageId: DTS_E_PMINVALIDPROPMAPTARGET MessageText: Attempted to set property mapping to target unsupported object type. This error occurs when passing an unsupported object type to a property mapping.

DTS_E_PMNODESTPROPERTY

MessageId: DTS_E_PMNODESTPROPERTY MessageText: The destination property for the property map is empty. Set the destination property name.

DTS_E_PMPROPERTYINVALID

MessageId: DTS_E_PMPROPERTYINVALID MessageText: A destination property was specified on a property mapping that is invalid. This occurs when a property is specified on a destination object that in not found on that object.

DTS_E_PMVARPROPTYPESDIFFERENT

MessageId: DTS_E_PMVARPROPTYPESDIFFERENT MessageText: 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.

DTS_E_PRECEDENCECONSTRAINT

MessageId: DTS_E_PRECEDENCECONSTRAINT MessageText: There was an error in the precedence constraint between "%1!s!" and "%2!s!".

DTS_E_PREPARETREENODEFAILED

MessageId: DTS_E_PREPARETREENODEFAILED MessageText: The Data Flow task failed to prepare buffers for the execution tree node beginning at output "%1!s!" (%2!d!).

DTS_E_PRIMEOUTPUTCALLEDWITHINVALIDOUTPUTID

MessageId: DTS_E_PRIMEOUTPUTCALLEDWITHINVALIDOUTPUTID MessageText: PrimeOutput was called with an invalid output ID of %1!d!.

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.

DTS_E_PRIMEOUTPUTNOEOR

MessageId: DTS_E_PRIMEOUTPUTNOEOR MessageText: The PrimeOutput method on "%1!s!" returned success, but did not report an end of the rowset. 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.

DTS_E_PROBLEMDETECTINGTYPECOMPATIBILITY

MessageId: DTS_E_PROBLEMDETECTINGTYPECOMPATIBILITY MessageText: The error code 0x%1!8.8X! was returned when validating type conversion from %2!s! to %3!s!.

DTS_E_PROCESSINPUTCALLEDWITHINVALIDINPUTID

MessageId: DTS_E_PROCESSINPUTCALLEDWITHINVALIDINPUTID MessageText: ProcessInput was called with an invalid input ID of %1!d!.

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.

DTS_E_PRODUCTLEVELTOLOW

MessageId: DTS_E_PRODUCTLEVELTOLOW MessageText: The %1!s! cannot run on the installed edition of Integration Services. It requires %2!s! or higher.

DTS_E_PROJECTSAVEFAILED_INCONSISTENT

MessageId: DTS_E_PROJECTSAVEFAILED_INCONSISTENT MessageText: The project cannot be saved because it does not pass consistency check. Use the Events object to get more detailed errors from consistency check.

DTS_E_PROPERTIESCOLLECTIONREADONLY

MessageId: DTS_E_PROPERTIESCOLLECTIONREADONLY MessageText: Properties collection cannot be modified.

DTS_E_PROPERTYCANNOTBEMODIFIED

MessageId: DTS_E_PROPERTYCANNOTBEMODIFIED MessageText: The property cannot be modified.

DTS_E_PROPERTYEXPRESSIONEVAL

MessageId: DTS_E_PROPERTYEXPRESSIONEVAL MessageText: The expression "%1!s!" on property "%2!s!" cannot be evaluated. Modify the expression to be valid.

DTS_E_PROPERTYEXPRESSIONSDISABLEDONVARIABLES

MessageId: DTS_E_PROPERTYEXPRESSIONSDISABLEDONVARIABLES MessageText: The Expression property is not supported on Variable objects. Use the EvaluateAsExpression property instead.

DTS_E_PROPERTYEXPRESSIONSET

MessageId: DTS_E_PROPERTYEXPRESSIONSET MessageText: The result of the expression "%1!s!" on property "%2!s!" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

DTS_E_PROPERTYISEMPTY

MessageId: DTS_E_PROPERTYISEMPTY MessageText: The property "%1!s!" is empty. The property cannot be empty.

DTS_E_PROPERTYNOTSUPPORTED

MessageId: DTS_E_PROPERTYNOTSUPPORTED MessageText: The property "%1!s!" cannot be set on "%2!s!". The property being set is not supported on the specified object. Check the property name, case, and spelling.

DTS_E_PROPERTYREADONLY

MessageId: DTS_E_PROPERTYREADONLY MessageText: The property "%1!s!" is read only. This occurs when a change to a read-only property is attempted.

DTS_E_PROPERTYWRITEONLY

MessageId: DTS_E_PROPERTYWRITEONLY MessageText: The property "%1!s!" 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.

DTS_E_PROPVALUEIGNORED

MessageId: DTS_E_PROPVALUEIGNORED MessageText: The "%1!s!" 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.

DTS_E_PROXYAUTH

MessageId: DTS_E_PROXYAUTH MessageText: Proxy authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect.

DTS_E_QUEUEWORKITEMFAILED

MessageId: DTS_E_QUEUEWORKITEMFAILED MessageText: The Sort transformation cannot queue a work item to its thread pool. There is not enough memory available.

DTS_E_RAWBADHEADER

MessageId: DTS_E_RAWBADHEADER MessageText: Encountered bad metadata in file header. The file is damaged or not a SSIS-produced raw data file.

DTS_E_RAWBADVERSION

MessageId: DTS_E_RAWBADVERSION MessageText: The file had bad version and flags information. The file is damaged or not a SSIS-produced raw data file.

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.

DTS_E_RAWCANTAPPENDTRUNCATE

MessageId: DTS_E_RAWCANTAPPENDTRUNCATE MessageText: 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.

DTS_E_RAWCANTREAD

MessageId: DTS_E_RAWCANTREAD MessageText: Cannot read %1!d! bytes from file "%2!s!". The cause of the failure should have been previously reported.

DTS_E_RAWCANTWRITE

MessageId: DTS_E_RAWCANTWRITE MessageText: Cannot write %1!d! bytes to file "%2!s!". See previous error messages for details.

DTS_E_RAWDESTBLOBDATATYPE

MessageId: DTS_E_RAWDESTBLOBDATATYPE MessageText: The %1!s! has an invalid data type. Columns with data types DT_IMAGE, DT_TEXT and DT_NTEXT cannot be written to raw files.

DTS_E_RAWDESTMAPPEDINPUTCOLUMN

MessageId: DTS_E_RAWDESTMAPPEDINPUTCOLUMN MessageText: The %1!s! 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.

DTS_E_RAWDESTNOINPUTCOLUMNS

MessageId: DTS_E_RAWDESTNOINPUTCOLUMNS MessageText: There is no selected column to be written to the file.

DTS_E_RAWDESTWRONGEXTERNALMETADATAUSAGE

MessageId: DTS_E_RAWDESTWRONGEXTERNALMETADATAUSAGE MessageText: 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.

DTS_E_RAWEXISTSCREATEONCE

MessageId: DTS_E_RAWEXISTSCREATEONCE MessageText: 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.

DTS_E_RAWFILECANTBUFFER

MessageId: DTS_E_RAWFILECANTBUFFER MessageText: 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.

DTS_E_RAWFILECANTOPEN

MessageId: DTS_E_RAWFILECANTOPEN MessageText: File "%1!s!" cannot be opened for writing. Error may occur when there are no file privileges or the disk is full.

DTS_E_RAWFILECANTOPENFORMETADATA

MessageId: DTS_E_RAWFILECANTOPENFORMETADATA MessageText: 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.

DTS_E_RAWFILECANTOPENREAD

MessageId: DTS_E_RAWFILECANTOPENREAD MessageText: File "%1!s!" 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.

DTS_E_RAWFILENAMEINVALID

MessageId: DTS_E_RAWFILENAMEINVALID MessageText: The file name property is not valid. The file name is a device or contains invalid characters.

DTS_E_RAWFILENAMEREQUIRED

MessageId: DTS_E_RAWFILENAMEREQUIRED MessageText: 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.

DTS_E_RAWINVALIDACCESSMODE

MessageId: DTS_E_RAWINVALIDACCESSMODE MessageText: The value %1!d! is not recognized as a valid access mode.

DTS_E_RAWMETADATACOUNTMISMATCH

MessageId: DTS_E_RAWMETADATACOUNTMISMATCH MessageText: 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.

DTS_E_RAWMETADATAMISMATCH

MessageId: DTS_E_RAWMETADATAMISMATCH MessageText: Cannot append output file because no column in the existing file matches column "%1!s!" from the input. Old file does not match in metadata.

DTS_E_RAWMETADATAMISMATCHCODEPAGE

MessageId: DTS_E_RAWMETADATAMISMATCHCODEPAGE MessageText: The output file cannot be appended. Column "%1!s!" 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.

DTS_E_RAWMETADATAMISMATCHPRECISION

MessageId: DTS_E_RAWMETADATAMISMATCHPRECISION MessageText: The output file cannot be appended. Column "%1!s!" 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.

DTS_E_RAWMETADATAMISMATCHSCALE

MessageId: DTS_E_RAWMETADATAMISMATCHSCALE MessageText: The output file cannot be appended. Column "%1!s!" 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.

DTS_E_RAWMETADATAMISMATCHSIZE

MessageId: DTS_E_RAWMETADATAMISMATCHSIZE MessageText: The output file cannot be appended. Column "%1!s!" 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.

DTS_E_RAWMETADATAMISMATCHTYPE

MessageId: DTS_E_RAWMETADATAMISMATCHTYPE MessageText: The output file cannot be appended. Column "%1!s!" matches by name, but the column in the file has type %2!s! and the input column has type %3!s!. The metadata for the column does not match on data type.

DTS_E_RAWNOLONGTYPES

MessageId: DTS_E_RAWNOLONGTYPES MessageText: The column %1!s! cannot be used. The raw adapters do not support image, text, or ntext data.

DTS_E_RAWREADFAILED

MessageId: DTS_E_RAWREADFAILED MessageText: The raw adapter attempted to read %1!d! bytes in the input file for column "%2!s!" with lineage ID %3!d!, but there was an error. The error returned from the operating system should have been previously reported.

DTS_E_RAWSKIPFAILED

MessageId: DTS_E_RAWSKIPFAILED MessageText: The raw adapter attempted to skip %1!d! bytes in the input file for unreferenced column "%2!s!" with lineage ID %3!d!, but there was an error. The error returned from the operating system should have been previously reported.

DTS_E_RAWSTRINGINPUTTOOLONG

MessageId: DTS_E_RAWSTRINGINPUTTOOLONG MessageText: 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.

DTS_E_RAWSTRINGTOOLONG

MessageId: DTS_E_RAWSTRINGTOOLONG MessageText: 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.

DTS_E_RAWTOOMANYCOLUMNS

MessageId: DTS_E_RAWTOOMANYCOLUMNS MessageText: 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.

DTS_E_RAWUNEXPECTEDEOF

MessageId: DTS_E_RAWUNEXPECTEDEOF MessageText: Unexpected end-of-file encountered while reading %1!d! bytes from file "%2!s!". The file ended prematurely because of an invalid file format.

DTS_E_RAWUNEXPECTEDTYPE

MessageId: DTS_E_RAWUNEXPECTEDTYPE MessageText: 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).

DTS_E_RAWVERSIONINCOMPATIBLEAPPEND

MessageId: DTS_E_RAWVERSIONINCOMPATIBLEAPPEND MessageText: 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.

DTS_E_READNOTFILLEDCACHE

MessageId: DTS_E_READNOTFILLEDCACHE MessageText: The cache is being written to by %1!s!, and cannot be read by %2!s!.

DTS_E_READONLYSTOCKPROPERTY

MessageId: DTS_E_READONLYSTOCKPROPERTY MessageText: The property is read-only.

DTS_E_READUNINITIALIZEDCACHE

MessageId: DTS_E_READUNINITIALIZEDCACHE MessageText: The cache is not initialized and cannot be read by %1!s!.

DTS_E_READWRITECOLUMNMISSINGREQUIREDCUSTOMPROPERTY

MessageId: DTS_E_READWRITECOLUMNMISSINGREQUIREDCUSTOMPROPERTY MessageText: The %1!s! is read/write and is required to have custom property "%2!s!". Add the property, or make remove the read/write attribute from the column.

DTS_E_RECORDSETDESTDATATYPENOTSUPPORTED

MessageId: DTS_E_RECORDSETDESTDATATYPENOTSUPPORTED MessageText: The data type of the %1!s! is not supported for the %2!s!.

DTS_E_REDIRECTFAILURE

MessageId: DTS_E_REDIRECTFAILURE MessageText: The specified server, URL %1!s!, has a redirect and the redirect request failed.

DTS_E_REDIRECTROWUNAVAILABLEWITHFASTLOADANDZEROMAXINSERTCOMMITSIZE

MessageId: DTS_E_REDIRECTROWUNAVAILABLEWITHFASTLOADANDZEROMAXINSERTCOMMITSIZE MessageText: The error row disposition on "%1!s!" 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.

DTS_E_REDUCTIONFAILED

MessageId: DTS_E_REDUCTIONFAILED MessageText: The Data Flow engine scheduler failed to reduce the execution plan for the pipeline. Set the OptimizedMode property to false.

DTS_E_REFERENCECOLUMNTOOWIDE

MessageId: DTS_E_REFERENCECOLUMNTOOWIDE MessageText: The code encountered a column that was too wide.

DTS_E_REFERENCEDMETADATABADCOUNT

MessageId: DTS_E_REFERENCEDMETADATABADCOUNT MessageText: Input "%1!s!" (%2!d!) references input "%3!s!" (%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.

DTS_E_REFID_CANNOT_FINDATTRIBUTE

MessageId: DTS_E_REFID_CANNOT_FINDATTRIBUTE MessageText: The expected attribute "%3!s!" was not found on the "%2!s!" element while processing an object at "%1!s!".

DTS_E_REFID_CANNOT_FINDATTRIBUTES

MessageId: DTS_E_REFID_CANNOT_FINDATTRIBUTES MessageText: The expected attributes "%3!s!" were not found on the "%2!s!" element while processing an object at "%1!s!

DTS_E_REFID_COULDNOTMAPREFID

MessageId: DTS_E_REFID_COULDNOTMAPREFID MessageText: The object "%1!s!" references ID "%2!s!", but no object in the package has this ID. If the object "%1!s!" was added to the package by a manual edit ensure that the referenced object with ID "%2!s!" is also added to the package.

DTS_E_REFUSEDFORSHUTDOWN

MessageId: DTS_E_REFUSEDFORSHUTDOWN MessageText: This thread has shut down and is not accepting buffers for input.

DTS_E_REMOTEPACKAGEVALIDATION

MessageId: DTS_E_REMOTEPACKAGEVALIDATION MessageText: Package failed validation from the ExecutePackage task. The package cannot run.

DTS_E_REMOVEFOLDERFROMSQLSERVER_OLEDB

MessageId: DTS_E_REMOVEFOLDERFROMSQLSERVER_OLEDB MessageText: The RemoveFolderOnSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2!s!). The SQL statement issued has failed.

DTS_E_REMOVEFROMSQLSERVER_OLEDB

MessageId: DTS_E_REMOVEFROMSQLSERVER_OLEDB MessageText: The RemoveFromSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2!s!) The SQL statement that was issued has failed.

DTS_E_RENAMEFOLDERONSQLSERVER_OLEDB

MessageId: DTS_E_RENAMEFOLDERONSQLSERVER_OLEDB MessageText: The RenameFolderOnSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2!s!). The SQL statement issued has failed.

DTS_E_REQUIREDBUFFERISNOTAVAILBLE

MessageId: DTS_E_REQUIREDBUFFERISNOTAVAILBLE MessageText: A required buffer is not available.

DTS_E_RESERVEDNAMESPACE

MessageId: DTS_E_RESERVEDNAMESPACE MessageText: 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".

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.

DTS_E_ROWCOUNTBADVARIABLENAME

MessageId: DTS_E_ROWCOUNTBADVARIABLENAME MessageText: The variable "%1!s!" specified by VariableName property is not a valid variable. Need a valid variable name to write to.

DTS_E_ROWCOUNTBADVARIABLETYPE

MessageId: DTS_E_ROWCOUNTBADVARIABLETYPE MessageText: The variable "%1!s!" specified by VariableName property is not an integer. Change the variable to be of type VT_I4, VT_UI4, VT_I8, or VT_UI8.

DTS_E_ROWSETUNAVAILABLE

MessageId: DTS_E_ROWSETUNAVAILABLE MessageText: A rowset based on the SQL command was not returned by the OLE DB provider.

DTS_E_RSTDESTBADVARIABLE

MessageId: DTS_E_RSTDESTBADVARIABLE MessageText: The value of the specified variable cannot be located, locked, or set.

DTS_E_RSTDESTBADVARIABLENAME

MessageId: DTS_E_RSTDESTBADVARIABLENAME MessageText: The VariableName property is not set to the name of a valid variable. Need a runtime variable name to write to.

DTS_E_RSTDESTBADVARIABLETYPE

MessageId: DTS_E_RSTDESTBADVARIABLETYPE MessageText: The type of the runtime variable "%1!s!" is incorrect. The runtime variable type must be Object.

DTS_E_RSTDESTBIGBLOB

MessageId: DTS_E_RSTDESTBIGBLOB MessageText: A value in an input column is too large to be stored in the ADODB.Recordset object.

DTS_E_RSTDESTRSTCONFIGPROBLEM

MessageId: DTS_E_RSTDESTRSTCONFIGPROBLEM MessageText: Unable to create or configure the ADODB.Recordset object.

DTS_E_RSTDESTRSTWRITEPROBLEM

MessageId: DTS_E_RSTDESTRSTWRITEPROBLEM MessageText: Error writing to the ADODB.Recordset object.

DTS_E_RUNTIMEVARIABLETYPECHANGE

MessageId: DTS_E_RUNTIMEVARIABLETYPECHANGE MessageText: The type of the value (%2!s!) being assigned to variable "%1!s!" differs from the current variable type (%3!s!). Variables may not change type during execution. Variable types are strict, except for variables of type Object.

DTS_E_SAVE_PERSTFORMAT

MessageId: DTS_E_SAVE_PERSTFORMAT MessageText: Failed to save Data Flow objects. The specified format is not supported.

DTS_E_SAVEFILE

MessageId: DTS_E_SAVEFILE MessageText: Failed to save package file.

DTS_E_SAVEPACKAGEFILE

MessageId: DTS_E_SAVEPACKAGEFILE MessageText: Failed to save package file "%1!s!" with error 0x%2!8.8X! "%3!s!".

DTS_E_SAVETOSQLSERVER_OLEDB

MessageId: DTS_E_SAVETOSQLSERVER_OLEDB MessageText: The SaveToSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2!s!). The SQL statement that was issued has failed.

DTS_E_SCHEDULERBADTREE

MessageId: DTS_E_SCHEDULERBADTREE MessageText: 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.

DTS_E_SCHEDULERCOULDNOTCOUNTDESTINATIONS

MessageId: DTS_E_SCHEDULERCOULDNOTCOUNTDESTINATIONS MessageText: The Data Flow engine scheduler cannot obtain a count of the destinations in the layout.

DTS_E_SCHEDULERCOULDNOTCOUNTSOURCES

MessageId: DTS_E_SCHEDULERCOULDNOTCOUNTSOURCES MessageText: The Data Flow engine scheduler cannot obtain a count of the sources in the layout.

DTS_E_SCHEDULERMEMORY

MessageId: DTS_E_SCHEDULERMEMORY MessageText: The Data Flow engine scheduler cannot allocate enough memory for the execution structures. The system was low on memory before execution started.

DTS_E_SCHEDULEROBJECT

MessageId: DTS_E_SCHEDULEROBJECT MessageText: 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.

DTS_E_SCHEDULERTHREADMEMORY

MessageId: DTS_E_SCHEDULERTHREADMEMORY MessageText: 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.

DTS_E_SCRIPTMIGRATIONFAILED64BIT

MessageId: DTS_E_SCRIPTMIGRATIONFAILED64BIT MessageText: Migration for VSA scripts can not 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.

DTS_E_SCRIPTTASK_BINARYITEMNOTFOUNDEXCEPTION

MessageId: DTS_E_SCRIPTTASK_BINARYITEMNOTFOUNDEXCEPTION MessageText: Binary item "%1!s!" was not found in the package.

DTS_E_SCRIPTTASK_CANTINITNULLTASK

MessageId: DTS_E_SCRIPTTASK_CANTINITNULLTASK MessageText: Cannot initialize to a null task.

DTS_E_SCRIPTTASK_COMPILEERRORMSG

MessageId: DTS_E_SCRIPTTASK_COMPILEERRORMSG MessageText: Error "%1!s!": "%2!s!"\r\nLine "%3!s!" Column "%4!s!" through "%5!s!".

DTS_E_SCRIPTTASK_COMPILEERRORMSG2

MessageId: DTS_E_SCRIPTTASK_COMPILEERRORMSG2 MessageText: There was an error compiling the script: "%1!s!".

DTS_E_SCRIPTTASK_COMPILEERRORMSG3

MessageId: DTS_E_SCRIPTTASK_COMPILEERRORMSG3 MessageText: Error "%1!s!": "%2!s!"\r\nLine "%3!s!" Columns "%4!s!"-"%5!s!"\r\nLine Text: "%6!s!".

DTS_E_SCRIPTTASK_COULDNOTCREATEENTRYPOINTCLASS

MessageId: DTS_E_SCRIPTTASK_COULDNOTCREATEENTRYPOINTCLASS MessageText: Could not create an instance of entrypoint class "%1!s!".

DTS_E_SCRIPTTASK_HOST_NAME_CANT_EMPTY

MessageId: DTS_E_SCRIPTTASK_HOST_NAME_CANT_EMPTY MessageText: Name cannot be empty.

DTS_E_SCRIPTTASK_ILLEGALSCRIPTNAME

MessageId: DTS_E_SCRIPTTASK_ILLEGALSCRIPTNAME MessageText: The script name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number.

DTS_E_SCRIPTTASK_INITIALIZATION_WITH_NULL_TASK

MessageId: DTS_E_SCRIPTTASK_INITIALIZATION_WITH_NULL_TASK MessageText: User interface initialization: The task is null.

DTS_E_SCRIPTTASK_INVALID_ENTRY_POINT

MessageId: DTS_E_SCRIPTTASK_INVALID_ENTRY_POINT MessageText: Entry point not found.

DTS_E_SCRIPTTASK_INVALID_SCRIPT_LANGUAGE

MessageId: DTS_E_SCRIPTTASK_INVALID_SCRIPT_LANGUAGE MessageText: The script language specified is not valid.

DTS_E_SCRIPTTASK_INVALID_SCRIPT_NAME

MessageId: DTS_E_SCRIPTTASK_INVALID_SCRIPT_NAME MessageText: The project name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number.

DTS_E_SCRIPTTASK_INVALIDSCRIPTLANGUAGE

MessageId: DTS_E_SCRIPTTASK_INVALIDSCRIPTLANGUAGE MessageText: The script language specified is not valid.

DTS_E_SCRIPTTASK_LANGUAGE_EMPTY

MessageId: DTS_E_SCRIPTTASK_LANGUAGE_EMPTY MessageText: The script language is not specified. Verify that a valid script language is specified.

DTS_E_SCRIPTTASK_LOADFROMXMLEXCEPTION

MessageId: DTS_E_SCRIPTTASK_LOADFROMXMLEXCEPTION MessageText: There was an exception while loading Script Task from XML: "%1!s!".

DTS_E_SCRIPTTASK_MUSTINITWITHRIGHTTASK

MessageId: DTS_E_SCRIPTTASK_MUSTINITWITHRIGHTTASK MessageText: The Script Task user interface must initialize to an Script Task.

DTS_E_SCRIPTTASK_SCRIPTFILESFAILEDTOLOAD

MessageId: DTS_E_SCRIPTTASK_SCRIPTFILESFAILEDTOLOAD MessageText: User script files failed to load.

DTS_E_SCRIPTTASK_SCRIPTREPORTEDFAILURE

MessageId: DTS_E_SCRIPTTASK_SCRIPTREPORTEDFAILURE MessageText: User script returned a failure result.

DTS_E_SCRIPTTASK_SCRIPTTHREWEXCEPTION

MessageId: DTS_E_SCRIPTTASK_SCRIPTTHREWEXCEPTION MessageText: User script threw an exception: "%1!s!".

DTS_E_SCRIPTTASK_SOURCEITEMNOTFOUNDEXCEPTION

MessageId: DTS_E_SCRIPTTASK_SOURCEITEMNOTFOUNDEXCEPTION MessageText: Source item "%1!s!" was not found in the package.

DTS_E_SCRIPTTASK_UI_INITIALIZATION_WITH_WRONG_TASK

MessageId: DTS_E_SCRIPTTASK_UI_INITIALIZATION_WITH_WRONG_TASK MessageText: The Script Task user interface is initialized with an incorrect task.

DTS_E_SCRIPTTASK_UNRECOGNIZEDSCRIPTLANGUAGEEXCEPTION

MessageId: DTS_E_SCRIPTTASK_UNRECOGNIZEDSCRIPTLANGUAGEEXCEPTION MessageText: "%1!s!" was not recognized as a valid script language.

DTS_E_SCRIPTTASK_WASNOTINITED

MessageId: DTS_E_SCRIPTTASK_WASNOTINITED MessageText: The Script Task user interface is not initialized.

DTS_E_SECUREFAILURE

MessageId: DTS_E_SECUREFAILURE MessageText: SSL certificate response obtained from the server was not valid. Cannot process the request.

DTS_E_SEEKFAILED

MessageId: DTS_E_SEEKFAILED MessageText: The buffer manager could not seek to offset %1!d! in file "%2!s!". The file is damaged.

DTS_E_SENDMAILTASK_CHECK_VALID_SMTP_SERVER

MessageId: DTS_E_SENDMAILTASK_CHECK_VALID_SMTP_SERVER MessageText: Verify that the Simple Mail Transfer Protocol (SMTP) server specified is valid.

DTS_E_SENDMAILTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_SENDMAILTASK_CONNECTIONTYPENOTFILE MessageText: Connection "%1!s!" is not of type File.

DTS_E_SENDMAILTASK_CONNECTIONTYPENOTSMTP

MessageId: DTS_E_SENDMAILTASK_CONNECTIONTYPENOTSMTP MessageText: Connection "%1!s!" is not of type SMTP.

DTS_E_SENDMAILTASK_CONNMNGRNULL

MessageId: DTS_E_SENDMAILTASK_CONNMNGRNULL MessageText: Connection "%1!s!" is empty.

DTS_E_SENDMAILTASK_FILEDOESNOTEXIST

MessageId: DTS_E_SENDMAILTASK_FILEDOESNOTEXIST MessageText: On operation "%1!s!", file "%2!s!" does not exist.

DTS_E_SENDMAILTASK_INVALIDATTACHMENT

MessageId: DTS_E_SENDMAILTASK_INVALIDATTACHMENT MessageText: Either the file "%1!s!" does not exist or you do not have permissions to access the file.

DTS_E_SENDMAILTASK_NOCONNMNGR

MessageId: DTS_E_SENDMAILTASK_NOCONNMNGR MessageText: The specified connection "%1!s!" does not exist.

DTS_E_SENDMAILTASK_RECIPIENT_EMPTY

MessageId: DTS_E_SENDMAILTASK_RECIPIENT_EMPTY MessageText: No recipient is specified.

DTS_E_SENDMAILTASK_SMTP_SERVER_NOT_SPECIFIED

MessageId: DTS_E_SENDMAILTASK_SMTP_SERVER_NOT_SPECIFIED MessageText: The Simple Mail Transfer Protocol (SMTP) server is not specified. Provide a valid name or IP address of the SMTP server.

DTS_E_SENDMAILTASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

MessageId: DTS_E_SENDMAILTASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT MessageText: Send Mail task is initiated with an incorrect XML element.

DTS_E_SENDMAILTASK_VARIABLETYPEISNOTSTRING

MessageId: DTS_E_SENDMAILTASK_VARIABLETYPEISNOTSTRING MessageText: Variable "%1!s!" is not of type string.

DTS_E_SENSITIVEPARAMVALUENOTALLOWED

MessageId: DTS_E_SENSITIVEPARAMVALUENOTALLOWED MessageText: Accessing value of the parameter variable for the sensitive parameter "%1!s!" is not allowed. Verify that the variable is used properly and that it protects the sensitive information.

DTS_E_SERVERAUTH

MessageId: DTS_E_SERVERAUTH MessageText: Server authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect.

DTS_E_SERVERSTORAGEDISALLOWED

MessageId: DTS_E_SERVERSTORAGEDISALLOWED MessageText: The protection level, ServerStorage, cannot be used when saving to this destination. The system could not verify that the destination supports secure storage capability.

DTS_E_SETCACHEFORFILLFAILED

MessageId: DTS_E_SETCACHEFORFILLFAILED MessageText: Failed to mark the cache as filled with data.

DTS_E_SETCACHEFORINSERTFAILED

MessageId: DTS_E_SETCACHEFORINSERTFAILED MessageText: Failed to prepare the cache for new data.

DTS_E_SETCACHEFORREADFAILED

MessageId: DTS_E_SETCACHEFORREADFAILED MessageText: Failed to prepare the cache for providing data.

DTS_E_SETEODFAILED

MessageId: DTS_E_SETEODFAILED MessageText: Failure encountered while setting end of data flag for the buffer driving output "%1!s!" (%2!d!).

DTS_E_SETPERSIST_PROPEVENTS

MessageId: DTS_E_SETPERSIST_PROPEVENTS MessageText: Failed to set the XML persistence events property for the Data Flow objects.

DTS_E_SETPERSIST_XMLDOM

MessageId: DTS_E_SETPERSIST_XMLDOM MessageText: Failed to set the persistence XML DOM property for the Data Flow objects.

DTS_E_SETPERSIST_XMLNODE

MessageId: DTS_E_SETPERSIST_XMLNODE MessageText: Failed to set the persistence XML ELEMENT property for the Data Flow objects.

DTS_E_SETPERSISTPROP_FAILED

MessageId: DTS_E_SETPERSISTPROP_FAILED MessageText: Failed to set xml persistence properties for the Data Flow objects.

DTS_E_SETQUALIFIERDESIGNTIMEONLY

MessageId: DTS_E_SETQUALIFIERDESIGNTIMEONLY MessageText: The SetQualifier method cannot be called on a connection manager during package execution. This method is used at design-time only.

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.

DTS_E_SIGNATURENOTPRESENT

MessageId: DTS_E_SIGNATURENOTPRESENT MessageText: The package is not signed.

DTS_E_SIGNATUREPOLICYVIOLATION

MessageId: DTS_E_SIGNATUREPOLICYVIOLATION MessageText: The package cannot be loaded because the state of the digital signature violates signature policy. Error 0x%1!8.8X! "%2!s!"

DTS_E_SIGNPACKAGEFAILED

MessageId: DTS_E_SIGNPACKAGEFAILED MessageText: Package signing failed with error 0x%1!8.8X! "%2!s!". This occurs when the ManagedHelper.SignDocument method fails.

DTS_E_SORTBADTHREADCOUNT

MessageId: DTS_E_SORTBADTHREADCOUNT MessageText: MaxThreads was %1!ld!, and should be between 1 and %2!ld!, inclusive or -1 to default to the number of CPUs.

DTS_E_SORTCANTCOMPARE

MessageId: DTS_E_SORTCANTCOMPARE MessageText: The Sort transformation failed to compare row %1!d! in buffer ID %2!d! to row %3!d! in buffer ID %4!d!.

DTS_E_SORTCANTCREATEEVENT

MessageId: DTS_E_SORTCANTCREATEEVENT MessageText: The Sort transformation cannot create an event to communicate with its worker threads. Not enough system handles are available to the Sort transformation.

DTS_E_SORTCANTCREATETHREAD

MessageId: DTS_E_SORTCANTCREATETHREAD MessageText: The Sort transformation cannot create a worker thread. Not enough memory is available to Sort transformation.

DTS_E_SORTDUPLICATEKEYWEIGHT

MessageId: DTS_E_SORTDUPLICATEKEYWEIGHT MessageText: Both column "%1!s!" (%2!d!) and column "%3!s!" (%4!d!) were marked with sort key weight %5!d!.

DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITION

MessageId: DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITION MessageText: "%1!s!" 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.

DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITIONS

MessageId: DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITIONS MessageText: The IsSorted property of %1!s! 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.

DTS_E_SORTNEEDSONEKEY

MessageId: DTS_E_SORTNEEDSONEKEY MessageText: At least one input column must be marked as a sort key, but no keys were found.

DTS_E_SORTSTACKOVERFLOW

MessageId: DTS_E_SORTSTACKOVERFLOW MessageText: The sort failed due to a stack overflow while sorting an incoming buffer. Please reduce the DefaultBufferMaxRows property on the Data Flow Task.

DTS_E_SORTTHREADSTOPPED

MessageId: DTS_E_SORTTHREADSTOPPED MessageText: A worker thread in the Sort transformation stopped with error code 0x%1!8.8X!. A catastrophic error was encountered while sorting a buffer.

DTS_E_SOURCETABLENAMENOTPROVIDED

MessageId: DTS_E_SOURCETABLENAMENOTPROVIDED MessageText: A source table name has not been provided.

DTS_E_SPLITEXPRESSIONNOTBOOLEAN

MessageId: DTS_E_SPLITEXPRESSIONNOTBOOLEAN MessageText: The expression "%1!s!" is not Boolean. The result type of the expression must be Boolean.

DTS_E_SQLCEDESTDATATYPENOTSUPPORTED

MessageId: DTS_E_SQLCEDESTDATATYPENOTSUPPORTED MessageText: The data type "%1!s!" found on column "%2!s!" is not supported for the %3!s!.

DTS_E_SQLCEDESTSTATIC_FAILEDTOINSERT

MessageId: DTS_E_SQLCEDESTSTATIC_FAILEDTOINSERT MessageText: The SQLCE destination could not insert the row.

DTS_E_SQLCEDESTSTATIC_FAILEDTOSETVALUES

MessageId: DTS_E_SQLCEDESTSTATIC_FAILEDTOSETVALUES MessageText: The SQLCE destination could not set the column values for the row.

DTS_E_SQLPERSISTENCEVERSION

MessageId: DTS_E_SQLPERSISTENCEVERSION MessageText: Storing or modifying packages in SQL Server requires the SSIS runtime and database to be the same version. Storing packages in earlier versions is not supported.

DTS_E_SQLPROFILERDLL_ONLY_X86

MessageId: DTS_E_SQLPROFILERDLL_ONLY_X86 MessageText: The log provider for SQL Server Profiler was unable to load pfclnt.dll because it is only supported on 32-bit systems.

DTS_E_SQLTASK_CANNOTACQUIRECONNMANAGER

MessageId: DTS_E_SQLTASK_CANNOTACQUIRECONNMANAGER MessageText: Cannot acquire a connection from the connection manager.

DTS_E_SQLTASK_CANNOTLOCATECONNMANAGER

MessageId: DTS_E_SQLTASK_CANNOTLOCATECONNMANAGER MessageText: Connection manager "%1!s!" does not exist.

DTS_E_SQLTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_SQLTASK_CONNECTIONTYPENOTFILE MessageText: Connection "%1!s!" is not a file connection manager.

DTS_E_SQLTASK_DATETRUNCATION

MessageId: DTS_E_SQLTASK_DATETRUNCATION MessageText: Possible data truncation on parameter, "%1!d!". To prevent truncation, use a string variable instead of a datetime variable for the output parameter.

DTS_E_SQLTASK_ERRORASSIGINGVALUETOVAR

MessageId: DTS_E_SQLTASK_ERRORASSIGINGVALUETOVAR MessageText: An error occurred while assigning a value to variable "%1!s!": "%2!s!".

DTS_E_SQLTASK_ERROREXECUTINGTHEQUERY

MessageId: DTS_E_SQLTASK_ERROREXECUTINGTHEQUERY MessageText: Executing the query "%1!s!" failed with the following error: "%2!s!". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

DTS_E_SQLTASK_FAILEDTOACQUIRECONNECTION

MessageId: DTS_E_SQLTASK_FAILEDTOACQUIRECONNECTION MessageText: Failed to acquire connection "%1!s!". Connection may not be configured correctly or you may not have the right permissions on this connection.

DTS_E_SQLTASK_FILEDOESNOTEXIST

MessageId: DTS_E_SQLTASK_FILEDOESNOTEXIST MessageText: File represented by "%1!s!" does not exist.

DTS_E_SQLTASK_INDESNOTINCOLLECTION

MessageId: DTS_E_SQLTASK_INDESNOTINCOLLECTION MessageText: The index is not assigned in this collection.

DTS_E_SQLTASK_INVALIDEPARAMDIRECTIONFALG

MessageId: DTS_E_SQLTASK_INVALIDEPARAMDIRECTIONFALG MessageText: The parameter directions flag is not valid.

DTS_E_SQLTASK_INVALIDNUMOFRESULTBINDINGS

MessageId: DTS_E_SQLTASK_INVALIDNUMOFRESULTBINDINGS MessageText: There is an invalid number of result bindings returned for the ResultSetType: "%1!s!".

DTS_E_SQLTASK_INVALIDPARAMETERNAME

MessageId: DTS_E_SQLTASK_INVALIDPARAMETERNAME MessageText: The parameter name is not valid.

DTS_E_SQLTASK_MULTIPLERETURNVALUEPARAM

MessageId: DTS_E_SQLTASK_MULTIPLERETURNVALUEPARAM MessageText: A parameter with type return value is not the first parameter, or there are more than one parameter of type return value.

DTS_E_SQLTASK_NOCONNECTIONMANAGER

MessageId: DTS_E_SQLTASK_NOCONNECTIONMANAGER MessageText: No connection manager is specified.

DTS_E_SQLTASK_NOHANDLERFORCONNECTION

MessageId: DTS_E_SQLTASK_NOHANDLERFORCONNECTION MessageText: Cannot locate a handler for the specified connection type.

DTS_E_SQLTASK_NOSQLTASKDATAINXMLFRAGMENT

MessageId: DTS_E_SQLTASK_NOSQLTASKDATAINXMLFRAGMENT MessageText: The XML fragment does not contain SQL Task data.

DTS_E_SQLTASK_NOSTATEMENTSPECIFIED

MessageId: DTS_E_SQLTASK_NOSTATEMENTSPECIFIED MessageText: No Transact-SQL statement specified.

DTS_E_SQLTASK_NOXMLSUPPORT

MessageId: DTS_E_SQLTASK_NOXMLSUPPORT MessageText: The connection does not support XML result sets.

DTS_E_SQLTASK_NULLPARAMETERNAME

MessageId: DTS_E_SQLTASK_NULLPARAMETERNAME MessageText: Cannot have a null parameter name.

DTS_E_SQLTASK_OBJECTNOTINCOLLECTION

MessageId: DTS_E_SQLTASK_OBJECTNOTINCOLLECTION MessageText: The object does not exist in this collection.

DTS_E_SQLTASK_ODBCNOSUPPORTTRANSACTION

MessageId: DTS_E_SQLTASK_ODBCNOSUPPORTTRANSACTION MessageText: The task has a transaction option of "Required" and connection "%1!s!" is of type "ODBC". ODBC connections don't support transactions.

DTS_E_SQLTASK_PARAMSIZEERROR

MessageId: DTS_E_SQLTASK_PARAMSIZEERROR MessageText: Parameter "%1!s!" cannot be negative. (-1) is used for the default value.

DTS_E_SQLTASK_READONLYVARIABLE

MessageId: DTS_E_SQLTASK_READONLYVARIABLE MessageText: Variable "%1!s!" cannot be used in a result binding because it is read-only.

DTS_E_SQLTASK_RESULTBINDTYPEFORROWSETXML

MessageId: DTS_E_SQLTASK_RESULTBINDTYPEFORROWSETXML MessageText: The result binding name must be set to zero for full result set and XML results.

DTS_E_SQLTASK_RESULTBYNAMENOTSUPPORTED

MessageId: DTS_E_SQLTASK_RESULTBYNAMENOTSUPPORTED MessageText: Result binding by name "%1!s!" is not supported for this connection type.

DTS_E_SQLTASK_ROVARINOUTPARAMETER

MessageId: DTS_E_SQLTASK_ROVARINOUTPARAMETER MessageText: The variable "%1!s!" cannot be used as an "out" parameter or return value in a parameter binding because it is read-only.

DTS_E_SQLTASK_TYPECONVERSIONERROR

MessageId: DTS_E_SQLTASK_TYPECONVERSIONERROR MessageText: A type conversion error occurred: "%1!s!"

DTS_E_SQLTASK_TYPEISNOTCONVERTABLE

MessageId: DTS_E_SQLTASK_TYPEISNOTCONVERTABLE MessageText: The value type (%1!s!) can only be converted to variables of type Object.

DTS_E_SQLTASK_UNABLETOACQUIREMANAGEDCONN

MessageId: DTS_E_SQLTASK_UNABLETOACQUIREMANAGEDCONN MessageText: Cannot acquire a managed connection.

DTS_E_SQLTASK_VALIDPARAMETERTYPES

MessageId: DTS_E_SQLTASK_VALIDPARAMETERTYPES MessageText: Valid parameter names are of type Int or String.

DTS_E_SQLTASK_VARIABLENOTFOUND

MessageId: DTS_E_SQLTASK_VARIABLENOTFOUND MessageText: Variable "%1!s!" does not exist or could not be locked.

DTS_E_SQLTASK_VARIABLETYPEISNOTSTRING

MessageId: DTS_E_SQLTASK_VARIABLETYPEISNOTSTRING MessageText: Type of variable "%1!s!" is not string.

DTS_E_SQLTASKCONN_ERR_CANT_LOAD_XML

MessageId: DTS_E_SQLTASKCONN_ERR_CANT_LOAD_XML MessageText: Cannot load XML with query result.

DTS_E_SQLTASKCONN_ERR_NO_DISCONNECTED_RS

MessageId: DTS_E_SQLTASKCONN_ERR_NO_DISCONNECTED_RS MessageText: No disconnected record set is available for the Transact-SQL statement.

DTS_E_SQLTASKCONN_ERR_NO_ROWS

MessageId: DTS_E_SQLTASKCONN_ERR_NO_ROWS MessageText: A result set type of single row is specified, but no rows were returned.

DTS_E_SQLTASKCONN_ERR_NOROWSET

MessageId: DTS_E_SQLTASKCONN_ERR_NOROWSET MessageText: No result rowset is associated with the execution of this query.

DTS_E_SQLTASKCONN_ERR_ODBC_DISCONNECTED

MessageId: DTS_E_SQLTASKCONN_ERR_ODBC_DISCONNECTED MessageText: Disconnected recordsets are not available from ODBC connections.

DTS_E_SQLTASKCONN_ERR_PARAM_DIR

MessageId: DTS_E_SQLTASKCONN_ERR_PARAM_DIR MessageText: The parameter direction on parameter binding "%s" is not valid.

DTS_E_SQLTASKCONN_ERR_PARAM_NAME_MIX

MessageId: DTS_E_SQLTASKCONN_ERR_PARAM_NAME_MIX MessageText: Parameter names cannot be an mix of ordinal and named types.

DTS_E_SQLTASKCONN_ERR_RESULT_COL_INDEX

MessageId: DTS_E_SQLTASKCONN_ERR_RESULT_COL_INDEX MessageText: The result column index %d is not valid.

DTS_E_SQLTASKCONN_ERR_RESULT_DATA_TYPE

MessageId: DTS_E_SQLTASKCONN_ERR_RESULT_DATA_TYPE MessageText: The data type on result set binding "%s" is not supported.

DTS_E_SQLTASKCONN_ERR_RESULT_SET_DATA_TYPE

MessageId: DTS_E_SQLTASKCONN_ERR_RESULT_SET_DATA_TYPE MessageText: The data type in the result set, column %hd, is not supported.

DTS_E_SQLTASKCONN_ERR_UNKNOWN_RESULT_COL

MessageId: DTS_E_SQLTASKCONN_ERR_UNKNOWN_RESULT_COL MessageText: Cannot find column "%s" in the result set.

DTS_E_SQLTASKCONN_ERR_UNKNOWN_TYPE

MessageId: DTS_E_SQLTASKCONN_ERR_UNKNOWN_TYPE MessageText: Unknown type.

DTS_E_SQLTASKCONN_ERR_UNSUPPORTED_TYPE

MessageId: DTS_E_SQLTASKCONN_ERR_UNSUPPORTED_TYPE MessageText: Unsupported type.

DTS_E_SQLTASKOUTPUTENCODINGNOTSUPPORTED

MessageId: DTS_E_SQLTASKOUTPUTENCODINGNOTSUPPORTED MessageText: Unable to obtain XML data from SQL Server as Unicode because the provider does not support the OUTPUTENCODING property.

DTS_E_SSISSTANDALONENOTINSTALLED

MessageId: DTS_E_SSISSTANDALONENOTINSTALLED MessageText: To run a SSIS package outside of SQL Server Data Tools you must install %1!s! of Integration Services or higher.

DTS_E_STOREDPROCSTASK_EMPTYSOURCELIST

MessageId: DTS_E_STOREDPROCSTASK_EMPTYSOURCELIST MessageText: There are no stored procedures to transfer.

DTS_E_STOREDPROCSTASK_ERRORSTOREDPROCEDUREEXISTS

MessageId: DTS_E_STOREDPROCSTASK_ERRORSTOREDPROCEDUREEXISTS MessageText: Stored procedure "%1!s!" already exists at destination server.

DTS_E_STOREDPROCSTASK_FAILEDTOTRANSFERSPS

MessageId: DTS_E_STOREDPROCSTASK_FAILEDTOTRANSFERSPS MessageText: Failed to transfer the stored procedure(s). More informative error should have been raised.

DTS_E_STOREDPROCSTASK_OVERWRITINGSPATDESTINATION

MessageId: DTS_E_STOREDPROCSTASK_OVERWRITINGSPATDESTINATION MessageText: Overwriting Stored Procedure "%1!s!" at destination.

DTS_E_STOREDPROCSTASK_STOREDPROCNOTFOUND

MessageId: DTS_E_STOREDPROCSTASK_STOREDPROCNOTFOUND MessageText: Stored Procedure "%1!s!" is not found at the source.

DTS_E_STRINGCONVERSIONTOOLONG

MessageId: DTS_E_STRINGCONVERSIONTOOLONG MessageText: A string was too long to be converted.

DTS_E_SYNCHRONOUSIDMISMATCH

MessageId: DTS_E_SYNCHRONOUSIDMISMATCH MessageText: The SynchronousInputID property on "%1!s!" was %2!d!, and %3!d! was expected.

DTS_E_TASKEXECUTEFAILED

MessageId: DTS_E_TASKEXECUTEFAILED MessageText: The Execute method on the task returned error code 0x%1!8.8X! (%2!s!). The Execute method must succeed, and indicate the result using an "out" parameter.

DTS_E_TASKISEMPTY

MessageId: DTS_E_TASKISEMPTY MessageText: The task has failed to load. The contact information for this task is "%1!s!".

DTS_E_TASKPRODUCTLEVEL

MessageId: DTS_E_TASKPRODUCTLEVEL MessageText: The task "%1!s!" cannot run on the installed edition of Integration Services. It requires %2!s! or higher.

DTS_E_TASKVALIDATIONERROR

MessageId: DTS_E_TASKVALIDATIONERROR MessageText: There were errors during task validation.

DTS_E_TASKVALIDATIONFAILED

MessageId: DTS_E_TASKVALIDATIONFAILED MessageText: The Validate method on the task failed, and returned error code 0x%1!8.8X! (%2!s!). The Validate method must succeed and indicate the result using an "out" parameter.

DTS_E_TERADATAODBCDRIVERNOTFOUND

MessageId: DTS_E_TERADATAODBCDRIVERNOTFOUND MessageText: Teradata driver %1!s! is not installed.

DTS_E_TERMEXTRACTION_ADDWORDTODECODER

MessageId: DTS_E_TERMEXTRACTION_ADDWORDTODECODER MessageText: An error occurred while adding words to a statistical decoder. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_COUNTTERM

MessageId: DTS_E_TERMEXTRACTION_COUNTTERM MessageText: An error occurred while counting term candidates. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_DECODE

MessageId: DTS_E_TERMEXTRACTION_DECODE MessageText: An error occurred while decoding for a sentence. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_EMPTYTERMRESULTERROR

MessageId: DTS_E_TERMEXTRACTION_EMPTYTERMRESULTERROR MessageText: An error occurred while reclaiming the buffer used for caching terms. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_EXCEED_MAXWORDNUM

MessageId: DTS_E_TERMEXTRACTION_EXCEED_MAXWORDNUM MessageText: 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.

DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFINPUTCOLUMN

MessageId: DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFINPUTCOLUMN MessageText: The input column can only have DT_WSTR or DT_NTEXT as its data type.

DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFOUTPUTCOLUMN

MessageId: DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFOUTPUTCOLUMN MessageText: The output column [%1!d!] can only have '%2!s!' as its data type.

DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFREFERENCECOLUMN

MessageId: DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFREFERENCECOLUMN MessageText: The reference column can only have DT_STR or DT_WSTR as its data type.

DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFINPUTCOLUMNS

MessageId: DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFINPUTCOLUMNS MessageText: There should be only one input column.

DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFOUTPUTCOLUMNS

MessageId: DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFOUTPUTCOLUMNS MessageText: There should be exactly two output columns.

DTS_E_TERMEXTRACTION_INCORRECTFREQUENCYTHRESHOLD

MessageId: DTS_E_TERMEXTRACTION_INCORRECTFREQUENCYTHRESHOLD MessageText: The value of Frequency Threshold should not be lower than '%1!d!'.

DTS_E_TERMEXTRACTION_INCORRECTMAXLENOFTERM

MessageId: DTS_E_TERMEXTRACTION_INCORRECTMAXLENOFTERM MessageText: The value of Max Length of Term should not be lower than '%1!d!'.

DTS_E_TERMEXTRACTION_INCORRECTSCORETYPE

MessageId: DTS_E_TERMEXTRACTION_INCORRECTSCORETYPE MessageText: The Score Type of the transformation can only be Frequency or TFIDF.

DTS_E_TERMEXTRACTION_INCORRECTTERMTYPE

MessageId: DTS_E_TERMEXTRACTION_INCORRECTTERMTYPE MessageText: The Term Type of the transformation can only be WordOnly, PhraseOnly or WordPhrase.

DTS_E_TERMEXTRACTION_INITFSA

MessageId: DTS_E_TERMEXTRACTION_INITFSA MessageText: An error occurred while loading the finite state automata. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_INITIALIZE

MessageId: DTS_E_TERMEXTRACTION_INITIALIZE MessageText: An error occurred while initializing the engine of Term Extraction. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_INITPOSPROCESSOR

MessageId: DTS_E_TERMEXTRACTION_INITPOSPROCESSOR MessageText: An error occurred while initializing the part-of-speech processor. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_INITPOSTAGVECTOR

MessageId: DTS_E_TERMEXTRACTION_INITPOSTAGVECTOR MessageText: An error occurred while initializing the part-of-speech processor. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_INVALIDOUTTERMTABLEORCOLUMN

MessageId: DTS_E_TERMEXTRACTION_INVALIDOUTTERMTABLEORCOLUMN MessageText: The reference table, view, or column that is used for Exclusion Terms is not valid.

DTS_E_TERMEXTRACTION_MAINWORKSPACE_CREATEERR

MessageId: DTS_E_TERMEXTRACTION_MAINWORKSPACE_CREATEERR MessageText: An error occurred while creating a workspace buffer.

DTS_E_TERMEXTRACTION_MALLOCERR_REFERENCECOLUMNINFO

MessageId: DTS_E_TERMEXTRACTION_MALLOCERR_REFERENCECOLUMNINFO MessageText: An error occurred while allocating memory.

DTS_E_TERMEXTRACTION_OLEDBERR_CREATEBINDING

MessageId: DTS_E_TERMEXTRACTION_OLEDBERR_CREATEBINDING MessageText: An OLEDB error occurred while creating bindings.

DTS_E_TERMEXTRACTION_OLEDBERR_FILLBUFFER

MessageId: DTS_E_TERMEXTRACTION_OLEDBERR_FILLBUFFER MessageText: An OLEDB error occurred while populating internal cache.

DTS_E_TERMEXTRACTION_OLEDBERR_GETIROWSET

MessageId: DTS_E_TERMEXTRACTION_OLEDBERR_GETIROWSET MessageText: An OLEDB error occurred while fetching rowsets.

DTS_E_TERMEXTRACTION_OUTTERMTABLEANDCOLUMNNOTSET

MessageId: DTS_E_TERMEXTRACTION_OUTTERMTABLEANDCOLUMNNOTSET MessageText: The reference table, view, or column to be used for an Exclusion Terms has not been set.

DTS_E_TERMEXTRACTION_PROCESSDOCUMENT

MessageId: DTS_E_TERMEXTRACTION_PROCESSDOCUMENT MessageText: An error occurred while processing a document in the input. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_PROCESSERR

MessageId: DTS_E_TERMEXTRACTION_PROCESSERR MessageText: 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.

DTS_E_TERMEXTRACTION_PROCESSSENTENCE

MessageId: DTS_E_TERMEXTRACTION_PROCESSSENTENCE MessageText: An error occurred while processing within a sentence. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_SAVEPOSTAG

MessageId: DTS_E_TERMEXTRACTION_SAVEPOSTAG MessageText: An error occurred while saving part-of-speech tags from an internal buffer. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_SAVEPTRSTRING

MessageId: DTS_E_TERMEXTRACTION_SAVEPTRSTRING MessageText: An error occurred while adding strings to an internal buffer. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_SETEXCLUDEDTERM

MessageId: DTS_E_TERMEXTRACTION_SETEXCLUDEDTERM MessageText: An error occurred while setting exclusion terms. The error code returned was 0x%1!8.8X!.

DTS_E_TERMEXTRACTION_STDLENGTHERROR

MessageId: DTS_E_TERMEXTRACTION_STDLENGTHERROR MessageText: An std::length_error occurred from the STL containers.

DTS_E_TERMEXTRACTION_TERMFILTERSTARTITERATIONERROR

MessageId: DTS_E_TERMEXTRACTION_TERMFILTERSTARTITERATIONERROR MessageText: An error occurred while the Term Filter was starting its iteration.

DTS_E_TERMEXTRACTION_TOOFEWREFERENCECOLUMNS

MessageId: DTS_E_TERMEXTRACTION_TOOFEWREFERENCECOLUMNS MessageText: Term Extraction reference metadata contains too few columns.

DTS_E_TERMEXTRACTION_UNABLETOLOCATEREFCOLUMN

MessageId: DTS_E_TERMEXTRACTION_UNABLETOLOCATEREFCOLUMN MessageText: An error occurred while locating the reference column '%1!s!'.

DTS_E_TERMEXTRACTIONORLOOKUP_NTEXTSPLITED

MessageId: DTS_E_TERMEXTRACTIONORLOOKUP_NTEXTSPLITED MessageText: Failed to locate the ending boundary of a sentence.

DTS_E_TERMEXTRACTIONORLOOKUP_PROCESSERR_DEPOSITFULL

MessageId: DTS_E_TERMEXTRACTIONORLOOKUP_PROCESSERR_DEPOSITFULL MessageText: The number of the term candidates exceeds its limit, 4G.

DTS_E_TERMEXTRACTIONORLOOKUP_TESTOFFSETERROR

MessageId: DTS_E_TERMEXTRACTIONORLOOKUP_TESTOFFSETERROR MessageText: An error occurred while normalizing words.

DTS_E_TERMLOOKUP_ADDREFERENCETERM

MessageId: DTS_E_TERMLOOKUP_ADDREFERENCETERM MessageText: 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.

DTS_E_TERMLOOKUP_COUNTTERM

MessageId: DTS_E_TERMLOOKUP_COUNTTERM MessageText: An error occurred while counting term candidates. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_ENGINEADDREFERENCETERM

MessageId: DTS_E_TERMLOOKUP_ENGINEADDREFERENCETERM MessageText: An error occurred while setting reference terms. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_INCORRECTDATATYPEOFREFERENCECOLUMN

MessageId: DTS_E_TERMLOOKUP_INCORRECTDATATYPEOFREFERENCECOLUMN MessageText: The reference column can only have DT_STR or DT_WSTR as its data type.

DTS_E_TERMLOOKUP_INCORRECTEXACTNUMBEROFTEXTCOLUMNS

MessageId: DTS_E_TERMLOOKUP_INCORRECTEXACTNUMBEROFTEXTCOLUMNS MessageText: There should be exactly one input column mapped to one reference column.

DTS_E_TERMLOOKUP_INITIALIZE

MessageId: DTS_E_TERMLOOKUP_INITIALIZE MessageText: An error occurred while initializing the engine of Term Lookup. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_INVALIDREFERENCETERMTABLEORCOLUMN

MessageId: DTS_E_TERMLOOKUP_INVALIDREFERENCETERMTABLEORCOLUMN MessageText: The reference table/view or column used for the reference terms is invalid.

DTS_E_TERMLOOKUP_MAINWORKSPACE_CREATEERR

MessageId: DTS_E_TERMLOOKUP_MAINWORKSPACE_CREATEERR MessageText: An error occurred while creating a workspace buffer.

DTS_E_TERMLOOKUP_OLEDBERR_CREATEBINDING

MessageId: DTS_E_TERMLOOKUP_OLEDBERR_CREATEBINDING MessageText: An OLEDB error occurred while creating bindings.

DTS_E_TERMLOOKUP_OLEDBERR_FILLBUFFER

MessageId: DTS_E_TERMLOOKUP_OLEDBERR_FILLBUFFER MessageText: An OLEDB error occurred while populating internal cache.

DTS_E_TERMLOOKUP_OLEDBERR_GETIROWSET

MessageId: DTS_E_TERMLOOKUP_OLEDBERR_GETIROWSET MessageText: An OLEDB error occurred while fetching rowsets.

DTS_E_TERMLOOKUP_PROCESSDOCUMENT

MessageId: DTS_E_TERMLOOKUP_PROCESSDOCUMENT MessageText: An error occurred while processing a document in the input. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_PROCESSERR

MessageId: DTS_E_TERMLOOKUP_PROCESSERR MessageText: 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.

DTS_E_TERMLOOKUP_PROCESSSENTENCE

MessageId: DTS_E_TERMLOOKUP_PROCESSSENTENCE MessageText: An error occurred while processing sentences. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_REFERENCETERMTABLEANDCOLUMNNOTSET

MessageId: DTS_E_TERMLOOKUP_REFERENCETERMTABLEANDCOLUMNNOTSET MessageText: The reference table/view or column used for the reference terms has not been set.

DTS_E_TERMLOOKUP_SAVEWORDWITHPUNCTERROR

MessageId: DTS_E_TERMLOOKUP_SAVEWORDWITHPUNCTERROR MessageText: An error occurred while saving words with punctuation characters. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_SORREFERENCETERM

MessageId: DTS_E_TERMLOOKUP_SORREFERENCETERM MessageText: An error occurred while sorting reference terms. The error code returned was 0x%1!8.8X!.

DTS_E_TERMLOOKUP_TEXTIDINPUTCOLUMNNOTMAPPEDWITHOUTPUTCOLUMN

MessageId: DTS_E_TERMLOOKUP_TEXTIDINPUTCOLUMNNOTMAPPEDWITHOUTPUTCOLUMN MessageText: At least one Passthrough column is not mapped to an output column.

DTS_E_TERMLOOKUP_TEXTINPUTCOLUMNHAVEINCORRECTDATATYPE

MessageId: DTS_E_TERMLOOKUP_TEXTINPUTCOLUMNHAVEINCORRECTDATATYPE MessageText: The input column mapped to a reference column can only have DT_NTXT or DT_WSTR as its data type.

DTS_E_TERMLOOKUP_TOOFEWOUTPUTCOLUMNS

MessageId: DTS_E_TERMLOOKUP_TOOFEWOUTPUTCOLUMNS MessageText: Term Lookup contains too few output columns.

DTS_E_TERMLOOKUP_TOOFEWREFERENCECOLUMNS

MessageId: DTS_E_TERMLOOKUP_TOOFEWREFERENCECOLUMNS MessageText: Term Lookup reference metadata contains too few columns.

DTS_E_TERMLOOKUP_UNABLETOLOCATEREFCOLUMN

MessageId: DTS_E_TERMLOOKUP_UNABLETOLOCATEREFCOLUMN MessageText: An error occurred while locating the reference column '%1!s!'.

DTS_E_TEXTDATATYPENOTSUPPORTEDWITHUNICODEFILES

MessageId: DTS_E_TEXTDATATYPENOTSUPPORTEDWITHUNICODEFILES MessageText: The data type for "%1!s!" 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.

DTS_E_TEXTMININGBASE_APPENDTOTEMPBUFFER

MessageId: DTS_E_TEXTMININGBASE_APPENDTOTEMPBUFFER MessageText: An error occurred while adding strings to an internal buffer. The error code returned was 0x%1!8.8X!.

DTS_E_TEXTMININGBASE_TESTPERIOD

MessageId: DTS_E_TEXTMININGBASE_TESTPERIOD MessageText: An error occurred while testing whether a dot is a part of an acronym. The error code returned was 0x%1!8.8X!.

DTS_E_TEXTQUALIFIERNOTFOUND

MessageId: DTS_E_TEXTQUALIFIERNOTFOUND MessageText: The text qualifier for column "%1!s!" cannot be found.

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.

DTS_E_THREADCOUNTOUTOFRANGE

MessageId: DTS_E_THREADCOUNTOUTOFRANGE MessageText: Failed to assign %3!d! to the EngineThreads property of the Data Flow task. The value must be between %1!d! and %2!d!.

DTS_E_THREADFAILED

MessageId: DTS_E_THREADFAILED MessageText: SSIS Error Code DTS_E_THREADFAILED. Thread "%1!s!" 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.

DTS_E_THREADFAILEDCREATE

MessageId: DTS_E_THREADFAILEDCREATE MessageText: 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.

DTS_E_THREADFAILEDINITIALIZE

MessageId: DTS_E_THREADFAILEDINITIALIZE MessageText: The Data Flow task failed to initialize a required thread and cannot begin execution. The thread previously reported a specific error.

DTS_E_THREADSTARTUPFAILED

MessageId: DTS_E_THREADSTARTUPFAILED MessageText: The Data Flow task engine failed at startup because it cannot create one or more required threads.

DTS_E_TIMEGENCANTCONFIGURE

MessageId: DTS_E_TIMEGENCANTCONFIGURE MessageText: Unable to configure the Microsoft.AnalysisServices.TimeDimGenerator.

DTS_E_TIMEGENCANTCONVERT

MessageId: DTS_E_TIMEGENCANTCONVERT MessageText: Unsupported datatype for column %1!d!.

DTS_E_TIMEGENCANTCREATE

MessageId: DTS_E_TIMEGENCANTCREATE MessageText: Unable to create the Microsoft.AnalysisServices.TimeDimGenerator.TimeDimGenerator.

DTS_E_TIMEGENCANTREAD

MessageId: DTS_E_TIMEGENCANTREAD MessageText: The attempt to read from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code 0x%1!8.8X!.

DTS_E_TIMEGENCANTREADCOLUMN

MessageId: DTS_E_TIMEGENCANTREADCOLUMN MessageText: The attempt to read column "%2!d!" data from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code 0x%2!8.8X!.

DTS_E_TIMEOUT

MessageId: DTS_E_TIMEOUT MessageText: 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.

DTS_E_TKEXECPACKAGE_CREATECHILDPKGFAILED

MessageId: DTS_E_TKEXECPACKAGE_CREATECHILDPKGFAILED MessageText: Error 0x%1!8.8X!. Failed to create an instance of empty child package. The Distributed Component Object Model (DCOM) configuration or the installation of SQL Server Integration Services, may be corrupted on your machine.

DTS_E_TKEXECPACKAGE_DOMDOCUMENTFAILED

MessageId: DTS_E_TKEXECPACKAGE_DOMDOCUMENTFAILED MessageText: Error 0x%1!8.8X!. Failed to get an XML document from the Document Object Model. The package data or your DOM installation might be corrupted.

DTS_E_TKEXECPACKAGE_DOMPROPFAILED

MessageId: DTS_E_TKEXECPACKAGE_DOMPROPFAILED MessageText: Error 0x%1!8.8X!. Failed to set properties on the XML Document Object Model object. Your DOM installation might be corrupted.

DTS_E_TKEXECPACKAGE_FILEACCESSERROR

MessageId: DTS_E_TKEXECPACKAGE_FILEACCESSERROR MessageText: Error 0x%1!8.8X!. Unable to access the package file, "%2!s!". Make sure that the file exists and that you have permission to access it.

DTS_E_TKEXECPACKAGE_INCORRECTCONNECTIONMANAGERTYPE

MessageId: DTS_E_TKEXECPACKAGE_INCORRECTCONNECTIONMANAGERTYPE MessageText: The connection manager "%1!s!" has an unsupported type "%2!s!". Only "FILE" and "OLEDB" connection managers are supported.

DTS_E_TKEXECPACKAGE_NOPROJECTREFERENCE

MessageId: DTS_E_TKEXECPACKAGE_NOPROJECTREFERENCE MessageText: There is no project to reference.

DTS_E_TKEXECPACKAGE_PACKAGENOTEXIST

MessageId: DTS_E_TKEXECPACKAGE_PACKAGENOTEXIST MessageText: Failed to locate the specified package in the project.

DTS_E_TKEXECPACKAGE_REQUIREDPARAMETERNOTSPECIFIED

MessageId: DTS_E_TKEXECPACKAGE_REQUIREDPARAMETERNOTSPECIFIED MessageText: One or more required parameters have not been assigned values.

DTS_E_TKEXECPACKAGE_REQUIRESENSITIVEPARAMETER

MessageId: DTS_E_TKEXECPACKAGE_REQUIRESENSITIVEPARAMETER MessageText: Variable "%1!s!" bound to child package parameter "%2!s!" contains a sensitive value. The child package parameter is not sensitive.

DTS_E_TKEXECPACKAGE_SERVERNAMEFAILED

MessageId: DTS_E_TKEXECPACKAGE_SERVERNAMEFAILED MessageText: Error 0x%1!8.8X!. Failed to get the server name. Make sure the server name property is specified correctly on the task.

DTS_E_TKEXECPACKAGE_SQLLOADFAILED

MessageId: DTS_E_TKEXECPACKAGE_SQLLOADFAILED MessageText: Error 0x%1!8.8X!. Failed to load the package "%2!s!" from SQL Server "%3!s!". Make sure that the package exists on the instance of SQL Server and that you have the correct credentials to access it.

DTS_E_TKEXECPACKAGE_UNABLETOLOAD

MessageId: DTS_E_TKEXECPACKAGE_UNABLETOLOAD MessageText: Error 0x%1!8.8X! while preparing to load the package. %2!s!.

DTS_E_TKEXECPACKAGE_UNABLETOLOADFILE

MessageId: DTS_E_TKEXECPACKAGE_UNABLETOLOADFILE MessageText: Error 0x%1!8.8X! while loading package file "%3!s!". %2!s!.

DTS_E_TKEXECPACKAGE_UNABLETOLOADXML

MessageId: DTS_E_TKEXECPACKAGE_UNABLETOLOADXML MessageText: Error 0x%1!8.8X! while loading package file "%3!s!" into an XML document. %2!s!.

DTS_E_TKEXECPACKAGE_UNSPECIFIEDCONNECTION

MessageId: DTS_E_TKEXECPACKAGE_UNSPECIFIEDCONNECTION MessageText: The connection is not specified.

DTS_E_TKEXECPACKAGE_UNSPECIFIEDPACKAGE

MessageId: DTS_E_TKEXECPACKAGE_UNSPECIFIEDPACKAGE MessageText: The package is not specified.

DTS_E_TKEXECPACKAGE_USERNAMEFAILED

MessageId: DTS_E_TKEXECPACKAGE_USERNAMEFAILED MessageText: Error 0x%1!8.8X!. Failed to get the user name. Make sure the user name property is specified correctly on the task.

DTS_E_TKEXECPACKAGE_VARIABLENOTFOUND

MessageId: DTS_E_TKEXECPACKAGE_VARIABLENOTFOUND MessageText: Failed to locate the variable or parameter "%1!s!".

DTS_E_TOEXECISNOTCHILD

MessageId: DTS_E_TOEXECISNOTCHILD MessageText: When adding a precedence constraint, the To executable specified is not a child of this container.

DTS_E_TOTALINPUTCOLSCANNOTBEZERO

MessageId: DTS_E_TOTALINPUTCOLSCANNOTBEZERO MessageText: No input columns found. At least one input column must be mapped to an output column.

DTS_E_TRANSACTION

MessageId: DTS_E_TRANSACTION MessageText: A transaction error occurred. See previous error messages for details.

DTS_E_TRANSACTIONENLISTNOTSUPPORTED

MessageId: DTS_E_TRANSACTIONENLISTNOTSUPPORTED MessageText: The connection does not support enlisting in distributed transaction.

DTS_E_TRANSFERDBTASK_FILENAMEREQUIRED

MessageId: DTS_E_TRANSFERDBTASK_FILENAMEREQUIRED MessageText: The transfer file information %1!s! is missing the filename.

DTS_E_TRANSFERDBTASK_FOLDERREQUIRED

MessageId: DTS_E_TRANSFERDBTASK_FOLDERREQUIRED MessageText: The transfer file information %1!s! is missing the folder part.

DTS_E_TRANSFERDBTASK_FTCATALOGSOFFLINEYUKONONLY

MessageId: DTS_E_TRANSFERDBTASK_FTCATALOGSOFFLINEYUKONONLY MessageText: Full text catalogs can only be included when performing an offline database transfer between 2 SQL Server 2005 servers.

DTS_E_TRANSFERDBTASK_MUSTHAVESOURCEFILES

MessageId: DTS_E_TRANSFERDBTASK_MUSTHAVESOURCEFILES MessageText: At least one source file must be specified.

DTS_E_TRANSFERDBTASK_NETSHAREDOESNOTEXIST

MessageId: DTS_E_TRANSFERDBTASK_NETSHAREDOESNOTEXIST MessageText: The network share "%1!s!" could not be found.

DTS_E_TRANSFERDBTASK_NETSHARENOACCESS

MessageId: DTS_E_TRANSFERDBTASK_NETSHARENOACCESS MessageText: The network share "%1!s! could not be accessed. The error is: %2!s!.

DTS_E_TRANSFERDBTASK_NOOVERWRITEDB

MessageId: DTS_E_TRANSFERDBTASK_NOOVERWRITEDB MessageText: The database "%1!s!" already exists on the destination server "%2!s!".

DTS_E_TRANSFERDBTASK_OFFLINEERROR

MessageId: DTS_E_TRANSFERDBTASK_OFFLINEERROR MessageText: The following exception occurred during an offline database transfer: %1!s!.

DTS_E_TRANSFERDBTASK_USERMUSTBEDBOORSYSADMIN

MessageId: DTS_E_TRANSFERDBTASK_USERMUSTBEDBOORSYSADMIN MessageText: The user "%1!s!" must be a DBO or a sysadmin for "%2!s!" in order to perform an online database transfer.

DTS_E_TRANSFERDBTASK_USERMUSTBESYSADMIN

MessageId: DTS_E_TRANSFERDBTASK_USERMUSTBESYSADMIN MessageText: The user "%1!s!" must be a sysadmin on "%2!s!" to perform an offline database transfer.

DTS_E_TRANSFERDBTASKS_SRCFILENOTFOUND

MessageId: DTS_E_TRANSFERDBTASKS_SRCFILENOTFOUND MessageText: Could not find the file "%1!s!" in the source database "%2!s!".

DTS_E_TRANSFERSPTASK_ERRORREADINGSPNAMES

MessageId: DTS_E_TRANSFERSPTASK_ERRORREADINGSPNAMES MessageText: Error reading stored procedure names from the xml file.

DTS_E_TRANSFERSPTASK_EXECUTIONFAILED

MessageId: DTS_E_TRANSFERSPTASK_EXECUTIONFAILED MessageText: Execution failed with the following error "%1!s!".

DTS_E_TRANSFERSPTASK_INVALIDDATANODE

MessageId: DTS_E_TRANSFERSPTASK_INVALIDDATANODE MessageText: Invalid data node for the Transfer Stored Procedure task.

DTS_E_TRANSFERTASKS_CONNECTIONNOTFOUND

MessageId: DTS_E_TRANSFERTASKS_CONNECTIONNOTFOUND MessageText: The connection "%1!s!" could not be found in the package.

DTS_E_TRANSFERTASKS_CONNECTIONTYPEISNOTSMOSERVER

MessageId: DTS_E_TRANSFERTASKS_CONNECTIONTYPEISNOTSMOSERVER MessageText: Connection "%1!s!" is not of type "SMOServer".

DTS_E_TRANSFERTASKS_DESTCONNECTIONREQUIRED

MessageId: DTS_E_TRANSFERTASKS_DESTCONNECTIONREQUIRED MessageText: A destination connection must be specified.

DTS_E_TRANSFERTASKS_DESTDBREQUIRED

MessageId: DTS_E_TRANSFERTASKS_DESTDBREQUIRED MessageText: A destination database must be specified.

DTS_E_TRANSFERTASKS_EXECUTIONFAILED

MessageId: DTS_E_TRANSFERTASKS_EXECUTIONFAILED MessageText: Execution failed with the following error: "%1!s!".

DTS_E_TRANSFERTASKS_FILELISTSCOUNTMISMATCH

MessageId: DTS_E_TRANSFERTASKS_FILELISTSCOUNTMISMATCH MessageText: The number of source transfer files and the number of destination transfer files must be the same.

DTS_E_TRANSFERTASKS_NETSHAREREQUIRED

MessageId: DTS_E_TRANSFERTASKS_NETSHAREREQUIRED MessageText: The transfer file information %1!s! is missing the network share part.

DTS_E_TRANSFERTASKS_NOTRANSACTIONSUPPORT

MessageId: DTS_E_TRANSFERTASKS_NOTRANSACTIONSUPPORT MessageText: This task can not participate in a transaction.

DTS_E_TRANSFERTASKS_OVERLAPFILESET

MessageId: DTS_E_TRANSFERTASKS_OVERLAPFILESET MessageText: The database file "%1!s!" is already used by the source database. Source and destination databases cannot use the same database files.

DTS_E_TRANSFERTASKS_SERVERVERSIONNOTALLOWED

MessageId: DTS_E_TRANSFERTASKS_SERVERVERSIONNOTALLOWED MessageText: The connection "%1!s!" specifies a SQL Server instance with a version that is not supported for transfer. Only versions 7, 2000, and 2005 are supported.

DTS_E_TRANSFERTASKS_SOURCECANTBESAMEASDESTINATION

MessageId: DTS_E_TRANSFERTASKS_SOURCECANTBESAMEASDESTINATION MessageText: The source server can not be the same as the destination server.

DTS_E_TRANSFERTASKS_SRCCONNECTIONREQUIRED

MessageId: DTS_E_TRANSFERTASKS_SRCCONNECTIONREQUIRED MessageText: A source connection must be specified.

DTS_E_TRANSFERTASKS_SRCDBANDDESTDBTHESAME

MessageId: DTS_E_TRANSFERTASKS_SRCDBANDDESTDBTHESAME MessageText: The source database and the destination database can not be the same.

DTS_E_TRANSFERTASKS_SRCDBMUSTEXIST

MessageId: DTS_E_TRANSFERTASKS_SRCDBMUSTEXIST MessageText: The source database "%1!s!" must exist on the source server.

DTS_E_TRANSFERTASKS_SRCDBREQUIRED

MessageId: DTS_E_TRANSFERTASKS_SRCDBREQUIRED MessageText: A source database must be specified.

DTS_E_TRANSFERTASKS_SRCSERVERLESSEQUALDESTSERVER

MessageId: DTS_E_TRANSFERTASKS_SRCSERVERLESSEQUALDESTSERVER MessageText: The source connection "%1!s!" must specify a SQL Server instance with a version earlier than or the same as the destination connection "%2!s!".

DTS_E_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST MessageText: User Defined Aggregate "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_CANNOTDROPOBJECTS

MessageId: DTS_E_TRANSOBJECTSTASK_CANNOTDROPOBJECTS MessageText: "Logins" are server level objects and can not be dropped first since the source and destination are the same server. Dropping objects first will remove the logins from the source as well.

DTS_E_TRANSOBJECTSTASK_DEFAULTALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_DEFAULTALREADYATDEST MessageText: Default "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_EMPTYLIST

MessageId: DTS_E_TRANSOBJECTSTASK_EMPTYLIST MessageText: The list of "Objects" to transfer is empty.

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGAGGREGATES

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGAGGREGATES MessageText: An error occurred while trying to get set the User Defined Aggregates list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGDEFAULTS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGDEFAULTS MessageText: An error occurred while trying to get set the Defaults list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGLOGINS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGLOGINS MessageText: An error occurred while trying to get set the Logins list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPFS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPFS MessageText: An error occurred while trying to get set the Partition Functions list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPSS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPSS MessageText: An error occurred while trying to get set the Partition Schemes list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGRULES

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGRULES MessageText: An error occurred while trying to get set the Rules list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSCHEMAS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSCHEMAS MessageText: An error occurred while trying to get set the Schemas list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSPS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSPS MessageText: An error occurred while trying to get set the Stored Procedures list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSQLASSEMBLIES

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSQLASSEMBLIES MessageText: An error occurred while trying to get set the SqlAssemblies list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTABLES

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTABLES MessageText: An error occurred while trying to get set the Tables list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTYPES

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTYPES MessageText: An error occurred while trying to get set the User Defined Types list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDDTS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDDTS MessageText: An error occurred while trying to get set the User Defined Data Types list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDFS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDFS MessageText: An error occurred while trying to get set the User Defined Functions list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUSERS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUSERS MessageText: An error occurred while trying to get set the Users list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGVIEWS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGVIEWS MessageText: An error occurred while trying to get set the Views list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGXMLSCHEMACOLLECTIONS

MessageId: DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGXMLSCHEMACOLLECTIONS MessageText: An error occurred while trying to get set the XmlSchemaCollections list to transfer: "%1!s!".

DTS_E_TRANSOBJECTSTASK_FAILEDTOTRANSFEROBJECTS

MessageId: DTS_E_TRANSOBJECTSTASK_FAILEDTOTRANSFEROBJECTS MessageText: Failed to transfer the object(s).

DTS_E_TRANSOBJECTSTASK_LOGINALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_LOGINALREADYATDEST MessageText: Login "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_NOAGGREGATEATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOAGGREGATEATSOURCE MessageText: User Defined Aggregate "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NODEFAULTATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NODEFAULTATSOURCE MessageText: Default "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOLOGINATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOLOGINATSOURCE MessageText: Login "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOPFATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOPFATSOURCE MessageText: Partition Function "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOPSATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOPSATSOURCE MessageText: Partition Scheme "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NORULEATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NORULEATSOURCE MessageText: Rule "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOSCHEMAATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOSCHEMAATSOURCE MessageText: Schema "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOSPATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOSPATSOURCE MessageText: Stored procedure "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOSQLASSEMBLYATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOSQLASSEMBLYATSOURCE MessageText: SqlAssembly "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOTABLEATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOTABLEATSOURCE MessageText: Table "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOTYPEATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOTYPEATSOURCE MessageText: User Defined Type "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOUDDTATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOUDDTATSOURCE MessageText: User Defined Data Type "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOUDFATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOUDFATSOURCE MessageText: User Defined Function "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOUSERATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOUSERATSOURCE MessageText: User "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOVIEWATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOVIEWATSOURCE MessageText: View "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONATSOURCE

MessageId: DTS_E_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONATSOURCE MessageText: XmlSchemaCollection "%1!s!" does not exist at the source.

DTS_E_TRANSOBJECTSTASK_PFALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_PFALREADYATDEST MessageText: Partition Function "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_PSALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_PSALREADYATDEST MessageText: Partition Scheme "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_RULEALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_RULEALREADYATDEST MessageText: Rule "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_SCHEMAALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_SCHEMAALREADYATDEST MessageText: Schema "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_SPALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_SPALREADYATDEST MessageText: Stored procedure "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST MessageText: SqlAssembly "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_SUPPORTEDONYUKONONLY

MessageId: DTS_E_TRANSOBJECTSTASK_SUPPORTEDONYUKONONLY MessageText: Objects of type "%1!s!" are only supported between SQL Server 2005 or newer servers.

DTS_E_TRANSOBJECTSTASK_TABLEALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_TABLEALREADYATDEST MessageText: Table "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_TYPEALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_TYPEALREADYATDEST MessageText: User Defined Type "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_UDDTALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_UDDTALREADYATDEST MessageText: User Defined Data Type "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_UDFALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_UDFALREADYATDEST MessageText: User Defined Function "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_USERALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_USERALREADYATDEST MessageText: User "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_VIEWALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_VIEWALREADYATDEST MessageText: View "%1!s!" already exists at destination.

DTS_E_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST

MessageId: DTS_E_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST MessageText: XmlSchemaCollection "%1!s!" already exists at destination.

DTS_E_TRUNCATIONTRIGGEREDREDIRECTION

MessageId: DTS_E_TRUNCATIONTRIGGEREDREDIRECTION MessageText: A truncation caused a row to be redirected, based on the truncation disposition settings.

DTS_E_TRUNCROWDISPMUSTBENOTUSED

MessageId: DTS_E_TRUNCROWDISPMUSTBENOTUSED MessageText: The %1!s! must have its truncation row disposition value set to RD_NotUsed.

DTS_E_TTGENTASK_BADFILENAME

MessageId: DTS_E_TTGENTASK_BADFILENAME MessageText: Invalid file name specified on the connection manager "%1!s!".

DTS_E_TTGENTASK_BADTABLEMETADATA

MessageId: DTS_E_TTGENTASK_BADTABLEMETADATA MessageText: The TableMetaDataNode is not an XMLNode.

DTS_E_TTGENTASK_BADVARIABLETYPE

MessageId: DTS_E_TTGENTASK_BADVARIABLETYPE MessageText: The variable is not the correct type.

DTS_E_TTGENTASK_FAILEDCREATE

MessageId: DTS_E_TTGENTASK_FAILEDCREATE MessageText: Failed to create the package.

DTS_E_TTGENTASK_FAILEDCREATEPIPELINE

MessageId: DTS_E_TTGENTASK_FAILEDCREATEPIPELINE MessageText: Failed to create the pipeline.

DTS_E_TTGENTASK_NOCONNORVARIABLE

MessageId: DTS_E_TTGENTASK_NOCONNORVARIABLE MessageText: A connection name or variable name for the package must be specified.

DTS_E_TTGENTASK_NOTFILECONNECTION

MessageId: DTS_E_TTGENTASK_NOTFILECONNECTION MessageText: The connection manager specified is not a FILE connection manager.

DTS_E_TXAGG_AGGREGATION_FAILURE

MessageId: DTS_E_TXAGG_AGGREGATION_FAILURE MessageText: Aggregation on %1!s! failed with error code 0x%2!8.8X!.

DTS_E_TXAGG_ARITHMETICOVERFLOW

MessageId: DTS_E_TXAGG_ARITHMETICOVERFLOW MessageText: Arithmetic overflow encountered while aggregating "%1!s!".

DTS_E_TXAGG_BADKEYSVALUE

MessageId: DTS_E_TXAGG_BADKEYSVALUE MessageText: The property %1!s! must either be empty, or a number between %2!u! and %3!u!. The Keys or CountDistinctKeys property has a invalid value. The property should be a number between 0 and ULONG_MAX, inclusive, or not be set.

DTS_E_TXAGG_CDCHAINHEAP_CREATEERR

MessageId: DTS_E_TXAGG_CDCHAINHEAP_CREATEERR MessageText: Unable to allocate memory to create a heap for CountDistinct chains.

DTS_E_TXAGG_CDCHAINHEAP_MALLOCERR

MessageId: DTS_E_TXAGG_CDCHAINHEAP_MALLOCERR MessageText: Unable to allocate memory for CountDistinct chains.

DTS_E_TXAGG_CDCOLLASSEARRAY_MALLOCERR

MessageId: DTS_E_TXAGG_CDCOLLASSEARRAY_MALLOCERR MessageText: Unable to allocate memory for CountDistinct Collapse array.

DTS_E_TXAGG_CDHASHTABLE_CREATEERR

MessageId: DTS_E_TXAGG_CDHASHTABLE_CREATEERR MessageText: Unable to allocate memory for CountDistinct hash table.

DTS_E_TXAGG_CDNODEHEAP_CREATEERR

MessageId: DTS_E_TXAGG_CDNODEHEAP_CREATEERR MessageText: Unable to allocate memory to create a heap for CountDistinct nodes.

DTS_E_TXAGG_CDNODEHEAP_MALLOCERR

MessageId: DTS_E_TXAGG_CDNODEHEAP_MALLOCERR MessageText: Unable to allocate memory for CountDistinct node heap.

DTS_E_TXAGG_CDWORKSPACE_CREATEERR

MessageId: DTS_E_TXAGG_CDWORKSPACE_CREATEERR MessageText: Unable to create a CountDistinct workspace buffer.

DTS_E_TXAGG_CDWORKSPACE_MALLOCERR

MessageId: DTS_E_TXAGG_CDWORKSPACE_MALLOCERR MessageText: Unable to allocate memory for a new row for the CountDistinct workspace buffer.

DTS_E_TXAGG_COMPFLAGS_BADAGGREGATIONTYPE

MessageId: DTS_E_TXAGG_COMPFLAGS_BADAGGREGATIONTYPE MessageText: The custom property "%1!s!" 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.

DTS_E_TXAGG_COMPFLAGS_BADDATATYPE

MessageId: DTS_E_TXAGG_COMPFLAGS_BADDATATYPE MessageText: The comparison flags custom property "%1!s!" can only be specified for columns of with datatype DT_STR or DT_WSTR.

DTS_E_TXAGG_HASHNODEHEAP_CREATEERR

MessageId: DTS_E_TXAGG_HASHNODEHEAP_CREATEERR MessageText: Unable to allocate memory to create a heap for the hash nodes.

DTS_E_TXAGG_HASHNODEHEAP_MALLOCERR

MessageId: DTS_E_TXAGG_HASHNODEHEAP_MALLOCERR MessageText: Unable to allocate memory for the hash node heap.

DTS_E_TXAGG_HASHTABLE_MALLOCERR

MessageId: DTS_E_TXAGG_HASHTABLE_MALLOCERR MessageText: Unable to allocate memory for the hash table.

DTS_E_TXAGG_INPUTNOTFOUNDFOROUTPUT

MessageId: DTS_E_TXAGG_INPUTNOTFOUNDFOROUTPUT MessageText: Cannot find input column with lineage ID %1!d! needed by output column with ID %2!d!.

DTS_E_TXAGG_INPUTOUTPUTDATATYPEMISMATCH

MessageId: DTS_E_TXAGG_INPUTOUTPUTDATATYPEMISMATCH MessageText: Data types of input column lineage ID %1!d! and output column ID %2!d! do not match.

DTS_E_TXAGG_INVALIDINPUTDATATYPEFORAGGREGATE

MessageId: DTS_E_TXAGG_INVALIDINPUTDATATYPEFORAGGREGATE MessageText: Invalid input data type for %1!s! used for the specified aggregate at %2!s!.

DTS_E_TXAGG_INVALIDOUTPUTDATATYPEFORAGGREGATE

MessageId: DTS_E_TXAGG_INVALIDOUTPUTDATATYPEFORAGGREGATE MessageText: Invalid output data type for aggregate type specified at output column ID %1!d!.

DTS_E_TXAGG_MAINWORKSPACE_CREATEERR

MessageId: DTS_E_TXAGG_MAINWORKSPACE_CREATEERR MessageText: Unable to create a main workspace buffer.

DTS_E_TXAGG_MAINWORKSPACE_MALLOCERR

MessageId: DTS_E_TXAGG_MAINWORKSPACE_MALLOCERR MessageText: Unable to allocate memory for a new row for the main workspace buffer. An out-of-memory condition occurred.

DTS_E_TXAGG_MEMALLOCERRCOUNTDISTINCTDESCRIPTOR

MessageId: DTS_E_TXAGG_MEMALLOCERRCOUNTDISTINCTDESCRIPTOR MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERRNUMERICDESCRIPTORS

MessageId: DTS_E_TXAGG_MEMALLOCERRNUMERICDESCRIPTORS MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERROUTPUTDESCRIPTORS

MessageId: DTS_E_TXAGG_MEMALLOCERROUTPUTDESCRIPTORS MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERRSORTORDERDESCRIPTORS

MessageId: DTS_E_TXAGG_MEMALLOCERRSORTORDERDESCRIPTORS MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERRWORKSPACEBUFFCOLS

MessageId: DTS_E_TXAGG_MEMALLOCERRWORKSPACEBUFFCOLS MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERRWORKSPACEDESCRIPTORS

MessageId: DTS_E_TXAGG_MEMALLOCERRWORKSPACEDESCRIPTORS MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERRWORKSPACENUMERICDESCRIPTORS

MessageId: DTS_E_TXAGG_MEMALLOCERRWORKSPACENUMERICDESCRIPTORS MessageText: Unable to allocate memory.

DTS_E_TXAGG_MEMALLOCERRWORKSPACESORTORDERDESCRIPTORS

MessageId: DTS_E_TXAGG_MEMALLOCERRWORKSPACESORTORDERDESCRIPTORS MessageText: Unable to allocate memory.

DTS_E_TXAGG_SORTKEYGENFAILED

MessageId: DTS_E_TXAGG_SORTKEYGENFAILED MessageText: Generating a sort key failed with error 0x%1!8.8X!. The ComparisonFlags are enabled, and generating a sortkey with LCMapString failed.

DTS_E_TXAGG_STRING_TOO_LONG

MessageId: DTS_E_TXAGG_STRING_TOO_LONG MessageText: The transform encountered a key column that was larger than %1!u! characters.

DTS_E_TXAGG_STRINGPROMOTIONFAILED

MessageId: DTS_E_TXAGG_STRINGPROMOTIONFAILED MessageText: Could not convert input column with Lineage ID %1!ld! to DT_WSTR due to error 0x%2!8.8X!.

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.

DTS_E_TXAGG_TOOMANYKEYS

MessageId: DTS_E_TXAGG_TOOMANYKEYS MessageText: The aggregate component encountered too many distinct key combinations. It cannot accommodate more than %1!u! distinct key values. There are more than ULONG_MAX distinct key values in the main workspace.

DTS_E_TXAUDIT_ONLYSTRINGLENGTHCHANGEALLOWED

MessageId: DTS_E_TXAUDIT_ONLYSTRINGLENGTHCHANGEALLOWED MessageText: Only lengths of User Name column, Package Name column, Task Name column and Machine Name column can be changed. All other audit column datatype information is read only.

DTS_E_TXCHARMAP_CANTBOTHCASE

MessageId: DTS_E_TXCHARMAP_CANTBOTHCASE MessageText: Column "%1!s!" maps the column to both uppercase and lowercase.

DTS_E_TXCHARMAP_CANTCASECHINESE

MessageId: DTS_E_TXCHARMAP_CANTCASECHINESE MessageText: Column "%1!s!" combines operations on Chinese characters with uppercase and lowercase operations.

DTS_E_TXCHARMAP_CANTCASEJAPANESE

MessageId: DTS_E_TXCHARMAP_CANTCASEJAPANESE MessageText: Column "%1!s!" combines operations on Japanese characters with uppercase and lowercase operations.

DTS_E_TXCHARMAP_CANTCHINAJAPAN

MessageId: DTS_E_TXCHARMAP_CANTCHINAJAPAN MessageText: Column "%1!s!" combines operations on Japanese characters with operations for Chinese characters.

DTS_E_TXCHARMAP_CANTFULLHALF

MessageId: DTS_E_TXCHARMAP_CANTFULLHALF MessageText: Column "%1!s!" requests operations to generate both full width and half width characters.

DTS_E_TXCHARMAP_CANTKATAKANAHIRAGANA

MessageId: DTS_E_TXCHARMAP_CANTKATAKANAHIRAGANA MessageText: Column "%1!s!" requests that Katakana and Hiragana characters be produced at the same time.

DTS_E_TXCHARMAP_CANTLINGUISTIC

MessageId: DTS_E_TXCHARMAP_CANTLINGUISTIC MessageText: Column "%1!s!" combines flags other than uppercase and lowercase with the linguistic casing operation.

DTS_E_TXCHARMAP_CANTSIMPLECOMPLEX

MessageId: DTS_E_TXCHARMAP_CANTSIMPLECOMPLEX MessageText: Column "%1!s!" requests that Simple Chinese and Traditional Chinese characters be produced at the same time.

DTS_E_TXCHARMAP_INVALIDMAPFLAGANDDATATYPE

MessageId: DTS_E_TXCHARMAP_INVALIDMAPFLAGANDDATATYPE MessageText: The data type of column "%1!s!" cannot be mapped as specified.

DTS_E_TXCHARMAPINVALIDCOLUMNDATATYPE

MessageId: DTS_E_TXCHARMAPINVALIDCOLUMNDATATYPE MessageText: The %1!s! has an unsupported datatype. It must be DT_STR, DT_WSTR, DT_TEXT, or DT_NTEXT.

DTS_E_TXCHARMAPLCMAPFAILED

MessageId: DTS_E_TXCHARMAPLCMAPFAILED MessageText: Transform failed to map string and returned error 0x%1!8.8X!. The LCMapString failed.

DTS_E_TXCOPYMAP_INCORRECT_OUTPUT_COLUMN_MAPPING

MessageId: DTS_E_TXCOPYMAP_INCORRECT_OUTPUT_COLUMN_MAPPING MessageText: 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.

DTS_E_TXCOPYMAP_MISMATCHED_COLUMN_METADATA

MessageId: DTS_E_TXCOPYMAP_MISMATCHED_COLUMN_METADATA MessageText: 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 (datatype, precision, scale, length, or codepage).

DTS_E_TXDATACONVERTSTATIC_CANTCONVERTVALUE

MessageId: DTS_E_TXDATACONVERTSTATIC_CANTCONVERTVALUE MessageText: The data value cannot be converted for reasons other than sign mismatch or data overflow.

DTS_E_TXDATACONVERTSTATIC_DATAOVERFLOW

MessageId: DTS_E_TXDATACONVERTSTATIC_DATAOVERFLOW MessageText: Conversion failed because the data value overflowed the type used by the data conversion transform.

DTS_E_TXDATACONVERTSTATIC_SIGNMISMATCH

MessageId: DTS_E_TXDATACONVERTSTATIC_SIGNMISMATCH MessageText: Conversion failed because the data value was signed and the type used by the provider was unsigned.

DTS_E_TXDATACONVERTSTATIC_TRUNCATED

MessageId: DTS_E_TXDATACONVERTSTATIC_TRUNCATED MessageText: The data was truncated.

DTS_E_TXDATACONVERTSTATIC_UNAVAILABLE

MessageId: DTS_E_TXDATACONVERTSTATIC_UNAVAILABLE MessageText: No status is available.

DTS_E_TXEXECPACKAGE_FAILTOEXECUTEPROJECTREF

MessageId: DTS_E_TXEXECPACKAGE_FAILTOEXECUTEPROJECTREF MessageText: Error 0x%1!8.8X! while executing package from project reference package "%3!s!". %2!s!.

DTS_E_TXFILEEXTRACTORSTATIC_EXTRACTORCANTWRITE

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_EXTRACTORCANTWRITE MessageText: Failed to write to file.

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE MessageText: Failed to open file for writing.

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_ACCESSDENIED

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_ACCESSDENIED MessageText: Opening the file for writing failed. You do not have the correct permissions.

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILEEXISTS

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILEEXISTS MessageText: 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.

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILENOTFOUND

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILENOTFOUND MessageText: Opening the file for writing failed. The file cannot be found.

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_PATHNOTFOUND

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_PATHNOTFOUND MessageText: Opening the file for writing failed. The path cannot be found.

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_TOOMANYOPENFILES

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_TOOMANYOPENFILES MessageText: Opening the file for writing failed. There are too many files open.

DTS_E_TXFILEEXTRACTORSTATIC_FILEWRITEERR_DISKFULL

MessageId: DTS_E_TXFILEEXTRACTORSTATIC_FILEWRITEERR_DISKFULL MessageText: Attempting to open the file for writing failed because the disk is full.

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD

MessageId: DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD MessageText: Failed to open file for reading.

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_ACCESSDENIED

MessageId: DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_ACCESSDENIED MessageText: Opening the file for reading failed. You do not have the correct permissions.

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_FILENOTFOUND

MessageId: DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_FILENOTFOUND MessageText: Opening a file for reading failed. The file was not found.

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_PATHNOTFOUND

MessageId: DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_PATHNOTFOUND MessageText: Opening a file for reading failed. The path was not found.

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_TOOMANYOPENFILES

MessageId: DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_TOOMANYOPENFILES MessageText: Opening the file for reading failed. There are too many files open.

DTS_E_TXFILEINSERTERSTATIC_INSERTERCANTREAD

MessageId: DTS_E_TXFILEINSERTERSTATIC_INSERTERCANTREAD MessageText: Failed to read from file.

DTS_E_TXFILEINSERTERSTATIC_INSERTERINVALIDBOM

MessageId: DTS_E_TXFILEINSERTERSTATIC_INSERTERINVALIDBOM MessageText: 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.

DTS_E_TXFUZZY_HIERARCHY_INCORRECT

The levels in hierarchy should be unique numbers. The 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. The overlaps and gaps are not allowed.

DTS_E_TXFUZZY_MATCHCONTRIBUTION_AND_HIERARCHY_SPECIFIED

MessageId: DTS_E_TXFUZZY_MATCHCONTRIBUTION_AND_HIERARCHY_SPECIFIED MessageText: 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.

DTS_E_TXFUZZYGROUPING_INSUFFICIENT_FUZZY_JOIN_COLUMNS

MessageId: DTS_E_TXFUZZYGROUPING_INSUFFICIENT_FUZZY_JOIN_COLUMNS MessageText: No columns to fuzzy group on were defined. There must be at least one input column with column properties ToBeCleaned=true and ExactFuzzy=2.

DTS_E_TXFUZZYLOOKUP_COLUMNINVALID

MessageId: DTS_E_TXFUZZYLOOKUP_COLUMNINVALID MessageText: The column with ID '%1!d!' was not valid for an undetermined reason.

DTS_E_TXFUZZYLOOKUP_IDENTIFIER_PROPERTY

MessageId: DTS_E_TXFUZZYLOOKUP_IDENTIFIER_PROPERTY MessageText: The name "%1!s!" given for property "%2!s!" 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.

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.

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_EXACT_JOIN_DATATYPES

MessageId: DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_EXACT_JOIN_DATATYPES MessageText: The exact lookup columns, "%1!s!" and "%2!s!", 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.

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_FUZZY_JOIN_DATATYPES

MessageId: DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_FUZZY_JOIN_DATATYPES MessageText: The fuzzy lookup specified between input column "%1!s!" and reference column "%2!s!" is not valid because fuzzy joins are only supported between string columns, types DT_STR and DT_WSTR.

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_PASSTHRUCOLUMN_DATATYPES

MessageId: DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_PASSTHRUCOLUMN_DATATYPES MessageText: The passthrough columns, "%1!s!" and "%2!s!", do not have equal data types. Only columns with equal data types are supported as passthrough columns from input to output.

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.

DTS_E_TXFUZZYLOOKUP_INDEXED_COLUMN_NOT_FOUND_IN_REF_TABLE

MessageId: DTS_E_TXFUZZYLOOKUP_INDEXED_COLUMN_NOT_FOUND_IN_REF_TABLE MessageText: The column "%1!s!" in the pre-built index "%2!s!" 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.

DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX

MessageId: DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX MessageText: The table "%1!s!" does not appear to be a valid pre-built match index. This error occurs if the metadata record cannot be loaded from the specified pre-built index.

DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME

MessageId: DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME MessageText: The reference table name "%1!s!" is not a valid SQL identifier. This error occurs if 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.

DTS_E_TXFUZZYLOOKUP_INVALID_PROPERTY_VALUE

MessageId: DTS_E_TXFUZZYLOOKUP_INVALID_PROPERTY_VALUE MessageText: The value "%1!s!" for property "%2!s!" is not valid.

DTS_E_TXFUZZYLOOKUP_MINSIMILARITY_INVALID

MessageId: DTS_E_TXFUZZYLOOKUP_MINSIMILARITY_INVALID MessageText: 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.

DTS_E_TXFUZZYLOOKUP_NO_JOIN_COLUMNS

MessageId: DTS_E_TXFUZZYLOOKUP_NO_JOIN_COLUMNS MessageText: 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.

DTS_E_TXFUZZYLOOKUP_OLEDBERR_LOADCOLUMNMETADATA

MessageId: DTS_E_TXFUZZYLOOKUP_OLEDBERR_LOADCOLUMNMETADATA MessageText: Encountered OLEDB error while loading column metadata.

DTS_E_TXFUZZYLOOKUP_OUTPUT_COLUMN_MUST_BE_PASSTHRU_COLUMN_OR_A_COPY_COLUMN

MessageId: DTS_E_TXFUZZYLOOKUP_OUTPUT_COLUMN_MUST_BE_PASSTHRU_COLUMN_OR_A_COPY_COLUMN MessageText: 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.

DTS_E_TXFUZZYLOOKUP_OUTPUTLENGTHMISMATCH

MessageId: DTS_E_TXFUZZYLOOKUP_OUTPUTLENGTHMISMATCH MessageText: The length of output column '%1!s!' is less than that of its source column '%2!s!'.

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.

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.

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.

DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG

MessageId: DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG MessageText: The length of string column '%1!s!' 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.

DTS_E_TXFUZZYLOOKUP_TOKEN_TOO_LONG

MessageId: DTS_E_TXFUZZYLOOKUP_TOKEN_TOO_LONG MessageText: The component encountered a token that was larger than 2147483647 characters.

DTS_E_TXFUZZYLOOKUP_TOOFEWREFERENCECOLUMNS

MessageId: DTS_E_TXFUZZYLOOKUP_TOOFEWREFERENCECOLUMNS MessageText: Lookup reference metadata contains too few columns.

DTS_E_TXFUZZYLOOKUP_TOOMANYPREFIXES

MessageId: DTS_E_TXFUZZYLOOKUP_TOOMANYPREFIXES MessageText: The SQL object name '%1!s!' specified for property '%2!s!' contains more than the maximum number of prefixes. The maximum is 2.

DTS_E_TXFUZZYLOOKUP_UNABLE_TO_READ_MATCH_INDEX

MessageId: DTS_E_TXFUZZYLOOKUP_UNABLE_TO_READ_MATCH_INDEX MessageText: Unable to read specified pre-built match index "%1!s!". OLEDB Error code: 0x%2!8.8X!.

DTS_E_TXFUZZYLOOKUP_UNABLETOLOCATEREFCOLUMN

MessageId: DTS_E_TXFUZZYLOOKUP_UNABLETOLOCATEREFCOLUMN MessageText: Cannot locate reference column "%1!s!".

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.

DTS_E_TXFUZZYLOOKUP_UNSUPPORTEDDATATYPE

MessageId: DTS_E_TXFUZZYLOOKUP_UNSUPPORTEDDATATYPE MessageText: The data type of column '%1!s!' is not supported.

DTS_E_TXGROUPDUPS_INPUTCOLUMNNOTJOINED

MessageId: DTS_E_TXGROUPDUPS_INPUTCOLUMNNOTJOINED MessageText: The input column "%1!s!" referenced by the "%2!s!" property on output column "%3!s!" must have property ToBeCleaned=True and have a valid ExactFuzzy property value.

DTS_E_TXLINEAGEDATATYPEMISMATCH

MessageId: DTS_E_TXLINEAGEDATATYPEMISMATCH MessageText: The datatype for "%1!s!" is not valid for the specified lineage item.

DTS_E_TXLINEAGEINVALIDLENGTH

MessageId: DTS_E_TXLINEAGEINVALIDLENGTH MessageText: The length for "%1!s!" is not valid for the specified lineage item.

DTS_E_TXLINEAGEINVALIDLINEAGEITEM

MessageId: DTS_E_TXLINEAGEINVALIDLINEAGEITEM MessageText: Lineage item value %1!ld! is not valid. The valid range is between %2!ld! and %3!ld!.

DTS_E_TXLOOKUP_CANCEL_REQUESTED

MessageId: DTS_E_TXLOOKUP_CANCEL_REQUESTED MessageText: Lookup transform has received a cancel request from the user.

DTS_E_TXLOOKUP_DUPLICATE_KEYS

MessageId: DTS_E_TXLOOKUP_DUPLICATE_KEYS MessageText: The %1!s! encountered duplicate reference key values when caching reference data. This error occurs in Full Cache mode only. Either remove the duplicate key values, or change the cache mode to PARTIAL or NO_CACHE.

DTS_E_TXLOOKUP_FAILEDUPGRADE_BAD_VERSION

MessageId: DTS_E_TXLOOKUP_FAILEDUPGRADE_BAD_VERSION MessageText: 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().

DTS_E_TXLOOKUP_HASHNODEHEAP_CREATEERR

MessageId: DTS_E_TXLOOKUP_HASHNODEHEAP_CREATEERR MessageText: Unable to allocate memory to create a heap for hash nodes.

DTS_E_TXLOOKUP_HASHNODEHEAP_MALLOCERR

MessageId: DTS_E_TXLOOKUP_HASHNODEHEAP_MALLOCERR MessageText: Unable to allocate memory for a hash node heap.

DTS_E_TXLOOKUP_HASHTABLE_MALLOCERR

MessageId: DTS_E_TXLOOKUP_HASHTABLE_MALLOCERR MessageText: Unable to allocate memory for hash table.

DTS_E_TXLOOKUP_INCOMPATIBLEDATATYPES

MessageId: DTS_E_TXLOOKUP_INCOMPATIBLEDATATYPES MessageText: %1!s! and reference column named "%2!s!" have incompatible data types.

DTS_E_TXLOOKUP_INCORRECTNUMOFPARAMETERS

MessageId: DTS_E_TXLOOKUP_INCORRECTNUMOFPARAMETERS MessageText: The parameterized SQL statement contains an incorrect number of parameters. Expected %1!d!, but found %2!d!.

DTS_E_TXLOOKUP_INDEXCOLUMNREUSED

MessageId: DTS_E_TXLOOKUP_INDEXCOLUMNREUSED MessageText: The cache index column %1!s! is referenced by more than one lookup input column.

DTS_E_TXLOOKUP_INDEXCOLUMNSMISMATCH

MessageId: DTS_E_TXLOOKUP_INDEXCOLUMNSMISMATCH MessageText: Lookup does not reference all cache connection manager index columns. Number of joined columns in lookup: %1!d!. Number of index columns: %2!d!.

DTS_E_TXLOOKUP_INVALID_CASE

MessageId: DTS_E_TXLOOKUP_INVALID_CASE MessageText: An invalid case was encountered in a switch statement during runtime.

DTS_E_TXLOOKUP_INVALIDCOPYTYPE

MessageId: DTS_E_TXLOOKUP_INVALIDCOPYTYPE MessageText: %1!s! has a datatype which cannot be copied.

DTS_E_TXLOOKUP_INVALIDJOINTYPE

MessageId: DTS_E_TXLOOKUP_INVALIDJOINTYPE MessageText: %1!s! has a datatype which cannot be joined on.

DTS_E_TXLOOKUP_INVALIDMAXMEMORYPROP

MessageId: DTS_E_TXLOOKUP_INVALIDMAXMEMORYPROP MessageText: The value for custom property %1!s! is incorrect. It should be a number between %2!d! and %3!I64d!.

DTS_E_TXLOOKUP_LRUNODEHEAP_CREATEERR

MessageId: DTS_E_TXLOOKUP_LRUNODEHEAP_CREATEERR MessageText: Unable to create a heap for LRU nodes. An out-of-memory condition occurred.

DTS_E_TXLOOKUP_LRUNODEHEAP_MALLOCERR

MessageId: DTS_E_TXLOOKUP_LRUNODEHEAP_MALLOCERR MessageText: Unable to allocate memory for the LRU node heap. An out-of-memory condition occurred.

DTS_E_TXLOOKUP_MAINWORKSPACE_CREATEERR

MessageId: DTS_E_TXLOOKUP_MAINWORKSPACE_CREATEERR MessageText: Unable to create a main workspace buffer.

DTS_E_TXLOOKUP_MAINWORKSPACE_MALLOCERR

MessageId: DTS_E_TXLOOKUP_MAINWORKSPACE_MALLOCERR MessageText: Unable to allocate memory for a new row for the main workspace buffer. An out-of-memory condition occurred.

DTS_E_TXLOOKUP_MALLOCERR_BUFFCOL

MessageId: DTS_E_TXLOOKUP_MALLOCERR_BUFFCOL MessageText: Unable to allocate memory for an array of BUFFCOL structures for the creation of a main workspace.

DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNINFO

MessageId: DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNINFO MessageText: Unable to allocate memory for an array of ColumnInfo structures.

DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNPAIR

MessageId: DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNPAIR MessageText: Could not allocate memory for an array of ColumnPair structures.

DTS_E_TXLOOKUP_METADATAXMLCACHEERR

MessageId: DTS_E_TXLOOKUP_METADATAXMLCACHEERR MessageText: Unable to cache reference metadata.

DTS_E_TXLOOKUP_NOJOINS

MessageId: DTS_E_TXLOOKUP_NOJOINS MessageText: 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.

DTS_E_TXLOOKUP_OLEDBERR_BINDPARAMETERS

MessageId: DTS_E_TXLOOKUP_OLEDBERR_BINDPARAMETERS MessageText: OLE DB error occurred while binding parameters. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_OLEDBERR_CREATEBINDING

MessageId: DTS_E_TXLOOKUP_OLEDBERR_CREATEBINDING MessageText: OLE DB error occurred while creating bindings. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_OLEDBERR_FILLBUFFER

MessageId: DTS_E_TXLOOKUP_OLEDBERR_FILLBUFFER MessageText: OLE DB error occurred while populating internal cache. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_OLEDBERR_GETIROWSET

MessageId: DTS_E_TXLOOKUP_OLEDBERR_GETIROWSET MessageText: OLE DB error occurred while fetching rowset. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_OLEDBERR_GETPARAMIROWSET

MessageId: DTS_E_TXLOOKUP_OLEDBERR_GETPARAMIROWSET MessageText: OLE DB error occurred while fetching parameterized rowset. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_OLEDBERR_GETPARAMSINGLEROW

MessageId: DTS_E_TXLOOKUP_OLEDBERR_GETPARAMSINGLEROW MessageText: OLE DB error occurred while fetching parameterized row. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_OLEDBERR_LOADCOLUMNMETADATA

MessageId: DTS_E_TXLOOKUP_OLEDBERR_LOADCOLUMNMETADATA MessageText: OLE DB error occurred while loading column metadata. Check SQLCommand and SqlCommandParam properties.

DTS_E_TXLOOKUP_PARAMMETADATAMISMATCH

MessageId: DTS_E_TXLOOKUP_PARAMMETADATAMISMATCH MessageText: The parameterized SQL statement yields metadata which does not match the main SQL statement.

DTS_E_TXLOOKUP_REFCOLUMNISNOTINDEX

MessageId: DTS_E_TXLOOKUP_REFCOLUMNISNOTINDEX MessageText: The lookup input column %1!s! references non-index cache column %2!s!.

DTS_E_TXLOOKUP_REINITMETADATAFAILED

MessageId: DTS_E_TXLOOKUP_REINITMETADATAFAILED MessageText: The call to Lookup transform method, ReinitializeMetadata, failed.

DTS_E_TXLOOKUP_ROWLOOKUPERROR

MessageId: DTS_E_TXLOOKUP_ROWLOOKUPERROR MessageText: Row yielded no match during lookup.

DTS_E_TXLOOKUP_TOOFEWREFERENCECOLUMNS

MessageId: DTS_E_TXLOOKUP_TOOFEWREFERENCECOLUMNS MessageText: The Lookup transformation reference metadata contains too few columns. Check the SQLCommand property. The SELECT statement must return at least one column.

DTS_E_TXLOOKUP_UNABLETOLOCATEREFCOLUMN

MessageId: DTS_E_TXLOOKUP_UNABLETOLOCATEREFCOLUMN MessageText: Unable to locate reference column "%1!s!".

DTS_E_TXLOOKUP_UNUSEDINPUTCOLUMN

MessageId: DTS_E_TXLOOKUP_UNUSEDINPUTCOLUMN MessageText: %1!s! not used in join or copy. Please remove the unused column from the input column list.

DTS_E_TXMERGEJOINCOMPARISONFLAGSMISMATCH

MessageId: DTS_E_TXMERGEJOINCOMPARISONFLAGSMISMATCH MessageText: The comparison flags for the columns with SortKeyPosition value %1!ld! do not match.

DTS_E_TXMERGEJOINDATATYPEMISMATCH

MessageId: DTS_E_TXMERGEJOINDATATYPEMISMATCH MessageText: Datatype mismatch occurred. The datatypes for the columns with SortKeyPosition value %1!ld! do not match.

DTS_E_TXMERGEJOININVALIDJOINTYPE

MessageId: DTS_E_TXMERGEJOININVALIDJOINTYPE MessageText: The JoinType custom property for the %1!s! contains a value of %2!ld!, which is not valid. Valid values are 0 (full), 1 (left), or 2 (inner).

DTS_E_TXMERGEJOININVALIDNUMKEYCOLS

MessageId: DTS_E_TXMERGEJOININVALIDNUMKEYCOLS MessageText: The NumKeyColumns value is not valid. In the %1!s!, the value for the NumKeyColumns custom property must be between 1 and %2!lu!.

DTS_E_TXMERGEJOININVALIDSORTKEYPOS

MessageId: DTS_E_TXMERGEJOININVALIDSORTKEYPOS MessageText: The column with the SortKeyPosition value of %1!ld! is not valid. It should be %2!ld!.

DTS_E_TXMERGEJOINMUSTHAVESAMENUMBEROFINPUTANDOUTPUTCOLS

MessageId: DTS_E_TXMERGEJOINMUSTHAVESAMENUMBEROFINPUTANDOUTPUTCOLS MessageText: 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.

DTS_E_TXMERGEJOINNONSTRINGCOMPARISONFLAGSNOTZERO

MessageId: DTS_E_TXMERGEJOINNONSTRINGCOMPARISONFLAGSNOTZERO MessageText: The comparison flags are not zero. The comparison flags for non-string columns must be zero.

DTS_E_TXMERGEJOINNOTENOUGHKEYCOLS

MessageId: DTS_E_TXMERGEJOINNOTENOUGHKEYCOLS MessageText: Not enough key columns. The %1!s! must have at least %2!ld! columns with non-zero SortKeyPosition values.

DTS_E_TXMERGEJOINOUTPUTCOLMUSTHAVEASSOCIATEDINPUTCOL

MessageId: DTS_E_TXMERGEJOINOUTPUTCOLMUSTHAVEASSOCIATEDINPUTCOL MessageText: Missing column. The %1!s! must have an associated input column.

DTS_E_TXMERGEJOINREADONLYINPUTCOLSWITHNOOUTPUTCOL

MessageId: DTS_E_TXMERGEJOINREADONLYINPUTCOLSWITHNOOUTPUTCOL MessageText: Input columns must have output columns. There are input columns with a usage type of read-only that do not have associated output columns.

DTS_E_TXMERGEJOINSORTDIRECTIONMISMATCH

MessageId: DTS_E_TXMERGEJOINSORTDIRECTIONMISMATCH MessageText: Sort direction mismatch. The sort directions for the columns with SortKeyPosition value %1!ld! do not match.

DTS_E_TXMERGESORTKEYPOSMISMATCH

MessageId: DTS_E_TXMERGESORTKEYPOSMISMATCH MessageText: There are output columns that have SortKeyPosition values that don't match the associated input columns' SortKeyPosition.

DTS_E_TXNSPECINVALID

MessageId: DTS_E_TXNSPECINVALID MessageText: 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.

DTS_E_TXPIVOTBADOUTPUTTYPE

MessageId: DTS_E_TXPIVOTBADOUTPUTTYPE MessageText: Incorrect output type. The output column "%1!s!" (%2!d!) must have the same data type and metadata as the input column to which it is mapped.

DTS_E_TXPIVOTBADPIVOTKEYCONVERT

MessageId: DTS_E_TXPIVOTBADPIVOTKEYCONVERT MessageText: Cannot convert the pivot key value "%1!s!" to the data type of the pivot key column.

DTS_E_TXPIVOTBADPIVOTKEYVALUE

MessageId: DTS_E_TXPIVOTBADPIVOTKEYVALUE MessageText: The pivot key value "%1!s!" is not valid.

DTS_E_TXPIVOTBADPIVOTKEYVALUENOSTRING

MessageId: DTS_E_TXPIVOTBADPIVOTKEYVALUENOSTRING MessageText: Unrecognized pivot key value.

DTS_E_TXPIVOTBADUSAGE

MessageId: DTS_E_TXPIVOTBADUSAGE MessageText: The PivotUsage value for the input column "%1!s!" (%2!d!) is not valid.

DTS_E_TXPIVOTCANTCOMPARESETKEYS

MessageId: DTS_E_TXPIVOTCANTCOMPARESETKEYS MessageText: Failure occurred while comparing values for the set keys.

DTS_E_TXPIVOTCANTMAPPINGNOTFOUND

MessageId: DTS_E_TXPIVOTCANTMAPPINGNOTFOUND MessageText: Output column "%1!s!" (%2!d!) has a SourceColumn %3!d! that is not a valid input column lineage ID.

DTS_E_TXPIVOTCANTMAPPIVOTKEY

MessageId: DTS_E_TXPIVOTCANTMAPPIVOTKEY MessageText: Output column "%1!s!" (%2!d!) cannot be mapped to PivotKey input column.

DTS_E_TXPIVOTDUPLICATEPIVOTKEYVALUE

MessageId: DTS_E_TXPIVOTDUPLICATEPIVOTKEYVALUE MessageText: Output column "%1!s!" (%2!d!) is mapped to a Pivoted Value input column with a non-unique PivotKeyValue property value.

DTS_E_TXPIVOTEMPTYPIVOTKEYVALUE

MessageId: DTS_E_TXPIVOTEMPTYPIVOTKEYVALUE MessageText: Output column "%1!s!" (%2!d!) is mapped to a Pivoted Value input column, but its PivotKeyValue property value is missing.

DTS_E_TXPIVOTINPUTALREADYMAPPED

MessageId: DTS_E_TXPIVOTINPUTALREADYMAPPED MessageText: More than one output column (such as "%1!s!" (%2!d!)) is mapped to input column "%3!s!" (%4!d!).

DTS_E_TXPIVOTNOBLOB

MessageId: DTS_E_TXPIVOTNOBLOB MessageText: The Input column "%1!s!" (%2!d!) cannot be used as a Set Key, Pivot Key, or Pivot Value because it contains long data.

DTS_E_TXPIVOTNOPIVOTKEY

MessageId: DTS_E_TXPIVOTNOPIVOTKEY MessageText: No Pivot Key found. One input column must be used as the Pivot Key.

DTS_E_TXPIVOTOUTPUTNOTMAPPED

MessageId: DTS_E_TXPIVOTOUTPUTNOTMAPPED MessageText: Input column "%1!s!" (%2!d!) is not mapped to any output column.

DTS_E_TXPIVOTPROCESSERROR

MessageId: DTS_E_TXPIVOTPROCESSERROR MessageText: Failure when trying to pivot the source records.

DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUE

MessageId: DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUE MessageText: Duplicate pivot key value "%1!s!".

DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUENOSTRING

MessageId: DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUENOSTRING MessageText: Duplicate pivot key value.

DTS_E_TXPIVOTTOOMANYPIVOTKEYS

MessageId: DTS_E_TXPIVOTTOOMANYPIVOTKEYS MessageText: Too many Pivot Keys found. Only one input column can be used as the Pivot Key.

DTS_E_TXSAMPLINGINVALIDPCT

MessageId: DTS_E_TXSAMPLINGINVALIDPCT MessageText: The percentage, %2!ld!, is not valid for the "%1!s!" property. It must be between 0 and 100.

DTS_E_TXSAMPLINGINVALIDROWS

MessageId: DTS_E_TXSAMPLINGINVALIDROWS MessageText: The number of rows, %2!ld!, is not valid for the "%1!s!" property. It must be greater than 0.

DTS_E_TXSCD_CANNOTFINDEXTERNALCOLUMN

MessageId: DTS_E_TXSCD_CANNOTFINDEXTERNALCOLUMN MessageText: Cannot find external column with name "%1!s!".

DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES

MessageId: DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES MessageText: The input column "%1!s!" cannot be mapped to external column "%2!s!" 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.

DTS_E_TXSCD_FIXEDATTRIBUTECHANGE

MessageId: DTS_E_TXSCD_FIXEDATTRIBUTECHANGE MessageText: 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.

DTS_E_TXSCD_INFERREDINDICATORNULL

MessageId: DTS_E_TXSCD_INFERREDINDICATORNULL MessageText: Inferred indicator column "%1!s!" contains a null value. Inferred indicator columns should be Boolean columns without null values.

DTS_E_TXSCD_INFFEREDINDICATORNOTBOOL

MessageId: DTS_E_TXSCD_INFFEREDINDICATORNOTBOOL MessageText: Inferred indicator column "%1!s!" must be of type DT_BOOL.

DTS_E_TXSCD_INVALIDINPUTCOLUMNTYPE

MessageId: DTS_E_TXSCD_INVALIDINPUTCOLUMNTYPE MessageText: The ColumnType property of "%1!s!" is not valid. The current value is outside the range of acceptable values.

DTS_E_TXSCD_INVALIDNUMBERSOFPARAMETERS

MessageId: DTS_E_TXSCD_INVALIDNUMBERSOFPARAMETERS MessageText: 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.

DTS_E_TXSCD_LOOKUPFAILURE

MessageId: DTS_E_TXSCD_LOOKUPFAILURE MessageText: The Lookup transformation failed to retrieve any rows. The transform fails when the FailOnLookupFailure is set to TRUE and no rows are retrieved.

DTS_E_TXSCD_MAINWORKSPACE_CREATEERR

MessageId: DTS_E_TXSCD_MAINWORKSPACE_CREATEERR MessageText: Unable to create workspace buffer.

DTS_E_TXSCD_MALLOCERR_BUFFCOL

MessageId: DTS_E_TXSCD_MALLOCERR_BUFFCOL MessageText: Unable to allocate memory.

DTS_E_TXSCD_MALLOCERR_REFERENCECOLUMNINFO

MessageId: DTS_E_TXSCD_MALLOCERR_REFERENCECOLUMNINFO MessageText: Unable to allocate memory.

DTS_E_TXSCD_NOTYPEDCOLUMNSATINPUT

MessageId: DTS_E_TXSCD_NOTYPEDCOLUMNSATINPUT MessageText: 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.

DTS_E_TXSCD_OLEDBERR_LOADCOLUMNMETADATA

MessageId: DTS_E_TXSCD_OLEDBERR_LOADCOLUMNMETADATA MessageText: Encountered OLEDB error while loading column metadata.

DTS_E_TXSCD_TOOFEWREFERENCECOLUMNS

MessageId: DTS_E_TXSCD_TOOFEWREFERENCECOLUMNS MessageText: Lookup reference metadata contains too few columns.

DTS_E_TXSCRIPTMIGRATIONCOULDNOTADDREFERENCE

MessageId: DTS_E_TXSCRIPTMIGRATIONCOULDNOTADDREFERENCE MessageText: Failed to add project reference "%1!s!" while migrating %2!s!. Migration might need to be completed manually.

DTS_E_TXSCRIPTMIGRATIONMULTIPLEENTRYPOINTSFOUND

MessageId: DTS_E_TXSCRIPTMIGRATIONMULTIPLEENTRYPOINTSFOUND MessageText: Multiple entry points with the name "%1!s!" were found during the migration of %2!s!. Migration might need to be completed manually.

DTS_E_TXSCRIPTMIGRATIONNOENTRYPOINTFOUND

MessageId: DTS_E_TXSCRIPTMIGRATIONNOENTRYPOINTFOUND MessageText: No entry point was found during the migration of %1!s!. Migration might need to be completed manually.

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.

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.

DTS_E_TXTERMLOOKUP_MISMATCHED_COLUMN_METADATA

MessageId: DTS_E_TXTERMLOOKUP_MISMATCHED_COLUMN_METADATA MessageText: 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 (datatype, precision, scale, length, or codepage).

DTS_E_TXUNIONALL_EXTRADANGLINGINPUT

MessageId: DTS_E_TXUNIONALL_EXTRADANGLINGINPUT MessageText: The %1!s! is an extra unattached input and will be removed.

DTS_E_TXUNIONALL_NONDANGLINGUNATTACHEDINPUT

MessageId: DTS_E_TXUNIONALL_NONDANGLINGUNATTACHEDINPUT MessageText: The %1!s! is not attached but is not marked as dangling. It will be marked as dangling.

DTS_E_TXUNPIVOTBADKEYLIST

MessageId: DTS_E_TXUNPIVOTBADKEYLIST MessageText: PivotKeyValue is not valid. In an UnPivot transform with more than one unpivoted DestinationColumn, the set of PivotKeyValues per destination must match exactly.

DTS_E_TXUNPIVOTBADUNPIVOTMETADATA

MessageId: DTS_E_TXUNPIVOTBADUNPIVOTMETADATA MessageText: 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.

DTS_E_TXUNPIVOTDUPLICATEDESTINATION

MessageId: DTS_E_TXUNPIVOTDUPLICATEDESTINATION MessageText: Duplicate destination error. More than one non-pivoted input column is mapped to the same destination output column.

DTS_E_TXUNPIVOTDUPLICATEPIVOTKEYVALUE

MessageId: DTS_E_TXUNPIVOTDUPLICATEPIVOTKEYVALUE MessageText: Duplicate PivotKeyValue. Input column "%1!s!" (%2!d!) is mapped to a Pivoted Value output column and has a non-unique PivotKeyValue.

DTS_E_TXUNPIVOTNOPIVOT

MessageId: DTS_E_TXUNPIVOTNOPIVOT MessageText: No output column is marked as the PivotKey.

DTS_E_TXUNPIVOTNOTINPUTMAP

MessageId: DTS_E_TXUNPIVOTNOTINPUTMAP MessageText: Input column "%1!s!" (%2!d!) has a DestinationColumn property value that does not refer to a valid output column LineageID.

DTS_E_TXUNPIVOTNOUNPIVOTDESTINATION

MessageId: DTS_E_TXUNPIVOTNOUNPIVOTDESTINATION MessageText: No unpivot destination found. At least one input column must be mapped with a PivotKeyValue to an DestinationColumn in the output.

DTS_E_TXUNPIVOTTOOMANYPIVOTKEYS

MessageId: DTS_E_TXUNPIVOTTOOMANYPIVOTKEYS MessageText: Too many Pivot Keys specified. Only one output column can be used as the Pivot Key.

DTS_E_TXUNPIVOTUNMAPPEDOUTPUT

MessageId: DTS_E_TXUNPIVOTUNMAPPEDOUTPUT MessageText: Output column "%1!s!" (%2!d!) is not mapped by any input column's DestinationColumn property.

DTS_E_UNABLETODECODEBINARYFORMAT

MessageId: DTS_E_UNABLETODECODEBINARYFORMAT MessageText: Unable to decode a binary format in the package.

DTS_E_UNABLETOFINDCOLUMNHANDLEININPUTBUFFER

MessageId: DTS_E_UNABLETOFINDCOLUMNHANDLEININPUTBUFFER MessageText: Cannot find column with lineage ID %1!d! in input buffer.

DTS_E_UNABLETOFINDCOLUMNHANDLEINOUTPUTBUFFER

MessageId: DTS_E_UNABLETOFINDCOLUMNHANDLEINOUTPUTBUFFER MessageText: Cannot find column with lineage ID %1!d! in output buffer.

DTS_E_UNABLETOGETINPUTBUFFERHANDLE

MessageId: DTS_E_UNABLETOGETINPUTBUFFERHANDLE MessageText: Cannot get input buffer handle for input ID %1!d!.

DTS_E_UNABLETOGETLOCALIZEDRESOURCE

MessageId: DTS_E_UNABLETOGETLOCALIZEDRESOURCE MessageText: Unable to load a localized resource ID %1!d!. Verify that the RLL file is present.

DTS_E_UNABLETOGETOUTPUTBUFFERHANDLE

MessageId: DTS_E_UNABLETOGETOUTPUTBUFFERHANDLE MessageText: Cannot get output buffer handle for output ID %1!d!.

DTS_E_UNABLETOLOCATEINPUTCOLUMNID

MessageId: DTS_E_UNABLETOLOCATEINPUTCOLUMNID MessageText: 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.

DTS_E_UNABLETOPOPRESULT

MessageId: DTS_E_UNABLETOPOPRESULT MessageText: Cannot populate the result columns for a single row result type. The query returned an empty result set.

DTS_E_UNABLETORETRIEVECOLUMNINFO

MessageId: DTS_E_UNABLETORETRIEVECOLUMNINFO MessageText: Unable to retrieve column information from the data source. Make sure your target table in the database is available.

DTS_E_UNABLETORETRIEVECOLUMNINFOFROMFLATFILECONNECTIONMANAGER

MessageId: DTS_E_UNABLETORETRIEVECOLUMNINFOFROMFLATFILECONNECTIONMANAGER MessageText: Unable to retrieve column information from the flat file connection manager.

DTS_E_UNABLETORETRIEVEMETADATA

MessageId: DTS_E_UNABLETORETRIEVEMETADATA MessageText: The metadata for "%1!s!" cannot be retrieved. Make sure the object name is correct and the object exists.

DTS_E_UNABLETOSAVETOFILE

MessageId: DTS_E_UNABLETOSAVETOFILE MessageText: Unable to save xml to "%1!s!". The file may be read only.

DTS_E_UNABLETOSETUPDISKIOBUFFER

MessageId: DTS_E_UNABLETOSETUPDISKIOBUFFER MessageText: An error occurred while setting up the disk I/O buffer.

DTS_E_UNABLETOWRITELOBDATATOBUFFER

MessageId: DTS_E_UNABLETOWRITELOBDATATOBUFFER MessageText: Writing long object data of type DT_TEXT, DT_NTEXT, or DT_IMAGE to Data Flow task buffer failed for column "%1!s!".

DTS_E_UNEXPECTEDCOLUMNDATATYPE

MessageId: DTS_E_UNEXPECTEDCOLUMNDATATYPE MessageText: The data type specified for column "%1!s!" is not the expected type "%2!s!".

DTS_E_UNKNOWN

MessageId: DTS_E_UNKNOWN MessageText: An error has occurred. The error code was 0x%1!8.8X!.

DTS_E_UNKNOWNCOMPONENTHASINVALIDCLSID

MessageId: DTS_E_UNKNOWNCOMPONENTHASINVALIDCLSID MessageText: The CLSID for one of the components is not valid. Verify that all the components in the pipeline have valid CLSIDs.

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.

DTS_E_UNKNOWNCONNECTIONMANAGERTYPENOSUBS

MessageId: DTS_E_UNKNOWNCONNECTIONMANAGERTYPENOSUBS MessageText: 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.

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.

DTS_E_UNKNOWNLOGPROVIDERTYPENOSUBS

MessageId: DTS_E_UNKNOWNLOGPROVIDERTYPENOSUBS MessageText: 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.

DTS_E_UNKNOWNSTATUSCODE

MessageId: DTS_E_UNKNOWNSTATUSCODE MessageText: Server returned status code - %1!u! : %2!s!. This error occurs when the server is experiencing problems.

DTS_E_UNMAPPEDINPUTCOLUMN

MessageId: DTS_E_UNMAPPEDINPUTCOLUMN MessageText: The %1!s! is not mapped to an output column.

DTS_E_UNPROTECTCONNECTIONSTRINGFAILED

MessageId: DTS_E_UNPROTECTCONNECTIONSTRINGFAILED MessageText: Failed to decrypt protected connection string for server "%1!s!" with error 0x%2!8.8X! "%3!s!". 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.

DTS_E_UNPROTECTXMLFAILED

MessageId: DTS_E_UNPROTECTXMLFAILED MessageText: Failed to decrypt protected XML node "%1!s!" with error 0x%2!8.8X! "%3!s!". 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.

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.

DTS_E_UNRECOGNIZEDERRORCODE

MessageId: DTS_E_UNRECOGNIZEDERRORCODE MessageText: The specified error code is not associated with this component.

DTS_E_UNREFERENCEDINPUTCOLUMN

MessageId: DTS_E_UNREFERENCEDINPUTCOLUMN MessageText: The input column "%1!s!" is not referenced.

DTS_E_UNREGISTEREDPIPELINEXML_LOAD

MessageId: DTS_E_UNREGISTEREDPIPELINEXML_LOAD MessageText: Data Flow objects cannot be loaded. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.

DTS_E_UNREGISTEREDPIPELINEXML_SAVE

MessageId: DTS_E_UNREGISTEREDPIPELINEXML_SAVE MessageText: Data Flow objects cannot be saved. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.

DTS_E_UNSAFEVARIABLESALREADYSET

MessageId: DTS_E_UNSAFEVARIABLESALREADYSET MessageText: The VariableDispenser received an unsafe Variables collection. This operation cannot be repeated.

DTS_E_UNSUPPORTEDARRAYTYPE

MessageId: DTS_E_UNSUPPORTEDARRAYTYPE MessageText: Unsupported type in array. This happens when saving an array of unsupported types into a variable.

DTS_E_UNSUPPORTEDSQLVERSION

MessageId: DTS_E_UNSUPPORTEDSQLVERSION MessageText: The attempted operation is not supported with this database version.

DTS_E_UNSUPPORTEDVARIABLETYPE

MessageId: DTS_E_UNSUPPORTEDVARIABLETYPE MessageText: The variable %1!s! is required to be of type "%2!s!".

DTS_E_UNTRUSTEDSIGNATURE

MessageId: DTS_E_UNTRUSTEDSIGNATURE MessageText: The digital signature is valid; however the signer is not trusted and, therefore, authenticity cannot be guaranteed.

DTS_E_UNUSABLETEMPORARYPATH

MessageId: DTS_E_UNUSABLETEMPORARYPATH MessageText: The buffer manager could not create a temporary file on the path "%1!s!". The path will not be considered for temporary storage again.

DTS_E_UPGRADEFAILED

MessageId: DTS_E_UPGRADEFAILED MessageText: The component metadata for "%1!s!" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.

DTS_E_USEBINARYFORMATREQUIRESANSIFILE

MessageId: DTS_E_USEBINARYFORMATREQUIRESANSIFILE MessageText: The custom property "%1!s!" on %2!s! can only be used with ANSI files.

DTS_E_USEBINARYFORMATREQUIRESBYTES

MessageId: DTS_E_USEBINARYFORMATREQUIRESBYTES MessageText: The custom property "%1!s!" on %2!s! can only be used with DT_BYTES.

DTS_E_USERCOMPONENTEXCEPTION

MessageId: DTS_E_USERCOMPONENTEXCEPTION MessageText: A managed user component has thrown exception "%1!s!".

DTS_E_UTF16BIGENDIANFORMATNOTSUPPORTED

MessageId: DTS_E_UTF16BIGENDIANFORMATNOTSUPPORTED MessageText: The file format of UTF-16 big endian is not supported. Only UTF-16 little endian format is supported.

DTS_E_UTF8FORMATNOTSUPPORTEDASUNICODE

MessageId: DTS_E_UTF8FORMATNOTSUPPORTEDASUNICODE MessageText: The file format of UTF-8 is not supported as Unicode.

DTS_E_VALIDATECOLUMNMETADATAFAILED

MessageId: DTS_E_VALIDATECOLUMNMETADATAFAILED MessageText: Column metadata validation failed.

DTS_E_VALIDATIONFAILED

MessageId: DTS_E_VALIDATIONFAILED MessageText: The layout and one or more components failed validation.

DTS_E_VALIDATIONFAILEDONCOMPONENTS

MessageId: DTS_E_VALIDATIONFAILEDONCOMPONENTS MessageText: One or more component failed validation.

DTS_E_VALIDATIONFAILEDONLAYOUT

MessageId: DTS_E_VALIDATIONFAILEDONLAYOUT MessageText: The layout failed validation.

DTS_E_VALUE_WEBSERVICETASK_NOT_COMPLEX

MessageId: DTS_E_VALUE_WEBSERVICETASK_NOT_COMPLEX MessageText: The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type ComplexValue.

DTS_E_VALUEINDEXNEGATIVE

MessageId: DTS_E_VALUEINDEXNEGATIVE MessageText: The value index is negative. The ForEach Variable Mapping number %1!d! to variable "%2!s!".

DTS_E_VALUEINDEXNOTINTEGER

MessageId: DTS_E_VALUEINDEXNOTINTEGER MessageText: The value index is not an integer . Mapping a For Each Variable number %1!d! to the variable "%2!s!".

DTS_E_VARIABLEACCESSFAILED

MessageId: DTS_E_VARIABLEACCESSFAILED MessageText: Accessing variable "%1!s!" failed with error code 0x%2!8.8X!.

DTS_E_VARIABLEALREADYONREADLIST

MessageId: DTS_E_VARIABLEALREADYONREADLIST MessageText: The variable "%1!s!" is already on the read list. A variable may only be added once to either the read lock list or the write lock list.

DTS_E_VARIABLEALREADYONWRITELIST

MessageId: DTS_E_VARIABLEALREADYONWRITELIST MessageText: The variable "%1!s!" is already on the write list. A variable may only be added once to either the read lock list or the write lock list.

DTS_E_VARIABLEDEADLOCK

MessageId: DTS_E_VARIABLEDEADLOCK MessageText: Deadlock detected while trying to lock variables. The locks cannot be acquired after 16 attempts. The locks timed out.

DTS_E_VARIABLEDEADLOCK_BOTH

MessageId: DTS_E_VARIABLEDEADLOCK_BOTH MessageText: A deadlock was detected while trying to lock variables "%1!s!" for read access and variables "%2!s!" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.

DTS_E_VARIABLEDEADLOCK_READ

MessageId: DTS_E_VARIABLEDEADLOCK_READ MessageText: A deadlock was detected while trying to lock variable "%1!s!" for read access. A lock could not be acquired after 16 attempts and timed out.

DTS_E_VARIABLEDEADLOCK_READWRITE

MessageId: DTS_E_VARIABLEDEADLOCK_READWRITE MessageText: A deadlock was detected while trying to lock variables "%1!s!" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.

DTS_E_VARIABLEEXPRESSIONERROR

MessageId: DTS_E_VARIABLEEXPRESSIONERROR MessageText: The expression for variable "%1!s!" failed evaluation. There was an error in the expression.

DTS_E_VARIABLEINVALIDCONTAINERREF

MessageId: DTS_E_VARIABLEINVALIDCONTAINERREF MessageText: Invalid attempt to set a variable to a container reference. Variables are not allowed to reference containers.

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.

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.

DTS_E_VARIABLEREADONLY

MessageId: DTS_E_VARIABLEREADONLY MessageText: Error trying to write to a read-only variable, "%1".

DTS_E_VARIABLESALREADYUNLOCKED

MessageId: DTS_E_VARIABLESALREADYUNLOCKED MessageText: This Variables collection has already been unlocked. The Unlock method is called only once on a dispensed Variables collection.

DTS_E_VARIABLESCOLLECTIONUNAVAILABLE

MessageId: DTS_E_VARIABLESCOLLECTIONUNAVAILABLE MessageText: The Variables collection is not available.

DTS_E_VARIABLEUNLOCKFAILED

MessageId: DTS_E_VARIABLEUNLOCKFAILED MessageText: One or more variables failed to unlock.

DTS_E_VERCOMMENTSTOOLONG

MessageId: DTS_E_VERCOMMENTSTOOLONG MessageText: VersionComments property is too long. The limit is 1024 characters. Try shortening the VersionComments.

DTS_E_VERSIONUPGRADEFAILED

MessageId: DTS_E_VERSIONUPGRADEFAILED MessageText: The upgrade from version "%1!s!" to version %2!d! failed.

DTS_E_VIRTUALNOTSEQUENTIAL

MessageId: DTS_E_VIRTUALNOTSEQUENTIAL MessageText: 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.

DTS_E_WAITFORMUTEXFAILED

MessageId: DTS_E_WAITFORMUTEXFAILED MessageText: Failed to acquire mutex "%1!s!" with error 0x%2!8.8X!.

DTS_E_WEBSERVICETASK_ARRAY_VALUE_INVALID

MessageId: DTS_E_WEBSERVICETASK_ARRAY_VALUE_INVALID MessageText: The format of the ArrayValue is not valid. There should be at least one element in the array.

DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_CONNECTION

MessageId: DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_CONNECTION MessageText: There was an error acquiring the HTTP connection. Verify that a valid connection type is specified.

DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_FILE_CONNECTION

MessageId: DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_FILE_CONNECTION MessageText: There was an error in acquiring the file connection. Verify that a valid file connection is specified.

DTS_E_WEBSERVICETASK_CANNOT_GEN_PROXY

MessageId: DTS_E_WEBSERVICETASK_CANNOT_GEN_PROXY MessageText: Could not generate the proxy for the given web service. The following errors were encountered while generating the proxy "%1!s!".

DTS_E_WEBSERVICETASK_CANNOT_LOAD_PROXY

MessageId: DTS_E_WEBSERVICETASK_CANNOT_LOAD_PROXY MessageText: Could not load the proxy for the given web service. The exact error is as follows: "%1!s!".

DTS_E_WEBSERVICETASK_CLEANUP_FAILED

MessageId: DTS_E_WEBSERVICETASK_CLEANUP_FAILED MessageText: Cleanup failed. The proxy that was created for the web service may not have been deleted.

DTS_E_WEBSERVICETASK_CONNECTION_ALREADY_EXISTS

MessageId: DTS_E_WEBSERVICETASK_CONNECTION_ALREADY_EXISTS MessageText: Connection by this name already exists.

DTS_E_WEBSERVICETASK_CONNECTION_NAME_NULL

MessageId: DTS_E_WEBSERVICETASK_CONNECTION_NAME_NULL MessageText: The connection is empty. Verify that a valid HTTP connection is specified.

DTS_E_WEBSERVICETASK_CONNECTION_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_CONNECTION_NOT_FOUND MessageText: The connection does not exist. Verify that a valid, existing HTTP connection is specified.

DTS_E_WEBSERVICETASK_CONNECTION_NOT_HTTP

MessageId: DTS_E_WEBSERVICETASK_CONNECTION_NOT_HTTP MessageText: The connection specified is not a HTTP connection. Verify that a valid HTTP connection is specified.

DTS_E_WEBSERVICETASK_CONNECTIONNOTFOUND

MessageId: DTS_E_WEBSERVICETASK_CONNECTIONNOTFOUND MessageText: The connection cannot be found.

DTS_E_WEBSERVICETASK_CONVERT_FAILED

MessageId: DTS_E_WEBSERVICETASK_CONVERT_FAILED MessageText: Could not convert "%1!s!" to "%2!s!".

DTS_E_WEBSERVICETASK_CREATE_INSTANCE_FAILED

MessageId: DTS_E_WEBSERVICETASK_CREATE_INSTANCE_FAILED MessageText: Could not create an object of type "%1!s!". Please check whether the default constructor exists.

DTS_E_WEBSERVICETASK_DATATYPE_NOT_SUPPORTED

MessageId: DTS_E_WEBSERVICETASK_DATATYPE_NOT_SUPPORTED MessageText: Only Complex Types with Primitive values, Primitive Arrays, and Enumerations are supported.

DTS_E_WEBSERVICETASK_DATATYPE_NULL

MessageId: DTS_E_WEBSERVICETASK_DATATYPE_NULL MessageText: The data type cannot be null. Specify the value of the data type to validate.

DTS_E_WEBSERVICETASK_ENUM_NO_VALUES

MessageId: DTS_E_WEBSERVICETASK_ENUM_NO_VALUES MessageText: The enum "%1!s!" does not have any values. The WSDL is corrupted.

DTS_E_WEBSERVICETASK_ENUM_VALUE_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_ENUM_VALUE_NOT_FOUND MessageText: The enumeration Value is not correct.

DTS_E_WEBSERVICETASK_ERROR_IN_DOWNLOAD

MessageId: DTS_E_WEBSERVICETASK_ERROR_IN_DOWNLOAD MessageText: Could not read the WSDL file. The input WSDL file is not valid. The reader threw the following error: "%1!s!".

DTS_E_WEBSERVICETASK_ERROR_IN_LOAD_FROM_XML

MessageId: DTS_E_WEBSERVICETASK_ERROR_IN_LOAD_FROM_XML MessageText: Error occurred in LoadFromXML at the tag "%1!s!".

DTS_E_WEBSERVICETASK_ERROR_IN_SAVE_TO_XML

MessageId: DTS_E_WEBSERVICETASK_ERROR_IN_SAVE_TO_XML MessageText: Error occurred in SaveToXML at the tag "%1!s!".

DTS_E_WEBSERVICETASK_ERROR_IN_VALIDATE

MessageId: DTS_E_WEBSERVICETASK_ERROR_IN_VALIDATE MessageText: Could not validate "%1!s!" against "%1!s!".

DTS_E_WEBSERVICETASK_FILE_CONN_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_FILE_CONN_NOT_FOUND MessageText: Cannot save the result. Verify that there is an existing file connection.

DTS_E_WEBSERVICETASK_FILE_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_FILE_NOT_FOUND MessageText: Cannot save the result. Verify that the file exists.

DTS_E_WEBSERVICETASK_FILE_NULL

MessageId: DTS_E_WEBSERVICETASK_FILE_NULL MessageText: Cannot save the result. The file name is empty or the file is in use by another process.

DTS_E_WEBSERVICETASK_INDEX_OUT_OF_BOUNDS

MessageId: DTS_E_WEBSERVICETASK_INDEX_OUT_OF_BOUNDS MessageText: The ParamValue cannot be inserted at this position. The index specified might be lesser than zero or greater than the length.

DTS_E_WEBSERVICETASK_INVALID_SERVICE

MessageId: DTS_E_WEBSERVICETASK_INVALID_SERVICE MessageText: Could not find the specified service. The exact error is as follows: "%1!s!".

DTS_E_WEBSERVICETASK_INVOKE_ERR

MessageId: DTS_E_WEBSERVICETASK_INVOKE_ERR MessageText: Could not execute the web method. The exact error is as follows: "%1!s!".

DTS_E_WEBSERVICETASK_METHODINFO_NULL

MessageId: DTS_E_WEBSERVICETASK_METHODINFO_NULL MessageText: MethodInfo cannot be null.

DTS_E_WEBSERVICETASK_METHODNAME_NULL

MessageId: DTS_E_WEBSERVICETASK_METHODNAME_NULL MessageText: The web method name is empty. Verify that a valid web method is specified.

DTS_E_WEBSERVICETASK_MSG_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_MSG_NOT_FOUND MessageText: Cannot find the message that corresponds to the method specified.

DTS_E_WEBSERVICETASK_NOT_HTTP_CONNECTION

MessageId: DTS_E_WEBSERVICETASK_NOT_HTTP_CONNECTION MessageText: The connection specified is not a HTTP connection. Verify that a valid HTTP connection is specified.

DTS_E_WEBSERVICETASK_NOT_PRIMITIVE_TYPE

MessageId: DTS_E_WEBSERVICETASK_NOT_PRIMITIVE_TYPE MessageText: "%1!s!" is not a value type.

DTS_E_WEBSERVICETASK_NULL_CONNECTION

MessageId: DTS_E_WEBSERVICETASK_NULL_CONNECTION MessageText: Connection cannot be null or empty.

DTS_E_WEBSERVICETASK_NULL_VALUE

MessageId: DTS_E_WEBSERVICETASK_NULL_VALUE MessageText: Cannot validate a null against any datatype.

DTS_E_WEBSERVICETASK_OUTPUTLOC_NULL

MessageId: DTS_E_WEBSERVICETASK_OUTPUTLOC_NULL MessageText: The output location is empty. Verify that an existing file connection or variable is specified.

DTS_E_WEBSERVICETASK_PARAMTYPE_NOT_SUPPORTED

MessageId: DTS_E_WEBSERVICETASK_PARAMTYPE_NOT_SUPPORTED MessageText: Only Primitive, Enum, Complex, PrimitiveArray, and ComplexArray types are supported.

DTS_E_WEBSERVICETASK_PROP_NOT_EXISTS

MessageId: DTS_E_WEBSERVICETASK_PROP_NOT_EXISTS MessageText: The class specified does not contain a public property by the name "%1!s!".

DTS_E_WEBSERVICETASK_SELECTED_VALUE_NULL

MessageId: DTS_E_WEBSERVICETASK_SELECTED_VALUE_NULL MessageText: The value of the enumeration cannot be null. Select a default value for the enumeration.

DTS_E_WEBSERVICETASK_SERVICE_DESC_NULL

MessageId: DTS_E_WEBSERVICETASK_SERVICE_DESC_NULL MessageText: Service Description cannot be null.

DTS_E_WEBSERVICETASK_SERVICE_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_SERVICE_NOT_FOUND MessageText: The service is not currently available.

DTS_E_WEBSERVICETASK_SERVICE_NULL

MessageId: DTS_E_WEBSERVICETASK_SERVICE_NULL MessageText: The Web Service name is empty. Verify that a valid web service name is specified.

DTS_E_WEBSERVICETASK_SERVICENULL

MessageId: DTS_E_WEBSERVICETASK_SERVICENULL MessageText: Service name cannot be null.

DTS_E_WEBSERVICETASK_SOAPBINDING_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_SOAPBINDING_NOT_FOUND MessageText: Failed to parse the Web Services Description Language (WSDL). Cannot find the Binding that corresponds to the SOAP port.

DTS_E_WEBSERVICETASK_SOAPPORT_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_SOAPPORT_NOT_FOUND MessageText: The service is not available on the SOAP port.

DTS_E_WEBSERVICETASK_SOAPPORTTYPE_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_SOAPPORTTYPE_NOT_FOUND MessageText: Failed to parse the Web Services Description Language (WSDL). Cannot find a PortType that corresponds to the SOAP port.

DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_NULL_XML_ELEMENT

MessageId: DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_NULL_XML_ELEMENT MessageText: Cannot initialize the task with a null XML element.

DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

MessageId: DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT MessageText: The Web Service Task is initiated with an incorrect XML element.

DTS_E_WEBSERVICETASK_TASK_SAVE_TO_NULL_XML_ELEMENT

MessageId: DTS_E_WEBSERVICETASK_TASK_SAVE_TO_NULL_XML_ELEMENT MessageText: Cannot save the task to a null XML document.

DTS_E_WEBSERVICETASK_TYPE_NOT_PRIMITIVE

MessageId: DTS_E_WEBSERVICETASK_TYPE_NOT_PRIMITIVE MessageText: The WebMethodInfo you have specified is wrong. "%1!s!" is not Primitive Type.

DTS_E_WEBSERVICETASK_UNEXPECTED_XML_ELEMENT

MessageId: DTS_E_WEBSERVICETASK_UNEXPECTED_XML_ELEMENT MessageText: Unexpected XML element found.

DTS_E_WEBSERVICETASK_VALUE_NOT_ARRAY

MessageId: DTS_E_WEBSERVICETASK_VALUE_NOT_ARRAY MessageText: The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type ArrayValue.

DTS_E_WEBSERVICETASK_VALUE_NOT_ENUM

MessageId: DTS_E_WEBSERVICETASK_VALUE_NOT_ENUM MessageText: The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type EnumValue.

DTS_E_WEBSERVICETASK_VALUE_NOT_PRIMITIVE

MessageId: DTS_E_WEBSERVICETASK_VALUE_NOT_PRIMITIVE MessageText: The specified WebMethodInfo is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue is not of type PrimitiveValue.

DTS_E_WEBSERVICETASK_VARIABLE_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_VARIABLE_NOT_FOUND MessageText: The variable cannot be found. Verify that the variable exists in the package.

DTS_E_WEBSERVICETASK_VARIABLE_READONLY

MessageId: DTS_E_WEBSERVICETASK_VARIABLE_READONLY MessageText: Cannot save the result. Verify that the variable is not read-only.

DTS_E_WEBSERVICETASK_WEBMETHOD_INVOKE_FAILED

MessageId: DTS_E_WEBSERVICETASK_WEBMETHOD_INVOKE_FAILED MessageText: The Web Service threw the following error during method execution: "%1!s!".

DTS_E_WEBSERVICETASK_WEBMETHODINFO_NULL

MessageId: DTS_E_WEBSERVICETASK_WEBMETHODINFO_NULL MessageText: The web method is empty or may not exist. Verify that there is an existing web method to specify.

DTS_E_WEBSERVICETASK_WRONG_WSDL

MessageId: DTS_E_WEBSERVICETASK_WRONG_WSDL MessageText: The input WSDL file is not valid.

DTS_E_WEBSERVICETASK_WRONG_XML_ELEMENT

MessageId: DTS_E_WEBSERVICETASK_WRONG_XML_ELEMENT MessageText: Initialized with an incorrect XML element.

DTS_E_WEBSERVICETASK_WSDL_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_WSDL_NOT_FOUND MessageText: The specified Uniform Resource Identifier (URI) does not contain a valid WSDL.

DTS_E_WEBSERVICETASK_WSDL_NULL

MessageId: DTS_E_WEBSERVICETASK_WSDL_NULL MessageText: URL cannot be null.

DTS_E_WEBSERVICETASK_WSDL_VERSION_NOT_SUPPORTED

MessageId: DTS_E_WEBSERVICETASK_WSDL_VERSION_NOT_SUPPORTED MessageText: This version of WSDL is not supported.

DTS_E_WEBSERVICETASK_XML_ATTRIBUTE_NOT_FOUND

MessageId: DTS_E_WEBSERVICETASK_XML_ATTRIBUTE_NOT_FOUND MessageText: A mandatory attribute is not found.

DTS_E_WINHTTPCANNOTCONNECT

MessageId: DTS_E_WINHTTPCANNOTCONNECT MessageText: Connection to server %1!s! cannot be established. This error can occur when the server does not exist, or the proxy settings are incorrect.

DTS_E_WINHTTPCERTDECODE

MessageId: DTS_E_WINHTTPCERTDECODE MessageText: Internal error occurred while loading the certificate. This error could occur when the certificate data is invalid.

DTS_E_WINHTTPCERTENCODE

MessageId: DTS_E_WINHTTPCERTENCODE MessageText: Internal error occurred while saving the certificate data.

DTS_E_WINHTTPNOTSUPPORTED

MessageId: DTS_E_WINHTTPNOTSUPPORTED MessageText: This platform is not supported by WinHttp services.

DTS_E_WINHTTPOPEN

MessageId: DTS_E_WINHTTPOPEN MessageText: Error initializing HTTP session with proxy "%1!s!". This error can occur when an invalid proxy was specified. HTTP connection manager only supports CERN-type proxies.

DTS_E_WINHTTPUNKNOWNERROR

MessageId: DTS_E_WINHTTPUNKNOWNERROR MessageText: Request cannot be processed. Try again later.

DTS_E_WMIDRTASK_CANTWRITETOVAR

MessageId: DTS_E_WMIDRTASK_CANTWRITETOVAR MessageText: Unable to write to variable "%1!s!" since it set to keep its original value.

DTS_E_WMIDRTASK_CONNECTIONMANAGEREMPTY

MessageId: DTS_E_WMIDRTASK_CONNECTIONMANAGEREMPTY MessageText: Connection manager "%1!s!" is empty.

DTS_E_WMIDRTASK_CONNECTIONMNGRDOESNTEXIST

MessageId: DTS_E_WMIDRTASK_CONNECTIONMNGRDOESNTEXIST MessageText: Connection manager "%1!s!" does not exist.

DTS_E_WMIDRTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_WMIDRTASK_CONNECTIONTYPENOTFILE MessageText: Connection "%1!s!" is not of type "FILE".

DTS_E_WMIDRTASK_CONNECTIONTYPENOTWMI

MessageId: DTS_E_WMIDRTASK_CONNECTIONTYPENOTWMI MessageText: Connection "%1!s!" is not of type "WMI".

DTS_E_WMIDRTASK_DESTINATIONMUSTBESET

MessageId: DTS_E_WMIDRTASK_DESTINATIONMUSTBESET MessageText: The destination must be set.

DTS_E_WMIDRTASK_FAILEDVALIDATION

MessageId: DTS_E_WMIDRTASK_FAILEDVALIDATION MessageText: The task failed validation.

DTS_E_WMIDRTASK_FILEALREADYEXISTS

MessageId: DTS_E_WMIDRTASK_FILEALREADYEXISTS MessageText: File "%1!s!" already exists.

DTS_E_WMIDRTASK_FILEDOESNOTEXIST

MessageId: DTS_E_WMIDRTASK_FILEDOESNOTEXIST MessageText: File "%1!s!" does not exist.

DTS_E_WMIDRTASK_INVALIDDATANODE

MessageId: DTS_E_WMIDRTASK_INVALIDDATANODE MessageText: WMI Data Reader Task received an invalid task data node.

DTS_E_WMIDRTASK_MISSINGCONNECTION

MessageId: DTS_E_WMIDRTASK_MISSINGCONNECTION MessageText: No WMI connection is set.

DTS_E_WMIDRTASK_MISSINGWQLQUERY

MessageId: DTS_E_WMIDRTASK_MISSINGWQLQUERY MessageText: The WQL query is missing.

DTS_E_WMIDRTASK_SYNCOBJECTFAILED

MessageId: DTS_E_WMIDRTASK_SYNCOBJECTFAILED MessageText: Synchronization object failed.

DTS_E_WMIDRTASK_TASKFAILURE

MessageId: DTS_E_WMIDRTASK_TASKFAILURE MessageText: Task failed due to invalid WMI query: "%1!s!".

DTS_E_WMIDRTASK_VARIABLETYPEISNOTOBJECT

MessageId: DTS_E_WMIDRTASK_VARIABLETYPEISNOTOBJECT MessageText: The variable "%1!s!" should be of type object to be assigned a data table.

DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRING

MessageId: DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRING MessageText: The variable "%1!s!" does not have a string data type.

DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRINGOROBJECT

MessageId: DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRINGOROBJECT MessageText: Variable "%1!s!" is not of type string or object.

DTS_E_WMIDRTASK_VARNOTOBJECT

MessageId: DTS_E_WMIDRTASK_VARNOTOBJECT MessageText: Variable "%1!s!" should be of type object to be assigned a data table.

DTS_E_WMIEWTASK_CONNECTIONMANAGEREMPTY

MessageId: DTS_E_WMIEWTASK_CONNECTIONMANAGEREMPTY MessageText: Connection manager "%1!s!" is empty.

DTS_E_WMIEWTASK_CONNECTIONMNGRDOESNTEXIST

MessageId: DTS_E_WMIEWTASK_CONNECTIONMNGRDOESNTEXIST MessageText: Connection manager "%1!s!" does not exist.

DTS_E_WMIEWTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_WMIEWTASK_CONNECTIONTYPENOTFILE MessageText: Connection "%1!s!" is not of type "FILE".

DTS_E_WMIEWTASK_CONNECTIONTYPENOTWMI

MessageId: DTS_E_WMIEWTASK_CONNECTIONTYPENOTWMI MessageText: Connection "%1!s!" is not of type "WMI".

DTS_E_WMIEWTASK_ERRMESSAGE

MessageId: DTS_E_WMIEWTASK_ERRMESSAGE MessageText: Watching for the Wql query caused the following system exception: "%1!s!". Check the query for errors or WMI connection for access rights/permissions.

DTS_E_WMIEWTASK_FILEALREADYEXISTS

MessageId: DTS_E_WMIEWTASK_FILEALREADYEXISTS MessageText: File "%1!s!" already exists.

DTS_E_WMIEWTASK_FILEDOESNOTEXIST

MessageId: DTS_E_WMIEWTASK_FILEDOESNOTEXIST MessageText: File "%1!s!" does not exist.

DTS_E_WMIEWTASK_INVALIDDATANODE

MessageId: DTS_E_WMIEWTASK_INVALIDDATANODE MessageText: The WMI Event Watcher Task received a task data node that is not valid.

DTS_E_WMIEWTASK_MISSINGCONNECTION

MessageId: DTS_E_WMIEWTASK_MISSINGCONNECTION MessageText: The WMI connection is missing.

DTS_E_WMIEWTASK_MISSINGWQLQUERY

MessageId: DTS_E_WMIEWTASK_MISSINGWQLQUERY MessageText: The WQL query is missing.

DTS_E_WMIEWTASK_QUERYFAILURE

MessageId: DTS_E_WMIEWTASK_QUERYFAILURE MessageText: The task failed to execute the WMI query.

DTS_E_WMIEWTASK_SYNCOBJECTFAILED

MessageId: DTS_E_WMIEWTASK_SYNCOBJECTFAILED MessageText: Synchronization object failed.

DTS_E_WMIEWTASK_TIMEOUTOCCURRED

MessageId: DTS_E_WMIEWTASK_TIMEOUTOCCURRED MessageText: Timeout of "%1!s!" second(s) occurred before event represented by "%2!s!".

DTS_E_WMIEWTASK_VARIABLETYPEISNOTSTRING

MessageId: DTS_E_WMIEWTASK_VARIABLETYPEISNOTSTRING MessageText: Variable "%1!s!" is not of type string.

DTS_E_WRITEWHILECACHEINUSE

MessageId: DTS_E_WRITEWHILECACHEINUSE MessageText: The cache is being read from %1!s! and cannot be written to by %2!s!.

DTS_E_WRONGOBJECTTYPE

MessageId: DTS_E_WRONGOBJECTTYPE MessageText: The requested object has the incorrect object type.

DTS_E_XMLDATAREADERANYTYPENOTSUPPORTED

MessageId: DTS_E_XMLDATAREADERANYTYPENOTSUPPORTED MessageText: The XML Source Adapter was unable to process the XML data. The content of an element can not be declared as anyType.

DTS_E_XMLDATAREADERGROUPREFNOTSUPPORTED

MessageId: DTS_E_XMLDATAREADERGROUPREFNOTSUPPORTED MessageText: The XML Source Adapter was unable to process the XML data. The content of an element can not contain a reference (ref) to a group.

DTS_E_XMLDATAREADERINLINESCHEMAFOUNDINSOURCEXML

MessageId: DTS_E_XMLDATAREADERINLINESCHEMAFOUNDINSOURCEXML MessageText: The XML Source Adapter was unable to process the XML data. An inline schema must be the first child node in the source Xml.

DTS_E_XMLDATAREADERMIXEDCONTENTFORCOMPLEXTYPESNOTSUPPORTED

MessageId: DTS_E_XMLDATAREADERMIXEDCONTENTFORCOMPLEXTYPESNOTSUPPORTED MessageText: The XML Source Adapter does not support mixed content model on Complex Types.

DTS_E_XMLDATAREADERMULTIPLEINLINEXMLSCHEMASNOTSUPPORTED

MessageId: DTS_E_XMLDATAREADERMULTIPLEINLINEXMLSCHEMASNOTSUPPORTED MessageText: The XML Source Adapter was unable to process the XML data. Multiple inline schemas are not supported.

DTS_E_XMLDATAREADERNOINLINESCHEMAFOUND

MessageId: DTS_E_XMLDATAREADERNOINLINESCHEMAFOUND MessageText: 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.

DTS_E_XMLDATATYPECHANGED

MessageId: DTS_E_XMLDATATYPECHANGED MessageText: The XML schema data type information for "%1!s!" on element "%2!s!" has changed. Please re-initialize the metadata for this component and review column mappings.

DTS_E_XMLDOMERROR

MessageId: DTS_E_XMLDOMERROR MessageText: Cannot create an instance of the XML Document Object Model due to error 0x%1!8.8X! "%2!s!". MSXML may not be registered.

DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONERROR

MessageId: DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONERROR MessageText: The "%1!s!" failed because error code 0x%2!8.8X! occurred, and the error row disposition on "%3!s!" at "%4!s!" specifies failure on error. An error occurred on the specified object of the specified component.

DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONTRUNCATION

MessageId: DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONTRUNCATION MessageText: The "%1!s!" failed because truncation occurred, and the truncation row disposition on "%2!s!" at "%3!s!" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

DTS_E_XMLSRCCANNOTFINDCOLUMNTOSETDATATYPE

MessageId: DTS_E_XMLSRCCANNOTFINDCOLUMNTOSETDATATYPE MessageText: 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.

DTS_E_XMLSRCEMPTYPROPERTY

MessageId: DTS_E_XMLSRCEMPTYPROPERTY MessageText: The property "%1!s!" on the %2!s! was empty.

DTS_E_XMLSRCERRORSETTINGERROROUTPUTCOLUMNDATA

MessageId: DTS_E_XMLSRCERRORSETTINGERROROUTPUTCOLUMNDATA MessageText: The %1!s! failed attempting to write data to %2!s! on %3!s!. %4!s!

DTS_E_XMLSRCEXTERNALMETADATACOLUMNNOTINSCHEMA

MessageId: DTS_E_XMLSRCEXTERNALMETADATACOLUMNNOTINSCHEMA MessageText: The %1!s! has no mapping to the XML schema.

DTS_E_XMLSRCFAILEDTOCREATEREADER

MessageId: DTS_E_XMLSRCFAILEDTOCREATEREADER MessageText: The %1!s! was unable to read the XML data. %2!s!

DTS_E_XMLSRCFILENOTFOUND

MessageId: DTS_E_XMLSRCFILENOTFOUND MessageText: The file "%1!s!" was not found. Please verify the file path and try again.

DTS_E_XMLSRCINVALIDOUTPUTNAME

MessageId: DTS_E_XMLSRCINVALIDOUTPUTNAME MessageText: Attempting to create an output with the name "%1!s!" for the XML table with the path "%2!s!" failed because the name is invalid.

DTS_E_XMLSRCOUTPUTCOLUMNDATATYPENOTSUPPORTED

MessageId: DTS_E_XMLSRCOUTPUTCOLUMNDATATYPENOTSUPPORTED MessageText: The SSIS Data Flow Task data type "%1!s!" on the %2!s! is not supported for the %3!s!.

DTS_E_XMLSRCSCHEMACOLUMNNOTINEXTERNALMETADATA

MessageId: DTS_E_XMLSRCSCHEMACOLUMNNOTINEXTERNALMETADATA MessageText: The column %1!s! in table %2!s! in the XML schema does not have a mapping in the external metadata columns.

DTS_E_XMLSRCSTATIC_UNABLETOPROCESSXMLDATA

MessageId: DTS_E_XMLSRCSTATIC_UNABLETOPROCESSXMLDATA MessageText: The XML Source Adapter was unable to process the XML data.

DTS_E_XMLSRCUNABLETOGETXMLDATAVARIABLE

MessageId: DTS_E_XMLSRCUNABLETOGETXMLDATAVARIABLE MessageText: The %1!s! was unable to get the variable specified by the "%2!s!" property.

DTS_E_XMLSRCUNABLETOPROCESSXMLDATA

MessageId: DTS_E_XMLSRCUNABLETOPROCESSXMLDATA MessageText: The %1!s! was unable to process the XML data. %2!s!

DTS_E_XMLSRCUNABLETOREADXMLDATA

MessageId: DTS_E_XMLSRCUNABLETOREADXMLDATA MessageText: The %1!s! was unable to read the XML data.

DTS_E_XMLTASK_CANTGETREADERFROMDEST

MessageId: DTS_E_XMLTASK_CANTGETREADERFROMDEST MessageText: Cannot get an XmlReader from the changed XML document.

DTS_E_XMLTASK_CANTGETREADERFROMDIFFGRAM

MessageId: DTS_E_XMLTASK_CANTGETREADERFROMDIFFGRAM MessageText: Cannot get the XDL diffgram reader from the XDL diffgram XML.

DTS_E_XMLTASK_CANTGETREADERFROMSOURCE

MessageId: DTS_E_XMLTASK_CANTGETREADERFROMSOURCE MessageText: Cannot get an XmlReader from the source XML document.

DTS_E_XMLTASK_CDATANODESISSUE

MessageId: DTS_E_XMLTASK_CDATANODESISSUE MessageText: CDATA nodes should be added with DiffgramAddSubtrees class.

DTS_E_XMLTASK_COMMENTSNODEISSUE

MessageId: DTS_E_XMLTASK_COMMENTSNODEISSUE MessageText: Comment nodes should be added with DiffgramAddSubtrees class.

DTS_E_XMLTASK_CONNECTIONTYPENOTFILE

MessageId: DTS_E_XMLTASK_CONNECTIONTYPENOTFILE MessageText: The connection type is not File.

DTS_E_XMLTASK_COULDNOTGETENCODINGFROMDOCUMENT

MessageId: DTS_E_XMLTASK_COULDNOTGETENCODINGFROMDOCUMENT MessageText: Cannot get encoding from XML.

DTS_E_XMLTASK_DIFFENUMISSUE

MessageId: DTS_E_XMLTASK_DIFFENUMISSUE MessageText: Correct the OperationCost array so that it reflects the XmlDiffOperation enumeration.

DTS_E_XMLTASK_DOCUMENTHASDATA

MessageId: DTS_E_XMLTASK_DOCUMENTHASDATA MessageText: The document already contains data and should not be used again.

DTS_E_XMLTASK_EMPTYNODELIST

MessageId: DTS_E_XMLTASK_EMPTYNODELIST MessageText: The node list is empty.

DTS_E_XMLTASK_EXPECTINGDIFFGRAMELEMENT

MessageId: DTS_E_XMLTASK_EXPECTINGDIFFGRAMELEMENT MessageText: Invalid XDL diffgram. Expecting xd:xmldiff as a root element with namespace URI "%1!s!".

DTS_E_XMLTASK_FILEALREADYEXISTS

MessageId: DTS_E_XMLTASK_FILEALREADYEXISTS MessageText: File "%1!s!" already exists.

DTS_E_XMLTASK_FILEDOESNOTEXIST

MessageId: DTS_E_XMLTASK_FILEDOESNOTEXIST MessageText: There is no file associated with connection "%1!s!".

DTS_E_XMLTASK_INTERNALERRORMORETHANONENODEINLIST

MessageId: DTS_E_XMLTASK_INTERNALERRORMORETHANONENODEINLIST MessageText: Internal Error. XmlDiffPathSingleNodeList can contain only one node.

DTS_E_XMLTASK_INTERNALERRORMORETHANONENODELEFT

MessageId: DTS_E_XMLTASK_INTERNALERRORMORETHANONENODELEFT MessageText: Internal Error. "%1!s!" nodes left after the Patch operation, expecting 1.

DTS_E_XMLTASK_INVALIDDATANODE

MessageId: DTS_E_XMLTASK_INVALIDDATANODE MessageText: The XML Task received a task data node that is not valid.

DTS_E_XMLTASK_INVALIDEDITSCRIPT

MessageId: DTS_E_XMLTASK_INVALIDEDITSCRIPT MessageText: The Edit Script Operation type in the final Edit Script is not valid.

DTS_E_XMLTASK_INVALIDENODETYPE

MessageId: DTS_E_XMLTASK_INVALIDENODETYPE MessageText: The node type is not valid.

DTS_E_XMLTASK_INVALIDOPTIONSATTRIBUTE

MessageId: DTS_E_XMLTASK_INVALIDOPTIONSATTRIBUTE MessageText: The XDL diffgram is not valid. The options attribute has an invalid value.

DTS_E_XMLTASK_INVALIDPATHDESCRIPTOR

MessageId: DTS_E_XMLTASK_INVALIDPATHDESCRIPTOR MessageText: Invalid XDL diffgram. "%1!s!" is an invalid path descriptor.

DTS_E_XMLTASK_INVALIDSRCDOCATTRIBUTE

MessageId: DTS_E_XMLTASK_INVALIDSRCDOCATTRIBUTE MessageText: The XDL diffgram is not valid. The srcDocHash attribute has an invalid value.

DTS_E_XMLTASK_MISSINGOPTIONSATTRIBUTE

MessageId: DTS_E_XMLTASK_MISSINGOPTIONSATTRIBUTE MessageText: The XDL diffgram is not valid. The options attribute on the xd:xmldiff element is missing.

DTS_E_XMLTASK_MISSINGSECONDOPERAND

MessageId: DTS_E_XMLTASK_MISSINGSECONDOPERAND MessageText: Second operand is not specified.

DTS_E_XMLTASK_MISSINGSOURCE

MessageId: DTS_E_XMLTASK_MISSINGSOURCE MessageText: Source is not specified.

DTS_E_XMLTASK_MISSINGSRCDOCATTRIBUTE

MessageId: DTS_E_XMLTASK_MISSINGSRCDOCATTRIBUTE MessageText: The XDL diffgram is not valid. The srcDocHash attribute on the xd:xmldiff element is missing.

DTS_E_XMLTASK_MORETHANONENODEMATCHED

MessageId: DTS_E_XMLTASK_MORETHANONENODEMATCHED MessageText: Invalid XDL diffgram; more than one node matches the "%1!s!" path descriptor on the xd:node or xd:change element.

DTS_E_XMLTASK_NODEFAULTOPERTION

MessageId: DTS_E_XMLTASK_NODEFAULTOPERTION MessageText: The Operations specified is not defined.

DTS_E_XMLTASK_NOELEMENTFOUND

MessageId: DTS_E_XMLTASK_NOELEMENTFOUND MessageText: The element was not found.

DTS_E_XMLTASK_NOMATCHINGNODE

MessageId: DTS_E_XMLTASK_NOMATCHINGNODE MessageText: Invalid XDL diffgram. No node matches the path descriptor "%1!s!".

DTS_E_XMLTASK_NOSCHEMAFOUND

MessageId: DTS_E_XMLTASK_NOSCHEMAFOUND MessageText: No schema found to enforce validation.

DTS_E_XMLTASK_ROOTNOODESNOTMATCHED

MessageId: DTS_E_XMLTASK_ROOTNOODESNOTMATCHED MessageText: The root nodes do not match.

DTS_E_XMLTASK_SRCDOCMISMATCH

MessageId: DTS_E_XMLTASK_SRCDOCMISMATCH MessageText: The XDL diffgram is not applicable to this XML document. The rcDocHash value does not match.

DTS_E_XMLTASK_SYNCOBJECTFAILED

MessageId: DTS_E_XMLTASK_SYNCOBJECTFAILED MessageText: Synchronization object failed.

DTS_E_XMLTASK_TASKISEMPTY

MessageId: DTS_E_XMLTASK_TASKISEMPTY MessageText: There are no operations in the task.

DTS_E_XMLTASK_TEXTNODEISSUES

MessageId: DTS_E_XMLTASK_TEXTNODEISSUES MessageText: Text nodes should be added with DiffgramAddSubtrees class.

DTS_E_XMLTASK_UNDEFINEDOPERATION

MessageId: DTS_E_XMLTASK_UNDEFINEDOPERATION MessageText: The Operations specified is not defined.

DTS_E_XMLTASK_VALIDATIONERROR

MessageId: DTS_E_XMLTASK_VALIDATIONERROR MessageText: A validation error occurred when validating the instance document.

DTS_E_XMLTASK_VARIABLETYPEISNOTSTRING

MessageId: DTS_E_XMLTASK_VARIABLETYPEISNOTSTRING MessageText: Variable data type is not a String.

DTS_E_XMLTASK_WHITESPACEISSUE

MessageId: DTS_E_XMLTASK_WHITESPACEISSUE MessageText: Significant white space nodes should be added with DiffgramAddSubtrees class.

DTS_E_XMLTASK_XMLDECLMISMATCH

MessageId: DTS_E_XMLTASK_XMLDECLMISMATCH MessageText: The XDL diffgram is not applicable to this XML document. A new XML declaration cannot be added.

DTS_E_XMLTASK_XMLTEXTEMPTY

MessageId: DTS_E_XMLTASK_XMLTEXTEMPTY MessageText: Property "%1!s!" has no source Xml text; Xml Text is either invalid, null or empty string.

DTS_E_XMLTASK_XPATHNAVERROR

MessageId: DTS_E_XMLTASK_XPATHNAVERROR MessageText: Unexpected content item in XPathNavigator.

DTS_E_XMLTASK_XSLTRESULTFILEISNOTXML

MessageId: DTS_E_XMLTASK_XSLTRESULTFILEISNOTXML MessageText: The File/Text Produced by the XSLT is not a valid XmlDocument, thus can not be set as result of operation: "%1!s!".

DTS_I_ABORTINGTRANSACTION

MessageId: DTS_I_ABORTINGTRANSACTION MessageText: Aborting the current distributed transaction.

DTS_I_ALLOCATEDDURINGMEMORYPRESSURE

MessageId: DTS_I_ALLOCATEDDURINGMEMORYPRESSURE MessageText: The buffer manager has allocated %1!d! bytes, even though the memory pressure has been detected and repeated attempts to swap buffers have failed.

DTS_I_ATTEMPTINGDOWNGRADEOFANEXTOBJ

MessageId: DTS_I_ATTEMPTINGDOWNGRADEOFANEXTOBJ MessageText: Attempting to downgrade "%1!s!". The package is attempting to downgrade an extensible object.

DTS_I_ATTEMPTINGUPGRADEOFANEXTOBJ

MessageId: DTS_I_ATTEMPTINGUPGRADEOFANEXTOBJ MessageText: Attempting to upgrade "%1!s!". The package is attempting to upgrade an extensible object.

DTS_I_ATTEMPTINGUPGRADEOFDTS

MessageId: DTS_I_ATTEMPTINGUPGRADEOFDTS MessageText: Attempting an upgrade of SSIS from version "%1!s!" to version "%2!s!". The package is attempting to upgrade the runtime.

DTS_I_BEGINHASHINGCACHE

MessageId: DTS_I_BEGINHASHINGCACHE MessageText: %1!u! rows are added to the cache. The system is processing the rows.

DTS_I_BUFFERUSAGESUMMARY

MessageId: DTS_I_BUFFERUSAGESUMMARY MessageText: Buffer manager allocated %1!d! megabyte(s) in %2!d! physical buffer(s).

DTS_I_CACHEFILEWRITESTARTED

MessageId: DTS_I_CACHEFILEWRITESTARTED MessageText: The %1!s! is writing the cache to file "%2!s!".

DTS_I_CACHEFILEWRITESUCCEEDED

MessageId: DTS_I_CACHEFILEWRITESUCCEEDED MessageText: The %1!s! has written the cache to file "%2!s!".

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.

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.

DTS_I_CHECKPOINTFILEDELETED

MessageId: DTS_I_CHECKPOINTFILEDELETED MessageText: Checkpoint file "%1!s!" was deleted after successful completion of the package.

DTS_I_CHECKPOINTSAVEDTOFILE

MessageId: DTS_I_CHECKPOINTSAVEDTOFILE MessageText: Checkpoint file "%1!s!" was updated to record completion of this container.

DTS_I_CHECKPOINTSAVINGTOFILE

MessageId: DTS_I_CHECKPOINTSAVINGTOFILE MessageText: Checkpoint file "%1!s!" update starting.

DTS_I_CHOSENMAXEXECUTABLES

MessageId: DTS_I_CHOSENMAXEXECUTABLES MessageText: Based on the system configuration, the maximum concurrent executables are set to %1!d!.

DTS_I_COMMITTINGTRANSACTION

MessageId: DTS_I_COMMITTINGTRANSACTION MessageText: Committing distributed transaction started by this container.

DTS_I_COMPONENTBUFFERUSAGEDETAILS

MessageId: DTS_I_COMPONENTBUFFERUSAGEDETAILS MessageText: Component "%1!s!" (%2!d!) owns %3!d! megabyte(s) physical buffer.

DTS_I_CONFIGFROMENVVAR

MessageId: DTS_I_CONFIGFROMENVVAR MessageText: The package is attempting to configure from the environment variable "%1!s!".

DTS_I_CONFIGFROMFILE

MessageId: DTS_I_CONFIGFROMFILE MessageText: The package is attempting to configure from the XML file "%1!s!".

DTS_I_CONFIGFROMINIFILE

MessageId: DTS_I_CONFIGFROMINIFILE MessageText: The package is attempting to configure from the .ini file "%1!s!".

DTS_I_CONFIGFROMPARENTVARIABLE

MessageId: DTS_I_CONFIGFROMPARENTVARIABLE MessageText: The package is attempting to configure from the parent variable "%1!s!".

DTS_I_CONFIGFROMREG

MessageId: DTS_I_CONFIGFROMREG MessageText: The package is attempting to configure from a registry entry using the registry key "%1!s!".

DTS_I_CONFIGFROMSQLSERVER

MessageId: DTS_I_CONFIGFROMSQLSERVER MessageText: The package is attempting to configure from SQL Server using the configuration string "%1!s!".

DTS_I_CONNECTIONPROVIDERCHANGE

MessageId: DTS_I_CONNECTIONPROVIDERCHANGE MessageText: The provider name for the connection manager "%1!s!" has been changed from "%2!s!" to "%3!s!".

DTS_I_DATATAP_FILECREATED

MessageId: DTS_I_DATATAP_FILECREATED MessageText: A new file %1!s! has been created for the data tap.

DTS_I_DISPSNOTREVIEWED

MessageId: DTS_I_DISPSNOTREVIEWED MessageText: 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.

DTS_I_DUMP_ON_ANY_ERR

MessageId: DTS_I_DUMP_ON_ANY_ERR MessageText: Debug dump files will be generated for any error event.

DTS_I_DUMP_ON_CODES

MessageId: DTS_I_DUMP_ON_CODES MessageText: Debug dump files will be generated for the following event codes: "%1!s!"

DTS_I_ERRMSGTASK_SKIPPINGERRORMESSAGEALREADYEXISTS

MessageId: DTS_I_ERRMSGTASK_SKIPPINGERRORMESSAGEALREADYEXISTS MessageText: Skipping error message "%1!s!" since it already exists on the destination server.

DTS_I_ERRMSGTASK_TRANSFEREDNERRORMESSAGES

MessageId: DTS_I_ERRMSGTASK_TRANSFEREDNERRORMESSAGES MessageText: "%1!s!" Error Messages were transferred.

DTS_I_EXECUTIONPHASE_CLEANUP

MessageId: DTS_I_EXECUTIONPHASE_CLEANUP MessageText: Cleanup phase is beginning.

DTS_I_EXECUTIONPHASE_EXECUTE

MessageId: DTS_I_EXECUTIONPHASE_EXECUTE MessageText: Execute phase is beginning.

DTS_I_EXECUTIONPHASE_POSTEXECUTE

MessageId: DTS_I_EXECUTIONPHASE_POSTEXECUTE MessageText: Post Execute phase is beginning.

DTS_I_EXECUTIONPHASE_PREEXECUTE

MessageId: DTS_I_EXECUTIONPHASE_PREEXECUTE MessageText: Pre-Execute phase is beginning.

DTS_I_EXECUTIONPHASE_PREPAREFOREXECUTE

MessageId: DTS_I_EXECUTIONPHASE_PREPAREFOREXECUTE MessageText: Prepare for Execute phase is beginning.

DTS_I_EXECUTIONPHASE_VALIDATE

MessageId: DTS_I_EXECUTIONPHASE_VALIDATE MessageText: Validation phase is beginning.

DTS_I_FAILEDHASHINGCACHE

MessageId: DTS_I_FAILEDHASHINGCACHE MessageText: The %1!s! failed to process the rows in the cache. The processing time was %2!s! second(s).

DTS_I_FINALCOMMITENDED

MessageId: DTS_I_FINALCOMMITENDED MessageText: The final commit for the data insertion in "%1!s!" has ended.

DTS_I_FINALCOMMITSTARTED

MessageId: DTS_I_FINALCOMMITSTARTED MessageText: The final commit for the data insertion in "%1!s!" has started.

DTS_I_FINISH_DUMP

MessageId: DTS_I_FINISH_DUMP MessageText: Debug dump files successfully created.

DTS_I_FINISHPROCESSINGFILE

MessageId: DTS_I_FINISHPROCESSINGFILE MessageText: The processing of file "%1!s!" has ended.

DTS_I_FSTASK_DIRECTORYDELETED

MessageId: DTS_I_FSTASK_DIRECTORYDELETED MessageText: Directory "%1!s!" was deleted.

DTS_I_FSTASK_FILEDELETED

MessageId: DTS_I_FSTASK_FILEDELETED MessageText: File or directory "%1!s!" was deleted.

DTS_I_FTPDELETEFILE

MessageId: DTS_I_FTPDELETEFILE MessageText: The attempt to delete file "%1!s!" 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.

DTS_I_FTPERRORLOADINGMSG

MessageId: DTS_I_FTPERRORLOADINGMSG MessageText: Cannot get extra error information due to an internal error.

DTS_I_FTPFILEEXISTS

MessageId: DTS_I_FTPFILEEXISTS MessageText: File "%1!s!" already exists.

DTS_I_FTPRECEIVEFILE

MessageId: DTS_I_FTPRECEIVEFILE MessageText: Receiving file "%1!s!".

DTS_I_FTPSENDFILE

MessageId: DTS_I_FTPSENDFILE MessageText: Sending file "%1!s!".

DTS_I_GOTMUTEXFROMWAIT

MessageId: DTS_I_GOTMUTEXFROMWAIT MessageText: Mutex "%1!s!" was successfully acquired.

DTS_I_MAXEXECUTABLES

MessageId: DTS_I_MAXEXECUTABLES MessageText: Maximum concurrent executables are set to %1!d!.

DTS_I_NEWMUTEXCREATED

MessageId: DTS_I_NEWMUTEXCREATED MessageText: Mutex "%1!s!" was successfully created.

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).

DTS_I_OLEDBINFORMATIONALMESSAGE

MessageId: DTS_I_OLEDBINFORMATIONALMESSAGE MessageText: An OLE DB informational message is available.

DTS_I_PACKAGEEND

MessageId: DTS_I_PACKAGEEND MessageText: End of package execution.

DTS_I_PACKAGEMIGRATED

MessageId: DTS_I_PACKAGEMIGRATED MessageText: The package format was migrated from version %1!d! to version %2!d!. It must be saved to retain migration changes.

DTS_I_PACKAGESTART

MessageId: DTS_I_PACKAGESTART MessageText: Beginning of package execution.

DTS_I_PACKAGEUPGRADED

MessageId: DTS_I_PACKAGEUPGRADED MessageText: Succeeded in upgrading the package.

DTS_I_PIVOTUNMATCHEDKEYS

MessageId: DTS_I_PIVOTUNMATCHEDKEYS MessageText: Un-matched Pivot Key Values:

DTS_I_RAWSOURCENOCOLUMNS

MessageId: DTS_I_RAWSOURCENOCOLUMNS MessageText: 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.

DTS_I_RELEASEACQUIREDMUTEX

MessageId: DTS_I_RELEASEACQUIREDMUTEX MessageText: Mutex "%1!s!" was successfully released.

DTS_I_RESTARTFROMCHECKPOINTFILE

MessageId: DTS_I_RESTARTFROMCHECKPOINTFILE MessageText: The package restarted from checkpoint file "%1!s!". The package was configured to restart from checkpoint.

DTS_I_ROWS_WRITTEN

MessageId: DTS_I_ROWS_WRITTEN MessageText: "%1!s!" wrote %2!ld! rows.

DTS_I_ROWSADDEDTOCACHE

MessageId: DTS_I_ROWSADDEDTOCACHE MessageText: The number of unique rows added to the cache is %1!u!.

DTS_I_SAVECHECKPOINTSTOFILE

MessageId: DTS_I_SAVECHECKPOINTSTOFILE MessageText: The package will be saving checkpoints to file "%1!s!" during execution. The package is configured to save checkpoints.

DTS_I_SCRIPTSMIGRATED

MessageId: DTS_I_SCRIPTSMIGRATED MessageText: The scripts in the package were migrated. The package must be saved to retain migration changes.

DTS_I_SOMETHINGHAPPENED

MessageId: DTS_I_SOMETHINGHAPPENED MessageText: "%1!s!".

DTS_I_SSIS_INFO_DUMP

MessageId: DTS_I_SSIS_INFO_DUMP MessageText: Creating SSIS information dump file "%1!s!".

DTS_I_START_DUMP

MessageId: DTS_I_START_DUMP MessageText: Event code, 0x%1!8.8X!, triggered generation of debug dump files in the folder "%2!s!".

DTS_I_STARTINGTRANSACTION

MessageId: DTS_I_STARTINGTRANSACTION MessageText: Starting distributed transaction for this container.

DTS_I_STARTPROCESSINGFILE

MessageId: DTS_I_STARTPROCESSINGFILE MessageText: The processing of file "%1!s!" has started.

DTS_I_STOREDPROCSTASKS_TRANSFEREDNSPS

MessageId: DTS_I_STOREDPROCSTASKS_TRANSFEREDNSPS MessageText: The task transferred "%1!s!" Stored Procedures.

DTS_I_SUCCEEDEDHASHINGCACHE

MessageId: DTS_I_SUCCEEDEDHASHINGCACHE MessageText: The %1!s! processed %2!u! rows in the cache. The processing time was %3!s! seconds. The cache used %4!I64u! bytes of memory.

DTS_I_SUCCEEDEDPREPARINGCACHE

MessageId: DTS_I_SUCCEEDEDPREPARINGCACHE MessageText: The %1!s! succeeded in preparing the cache. The preparation time was %2!s! seconds.

DTS_I_TOTALDATAROWSPROCESSEDFORFILE

MessageId: DTS_I_TOTALDATAROWSPROCESSEDFORFILE MessageText: The total number of data rows processed for file "%1!s!" is %2!I64d!.

DTS_I_TRANSFERDBTASK_OVERWRITEDB

MessageId: DTS_I_TRANSFERDBTASK_OVERWRITEDB MessageText: Overwriting the database "%1!s!" on the destination server "%2!s!".

DTS_I_TRANSOBJECTSTASK_NOAGGREGATESTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOAGGREGATESTOTRANSFER MessageText: There are no User Defined Aggregates to transfer.

DTS_I_TRANSOBJECTSTASK_NODEFAULTSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NODEFAULTSTOTRANSFER MessageText: There are no Defaults to transfer.

DTS_I_TRANSOBJECTSTASK_NOLOGINSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOLOGINSTOTRANSFER MessageText: There are no Logins to transfer.

DTS_I_TRANSOBJECTSTASK_NOPFSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOPFSTOTRANSFER MessageText: There are no Partition Functions to transfer.

DTS_I_TRANSOBJECTSTASK_NOPSSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOPSSTOTRANSFER MessageText: There are no Partition Schemes to transfer.

DTS_I_TRANSOBJECTSTASK_NORULESTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NORULESTOTRANSFER MessageText: There are no Rules to transfer.

DTS_I_TRANSOBJECTSTASK_NOSCHEMASTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOSCHEMASTOTRANSFER MessageText: There are no Schemas to transfer.

DTS_I_TRANSOBJECTSTASK_NOSPSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOSPSTOTRANSFER MessageText: There are no Stored Procedures to transfer.

DTS_I_TRANSOBJECTSTASK_NOSQLASSEMBLIESTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOSQLASSEMBLIESTOTRANSFER MessageText: There are no SqlAssemblies to transfer.

DTS_I_TRANSOBJECTSTASK_NOTABLESTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOTABLESTOTRANSFER MessageText: There are no Tables to transfer.

DTS_I_TRANSOBJECTSTASK_NOTYPESTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOTYPESTOTRANSFER MessageText: There are no User Defined Types to transfer.

DTS_I_TRANSOBJECTSTASK_NOUDDTSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOUDDTSTOTRANSFER MessageText: There are no User Defined Data Types to transfer.

DTS_I_TRANSOBJECTSTASK_NOUDFSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOUDFSTOTRANSFER MessageText: There are no User Defined Functions to transfer.

DTS_I_TRANSOBJECTSTASK_NOUSERSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOUSERSTOTRANSFER MessageText: There are no Users to transfer.

DTS_I_TRANSOBJECTSTASK_NOVIEWSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOVIEWSTOTRANSFER MessageText: There are no Views to transfer.

DTS_I_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONSTOTRANSFER

MessageId: DTS_I_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONSTOTRANSFER MessageText: There are no XmlSchemaCollections to transfer.

DTS_I_TRANSOBJECTSTASK_TRANSFEREDNOBJECTS

MessageId: DTS_I_TRANSOBJECTSTASK_TRANSFEREDNOBJECTS MessageText: Transferred "%1!s!" objects.

DTS_I_TRANSOBJECTSTASK_TRUNCATINGTABLE

MessageId: DTS_I_TRANSOBJECTSTASK_TRUNCATINGTABLE MessageText: Truncating table "%1!s!"

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.

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.

DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_COLLATIONS_DONT_MATCH

The 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.

DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_INDEX_MISSING

MessageId: DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_INDEX_MISSING MessageText: Fuzzy match performance can be improved if an index is created upon the reference table across all of the specified exact match columns.

DTS_I_TXLOOKUP_CACHE_FINAL

MessageId: DTS_I_TXLOOKUP_CACHE_FINAL MessageText: %1!s! has cached a total of %2!d! rows.

DTS_I_TXLOOKUP_CACHE_PROGRESS

MessageId: DTS_I_TXLOOKUP_CACHE_PROGRESS MessageText: %1!s! has cached %2!d! rows.

DTS_I_TXLOOKUP_PARTIALPERF

MessageId: DTS_I_TXLOOKUP_PARTIALPERF MessageText: The %1!s! has performed the following operations: processed %2!I64u! rows, issued %3!I64u! database commands to the reference database, and performed %4!I64u! lookups using partial cache.

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.

DTS_MSG_CANTDELAYLOADDLL

MessageId: DTS_MSG_CANTDELAYLOADDLL MessageText: 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.

DTS_MSG_CANTDELAYLOADDLLFUNCTION

MessageId: DTS_MSG_CANTDELAYLOADDLLFUNCTION MessageText: 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.

DTS_MSG_CATEGORY_RUNNING_PACKAGE_MANAGEMENT

MessageId: DTS_MSG_CATEGORY_RUNNING_PACKAGE_MANAGEMENT MessageText: Running Package Management

DTS_MSG_CATEGORY_SERVICE_CONTROL

MessageId: DTS_MSG_CATEGORY_SERVICE_CONTROL MessageText: Service Control

DTS_MSG_EVENTLOGENTRY

MessageId: DTS_MSG_EVENTLOGENTRY MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_CUSTOMEVENT

MessageId: DTS_MSG_EVENTLOGENTRY_CUSTOMEVENT MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_ERROR

MessageId: DTS_MSG_EVENTLOGENTRY_ERROR MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_EXECSTATCHANGE

MessageId: DTS_MSG_EVENTLOGENTRY_EXECSTATCHANGE MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_INFORMATION

MessageId: DTS_MSG_EVENTLOGENTRY_INFORMATION MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_PACKAGEEND

MessageId: DTS_MSG_EVENTLOGENTRY_PACKAGEEND MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_PACKAGESTART

MessageId: DTS_MSG_EVENTLOGENTRY_PACKAGESTART MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_POSTEXECUTE

MessageId: DTS_MSG_EVENTLOGENTRY_POSTEXECUTE MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_POSTVALIDATE

MessageId: DTS_MSG_EVENTLOGENTRY_POSTVALIDATE MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_PREEXECUTE

MessageId: DTS_MSG_EVENTLOGENTRY_PREEXECUTE MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_PREVALIDATE

MessageId: DTS_MSG_EVENTLOGENTRY_PREVALIDATE MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_PROGRESS

MessageId: DTS_MSG_EVENTLOGENTRY_PROGRESS MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_TASKFAILED

MessageId: DTS_MSG_EVENTLOGENTRY_TASKFAILED MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_VARVALCHANGE

MessageId: DTS_MSG_EVENTLOGENTRY_VARVALCHANGE MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_EVENTLOGENTRY_WARNING

MessageId: DTS_MSG_EVENTLOGENTRY_WARNING MessageText: Event Name: %1%r Message: %9%r Operator: %2%r Source Name: %3%r Source ID: %4%r Execution ID: %5%r Start Time: %6%r End Time: %7%r Data Code: %8

DTS_MSG_PACKAGECANCEL

MessageId: DTS_MSG_PACKAGECANCEL MessageText: Package "%1!s!" has been cancelled.

DTS_MSG_PACKAGEFAILURE

MessageId: DTS_MSG_PACKAGEFAILURE MessageText: Package "%1!s!" failed.

DTS_MSG_PACKAGESTART

MessageId: DTS_MSG_PACKAGESTART MessageText: Package "%1!s!" started.

DTS_MSG_PACKAGESUCCESS

MessageId: DTS_MSG_PACKAGESUCCESS MessageText: Package "%1!s!" finished successfully.

DTS_MSG_SERVER_BAD_CONFIG

MessageId: DTS_MSG_SERVER_BAD_CONFIG MessageText: Microsoft SSIS Service configuration file is incorrect.%nError reading config file: %1%n%nLoading server with default settings.

DTS_MSG_SERVER_MISSING_CONFIG

MessageId: DTS_MSG_SERVER_MISSING_CONFIG MessageText: Microsoft SSIS Service configuration file does not exist.%nLoading with default settings.

DTS_MSG_SERVER_MISSING_CONFIG_REG

MessageId: DTS_MSG_SERVER_MISSING_CONFIG_REG MessageText: Microsoft SSIS Service: %nRegistry setting specifying configuration file does not exist. %nAttempting to load default config file.

DTS_MSG_SERVER_START_FAILED

MessageId: DTS_MSG_SERVER_START_FAILED MessageText: Microsoft SSIS Service failed to start.%nError: %1

DTS_MSG_SERVER_STARTED

MessageId: DTS_MSG_SERVER_STARTED MessageText: Microsoft SSIS Service started.%nServer version %1

DTS_MSG_SERVER_STARTING

MessageId: DTS_MSG_SERVER_STARTING MessageText: Starting Microsoft SSIS Service.%nServer version %1

DTS_MSG_SERVER_STOP_ERROR

MessageId: DTS_MSG_SERVER_STOP_ERROR MessageText: Error stopping Microsoft SSIS Service.%nError: %1

DTS_MSG_SERVER_STOPPED

MessageId: DTS_MSG_SERVER_STOPPED MessageText: Microsoft SSIS Service stopped.%nServer version %1

DTS_MSG_SERVER_STOPPING

MessageId: DTS_MSG_SERVER_STOPPING MessageText: Stopping Microsoft SSIS Service.%n%nStop all running packages on exit: %1

DTS_MSG_SERVER_STOPPING_PACKAGE

MessageId: DTS_MSG_SERVER_STOPPING_PACKAGE MessageText: Microsoft SSIS Service: stopping running package.%nPackage instance ID: %1%nPackage ID: %2%nPackage name: %3%nPackage description: %4%nPackage started by: %5.

DTS_S_EXPREVALTRUNCATIONOCCURRED

MessageId: DTS_S_EXPREVALTRUNCATIONOCCURRED MessageText: A truncation occurred during evaluation of the expression. The truncation occurred during evaluation, which may include any point in an intermediate step.

DTS_S_NULLDATA

MessageId: DTS_S_NULLDATA MessageText: The value is NULL.

DTS_S_TRUNCATED

MessageId: DTS_S_TRUNCATED MessageText: 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.

DTS_W_ADOCONNECTIONDATATYPECOMPATCHANGE

MessageId: DTS_W_ADOCONNECTIONDATATYPECOMPATCHANGE MessageText: The DataTypeCompatibility property of ADO type connection manager "%1!s!" was set to 80 for backward compatibility reasons.

DTS_W_ADODESTBATCHNOTSUPPORTEDFORERRORDISPOSITION

MessageId: DTS_W_ADODESTBATCHNOTSUPPORTEDFORERRORDISPOSITION MessageText: Batch mode is not currently supported when error row disposition is used. The BatchSize property will be set to 1.

DTS_W_ADODESTEXTERNALCOLNOTEXIST

MessageId: DTS_W_ADODESTEXTERNALCOLNOTEXIST MessageText: The %1!s! does not exist in the database. It may have been removed or renamed. Use Advanced Editor to refresh the available destination columns if needed.

DTS_W_ADODESTEXTERNALCOLNOTMATCHSCHEMACOL

MessageId: DTS_W_ADODESTEXTERNALCOLNOTMATCHSCHEMACOL MessageText: The %1!s! has been out of synchronization with the database column. The latest column has %2!s!. Use advanced editor to refresh available destination columns if needed.

DTS_W_ADODESTINVARIANTEXCEPTION

MessageId: DTS_W_ADODESTINVARIANTEXCEPTION MessageText: Exception received while enumerating ADO.Net providers. The invariant was "%1!s!". The exception message is: "%2!s!"

DTS_W_ADODESTNEWEXTCOL

MessageId: DTS_W_ADODESTNEWEXTCOL MessageText: A new column with name %1!s! has been added to the external database table. Use advanced editor to refresh available destination columns if needed.

DTS_W_ADODESTNOROWSINSERTED

The rows were not 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.

DTS_W_ADODESTPOTENTIALDATALOSS

The 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.

DTS_W_ADONETDESTNOTSUPPORTEDTYPECONVERTTONTEXT

MessageId: DTS_W_ADONETDESTNOTSUPPORTEDTYPECONVERTTONTEXT MessageText: The external column "%1!s!" of "%2!s!" has a data type that cannot be mapped to a Data Flow task data type. The Data Flow task data type DT_NTEXT will be used instead.

DTS_W_BACKPRESSURELIFTED

The back pressure lifted.

DTS_W_BUFFERGETTEMPFILENAME

MessageId: DTS_W_BUFFERGETTEMPFILENAME MessageText: The buffer manager could not get a temporary file name.

DTS_W_CANNOTFINDOBJECT

MessageId: DTS_W_CANNOTFINDOBJECT MessageText: The package path referenced an object that cannot be found: "%1!s!". This occurs when an attempt is made to resolve a package path to an object that cannot be found.

DTS_W_CANTRETRIEVECODEPAGEFROMOLEDBPROVIDER

The column code page info cannot be retrieved 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.

DTS_W_COMPONENTLEAKPROCESSINPUT

MessageId: DTS_W_COMPONENTLEAKPROCESSINPUT MessageText: A call to the ProcessInput method for input %1!d! on %2!s! 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.

DTS_W_COMPONENTREMOVED

The 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.

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.

DTS_W_CONFIGFILEEMPTY

MessageId: DTS_W_CONFIGFILEEMPTY MessageText: The configuration file was empty and contained no configuration entries.

DTS_W_CONFIGFILEFAILEDIMPORT

MessageId: DTS_W_CONFIGFILEFAILEDIMPORT MessageText: Failure importing configuration file: "%1!s!".

DTS_W_CONFIGFILEINVALID

MessageId: DTS_W_CONFIGFILEINVALID MessageText: The configuration file loaded, but is not valid. The file is not formatted correctly, may be missing an element, or may be damaged.

DTS_W_CONFIGFILENAMEINVALID

MessageId: DTS_W_CONFIGFILENAMEINVALID MessageText: The configuration file name "%1" is not valid. Check the configuration file name.

DTS_W_CONFIGFILENOTFOUND

MessageId: DTS_W_CONFIGFILENOTFOUND MessageText: The configuration file "%1!s!" cannot be found. Check the directory and file name.

DTS_W_CONFIGFORMATINVALID

MessageId: DTS_W_CONFIGFORMATINVALID MessageText: The configuration entry "%1!s!" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter.

DTS_W_CONFIGFORMATINVALID_PACKAGEDELIMITER

MessageId: DTS_W_CONFIGFORMATINVALID_PACKAGEDELIMITER MessageText: The configuration entry, "%1!s!", has an incorrect format because it does not begin with the package delimiter. Prepend "\package" to the package path.

DTS_W_CONFIGKEYNOTFOUND

MessageId: DTS_W_CONFIGKEYNOTFOUND MessageText: Configuration registry key "%1!s!" was not found. A configuration entry specifies a registry key that is not available. Check the registry to ensure that the key is there.

DTS_W_CONFIGNODEINVALID

MessageId: DTS_W_CONFIGNODEINVALID MessageText: The configuration entry "%1!s!" 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.

DTS_W_CONFIGPROCESSCONFIGURATIONFAILED

MessageId: DTS_W_CONFIGPROCESSCONFIGURATIONFAILED MessageText: Calling ProcessConfiguration on the package failed. The configuration attempted to change the property at the package path "%1".

DTS_W_CONFIGREADONLYVARIABLE

MessageId: DTS_W_CONFIGREADONLYVARIABLE MessageText: The configuration attempted to change a read-only variable. The variable is at the package path "%1".

DTS_W_CONFIGTYPEINVALID

MessageId: DTS_W_CONFIGTYPEINVALID MessageText: The configuration type in one of the configuration entries was not valid. Valid types are listed in the DTSConfigurationType enumeration.

DTS_W_CONFIGUREDTYPESECTIONEMPTY

MessageId: DTS_W_CONFIGUREDTYPESECTIONEMPTY MessageText: Failed to retrieve value from the .ini file. The ConfiguredType section is either empty, or does not exist: "%1!s!".

DTS_W_CONFIGUREDVALUESECTIONEMPTY

MessageId: DTS_W_CONFIGUREDVALUESECTIONEMPTY MessageText: Failed to retrieve value from the .ini file. The ConfiguredValue section is either empty, or does not exist: "%1!s!".

DTS_W_CONFIGUREDVALUETYPE

MessageId: DTS_W_CONFIGUREDVALUETYPE MessageText: Failed to retrieve value from the .ini file. The ConfiguredValueType section is either empty, or does not exist: "%1!s!".

DTS_W_COULDNOTFINDCURRENTVERSION

The "%1" value for component %2 cannot be found. 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.

DTS_W_COULDNOTRESOLVEPACKAGEPATH

MessageId: DTS_W_COULDNOTRESOLVEPACKAGEPATH MessageText: Cannot resolve a package path to an object in the package "%1!s!". Verify that the package path is valid.

DTS_W_COUNTDOWN

MessageId: DTS_W_COUNTDOWN MessageText: There are %1!lu! days left in the evaluation. When it expires, packages will not be able to be executed.

DTS_W_DATATAP_UNUSEDTASKID

MessageId: DTS_W_DATATAP_UNUSEDTASKID MessageText: The data flow task identification %1!s! was not found during execution. The specified data tap file %2!s! for path %3!s! was not generated.

DTS_W_DECRYPTPROJECT_SENSITIVEDATA_PASSWORD

MessageId: DTS_W_DECRYPTPROJECT_SENSITIVEDATA_PASSWORD MessageText: The sensitive data in the project cannot be decrypted because a password has not been specified or is incorrect.

DTS_W_DECRYPTPROJECT_SENSITIVEDATA_USERKEY

An attempt to decrypt the project with a sensitive data userkey failed.

DTS_W_DF_PERFCOUNTERS_DISABLED

MessageId: DTS_W_DF_PERFCOUNTERS_DISABLED MessageText: 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.

DTS_W_DUPLICATECUSTOMEVENT

MessageId: DTS_W_DUPLICATECUSTOMEVENT MessageText: Error using same name for different custom events. The custom event "%1!s!" was defined differently by different children of this container. There may be an error when executing the event handler.

DTS_W_DUPLICATEMAPPINGKEY

MessageId: DTS_W_DUPLICATEMAPPINGKEY MessageText: There is a duplicate mapping in file, "%1!s!". The tag is "%2!s!", and the key is "%3!s!".

DTS_W_EMPTYDATAFLOW

MessageId: DTS_W_EMPTYDATAFLOW MessageText: The DataFlow task has no components. Add components or remove the task.

DTS_W_EMPTYPATH

MessageId: DTS_W_EMPTYPATH MessageText: The path is empty.

DTS_W_ENDOFFILEREACHWHILEREADINGHEADERROWS

MessageId: DTS_W_ENDOFFILEREACHWHILEREADINGHEADERROWS MessageText: 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.

DTS_W_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS

MessageId: DTS_W_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS MessageText: The error message "%1!s!" already exists at destination server.

DTS_W_EXECPROCTASK_FILENOTINPATH

MessageId: DTS_W_EXECPROCTASK_FILENOTINPATH MessageText: File/Process "%1!s!" is not in path.

DTS_W_EXPIRED_DEBUGONLY

MessageId: DTS_W_EXPIRED_DEBUGONLY MessageText: Integration Services evaluation period has expired. The package can only be executed in debug mode.

DTS_W_EXPREVALPOTENTIALSTRINGTRUNCATION

MessageId: DTS_W_EXPREVALPOTENTIALSTRINGTRUNCATION MessageText: The result string for expression "%1!s!" 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.

DTS_W_EXPREVALUNREFERENCEDINPUTCOLUMN

MessageId: DTS_W_EXPREVALUNREFERENCEDINPUTCOLUMN MessageText: The "%1!s!" on "%2!s!" 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.

DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSADDITION

MessageId: DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSADDITION MessageText: The column "%1!s!" needs to be added to the external columns.

DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSREMOVAL

MessageId: DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSREMOVAL MessageText: The %1!s! needs to be removed from the external columns.

DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSUPDATE

MessageId: DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSUPDATE MessageText: The external column "%1!s!" needs to be updated.

DTS_W_EXTERNALMETADATACOLUMNSOUTOFSYNC

MessageId: DTS_W_EXTERNALMETADATACOLUMNSOUTOFSYNC MessageText: The external columns for %1!s! are out of synchronization with the data source columns. %2!s!

DTS_W_EXTERNALTABLECOLSOUTOFSYNC

MessageId: DTS_W_EXTERNALTABLECOLSOUTOFSYNC MessageText: The table "%1!s!" has changed. New columns might have been added to the table.

DTS_W_FAILEDCONFIGLOAD

MessageId: DTS_W_FAILEDCONFIGLOAD MessageText: Cannot load the XML configuration file. The XML configuration file may be malformed or not valid.

DTS_W_FAILEDXMLDOCCREATION

MessageId: DTS_W_FAILEDXMLDOCCREATION MessageText: Cannot create an XML document object instance. Verify that MSXML is installed and registered correctly.

DTS_W_FAILURENOTRESTARTABLE

MessageId: DTS_W_FAILURENOTRESTARTABLE MessageText: 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.

DTS_W_FILEENUMEMPTY

MessageId: DTS_W_FILEENUMEMPTY MessageText: 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.

DTS_W_FSTASK_OPERATIONFAILURE

MessageId: DTS_W_FSTASK_OPERATIONFAILURE MessageText: Task failed to execute operation "%1!s!".

DTS_W_FTPTASK_OPERATIONFAILURE

MessageId: DTS_W_FTPTASK_OPERATIONFAILURE MessageText: Operation "%1!s!" failed.

DTS_W_FUZZYGROUPINGINTERNALPIPELINEWARNING

MessageId: DTS_W_FUZZYGROUPINGINTERNALPIPELINEWARNING MessageText: The following Fuzzy Grouping internal pipeline warning occurred with warning code 0x%1!8.8X!: "%2!s!".

DTS_W_FUZZYLOOKUP_EXACTMATCHCOLUMNSEXCEEDBYTELIMIT

The cumulative lengths of the columns specified in the exact match joins exceeds the 900 byte limit for index keys. The 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.

DTS_W_FUZZYLOOKUP_EXACTMATCHINDEXCREATIONFAILED

MessageId: DTS_W_FUZZYLOOKUP_EXACTMATCHINDEXCREATIONFAILED MessageText: Failed to create an index for exact match columns. Reverting to alternative fuzzy lookup method.

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.

DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS

MessageId: DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS MessageText: 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.

DTS_W_GENERICWARNING

MessageId: DTS_W_GENERICWARNING MessageText: Warning(s) raised. There should be more specific warnings preceding this one that explain the specifics of the warning(s).

DTS_W_IMPLICITUPGRADEMAPPING

MessageId: DTS_W_IMPLICITUPGRADEMAPPING MessageText: The extension, "%1!s!", was implicitly upgraded to "%2!s!". Add a mapping for this extension to the UpgradeMappings directory.

DTS_W_INICONFIGURATIONPROBLEM

MessageId: DTS_W_INICONFIGURATIONPROBLEM MessageText: The .ini configuration file is not valid due to empty or missing fields.

DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT

MessageId: DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT MessageText: The initialization expression is not an assignment expression: "%1!s!". This error usually occurs when the expression in the iterate expressions on the ForLoop is not an assignment expression.

DTS_W_INVALIDCONFIGURATIONTYPE

MessageId: DTS_W_INVALIDCONFIGURATIONTYPE MessageText: The configuration type for configuration "%1!s!" 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.

DTS_W_INVALIDEXTENSIONMAPPING

MessageId: DTS_W_INVALIDEXTENSIONMAPPING MessageText: A mapping in the file, "%1!s!", is not valid. Values cannot be null or empty. The tag is "%2!s!", the key is "%3!s!", and the value is "%4!s!".

DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT

MessageId: DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT MessageText: The iteration expression is not an assignment expression: "%1!s!". This error usually occurs when the expression in the assignment expression on the ForLoop is not an assignment expression.

DTS_W_JOBSTASK_JOBEXISTSATDEST

MessageId: DTS_W_JOBSTASK_JOBEXISTSATDEST MessageText: The job "%1!s!" already exists at destination server.

DTS_W_JOBSTASK_OVERWRITINGJOB

MessageId: DTS_W_JOBSTASK_OVERWRITINGJOB MessageText: Overwriting the job "%1!s!" at destination server.

DTS_W_JOBSTASK_SKIPPINGJOBEXISTSATDEST

MessageId: DTS_W_JOBSTASK_SKIPPINGJOBEXISTSATDEST MessageText: Skipping the transfer of job "%1!s!" since it already exists at destination.

DTS_W_LEGACYPROGID

MessageId: DTS_W_LEGACYPROGID MessageText: The "%1!s!" ProgID has been deprecated. The new ProgID for this component "%2!s!" should be used instead.

DTS_W_LOGINSTASK_ENUMVALUEINCORRECT

MessageId: DTS_W_LOGINSTASK_ENUMVALUEINCORRECT MessageText: Persisted enumeration value of property "FailIfExists" was changed and rendered invalid. Resetting to default.

DTS_W_LOGINSTASK_OVERWRITINGLOGINATDEST

MessageId: DTS_W_LOGINSTASK_OVERWRITINGLOGINATDEST MessageText: Overwriting Login "%1!s!" at destination.

DTS_W_LOGPROVIDERNOTDEFINED

MessageId: DTS_W_LOGPROVIDERNOTDEFINED MessageText: The executable "%1!s!" 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.

DTS_W_LOGPROVIDERPRODUCTLEVEL

MessageId: DTS_W_LOGPROVIDERPRODUCTLEVEL MessageText: The log provider "%1!s!" cannot log messages on the installed edition of SQL Server. The log provider requires %2!s! or higher.

DTS_W_MATCHINDEXALREADYEXISTS

MessageId: DTS_W_MATCHINDEXALREADYEXISTS MessageText: A table with the name '%1!s!' 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.

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.

DTS_W_MSMQTASK_USE_WEAK_ENCRYPTION

MessageId: DTS_W_MSMQTASK_USE_WEAK_ENCRYPTION MessageText: The encryption algorithm "%1!s!" uses weak encryption.

DTS_W_NOLINEAGEVALIDATION

MessageId: DTS_W_NOLINEAGEVALIDATION MessageText: The lineage IDs of the input columns cannot be validated because the execution trees contain cycles.

DTS_W_NOMATCHOUTPUTGETSNOROWS

MessageId: DTS_W_NOMATCHOUTPUTGETSNOROWS MessageText: 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.

DTS_W_NOPARENTVARIABLES

MessageId: DTS_W_NOPARENTVARIABLES MessageText: Configuration from a parent variable "%1!s!" did not occur because there was no parent variable collection.

DTS_W_NOPIPELINEDATATYPEMAPPINGAVAILABLE

MessageId: DTS_W_NOPIPELINEDATATYPEMAPPINGAVAILABLE MessageText: The %1!s! 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.

DTS_W_NORECORDSFOUNDINTABLE

MessageId: DTS_W_NORECORDSFOUNDINTABLE MessageText: Table "%1!s!" does not have any records for configuration. This occurs when configuring from a SQL Server table that has no records for the configuration.

DTS_W_NOREDIRECTWITHATTACHEDERROROUTPUTS

MessageId: DTS_W_NOREDIRECTWITHATTACHEDERROROUTPUTS MessageText: 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).

DTS_W_NOWORKTODO

MessageId: DTS_W_NOWORKTODO MessageText: 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.

DTS_W_ODBCFORCEROWBYROW

MessageId: DTS_W_ODBCFORCEROWBYROW MessageText: 'Row by Row' fetch method is enforced because the table has LOB column(s). Column %1!s! is LOB

DTS_W_ODBCUNSUPPORTEDCOLUMN

MessageId: DTS_W_ODBCUNSUPPORTEDCOLUMN MessageText: Unsupported column - %1!s!

DTS_W_ONEORMORECONFIGLOADFAILED

MessageId: DTS_W_ONEORMORECONFIGLOADFAILED MessageText: Failed to load at least one of the configuration entries for the package. Check configuration entries for "%1!s!" and previous warnings to see descriptions of which configuration failed.

DTS_W_PACKAGEPATHSECTIONEMPTY

MessageId: DTS_W_PACKAGEPATHSECTIONEMPTY MessageText: Failed to retrieve value from the .ini file. The PackagePath section is either empty, or does not exist: "%1!s!".

DTS_W_PARENTVARIABLENOTFOUND

MessageId: DTS_W_PARENTVARIABLENOTFOUND MessageText: Configuration from a parent variable "%1!s!" did not occur because there was no parent variable. Error code: 0x%2!8.8X!.

DTS_W_PARTIALROWFOUNDATENDOFFILE

MessageId: DTS_W_PARTIALROWFOUNDATENDOFFILE MessageText: There is a partial row at the end of the file.

DTS_W_POTENTIALTRUNCATIONFROMDATAINSERTION

MessageId: DTS_W_POTENTIALTRUNCATIONFROMDATAINSERTION MessageText: Truncation may occur due to inserting data from data flow column "%1!s!" with a length of %2!d! to database column "%3!s!" with a length of %4!d!.

DTS_W_POTENTIALTRUNCATIONFROMDATARETRIEVAL

MessageId: DTS_W_POTENTIALTRUNCATIONFROMDATARETRIEVAL MessageText: Truncation may occur due to retrieving data from database column "%1!s!" with a length of %2!d! to data flow column "%3!s!" with a length of %4!d!.

DTS_W_PROBLEMOCCURREDWITHFOLLOWINGMESSAGE

MessageId: DTS_W_PROBLEMOCCURREDWITHFOLLOWINGMESSAGE MessageText: A problem occurred with the following messages: "%1!s!".

DTS_W_PROCESSCONFIGURATIONFAILEDLOADSCM

MessageId: DTS_W_PROCESSCONFIGURATIONFAILEDLOADSCM MessageText: Process configuration failed to load the project connection managers.

DTS_W_PROCESSCONFIGURATIONFAILEDSET

MessageId: DTS_W_PROCESSCONFIGURATIONFAILEDSET MessageText: Process configuration failed to set the destination at the package path of "%1!s!". This occurs when attempting to set the destination property or variable fails. Check the destination property or variable.

DTS_W_RAWSORTORDERMISMATCH

The raw sort order mismatch.

DTS_W_READEXTMAPFAILED

MessageId: DTS_W_READEXTMAPFAILED MessageText: An exception occurred while reading the upgrade mapping files. The exception is "%1!s!".

DTS_W_REDIRECTWITHNOATTACHEDERROROUTPUTS

MessageId: DTS_W_REDIRECTWITHNOATTACHEDERROROUTPUTS MessageText: 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).

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".

DTS_W_REGISTRYCONFIGURATIONVALUENOTFOUND

MessageId: DTS_W_REGISTRYCONFIGURATIONVALUENOTFOUND MessageText: The configuration value for the registry configuration was not found in key "%1!s!". Add a value called Value to the registry key of type DWORD or String.

DTS_W_SENDMAILTASK_AT_MISSING_IN_FROM

MessageId: DTS_W_SENDMAILTASK_AT_MISSING_IN_FROM MessageText: The address in the "From" line is malformed. It is either missing the "@" symbol or is not valid.

DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE

MessageId: DTS_w_SENDMAILTASK_ERROR_IN_BCC_LINE MessageText: The address in the "Bcc" line is malformed. It is either missing the "@" symbol or is not valid.

DTS_w_SENDMAILTASK_ERROR_IN_CC_LINE

MessageId: DTS_w_SENDMAILTASK_ERROR_IN_CC_LINE MessageText: The address in the "Cc" line is malformed. It is either missing the "@" symbol or is not valid.

DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE

MessageId: DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE MessageText: The address in the "To" line is malformed. It is either missing the "@" symbol or is not valid.

DTS_W_SENDMAILTASK_SUBJECT_MISSING

MessageId: DTS_W_SENDMAILTASK_SUBJECT_MISSING MessageText: The subject is empty.

DTS_W_SORTEDOUTPUTHASNOSORTKEYPOSITIONS

MessageId: DTS_W_SORTEDOUTPUTHASNOSORTKEYPOSITIONS MessageText: The IsSorted property of %1!s! is set to TRUE, but all of its output columns' SortKeyPositions are set to zero.

DTS_W_SOURCEREMOVED

MessageId: DTS_W_SOURCEREMOVED MessageText: Source "%1!s!" (%2!d!) will not be read because none of its data ever becomes visible outside the Data Flow Task.

DTS_W_SQLSERVERFAILEDIMPORT

MessageId: DTS_W_SQLSERVERFAILEDIMPORT MessageText: Configuration from SQL Server was not successfully imported: "%1!s!".

DTS_W_SQLTASK_POSSIBLEDATETRUNCATION

There is a possible date truncation from the task.

DTS_W_STATICTRUNCATIONINEXPRESSION

MessageId: DTS_W_STATICTRUNCATIONINEXPRESSION MessageText: The expression "%1!s!" will always result in a truncation of data. The expression contains a static truncation (the truncation of a fixed value).

DTS_W_TRANSFERDBTASK_ACTIONSETTOCOPY

MessageId: DTS_W_TRANSFERDBTASK_ACTIONSETTOCOPY MessageText: The transfer action value was invalid. It is being set to copy.

DTS_W_TRANSFERDBTASK_METHODSETTOONLINE

MessageId: DTS_W_TRANSFERDBTASK_METHODSETTOONLINE MessageText: The transfer method value was invalid. It is being set to an online transfer.

DTS_W_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST MessageText: User Defined Aggregate "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_DEFAULTALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_DEFAULTALREADYATDEST MessageText: Default "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_LOGINALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_LOGINALREADYATDEST MessageText: Login "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_NOELEMENTSPECIFIEDTOTRANSFER

MessageId: DTS_W_TRANSOBJECTSTASK_NOELEMENTSPECIFIEDTOTRANSFER MessageText: There are no elements specified to transfer.

DTS_W_TRANSOBJECTSTASK_PFALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_PFALREADYATDEST MessageText: Partition Function "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_PSALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_PSALREADYATDEST MessageText: Partition Scheme "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_RULEALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_RULEALREADYATDEST MessageText: Rule "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_SCHEMAALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_SCHEMAALREADYATDEST MessageText: Schema "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_SPALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_SPALREADYATDEST MessageText: Stored procedure "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST MessageText: SqlAssembly "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_TABLEALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_TABLEALREADYATDEST MessageText: Table "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_TYPEALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_TYPEALREADYATDEST MessageText: User Defined Type "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_UDDTALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_UDDTALREADYATDEST MessageText: User Defined Data Type "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_UDFALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_UDFALREADYATDEST MessageText: User Defined Function "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_USERALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_USERALREADYATDEST MessageText: User "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_VIEWALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_VIEWALREADYATDEST MessageText: View "%1!s!" already exists at destination.

DTS_W_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST

MessageId: DTS_W_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST MessageText: XmlSchemaCollection "%1!s!" already exists at destination.

DTS_W_TXFUZZYLOOKUP_CODEPAGE_MISMATCH

MessageId: DTS_W_TXFUZZYLOOKUP_CODEPAGE_MISMATCH MessageText: The code pages of the DT_STR source column "%1!s!" and the DT_STR dest column "%2!s!" do not match. This may cause unexpected results.

DTS_W_TXFUZZYLOOKUP_DELIMITERS_DONT_MATCH

MessageId: DTS_W_TXFUZZYLOOKUP_DELIMITERS_DONT_MATCH MessageText: The specified delimiters do not match the delimiters used to build the pre-existing match index "%1!s!". This error occurs when the delimiters used to tokenize fields do not match. This can have unknown effects on the matching behavior or results.

DTS_W_TXFUZZYLOOKUP_JOINLENGTHMISMATCH

MessageId: DTS_W_TXFUZZYLOOKUP_JOINLENGTHMISMATCH MessageText: The length of input column '%1!s!' is not equal to the length of the reference column '%2!s!' that it is being matched against.

DTS_W_TXFUZZYLOOKUP_MAXRESULTS_IS_ZERO

MessageId: DTS_W_TXFUZZYLOOKUP_MAXRESULTS_IS_ZERO MessageText: The MaxOutputMatchesPerInput property on the Fuzzy Lookup transformation is zero. No results will be produced.

DTS_W_TXFUZZYLOOKUP_NO_FUZZY_JOIN_COLUMNS

MessageId: DTS_W_TXFUZZYLOOKUP_NO_FUZZY_JOIN_COLUMNS MessageText: 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.

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.

DTS_W_TXLOOKUP_DUPLICATE_KEYS

MessageId: DTS_W_TXLOOKUP_DUPLICATE_KEYS MessageText: The %1!s! encountered duplicate reference key values when caching reference data. This error occurs in Full Cache mode only. Either remove the duplicate key values, or change the cache mode to PARTIAL or NO_CACHE.

DTS_W_TXSORTSORTISTHESAME

MessageId: DTS_W_TXSORTSORTISTHESAME MessageText: The data is already sorted as specified so the transform can be removed.

DTS_W_UNCOMMON_PROVIDER_IN_CONFIGURATION

The configuration provider is uncommon.

DTS_W_UNMAPPEDINPUTCOLUMN

MessageId: DTS_W_UNMAPPEDINPUTCOLUMN MessageText: The input column "%1!s!" with ID %2!d! at index %3!d! is unmapped. The lineage ID for the column is zero.

DTS_W_UNMAPPEDOUTPUTCOLUMN

MessageId: DTS_W_UNMAPPEDOUTPUTCOLUMN MessageText: The %1!s! has no input column mapped to it.

DTS_W_UNUSABLETEMPORARYPATH

MessageId: DTS_W_UNUSABLETEMPORARYPATH MessageText: The buffer manager could not create a temporary file on the path "%1!s!". The path will not be considered for temporary storage again.

DTS_W_UNUSEDOUTPUTDATA

MessageId: DTS_W_UNUSEDOUTPUTDATA MessageText: The output column "%1!s!" (%2!d!) on output "%3!s!" (%4!d!) and component "%5!s!" (%6!d!) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

DTS_W_XMLSRCOUTPUTCOLUMNDATATYPEMAPPEDTOSTRING

MessageId: DTS_W_XMLSRCOUTPUTCOLUMNDATATYPEMAPPEDTOSTRING MessageText: The %1!s! references external data type %2!s!, 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.

DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTODEFAULT

MessageId: DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTODEFAULT MessageText: No maximum length was specified for the %1!s! with external data type %2!s!. The SSIS Data Flow Task data type "%3!s!" with a length of %4!d! will be used.

DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTOMAXIMUM

MessageId: DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTOMAXIMUM MessageText: For the %1!s! with external data type %2!s!, 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!s!" with a length of %6!d! will be used.

DTS_W_XMLTASK_DIFFFAILURE

MessageId: DTS_W_XMLTASK_DIFFFAILURE MessageText: The two XML documents are different.

DTS_W_XMLTASK_DTDVALIDATIONWARNING

MessageId: DTS_W_XMLTASK_DTDVALIDATIONWARNING MessageText: 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!s!".

DTS_W_XMLTASK_VALIDATIONFAILURE

MessageId: DTS_W_XMLTASK_VALIDATIONFAILURE MessageText: Task failed to validate "%1!s!".

DTSBC_E_CANTINSERTEXTERNALMETADATACOLUMN

MessageId: DTSBC_E_CANTINSERTEXTERNALMETADATACOLUMN MessageText: The %1!s! does not allow the insertion of external metadata columns.

DTSBC_E_CANTINSERTOUTPUTCOLUMN

MessageId: DTSBC_E_CANTINSERTOUTPUTCOLUMN MessageText: The %1!s! does not allow the insertion of output columns.

DTSBC_E_FAILEDTOGETCOLINFO

MessageId: DTSBC_E_FAILEDTOGETCOLINFO MessageText: Failed to get information for row "%1!ld!", column "%2!ld!" from the buffer. The error code returned was 0x%3!8.8X!.

DTSBC_E_FAILEDTOGETOUTPUTBYINDEX

MessageId: DTSBC_E_FAILEDTOGETOUTPUTBYINDEX MessageText: Cannot retrieve output with index %1!lu!.

DTSBC_E_FAILEDTOSETCOLINFO

MessageId: DTSBC_E_FAILEDTOSETCOLINFO MessageText: Failed to set information for row "%1!ld!", column "%2!ld!" into the buffer. The error code returned was 0x%3!8.8X!.

DTSBC_E_INCORRECTEXACTNUMBEROFERROROUTPUTS

MessageId: DTSBC_E_INCORRECTEXACTNUMBEROFERROROUTPUTS MessageText: The number of error outputs, %1!lu!, is incorrect. There must be exactly %2!lu!.

DTSBC_E_INCORRECTEXACTNUMBEROFTOTALOUTPUTS

MessageId: DTSBC_E_INCORRECTEXACTNUMBEROFTOTALOUTPUTS MessageText: The total number of outputs and error outputs, %1!lu!, is incorrect. There must be exactly %2!lu!.

DTSBC_E_INPUTHASNOERROROUTPUT

MessageId: DTSBC_E_INPUTHASNOERROROUTPUT MessageText: The input "%1!lu!" has no synchronous error output.

DTSBC_E_INPUTHASNOOUTPUT

MessageId: DTSBC_E_INPUTHASNOOUTPUT MessageText: The input "%1!lu!" has no synchronous output.

DTSBC_E_INVALIDHTPIVALUE

MessageId: DTSBC_E_INVALIDHTPIVALUE MessageText: The HowToProcessInput value, %1!lu!, is not valid. It must be one of the values from the HowToProcessInput enumeration.

DTSBC_E_INVALIDPROPERTY

MessageId: DTSBC_E_INVALIDPROPERTY MessageText: The property "%1!s!" is not valid.

DTSBC_E_INVALIDVALIDATIONSTATUSVALUE

MessageId: DTSBC_E_INVALIDVALIDATIONSTATUSVALUE MessageText: Incorrect validation status value, "%1!lu! ". It must be one of the values found in the DTSValidationStatus enumeration.

DTSBC_E_MULTIPLEINCOLSTOOUTCOL

MessageId: DTSBC_E_MULTIPLEINCOLSTOOUTCOL MessageText: 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.

DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCH

MessageId: DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCH MessageText: The output columns' metadata does not match the associated input columns' metadata. The output columns' metadata will be updated.

DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCHUNMAP

MessageId: DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCHUNMAP MessageText: The output columns' metadata does not match the associated input columns' metadata. The input columns will be unmapped.

DTSBC_E_OUTPUTCOLUMNSMISSING

MessageId: DTSBC_E_OUTPUTCOLUMNSMISSING MessageText: There are input columns that do not have associated output columns. The output columns will be added.

DTSBC_E_PROPERTYNOTFOUND

MessageId: DTSBC_E_PROPERTYNOTFOUND MessageText: The property "%1!s!" was not found.

DTSBC_E_READONLYPROPERTY

MessageId: DTSBC_E_READONLYPROPERTY MessageText: Error assigning a value to the read-only property "%1!s!".

DTSBC_E_TOOMANYOUTPUTCOLUMNS

MessageId: DTSBC_E_TOOMANYOUTPUTCOLUMNS MessageText: There are output columns that do not have associated input columns. The output columns will be removed.

DTSBC_E_UNMAPINPUTCOLUMNS

MessageId: DTSBC_E_UNMAPINPUTCOLUMNS MessageText: There are input columns that do not have associated output columns. The input columns will be unmapped.

Applies to