HResults Class
SQL Server 2012
Contains all event messages and HRESULTs for the Integration Services runtime, pipeline, stock tasks, and stock transforms.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The HResults type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DTS_E_64BITVARIABLERECAST | The variable "%1" is a 64-bit integer variable, which is not supported on this operating system. The variable has been recast to 32-bit integer. |
![]() ![]() | DTS_E_ABORTTRANSACTION | Aborts the connection transaction. |
![]() ![]() | DTS_E_ACQUIRECONNECTIONWORKINGOFFLINE | The connection from the connection manager acquires to work offline. |
![]() ![]() | DTS_E_ACQUIREDCONNECTIONISINVALID | The connection acquired from the connection manager "%1" is not valid. |
![]() ![]() | DTS_E_ACQUIREDCONNECTIONUNAVAILABLE | Unable to access the acquired connections. |
![]() ![]() | DTS_E_ADDROWTOBUFFERFAILED | The attempt to add a row to the Data Flow task buffer failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_ADODESTARGUMENTEXCEPTION | An argument exception has occurred while data provider tries to insert data to destination. The returned message is : __. |
![]() ![]() | DTS_E_ADODESTCOLUMNERRORDISPNOTSUPPORTED | Input column error disposition is not supported by ADO NET Destination component. |
![]() ![]() | DTS_E_ADODESTCOLUMNTRUNDISPNOTSUPPORTED | Input column truncation disposition is not supported by ADO NET Destination component. |
![]() ![]() | DTS_E_ADODESTCONNECTIONTYPENOTSUPPORTED | Failed to retrieve the provider invariant name from __, it is currently not supported by ADO NET Destination component. |
![]() ![]() | DTS_E_ADODESTDATATYPENOTSUPPORTED | The data type "__" found on column "__" is not supported for the __. |
![]() ![]() | DTS_E_ADODESTERRORUPDATEROW | An error has occurred while sending this row to destination data source. |
![]() ![]() | DTS_E_ADODESTEXECUTEREADEREXCEPTION | Executing SQL command throws an exception, the message is : __. |
![]() ![]() | DTS_E_ADODESTEXTERNALCOLNOTEXIST | The __ does not exist in the database. It may have been removed or renamed. |
![]() ![]() | DTS_E_ADODESTFAILEDTOACQUIRECONNECTION | ADO NET Destination has failed to acquire the connection __. The connection may have been corrupted. |
![]() ![]() | 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 | Input truncation row disposition is not supported by ADO NET Destination component. |
![]() ![]() | DTS_E_ADODESTINSERTIONFAILURE | An exception has occurred during data insertion, the message returned from the provider is: __. |
![]() ![]() | DTS_E_ADODESTNOERROROUTPUT | The destination component does not have an error output. It may have been corrupted. |
![]() ![]() | DTS_E_ADODESTNOLINEAGEID | The lineage ID __ associated with external column __ does not exist at run time. |
![]() ![]() | DTS_E_ADODESTNOTMANAGEDCONNECTION | The specified connection __ is not managed, please use managed connection for ADO NET destination. |
![]() ![]() | DTS_E_ADODESTSQLBULKCOPYCREATIONEXCEPTION | Creating a bulk copy that throws an exception. |
![]() ![]() | 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 | The BatchSize property must be a non-negative integer. |
![]() ![]() | DTS_E_ADOSOURCEFAILEDTOACQUIRECONNECTION | ADO NET source has failed to acquire the connection. |
![]() ![]() | DTS_E_ADOSRCCOLUMNNOTINSCHEMAROWSET | The %1 does not have a matching source column in the DataReader schema. |
![]() ![]() | DTS_E_ADOSRCDATATYPEMISMATCH | The data type of "%1" does not match the data type "%2" of the source column "%3". |
![]() ![]() | DTS_E_ADOSRCINVALIDSQLCOMMAND | An error occurred executing the provided SQL command. |
![]() ![]() | DTS_E_ADOSRCOUTPUTCOLUMNDATATYPECANNOTBECHANGED | The data type of output columns on the %1 cannot be changed. |
![]() ![]() | DTS_E_ADOSRCUNKNOWNTYPEMAPPEDTONTEXT | The data type "__" found on column "__" is not supported for the __. 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 | The %1 is already attached and cannot be attached again. Detach it and try again. |
![]() ![]() | DTS_E_ALREADYCONNECTED | Component is already connected. The component needs to be disconnected before attempting to connect it. |
![]() ![]() | DTS_E_ALREADYEXECUTING | Execute call failed because the executable is already executing. This error occurs when the client calls Execute on a container that is still executing from the last Execute call. |
![]() ![]() | DTS_E_AMBIGUOUSVARIABLENAME | The variable name is ambiguous because multiple variables with this name exist in different namespaces. Specify namespace-qualified name to prevent ambiguity. |
![]() ![]() | DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT | No inputs were mapped to an output. The "%1" must have at least one input column mapped to an output column. |
![]() ![]() | DTS_E_ATTEMPTINGTOINSERTINTOAREADONLYCOLUMN | Failure inserting into the read-only column "%1". |
![]() ![]() | DTS_E_ATTEMPTINGTOINSERTINTOAROWIDCOLUMN | "%1" is a row ID column and cannot be included in a data insertion operation. |
![]() ![]() | DTS_E_ATTEMPTINGTOINSERTINTOAROWVERCOLUMN | Attempting insertion into the row version column "%1". Cannot insert into a row version column. |
![]() ![]() | DTS_E_AXTASK_EMPTY_SCRIPT | Function not found. |
![]() ![]() | DTS_E_AXTASK_HANDLER_NOT_FOUND | Handler not found. |
![]() ![]() | DTS_E_AXTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT | ActiveX Script Task was initiated with a wrong XML element. |
![]() ![]() | DTS_E_AXTASK_MISSING_ENTRY_METHOD_NAME | Function not found. |
![]() ![]() | DTS_E_AXTASKUTIL_ADDTYPELIB_FAILED | An error occurred while adding the managed type library to the script host. Verify that the DTS 2000 runtime is installed. |
![]() ![]() | DTS_E_AXTASKUTIL_ADDVARIABLES_FAILED | An error occurred while adding the SSIS variables to the script host namespace. This might prevent the task from using SSIS variables in the script. |
![]() ![]() | DTS_E_AXTASKUTIL_ENUMERATE_LANGUAGES_FAILED | An error occurred while attempting to retrieve the scripting languages installed on the system. |
![]() ![]() | DTS_E_AXTASKUTIL_EXECUTION_FAILED | 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 | The function name entered is not valid. Verify that a valid function name has been specified. |
![]() ![]() | DTS_E_AXTASKUTIL_SCRIPT_PARSING_FAILED | A fatal error occurred while trying to parse the script text. Verify that the script engine for the chosen language is installed properly. |
![]() ![]() | DTS_E_AXTASKUTIL_SCRIPTHOST_CREATE_FAILED | An error occurred while creating the ActiveX script host. Verify that you have the script host installed properly. |
![]() ![]() | DTS_E_AXTASKUTIL_SCRIPTHOSTINIT_FAILED | An error occurred while trying to instantiate the script host for the chosen language. Verify that the script language you have chosen is installed on your system. |
![]() ![]() | DTS_E_BACKPRESSURE_ALLINPUTSCLOSED | All inputs in the back pressure is closed. |
![]() ![]() | DTS_E_BACKPRESSURE_BADDEPENDENTCOUNT | The number of bad dependents in the back pressure. |
![]() ![]() | DTS_E_BACKPRESSURE_DEPENDONEORINPUT | The depend one or input back pressure. |
![]() ![]() | DTS_E_BEGINTRANSACTION | The SSIS Runtime has failed to start the distributed transaction due to error 0x%1!8.8X! "%2". The DTC transaction failed to start. This could occur because the MSDTC Service is not running. |
![]() ![]() | DTS_E_BINARYCODENOTFOUND | The script component is configured to pre-compile the script, but binary code is not found. Please visit the IDE in Script Component Editor by clicking Design Script button to cause binary code to be generated. |
![]() ![]() | DTS_E_BITASK_CANNOT_ACQUIRE_CONNECTION | Failed to acquire the specified connection: "%1". |
![]() ![]() | DTS_E_BITASK_CANNOT_RETRIEVE_COLUMN_INFO | An error occurred while retrieving the columns of the table. |
![]() ![]() | DTS_E_BITASK_CANNOT_RETRIEVE_TABLES | An error occurred while retrieving the tables from the database. |
![]() ![]() | DTS_E_BITASK_CANNOTRETAINCONNINTRANSACTION | The task cannot have a retained connection manager in a transaction. |
![]() ![]() | DTS_E_BITASK_DATA_FILE_NOT_SPECIFIED | Data file name not specified. |
![]() ![]() | DTS_E_BITASK_DESTINATION_TABLE_NOT_SPECIFIED | You must specify a table name to continue. |
![]() ![]() | DTS_E_BITASK_ERROR_IN_DB_OPERATION | An error occurred in the database operation. |
![]() ![]() | DTS_E_BITASK_ERROR_IN_LOAD_FROM_XML | Error occurred in LoadFromXML at the tag "%1". |
![]() ![]() | DTS_E_BITASK_ERROR_IN_SAVE_TO_XML | Error occurred in SaveToXML at the tag "%1". |
![]() ![]() | DTS_E_BITASK_EXECUTE_FAILED | Execution failed. |
![]() ![]() | DTS_E_BITASK_EXECUTION_FAILED | Bulk insert execution failed. |
![]() ![]() | DTS_E_BITASK_HANDLER_NOT_FOUND | Handler not found. |
![]() ![]() | DTS_E_BITASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT | Bulk Insert Task was initiated with a wrong XML element. |
![]() ![]() | DTS_E_BITASK_INVALID_CONNECTION | The connection is not valid. |
![]() ![]() | DTS_E_BITASK_INVALIDDESTCONNECTIONNAME | The destination connection specified is not valid. Supply a valid connection to continue. |
![]() ![]() | DTS_E_BITASK_INVALIDSOURCECONNECTIONNAME | The specified connection "%1" is either not valid, or points to an invalid object. To continue, specify a valid connection. |
![]() ![]() | DTS_E_BITASK_NO_CONNECTION_MANAGER_SPECIFIED | Attempt to obtain the Connection Manager failed. |
![]() ![]() | DTS_E_BITASK_NULL_CONNECTION | The connection is null. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_CANNOT_OPEN_FILE | Error occurred while trying to open the data file. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_COLUMN_INFO | Error occurred while retrieving the columns of the table. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_TABLES | Error occurred while retrieving the tables from the database. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_ERROR_IN_DB_OPERATION | Error in database operation. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_EXECUTE_FAILED | Execution failed. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_INVALID_CONNECTION | The connection is not valid. |
![]() ![]() | DTS_E_BITASKUNMANCONNECTION_OEM_CONVERSION_FAILED | Cannot convert the input OEM file to the specified format. |
![]() ![]() | DTS_E_BLANKOUTPUTCOLUMNNAME | The name for "%1" 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 | The specified breakpoint ID does not exist. This error occurs when a task references a breakpoint that does not exist. |
![]() ![]() | DTS_E_BUFFERALLOCFAILED | A buffer failed while allocating %1!d! bytes. |
![]() ![]() | DTS_E_BUFFERBADSIZE | Buffer Type %1!d! had a size of %2!I64d! bytes. |
![]() ![]() | DTS_E_BUFFERFAILUREDETAILS | The system reports %1!d! percent memory load. There are %2 bytes of physical memory with %3 bytes free. There are %4 bytes of virtual memory with %5 bytes free. The paging file has %6 bytes with %7 bytes free. |
![]() ![]() | DTS_E_BUFFERGETTEMPFILENAME | The buffer manager could not get a temporary file name. The call to GetTempFileName failed. |
![]() ![]() | DTS_E_BUFFERISEOR | This buffer represents the end of the row set and its row count cannot be altered. An attempt was made to call AddRow or RemoveRow on a buffer that has the end of row set flag. |
![]() ![]() | DTS_E_BUFFERISFLAT | Private mode buffers do not support this operation. |
![]() ![]() | DTS_E_BUFFERISNOTPRIMEOUTPUT | The method was called on the wrong buffer. Buffers that are not used for component output do not support this operation. |
![]() ![]() | DTS_E_BUFFERISPRIMEOUTPUT | This operation cannot be called on a buffer passed to PrimeOutput. A call was made to a buffer method during PrimeOutput, but that call is not allowed during PrimeOutput. |
![]() ![]() | DTS_E_BUFFERISPRIVATE | A call was made to a buffer method on a private buffer and private buffers do not support this operation. |
![]() ![]() | DTS_E_BUFFERISPROCESSINPUT | This operation cannot be called on a buffer passed to ProcessInput. A call was made to a buffer method during ProcessInput, but that call is not allowed during ProcessInput. |
![]() ![]() | DTS_E_BUFFERISREADONLY | This operation could not be performed because buffer is in read-only mode. A read-only buffer cannot be modified. |
![]() ![]() | DTS_E_BUFFERLOCKUNDERFLOW | The buffer was already unlocked. |
![]() ![]() | DTS_E_BUFFERMAXROWSIZEOUTOFRANGE | The default buffer maximum rows must be larger than %1!d! rows. An attempt was made to set the DefaultBufferMaxRows property to a value that is too small. |
![]() ![]() | DTS_E_BUFFERNOMAPMEMORY | An out-of-memory condition prevents the mapping of a buffer's lineage IDs to DTP_HCOL indexes. |
![]() ![]() | DTS_E_BUFFERNOOBJECTMEMORY | An out-of-memory condition prevented the creation of the buffer object. |
![]() ![]() | DTS_E_BUFFERNOTLOCKED | This buffer is not locked and cannot be manipulated. |
![]() ![]() | DTS_E_BUFFERORPHANED | This buffer has been orphaned. The buffer manager has shut down, leaving an outstanding buffer and no cleanup will occur for the buffer. There is a potential for memory leaks and other problems. |
![]() ![]() | DTS_E_BUFFERSIZEOUTOFRANGE | The default buffer size must be between %1!d! and %2!d! bytes. An attempt was made to set the DefaultBufferSize property to a value that is too small or too large. |
![]() ![]() | DTS_E_BULKINSERTAPIPREPARATIONFAILED | Unable to prepare the SSIS bulk insert for data insertion. |
![]() ![]() | DTS_E_BULKINSERTHREADINITIALIZATIONFAILED | The thread for the SSIS Bulk Insert task failed initialization. |
![]() ![]() | DTS_E_BULKINSERTTHREADABNORMALCOMPLETION | The thread for the SSIS Bulk Insert task terminated with errors or warnings. |
![]() ![]() | DTS_E_BULKINSERTTHREADALREADYRUNNING | The thread for the SSIS Bulk Insert task is already running. |
![]() ![]() | DTS_E_BULKINSERTTHREADTERMINATED | The thread for the SSIS Bulk Insert is no longer running. No more rows can be inserted. Try increasing the bulk insert thread timeout. |
![]() ![]() | DTS_E_CACHE_DUPLICATE_INDEXPOS | The index position, __, is a duplicate. For non-index columns, the index position should be 0. For index columns, the index position should be a sequential, positive number. |
![]() ![]() | DTS_E_CACHE_INDEXPOS_NOT_CONTINUOUS | Cache index positions must be contiguous. For non-index columns, the index position should be 0. For index columns, the index position should be a sequential, positive number. |
![]() ![]() | DTS_E_CACHE_INVALID_INDEXPOS | The cache index position, __, is not valid. For non-index columns, the index position should be 0. For index columns, the index position should be a sequential, positive number. |
![]() ![]() | DTS_E_CACHE_TOO_FEW_INDEX_COLUMNS | At least one index column should be specified for the Cache connection manager. To specify an index column, set the Index Position property of the cache column. |
![]() ![]() | DTS_E_CACHEBADHEADER | The cache file is damaged, or the file was not created by using the Cache connection manager. Provides a valid cache file. |
![]() ![]() | DTS_E_CACHECOLDATATYPEINCOMPAT | Cannot map the input column, __, and the cache column, "__", because the data types do not match. |
![]() ![]() | DTS_E_CACHECOLDATATYPEPROPINCOMPAT | Cannot map the input column, "__", and the cache column, "__", because one or more data type properties do not match. |
![]() ![]() | DTS_E_CACHECOLINDEXPOSMISMATCH | The index position of column, "__", is different from index position of Cache connection manager column, "__". |
![]() ![]() | DTS_E_CACHECOLUMNMAPPINGFAILED | Failed to map __ to a cache column. The hresult is __. |
![]() ![]() | DTS_E_CACHECOLUMNOTFOUND | Cache column "__" was not found in the cache. |
![]() ![]() | DTS_E_CACHEFILEWRITEFAILED | The __ failed to write the cache to file "__". The hresult is __. |
![]() ![]() | DTS_E_CACHELOADEDFROMFILE | The __ cannot write to the cache because the cache has been loaded from a file by __. |
![]() ![]() | DTS_E_CACHERELOADEDDIFFERENTFILES | The __ cannot load the cache from file "__" because the cache has already been loaded from file "__". |
![]() ![]() | DTS_E_CANCELRECEIVED | The pipeline received a request to cancel and is shutting down. |
![]() ![]() | DTS_E_CANNOT_MODIFY_PROJECT_PARAMETERS_COLLECTION | Cannot modify the project parameters collection. |
![]() ![]() | DTS_E_CANNOTACCESSDTSAPPLICATIONOBJECT | 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 | Cannot acquire a managed connection from the run-time connection manager. |
![]() ![]() | DTS_E_CANNOTCASTTOIDTSOBJECEVERSIONUPDATE | Cannot cast to IDTS object version update. |
![]() ![]() | DTS_E_CANNOTCHANGEPROTECTIONLEVELSCM | Cannot change the protection levels of the connection manager. |
![]() ![]() | DTS_E_CANNOTCLONECONNECTIONMANAGER | Connection manager "0x%1" cannot be cloned for out-of-process execution. |
![]() ![]() | DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMN | Column "%1" cannot convert between unicode and non-unicode string data types. |
![]() ![]() | DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMNS | Columns "%1" and "%2" cannot convert between unicode and non-unicode string data types. |
![]() ![]() | DTS_E_CANNOTCONVERTDATATYPESWITHDIFFERENTCODEPAGES | Conversion from "%1" with code page %2!d! to "%3" with code page %4!d! is not supported. |
![]() ![]() | DTS_E_CANNOTCONVERTTYPES | Conversion from "%1" to "%2" is not supported. |
![]() ![]() | DTS_E_CANNOTCOPYORCONVERTFLATFILEDATA | Cannot copy or convert flat file data for column "%1". |
![]() ![]() | DTS_E_CANNOTCREATEACCESSOR | Cannot create an OLE DB accessor. Verify that the column metadata is valid. |
![]() ![]() | DTS_E_CANNOTCREATEBULKINSERTHREAD | Cannot create the bulk insert thread due to error "%1". |
![]() ![]() | DTS_E_CANNOTFINDRUNTIMECONNECTIONMANAGER | The runtime connection manager with the ID "%1" cannot be found. Verify that the connection manager collection has a connection manager with that ID. |
![]() ![]() | DTS_E_CANNOTGETCOLUMNNAME | Cannot get the name of the column with ID %1!d!. |
![]() ![]() | DTS_E_CANNOTGETIROWSET | Opening a row set for "%1" failed. Check that the object exists in the database. |
![]() ![]() | DTS_E_CANNOTGETIROWSETFASTLOAD | Failed to open a fastload row set for "%1". Check that the object exists in the database. |
![]() ![]() | DTS_E_CANNOTGETRUNTIMECONNECTIONMANAGERID | Cannot get the ID of the runtime connection manager specified by "%1" in the connection manager collection, Connections, of "%2" due to error code 0x%3!8.8X!. Verify that the ConnectionManager.ID property of the runtime connection object has been set for the component. |
![]() ![]() | DTS_E_CANNOTHAVEANYINPUTCOLUMNS | Input columns not allowed. The number of input columns must be zero. |
![]() ![]() | DTS_E_CANNOTHAVEINPUTS | This component has %1!d! inputs. No input is allowed on this component. |
![]() ![]() | DTS_E_CANNOTHAVEZEROINPUTCOLUMNS | The number of input columns for %1 cannot be zero. |
![]() ![]() | DTS_E_CANNOTHAVEZEROOUTPUTCOLUMNS | The number of output columns for %1 cannot be zero. |
![]() ![]() | DTS_E_CANNOTLOADCOMPONENT | The managed pipeline component "%1" could not be loaded. The exception was: %2. |
![]() ![]() | DTS_E_CANNOTLOADOLDPACKAGES | The package cannot be loaded. This occurs when attempting to load an older version package, or the package file refers to an invalid structured object. |
![]() ![]() | DTS_E_CANNOTMAPINPUTCOLUMNTOOUTPUTCOLUMN | Cannot find input column with lineage ID "%1!d!" which is needed by "%2". Check SourceInputColumnLineageID custom property of the output column. |
![]() ![]() | DTS_E_CANNOTMAPOUTPUTCOLUMN | The output column cannot be mapped to an external metadata column. |
![]() ![]() | DTS_E_CANNOTMAPRUNTIMECONNECTIONMANAGER | Cannot find the connection manager with ID "%1" in the connection manager collection due to error code 0x%2!8.8X!. That connection manager is needed by "%3" in the connection manager collection of "%4". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID. |
![]() ![]() | DTS_E_CANNOTOPENDATAFILE | Cannot open the datafile "%1". |
![]() ![]() | DTS_E_CANNOTOPENREGISTRYKEY | The registry key "%1" cannot be opened. |
![]() ![]() | DTS_E_CANNOTREATTACHPATH | The "%1" cannot be reattached. Delete the path, add a new one, and attach it. |
![]() ![]() | DTS_E_CANNOTRETRIEVEBYLINEAGE | Cannot retrieve an item by lineage ID from a collection that does not contain columns. |
![]() ![]() | DTS_E_CANNOTRETRIEVEPROPERTYFORCOMPONENT | Cannot retrieve property "%1" from component with ID %2!d!. |
![]() ![]() | DTS_E_CANNOTTFINDRUNTIMECONNECTIONOBJECT | The connection "%1" cannot be found. Verify that the connection manager has a connection with that name. |
![]() ![]() | DTS_E_CANNOTUPDATECACHEONINPUTCOLUMNS | Cannot update the cache on input columns. |
![]() ![]() | DTS_E_CANNOTWRITETODATAFILE | 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 | The "%1" cannot have its IsSorted property set to TRUE because it is not a source output. A source output has a SynchronousInputID value of zero. |
![]() ![]() | 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 | The data in the array cannot be accessed (error: %1). This error can occur wherever GetDataFromSafeArray is called. |
![]() ![]() | DTS_E_CANTADDBLOBDATA | Long data was retrieved for a column but cannot be added to the Data Flow task buffer. |
![]() ![]() | DTS_E_CANTADDCOLUMN | The component does not allow adding columns to this input or output. |
![]() ![]() | DTS_E_CANTADDINPUT | An input cannot be added to the inputs collection. |
![]() ![]() | DTS_E_CANTADDOUTPUT | An output cannot be added to the outputs collection. |
![]() ![]() | DTS_E_CANTADDOUTPUTID | Output ID %1!d! failed during insert. The new output was not created. |
![]() ![]() | DTS_E_CANTADDREMOVEWHENEXECUTING | Cannot add or remove an element from a package in runtime mode. This error occurs when an attempt is made to add or remove an object from a collection while the package is executing. |
![]() ![]() | DTS_E_CANTALLOCATECOLUMNINFO | Not enough memory was available to allocate a list of the columns that are being manipulated by this component. |
![]() ![]() | DTS_E_CANTBUILDBUFFERTYPE | The Data Flow task cannot allocate memory to build a buffer definition. The buffer definition had %1!d! columns. |
![]() ![]() | DTS_E_CANTBUILDTHREADPOOL | The Sort transformation could not create a thread pool with %1!d! threads. Not enough memory is available. |
![]() ![]() | DTS_E_CANTCHANGEPROPERTYTYPE | The property type cannot be changed from the type that was set by the component. |
![]() ![]() | DTS_E_CANTCHANGEREADONLYATRUNTIME | An attempt change to a read-only attribute on variable "%1" occurred. This error happens when a read-only attribute for a variable is being changed at runtime. Read-only attributes can be changed only at design time. |
![]() ![]() | DTS_E_CANTCHANGEUSAGETYPE | The usage type of the column cannot be changed. |
![]() ![]() | DTS_E_CANTCLONE | The input buffer could not be cloned. An out-of-memory condition occurred or there was an internal error. |
![]() ![]() | DTS_E_CANTCOMPARE | The data type "%1" cannot be compared. Comparison of that data type is not supported, so it cannot be sorted or used as a key. |
![]() ![]() | DTS_E_CANTCREATEBLOBFILE | The buffer manager cannot create a file to spool a long object on the directories named in the BLOBTempStoragePath property. Either an incorrect file name was provided, or there are no permissions. |
![]() ![]() | DTS_E_CANTCREATEBUFFERMANAGER | The Buffer Manager could not be created. |
![]() ![]() | DTS_E_CANTCREATECERTCONTEXT | Failed to create certificate context (error: %1). This occurs in CPackage::put_CertificateObject or CPackage::LoadFromXML when the corresponding CryptoAPI function fails. |
![]() ![]() | DTS_E_CANTCREATECOMPONENT | Component "%1" could not be created and returned error code 0x%2!8.8X!. Make sure that the component is registered correctly. |
![]() ![]() | DTS_E_CANTCREATECOMPONENTVIEW | Cannot create a component view because another one already exists. Only one component view can exist at a time. |
![]() ![]() | DTS_E_CANTCREATECUSTOMPROPERTY | The custom property "%1" cannot be created. |
![]() ![]() | DTS_E_CANTCREATEEXECUTIONTREE | There is not enough memory to create an execution tree. |
![]() ![]() | DTS_E_CANTCREATENEWTYPE | The buffer manager failed to create a new buffer type. |
![]() ![]() | DTS_E_CANTCREATEPRIMEOUTPUTBUFFER | The Data Flow task failed to create a buffer to call PrimeOutput for output "%3" (%4!d!) on component "%1" (%2!d!). This error usually occurs due to an out-of-memory condition. |
![]() ![]() | DTS_E_CANTCREATESPOOLFILE | The buffer manager cannot create a temporary storage file on any path in the BufferTempStoragePath property. There is an incorrect file name or no permission. |
![]() ![]() | DTS_E_CANTCREATEVIEWBUFFER | The Data Flow task engine failed to create a view buffer of type %1!d! over type %2!d! for buffer %3!d. |
![]() ![]() | DTS_E_CANTCREATEVIRTUALBUFFER | The Data Flow task cannot create a virtual buffer to prepare for execution. |
![]() ![]() | DTS_E_CANTDELETECOLUMN | The column cannot be deleted. The component does not allow columns to be deleted from this input or output. |
![]() ![]() | DTS_E_CANTDELETEERRORCOLUMNS | The %1 is a special error output column and cannot be deleted. |
![]() ![]() | DTS_E_CANTDELETEINPUT | An input cannot be deleted from the inputs collection. |
![]() ![]() | DTS_E_CANTDELETEOUTPUT | An output cannot be removed from the outputs collection. |
![]() ![]() | DTS_E_CANTDELETEOUTPUTID | Cannot delete output ID %1!d! from the output collection. The ID may not be valid, or the ID may have been the default or error output. |
![]() ![]() | DTS_E_CANTDETERMINEWHICHPROPTOPERSIST | Unable to persist object using default persistence. This error occurs when the default persistence is unable to determine which objects are on the hosted object. |
![]() ![]() | DTS_E_CANTDIRECTROW | Direct row to output "%1" (%2!d!) failed. |
![]() ![]() | DTS_E_CANTFINDCERTBYHASH | Unable to find the specified certificate by hash in "MY" store (error: %1). Occurs in CPackage::LoadUserCertificateByHash. |
![]() ![]() | DTS_E_CANTFINDCERTBYNAME | The certificate specified by name in MY store cannot be found (error: %1). This occurs in CPackage::LoadUserCertificateByName. |
![]() ![]() | DTS_E_CANTGETBLOBDATA | Failed to retrieve long data for column "%1". |
![]() ![]() | 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 | Cannot retrieve custom property "%1". |
![]() ![]() | DTS_E_CANTGETCUSTOMPROPERTYCOLLECTION | The custom property collection cannot be retrieved for initialization. |
![]() ![]() | DTS_E_CANTGETMUTEX | A thread failed to create a mutex at initialization. |
![]() ![]() | DTS_E_CANTGETSEMAPHORE | A thread failed to create a semaphore at initialization. |
![]() ![]() | DTS_E_CANTGIVEAWAYBUFFER | The Data Flow task engine attempted to copy a buffer to assign another thread, but failed. |
![]() ![]() | DTS_E_CANTINITINPUT | An input cannot be created to initialize the inputs collection. |
![]() ![]() | DTS_E_CANTINITOUTPUT | An output cannot be created to initialize the outputs collection. |
![]() ![]() | DTS_E_CANTINSERTCOLUMNTYPE | The column "%1" can't be inserted because the conversion between types %2 and %3 is not supported. |
![]() ![]() | DTS_E_CANTINSERTINTOHASHTABLE | There is not enough memory to insert an object into the hash table. |
![]() ![]() | DTS_E_CANTLOADFROMNODE | The runtime object cannot be loaded from the specified XML node. This happens when trying to load a package or other object from an XML node that is not of the correct type, such as a non-SSIS XML node. |
![]() ![]() | DTS_E_CANTLOCKBUFFER | A buffer could not be locked. The system is out of memory or the buffer manager has reached its quota. |
![]() ![]() | DTS_E_CANTMODIFYERROROUTPUTCOLUMNDATATYPE | The data type for "%1" cannot be modified in the error "%2". |
![]() ![]() | DTS_E_CANTMODIFYINVALID | The component cannot perform the requested metadata change until the validation problem is fixed. |
![]() ![]() | DTS_E_CANTOPENCERTSTORE | Opening MY certificate store failed with error "%1".This occurs in CPackage::LoadUserCertificateByName and CPackage::LoadUserCertificateByHash. |
![]() ![]() | DTS_E_CANTPROCESSCOLUMNTYPECODEPAGE | The column "%1" cannot be processed because more than one code page (%2!d! and %3!d!) are specified for it. |
![]() ![]() | DTS_E_CANTREALIZEVIRTUALBUFFERS | A set of virtual buffers cannot be realized. |
![]() ![]() | DTS_E_CANTREGISTERBUFFERTYPE | The Data Flow task cannot register a buffer type. The type had %1!d! columns and was for execution tree %2!d!. |
![]() ![]() | DTS_E_CANTREGISTERVIEWBUFFERTYPE | The Data Flow task cannot register a view buffer type. The type had %1!d! columns and was for input ID %2!d!. |
![]() ![]() | DTS_E_CANTSETEXTERNALMETADATACOLUMNDATATYPEPROPERTIES | The %1 does not allow setting external metadata column data type properties. |
![]() ![]() | DTS_E_CANTSETOUTPUTCOLUMNDATATYPEPROPERTIES | The %1 does not allow setting output column data type properties. |
![]() ![]() | DTS_E_CANTSETOUTPUTCOLUMNPROPERTY | The property on an output column cannot be set. |
![]() ![]() | DTS_E_CANTSETUSAGETYPE | The %1 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 | The file, "%1", could not be opened for writing. The file could be read-only, or you do not have the correct permissions. |
![]() ![]() | DTS_E_CERTERROR | Error processing client certificate. This error can occur when the client certificate provided was not found in the Personal Certificate Store. Verify that the client certificate is valid. |
![]() ![]() | DTS_E_CHANGESYSTEMVARIABLENAMEFAILED | Changing the name of a variable failed because it is a system variable. System variables are read-only. |
![]() ![]() | DTS_E_CHANGESYSTEMVARIABLENAMESPACEFAILED | Changing the namespace of a variable failed because it is a system variable. System variables are read-only. |
![]() ![]() | DTS_E_CHANGESYSTEMVARIABLEREADONLYFAILED | Changing the property of a variable failed because it is a system variable. System variables are read-only. |
![]() ![]() | DTS_E_CHECKENVELOPEFAILED | Failed to check for XML signature envelope in package XML with error 0x%1!8.8X! "%2". This occurs in CPackage::LoadFromXML. |
![]() ![]() | 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 | The checkpoint file "%1" is locked by another process. This may occur if another instance of this package is currently executing. |
![]() ![]() | DTS_E_CHECKPOINTFILENOTSPECIFIED | The package is configured to always restart from a checkpoint, but checkpoint file is not specified. |
![]() ![]() | DTS_E_CHECKPOINTLOADXML | The attempt to load the XML checkpoint file "%1" failed with error 0x%2!8.8X! "%3". Check that the file name specified is correct, and that the file exists. |
![]() ![]() | DTS_E_CHECKPOINTMISMATCH | Checkpoint file "%1" does not match this package. The ID of the package and the ID in the checkpoint file do not match. |
![]() ![]() | DTS_E_CLIENTAUTH | Client certificate is missing. This error occurs when the server is expecting an SSL client certificate and the user has provided an invalid certificate, or has not provided a certificate. A client certificate must be configured for this connection. |
![]() ![]() | DTS_E_CMDDESTNOPARAMS | Unable to retrieve destination column descriptions from the parameters of the SQL command. |
![]() ![]() | DTS_E_CMDDESTNOTBOUND | Parameters are not bound. All parameters in the SQL command must be bound to input columns. |
![]() ![]() | DTS_E_CODE_PAGE_NOT_SUPPORTED | The code page %1!d! specified on column "%2" (%3!d!) is not supported. You must first convert this column to DT_WSTR which can be done by inserting a Data Conversion Transform before this one. |
![]() ![]() | DTS_E_CODEPAGEREQUIRED | The "%1" requires a code page to be set but the value passed was zero. |
![]() ![]() | DTS_E_COLLECTIONCOULDNTADD | An object was created but the attempt to add it to a collection failed. This can occur due to an out-of-memory condition. |
![]() ![]() | DTS_E_COLLECTIONLOCKED | This collection cannot be modified during package validation or execution. |
![]() ![]() | DTS_E_COLLOCKED | The "%1" collection cannot be modified during package validation or execution. "%2" cannot be added to the collection. |
![]() ![]() | DTS_E_COLLOCKED_NO_CREATIONNAME | The collection cannot be modified if the created item has no name. |
![]() ![]() | DTS_E_COLNOTMAPPEDTOCACHECOL | The __ is not mapped to valid cache column. |
![]() ![]() | DTS_E_COLUMNDATAOVERFLOWDISKIOBUFFER | The column data for column "%1" overflowed the disk I/O buffer. |
![]() ![]() | DTS_E_COLUMNDELIMITERNOTFOUND | The column delimiter for column "%1" was not found. |
![]() ![]() | DTS_E_COLUMNMAPPEDTOALREADYMAPPEDEXTERNALMETADATACOLUMN | The %1 is mapped to the external metadata column with ID %2!ld!, which is already mapped to another column. |
![]() ![]() | DTS_E_COLUMNMAPPEDTONONEXISTENTEXTERNALMETADATACOLUMN | The %1 is mapped to an external metadata column that does not exist. |
![]() ![]() | DTS_E_COLUMNMETADATAUNAVAILABLEFORVALIDATION | The column metadata was unavailable for validation. |
![]() ![]() | DTS_E_COLUMNNOTFOUND | Column "%1" cannot be found at the data source. |
![]() ![]() | DTS_E_COLUMNNOTMAPPEDTOEXTERNALMETADATACOLUMN | The external metadata column mapping for %1 is not valid. The external metadata column ID cannot be zero. |
![]() ![]() | DTS_E_COLUMNNOTMATCHED | The column "%1" (%2!d!) cannot be matched to any input file column. The output column name or input column name cannot be found in the file. |
![]() ![]() | DTS_E_COLUMNPARSEFAILED | Failed to parse the column "%1" in the data file. |
![]() ![]() | DTS_E_COLUMNSHAVEINCOMPATIBLEMETADATA | Columns "%1" and "%2" have incompatible metadata. |
![]() ![]() | DTS_E_COLUMNSTATUSERROR | There was an error with %1 on %2. The column status returned was: "%3". |
![]() ![]() | DTS_E_COMERROR | COM error object information is available. Source: "%1" error code: 0x%2!8.8X! Description: "%3". |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE | The data value cannot be converted for reasons other than sign mismatch or data overflow. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_DATAOVERFLOW | Conversion failed because the data value overflowed the type used by the provider. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_ERRORSINCOMMAND | The command execution generated errors. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION | The data value violated the integrity constraints for the column. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_PERMISSIONDENIED | The user did not have the correct permissions to write to the column. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION | The data value violated the schema constraint. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SIGNMISMATCH | Conversion failed because the data value was signed and the type used by the provider was unsigned. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_TRUNCATED | The data was truncated. |
![]() ![]() | DTS_E_COMMANDDESTINATIONADAPTERSTATIC_UNAVAILABLE | No status is available. |
![]() ![]() | DTS_E_COMMITFAILED | A commit failed. |
![]() ![]() | DTS_E_COMMITTRANSACTION | Commits a transaction. |
![]() ![]() | DTS_E_COMPFLAGSONLYONSORTCOL | The "%1" cannot have a ComparisonFlags property set to non-zero because its SortKeyPosition is set to zero. An output column's ComparisonFlags can only be non-zero if its SortKeyPosition is also non-zero. |
![]() ![]() | DTS_E_COMPONENT_NOINTERFACE | The %1 was found, but it does not support a required Integration Services interface (IDTSRuntimeComponent100). Obtain an updated version of this component from the component provider. |
![]() ![]() | DTS_E_COMPONENTHASINVALIDCLSID | The CLSID for one of the components with ID %1!d! is not valid. |
![]() ![]() | DTS_E_COMPONENTINITFAILED | The component initialization failed. |
![]() ![]() | DTS_E_COMPONENTNOTFOUND | The module containing "%1" cannot be located, even though it is registered. |
![]() ![]() | DTS_E_COMPONENTNOTREGISTERED | The module containing "%1" is not registered or installed correctly. |
![]() ![]() | DTS_E_COMPONENTVERSIONMISMATCH | The version of %1 is not compatible with this version of the DataFlow. |
![]() ![]() | DTS_E_COMPONENTVIEWISUNAVAILABLE | The component view is unavailable. Make sure the component view has been created. |
![]() ![]() | DTS_E_CONFIGFAILED | Configuration failure. This is a generic warning for all configuration types. Other warnings should precede this with more information. |
![]() ![]() | DTS_E_CONFIGFILEFAILEDEXPORT | Failure exporting configuration file. |
![]() ![]() | DTS_E_CONFIGFORMATINVALID | The configuration entry "%1" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter. |
![]() ![]() | DTS_E_CONFIGFORMATINVALID_PACKAGEDELIMITER | The configuration entry, "%1", has an incorrect format because it does not begin with package delimiter. There was no "\package" delimiter. |
![]() ![]() | DTS_E_CONFIGTYPECONVERSIONFAILED | Failed to convert a type in the configuration "%1" for the package path "%2". This happens when a configuration value cannot be converted from a string to the appropriate destination type. Check the configuration value to ensure it can be converted to the type of the destination property or variable. |
![]() ![]() | 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 | The connection manager failed to defect from the transaction. |
![]() ![]() | DTS_E_CONNECTIONMANAGERNOTFOUND | The connection manager "%1" is not found. A component failed to find the connection manager in the Connections collection. |
![]() ![]() | DTS_E_CONNECTIONMANAGERQUALIFIERALREADYSET | The qualifier is already set on this instance of the connection manager. The qualifier may be set once per instance. |
![]() ![]() | DTS_E_CONNECTIONMANAGERQUALIFIERNOTSET | The qualifier has not been set on this instance of the connection manager. Setting the qualifier is required to complete initialization. |
![]() ![]() | DTS_E_CONNECTIONMANAGERQUALIFIERNOTSUPPORTED | This connection manager does not support specification of qualifiers. |
![]() ![]() | DTS_E_CONNECTIONMANAGERTRANSACTEDANDRETAINEDINBULKINSERT | The component cannot use a connection manager that retains its connection in a transaction with fastload or bulk insert. |
![]() ![]() | DTS_E_CONNECTIONMANANGERNOTASSIGNED | A connection manager has not been assigned to the %1. |
![]() ![]() | DTS_E_CONNECTIONNOTFOUND | The connection "%1" is not found. This error is thrown by Connections collection when the specific connection element is not found. |
![]() ![]() | DTS_E_CONNECTIONOFFLINE | The connection manager "%1" will not acquire a connection because the package OfflineMode property is TRUE. When the OfflineMode is TRUE, connections cannot be acquired. |
![]() ![]() | DTS_E_CONNECTIONREQUIREDFORMETADATA | An error occurred due to no connection. A connection is required when requesting metadata. If you are working offline, uncheck Work Offline on the SSIS menu to enable the connection. |
![]() ![]() | DTS_E_CONNECTIONREQUIREDFORREAD | A connection is required to read data. |
![]() ![]() | DTS_E_CONNECTIONSTRING | OLE DB has failed making a database connection when using the supplied connection string. |
![]() ![]() | DTS_E_CONNECTIONSTRINGFORMAT | The connection string format is not valid. It must consist of one or more components of the form X=Y, separated by semicolons. This error occurs when a connection string with zero components is set on database connection manager. |
![]() ![]() | DTS_E_CONNECTIONTERMINATED | The connection with the server has been reset or terminated. Try again later. |
![]() ![]() | DTS_E_CONNECTIONVALIDATIONFAILED | Connection "%1" failed validation. |
![]() ![]() | DTS_E_CONNECTREQUIREDFORMETADATAVALIDATION | Error due to no connection. A connection is required before metadata validation can proceed. |
![]() ![]() | DTS_E_CONNECTTOSERVERFAILED | Connect to SSIS Service on machine "%1" failed: %2. |
![]() ![]() | DTS_E_CONNECTTOSERVERFAILED_ACCESSDENIED | Connect to server failed. Access denied. |
![]() ![]() | DTS_E_CONNECTTOSERVERFAILED_NOTREGISTERED | Connect to server failed. The server is not registered. |
![]() ![]() | DTS_E_CONNECTTOSERVERFAILED_UNAVAILABLE | Connect to server failed. Server is unavailable. |
![]() ![]() | DTS_E_COULD_NOT_DETERMINE_DATASOURCE_DBMSNAME | Unable to determine the DBMS name and version on "%1". This occurs if the IDBProperties on the connection did not return information needed to verify the DBMS name and version. |
![]() ![]() | DTS_E_COULDNOTCREATECOPYBUFFER | The %1 cannot create a buffer to copy its data into for sorting. |
![]() ![]() | DTS_E_COULDNOTFINDINPUTBUFFERCOLUMNBYLINEAGE | The %1 cannot find the column with LineageID %2!ld! in its input buffer. |
![]() ![]() | DTS_E_COULDNOTGETCOLUMNINFOFORCOPYBUFFER | The %1 cannot get the column information for column "%2!lu!" from its copy buffer. |
![]() ![]() | DTS_E_COULDNOTGETCOLUMNINFOFORINPUTBUFFER | The %1 cannot get the column information for column %2!lu! from its input buffer. |
![]() ![]() | DTS_E_COULDNOTREGISTERCOPYBUFFER | The %1 cannot register a buffer type for its copy buffer. |
![]() ![]() | DTS_E_COULDNOTREPLACECHECKPOINTFILE | Cannot replace the existing checkpoint file with the updated checkpoint file. The checkpoint was successfully created in a temporary file, but overwriting the existing file with the new file failed. |
![]() ![]() | DTS_E_COULDNOTRESOLVEPACKAGEPATH | Cannot resolve a package path to an object in the package "%1". Verify that the package path is valid. |
![]() ![]() | DTS_E_CREATECHECKPOINTFILE | Checkpoint file "%1" failed during creation due to error 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_CREATEEXPRESSIONOBJECTFAILED | Memory cannot be allocated for the expression "%1". There was an out-of-memory error while creating an internal object to hold the expression. |
![]() ![]() | DTS_E_CREATEFOLDERONSQLSERVER_OLEDB | The CreateFolderOnSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2) The SQL statement issued has failed. |
![]() ![]() | DTS_E_CREATEMANAGEDHELPERFAILED | The SSIS managed helper object failed during creation with error 0x%1!8.8X! "%2". This occurs whenever CoCreateInstance CLSID_DTSManagedHelper fails. |
![]() ![]() | DTS_E_CUSTOMEVENTCONFLICT | The custom event "%1" is already declared with a different parameter list. A task is trying to declare a custom event, which another task has already declared with a different parameter list. |
![]() ![]() | DTS_E_CUSTOMPROPERTYISREADONLY | The value of custom property "%1" on the %2 cannot be changed. |
![]() ![]() | DTS_E_CYCLEINEXECUTIONTREE | An execution tree contains a cycle. |
![]() ![]() | DTS_E_DANGLINGWITHPATH | %1 is marked as dangling, but has a path attached to it. |
![]() ![]() | DTS_E_DATACONVERSIONFAILED | Data conversion failed while converting column "%1" (%2!d!) to column "%3" (%4!d!). The conversion returned status value %5!d! and status text "%6". |
![]() ![]() | DTS_E_DATAREADERDESTCANNOTCONVERT | Cannot convert the %1 from data type "%2" to data type "%3". |
![]() ![]() | DTS_E_DATAREADERDESTDATATYPENOTSUPPORTED | The data type "__" found on __ is not supported for the __. |
![]() ![]() | DTS_E_DATAREADERDESTINVALIDCODEPAGE | The %1 has unsupported code page %2!d!. |
![]() ![]() | DTS_E_DATAREADERDESTINVALIDCOLUMNORDINAL | The ordinal position of the column is not valid. |
![]() ![]() | DTS_E_DATAREADERDESTREADERISATEND | The SSIS IDataReader is past the end of the result set. |
![]() ![]() | DTS_E_DATAREADERDESTREADERISCLOSED | The SSIS IDataReader is closed. |
![]() ![]() | DTS_E_DATAREADERDESTREADERTIMEOUT | The SSIS IDataReader is closed. The read timeout has expired. |
![]() ![]() | DTS_E_DATAREADERDESTREADFAILED | DataReader client has failed to call Read or has closed the DataReader. |
![]() ![]() | DTS_E_DATAREADERDESTUNABLETOPROCESSDATA | The %1 was unable to process the data. |
![]() ![]() | DTS_E_DATAREADERSRCUNABLETOPROCESSDATA | The %1 was unable to process the data. |
![]() ![]() | DTS_E_DATASOURCECOLUMNWITHNONAMEFOUND | There is a data source column with no name. Each data source column must have a name. |
![]() ![]() | DTS_E_DATATAP_CREATEFILEFAILURE | Failed to create DATATAP file. |
![]() ![]() | DTS_E_DATATAP_DUPLICATE | Duplicates the DATATAP. |
![]() ![]() | DTS_E_DATATAP_FAILTOAPPLYCONFIGURATION | Failed to apply the configuration on the DATATAP. |
![]() ![]() | DTS_E_DATATAP_INVALIDFILENAME | Invalid file name. |
![]() ![]() | DTS_E_DATATAP_INVALIDPATH | DATATAP invalid path. |
![]() ![]() | DTS_E_DATATAP_NOTAPLOCATION | No DATATAP application. |
![]() ![]() | DTS_E_DATATAP_READONLY | The DATATAP is read only. |
![]() ![]() | DTS_E_DATATAPFAILED | DATATAP failed. |
![]() ![]() | DTS_E_DECRYPTPACKAGE_USERKEY | Failed to decrypt a package that is encrypted with a user key. You may not be the user who encrypted this package, or you are not using the same machine that was used to save the package. |
![]() ![]() | DTS_E_DECRYPTPROJECT_PASSWORD | Failed to decrypt a project that is encrypted with a password. |
![]() ![]() | DTS_E_DECRYPTPROJECT_USERKEY | Failed to decrypt a project that is encrypted with a user key. |
![]() ![]() | DTS_E_DECRYPTXML_PASSWORD | Failed to decrypt an encrypted XML node because the password was not specified or not correct. Package load will attempt to continue without the encrypted information. |
![]() ![]() | DTS_E_DEPRECATEDTASK | The deprecated task. |
![]() ![]() | DTS_E_DERIVEDRESULT_TOO_LONG | The transform encountered a result value that was longer than %1!u! bytes. |
![]() ![]() | DTS_E_DESTINATIONFLATFILEREQUIRED | No destination flat file name was provided. Make sure the flat file connection manager is configured with a connection string. If the flat file connection manager is used by multiple components, ensure that the connection string contains enough file names. |
![]() ![]() | DTS_E_DESTINATIONOBJECTPARENTLESS | The destination object in a property mapping has no parent. The destination object is not a child of any sequence container. It may have been removed from the package. |
![]() ![]() | DTS_E_DESTINATIONTABLENAMENOTPROVIDED | A destination table name has not been provided. |
![]() ![]() | DTS_E_DIRECTTONONERROROUTPUT | The buffer manager attempted to push an error row to an output that was not registered as an error output. There was a call to DirectErrorRow on an output that does not have the IsErrorOut property set to TRUE. |
![]() ![]() | DTS_E_DISCONNECTEDCOMPONENT | A component is disconnected from the layout. |
![]() ![]() | DTS_E_DISCONNECTEDOBJECT | The %1 object "%2" (%3!d!) is disconnected from the layout. |
![]() ![]() | DTS_E_DISCONNECTEDPATH | The path is disconnected from the path. |
![]() ![]() | DTS_E_DISKIOBUFFEROVERFLOW | The attempt to write data of %1!d! bytes into the disk I/O failed. The disk I/O buffer has %2!d! free bytes. |
![]() ![]() | DTS_E_DISKIOFAILED | An unexpected disk I/O error occurred while reading the file. |
![]() ![]() | DTS_E_DISKIOTIMEDOUT | An disk I/O time out occurred while reading the file. |
![]() ![]() | DTS_E_DISPENSEDREADONLY | The Variables collection was returned the from VariableDispenser and cannot be modified. Items cannot be added to or removed from dispensed collections. |
![]() ![]() | DTS_E_DISTRIBUTORADDFAILED | A distributor failed to give a buffer to thread "%1" because of error 0x%2!8.8X!. The target thread is probably shutting down. |
![]() ![]() | DTS_E_DISTRIBUTORCANTSETPROPERTY | Distributor for thread "%1" failed to initialize property "%2" on component "%3" because of error 0x%8.8X. The distributor could not initialize the component's property and cannot continue running. |
![]() ![]() | DTS_E_DOESNOTSUPPORTTRANSACTIONS | Enlisting in transactions is not supported. |
![]() ![]() | DTS_E_DTPXMLBOOLCONVERTERR | Unable to convert the value "%1" to a Boolean. |
![]() ![]() | DTS_E_DTPXMLCANTREADIDATTR | Cannot read ID attribute. |
![]() ![]() | DTS_E_DTPXMLCONNECTIONLOADERR | Error setting connection object during XML load. |
![]() ![]() | DTS_E_DTPXMLDATATYPEERR | The value "%1" is not valid for the attribute "%2". |
![]() ![]() | DTS_E_DTPXMLDOMCREATEERROR | Unable to instantiate XML DOM document, please verify that MSXML binaries are properly installed and registered. |
![]() ![]() | DTS_E_DTPXMLDOMLOADERROR | Unable to load XML data into a local DOM for processing. |
![]() ![]() | DTS_E_DTPXMLEVENTSCACHEERR | Cannot acquire Events Interface. An invalid Events interface was passed to the data flow module for persisting to XML. |
![]() ![]() | DTS_E_DTPXMLIDLOOKUPERR | Referenced object with ID %1!d! not found in package. |
![]() ![]() | DTS_E_DTPXMLINPUTCOLUMNLOADERR | Error setting input column object during XML load. |
![]() ![]() | DTS_E_DTPXMLINPUTLOADERR | Error setting input object during XML load. |
![]() ![]() | DTS_E_DTPXMLINT32CONVERTERR | Unable to convert the value "%1" to an integer. |
![]() ![]() | DTS_E_DTPXMLINVALIDPROPERTYARRAYNOTENOUGHVALUES | Too few array elements were found when parsing a property of type array. The element count is more than the number of array elements found. |
![]() ![]() | DTS_E_DTPXMLINVALIDPROPERTYARRAYTOOMANYVALUES | Too many array elements were found when parsing a property of type array. The element count is less than the number of array elements found. |
![]() ![]() | DTS_E_DTPXMLINVALIDXMLPERSISTPROPERTY | Cannot read a persistence property required for the pipeline xml module. The property was not provided by the pipeline. |
![]() ![]() | DTS_E_DTPXMLLOADFAILURE | Unable to load from XML. |
![]() ![]() | DTS_E_DTPXMLOUTPUTCOLUMNLOADERR | Error setting output column object during XML load. |
![]() ![]() | DTS_E_DTPXMLOUTPUTLOADERR | Error setting output object during XML load. |
![]() ![]() | DTS_E_DTPXMLPARSEERRORNEARID | Load error encountered near object with ID %1!d!. |
![]() ![]() | DTS_E_DTPXMLPATHLOADERR | An error occurred while setting a path object during XML load. |
![]() ![]() | DTS_E_DTPXMLPROPERTYLOADERR | Error setting property object during XML load. |
![]() ![]() | DTS_E_DTPXMLPROPERTYSTATEERR | The value "%1" is not valid for the attribute "%2". |
![]() ![]() | DTS_E_DTPXMLPROPERTYTYPEERR | The value "%1" is not valid for the attribute "%2". |
![]() ![]() | DTS_E_DTPXMLSAVEFAILURE | Unable to save to XML. |
![]() ![]() | DTS_E_DTPXMLSETUSAGETYPEERR | The value "%1" is not valid for the attribute "%2". |
![]() ![]() | DTS_E_DTRXMLSAVEFAILURE | Unable to save configuration file. The file may be read only. |
![]() ![]() | DTS_E_DTS_E_FTPTASK_CANNOT_ACQUIRE_CONNECTION | There was an error acquiring the FTP connection. Please check if you have specified a valid connection type "%1". |
![]() ![]() | DTS_E_DTSNAME_ALPHADIGITUNDERBAR | Object name "%1" is not valid. Name must contain only alphanumeric characters or underscores "_". |
![]() ![]() | DTS_E_DTSNAME_BEGINSWITHALPHA | Object name "%1" is not valid. Name must begin with an alphabetical character. |
![]() ![]() | DTS_E_DTSNAME_BEGINSWITHALPHAUNDERBAR | Object name "%1" is not valid. Name must begin with an alphabetical character or underscore "_". |
![]() ![]() | DTS_E_DTSNAME_LEGAL | The object name "%1" is not valid. The name cannot contain any of the following characters: / \ : [ ] . = |
![]() ![]() | DTS_E_DTSNAME_NOLEADWHITESP | Object name "%1" is not valid. Name cannot begin with a whitespace. |
![]() ![]() | DTS_E_DTSNAME_NOTEMPTY | The object name is not valid. The name cannot be empty. |
![]() ![]() | DTS_E_DTSNAME_NOTNULL | The object name is not valid. The name cannot be set to NULL. |
![]() ![]() | DTS_E_DTSNAME_NOTRAILWHITESP | Object name "%1" is not valid. Name cannot end with a whitespace. |
![]() ![]() | DTS_E_DTSNAME_PRINTABLE | Object name "%1" is not valid. The name cannot contain control characters that render it unprintable. |
![]() ![]() | DTS_E_DTSNAME_TOOLONG | The object name is not valid. The name is too long. |
![]() ![]() | DTS_E_DTSNAME_VALIDFILENAME | Object name "%1" is not valid. The name cannot contain any of the following characters: / \ : ? " < > | |
![]() ![]() | DTS_E_DTSPROCTASK_CANNOTWRITEINAREADONLYVARIABLE | The Execution result cannot be saved in a read-only variable. |
![]() ![]() | DTS_E_DTSPROCTASK_CONNECTIONMANAGERNOTOLAP | Connection "%1" is not an Analysis Services connection. |
![]() ![]() | DTS_E_DTSPROCTASK_CONNECTIONNOTFOUND | Connection Manager "%1" it's not defined. |
![]() ![]() | DTS_E_DTSPROCTASK_DDLEXECUTIONFAILED | Execution of DDL failed. |
![]() ![]() | DTS_E_DTSPROCTASK_FILECONNECTIONNOTDEFINED | File connection "%1" is not defined. |
![]() ![]() | DTS_E_DTSPROCTASK_FILEDOESNOTEXIST | There is no file associated with connection "%1". |
![]() ![]() | DTS_E_DTSPROCTASK_INVALIDCONNECTION | Connection Manager "%1" it's not a FILE Connection Manager. |
![]() ![]() | DTS_E_DTSPROCTASK_INVALIDDDL | The DDL is not valid. |
![]() ![]() | DTS_E_DTSPROCTASK_INVALIDDDLPROCESSINGCOMMANDS | The DDL found in Processing Commands is not valid. |
![]() ![]() | DTS_E_DTSPROCTASK_INVALIDTASKDATANODEEXE | Analysis Services Execute DDL task received an invalid task data node. |
![]() ![]() | DTS_E_DTSPROCTASK_INVALIDTASKDATANODEPROC | Analysis Services Processing task received an invalid task data node. |
![]() ![]() | DTS_E_DTSPROCTASK_INVALIDVARIABLE | Variable "%1" it's not defined. |
![]() ![]() | DTS_E_DTSPROCTASK_NOCONNECTIONSPECIFIED | No connection manager specified. |
![]() ![]() | DTS_E_DTSPROCTASK_NONEXISTENTATTRIBUTE | "%1" was not found during deserialization. |
![]() ![]() | DTS_E_DTSPROCTASK_TRACEHASBEENSTOPPED | The trace has been stopped due to an exception. |
![]() ![]() | DTS_E_DTSPROCTASK_UNABLETOLOCATECONNECTIONMANAGER | Unable to locate connection "%1". |
![]() ![]() | DTS_E_DTSPROCTASK_VARIABLENOTDEFINED | Variable "%1" is not defined. |
![]() ![]() | DTS_E_DUMP_FAILED | Debug dump files were not generated correctly. The hresult is __. |
![]() ![]() | DTS_E_DUPLICATECOLUMNNAME | Duplicate column name "%1". |
![]() ![]() | DTS_E_DUPLICATECONSTRAINT | A precedence constraint already exists between the specified executable. More than one precedence constraint is not allowed. |
![]() ![]() | DTS_E_DUPLICATEDATASOURCECOLUMNNAME | There is more than one data source column with the name "%1". The data source column names must be unique. |
![]() ![]() | DTS_E_DUPLICATEIDFOUND | Attempting to use ID %1!d! more than once in the Data Flow Task. |
![]() ![]() | DTS_E_DUPLICATELINEAGEIDSINCOLLECTION | Two objects in the same collection have a duplicate lineage ID of %1!d!. The objects are %2 and %3. |
![]() ![]() | DTS_E_DUPLICATENAMESINCOLLECTION | The package contains two objects with the duplicate name of "%1" and "%2". |
![]() ![]() | DTS_E_DUPLICATEOUTPUTCOLUMNNAMES | The name for "%1" is a duplicate. All names must be unique. |
![]() ![]() | DTS_E_ELEMENTNOTFOUND | The element cannot be found in a collection. This error happens when you try to retrieve an element from a collection on a container during execution of the package and the element is not there. |
![]() ![]() | DTS_E_EMPTYRUNTIMECONNECTIONMANAGERID | The "%1" in the connection manager collection, Connections, of "%2" does not have a value for the ID property. Verify that the ConnectionManagerID property of the runtime connection object has been set for the component. |
![]() ![]() | DTS_E_ENUMERATIONELEMENTNOTENUMERABLE | An element of the enumerator returned by the ForEach Enumerator does not implement IEnumerator, contradicting the CollectionEnumerator property of the ForEach Enumerator. |
![]() ![]() | DTS_E_EOFANNOUNCEMENTFAILED | The Data Flow task cannot to create a buffer to mark the end of the row set. |
![]() ![]() | DTS_E_ERRMSGTASK_DIFFERENTMESSAGEANDLANGUAGESIZES | The lists of error messages and their corresponding languages are of different sizes. |
![]() ![]() | DTS_E_ERRMSGTASK_EMPTYSOURCELIST | There are no Error Messages to transfer. |
![]() ![]() | DTS_E_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS | The error message "%1" already exists at destination server. |
![]() ![]() | DTS_E_ERRMSGTASK_ERRORMESSAGECANTBEFOUND | The error message "%1" cannot be found at source server. |
![]() ![]() | DTS_E_ERRMSGTASK_ERRORMESSAGEOUTOFRANGE | The error message id "%1" is out of the allowed range of user defined error messages. User defined error message ids are between 50000 and 2147483647. |
![]() ![]() | DTS_E_ERRMSGTASK_FAILEDTOTRANSFERERRORMESSAGES | Failed to transfer some or all of the Error Messages. |
![]() ![]() | DTS_E_ERRORATLOADTASK | Error loading task. This happens when loading a task from XML fails. |
![]() ![]() | DTS_E_ERRORCOLUMNHASINCORRECTPROPERTIES | The %1 on the error output has properties that do not match the properties of its corresponding data source column. |
![]() ![]() | DTS_E_ERRORCOLUMNHASNOOUTPUTCOLUMN | The %1 on the error output has no corresponding output column on the non-error output. |
![]() ![]() | DTS_E_ERRORCOMPONENT | The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "%1". |
![]() ![]() | DTS_E_ERRORELEMENTNOTINCOLL | Element "%1" does not exist in collection "%2". |
![]() ![]() | DTS_E_ERRORLOADINGTASK | Error loading a task. The contact information for the task is "%1". This happens when loading a task fails. |
![]() ![]() | DTS_E_ERRORLOADINGTASKNOCONTACT | Error loading task "%1". |
![]() ![]() | DTS_E_ERROROCCURREDWHILERETRIEVINGFILENAME | Retrieving the file name for a component failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_ERROROCCURREDWITHFOLLOWINGMESSAGE | An error occurred with the following error message: "%1". |
![]() ![]() | DTS_E_ERROROUTCANTBEONSYNCNONEXCLUSIVEOUTPUT | "%1" cannot be an error output because error outputs cannot be placed on synchronous, non-exclusive outputs. |
![]() ![]() | DTS_E_ERRORPERSISTMANAGEDTASK | The error persist managed task. |
![]() ![]() | DTS_E_ERRORRETRIEVINGCOLUMNCODEPAGE | There was an error retrieving column code page information. |
![]() ![]() | DTS_E_ERRORROWDISPMUSTBENOTUSED | The %1 must have its error row disposition value set to RD_NotUsed. |
![]() ![]() | DTS_E_ERRORWHILEREADINGDATAROWS | An error occurred while processing file "%1" on data row %2!I64d!. |
![]() ![]() | DTS_E_ERRORWHILEREADINGHEADERROWS | An error occurred while reading header rows. |
![]() ![]() | DTS_E_ERRORWHILESKIPPINGDATAROWS | An error occurred while skipping data rows. |
![]() ![]() | DTS_E_EVENTHANDLERNAMEREADONLY | Changing the event handler name failed. Event handler names are read-only. |
![]() ![]() | DTS_E_EVENTHANDLERNOTALLOWED | The task providing the custom event "%1" does not allow this event to be handled in the package. The custom event was declared with AllowEventHandlers = FALSE. |
![]() ![]() | DTS_E_EXCLGRPNOSYNCINP | "%1" has a virtual buffer extending from a root source. There is an exclusion group that is not zero with a synchronous input that is zero. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_CLS_NOT_REGISTRED_EXCEPTION | To execute the DTS 2000 Package task, start SQL Server Setup and use the Advanced button from the Components to Install page to select Legacy Components. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_CONVERT_FAILED | Could not convert "%1" to "%2". |
![]() ![]() | DTS_E_EXEC2000PKGTASK_DATATYPE_NULL | The data type cannot be null. Please specify the correct data type to use for validating the value. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_DTS2000CANTBEEMPTY | The DTS 2000 package property is empty. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_ERROR_IN_LOAD_FROM_XML | Error occurred in LoadFromXML at the tag "%1". |
![]() ![]() | DTS_E_EXEC2000PKGTASK_ERROR_IN_PACKAGE_EXECUTE | An error occurred while executing the DTS 2000 package. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_ERROR_IN_SAVE_TO_XML | Error occurred in SaveToXML at the tag "%1". |
![]() ![]() | DTS_E_EXEC2000PKGTASK_ERROR_IN_VALIDATE | Could not validate "%1" against "%2". |
![]() ![]() | DTS_E_EXEC2000PKGTASK_FILE_NAME_NOT_SPECIFIED | Storage file name not specified. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_HANDLER_NOT_FOUND | Handler not found. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT | Execute DTS 2000 Package task is initiated with a wrong XML element. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_NOT_PRIMITIVE_TYPE | "%1" is not a value type. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_NULL_VALUE | Cannot validate a null against any data type. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_NULL_VALUE_ARGUMENT | A required argument is null. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_PACKAGE_ID_NOT_SPECIFIED | Package ID is not specified. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_PACKAGE_NAME_NOT_SPECIFIED | Package name is not specified. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_PACKAGE_VERSIONGUID_NOT_SPECIFIED | Package version GUID is not specified. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_SQL_USERNAME_NOT_SPECIFIED | SQL Server user name not specified. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_AVAILABLE_NETWORK | Cannot load the available SQL Servers from the network. Check the network connection. |
![]() ![]() | DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_SPECIFIED | SQL Server is not specified. |
![]() ![]() | DTS_E_EXECPROCTASK_CANTREDIRECTIO | Cannot redirect streams if the process can continue executing beyond the lifetime of the task. |
![]() ![]() | DTS_E_EXECPROCTASK_ERROREXECUTIONVALUE | The process exited with return code "%1". However, "%2" was expected. |
![]() ![]() | DTS_E_EXECPROCTASK_EXECUTABLENOTSPECIFIED | The executable is not specified. |
![]() ![]() | DTS_E_EXECPROCTASK_FILEDOESNOTEXIST | File/Process "%1" does not exist in directory "%2". |
![]() ![]() | DTS_E_EXECPROCTASK_FILENOTINPATH | File/Process "%1" 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 | In Executing "%2" "%3" at "%1", The process exit code was "%4" while the expected was "%5". |
![]() ![]() | DTS_E_EXECPROCTASK_PROCESSHASTIMEDOUT | The process timed out. |
![]() ![]() | DTS_E_EXECPROCTASK_RECEIVEDINVALIDTASKDATANODE | The Execute Process task received a task data node that is not valid. |
![]() ![]() | DTS_E_EXECPROCTASK_STDERRVARREADONLY | The standard error variable is read-only. |
![]() ![]() | DTS_E_EXECPROCTASK_STDOUTVARREADONLY | The standard out variable is read-only. |
![]() ![]() | DTS_E_EXECPROCTASK_WORKINGDIRDOESNOTEXIST | The directory "%1" does not exist. |
![]() ![]() | DTS_E_EXECPROCTASK_WORKINGDIRECTORYDOESNOTEXIST | Working Directory "%1" does not exist. |
![]() ![]() | DTS_E_EXECUTIONTREECYCLE | Cannot connect %1 to %2 because a cycle would be created. |
![]() ![]() | DTS_E_EXECUTIONTREECYCLEADDINGSYNCHRONOUSINPUT | The synchronous input of "%1" cannot be set to "%2" because a cycle would be created. |
![]() ![]() | DTS_E_EXECUTIONTREECYCLESETTINGID | ID %1 cannot be set to %2!d! because a cycle would be created. |
![]() ![]() | DTS_E_EXISTSONSQLSERVER_OLEDB | The ExistsOnSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement issued has failed. |
![]() ![]() | DTS_E_EXPIRED | Integration Services evaluation period has expired. |
![]() ![]() | DTS_E_EXPRESSIONCOMPUTEFAILED | Computing the expression "%1" failed with error code 0x%2!8.8X!. The expression may have errors, such as divide by zero, that cannot be detected at parse time, or there may be an out-of-memory error. |
![]() ![]() | DTS_E_EXPRESSIONNOTBOOLEAN | The expression "%1" must evaluate to True or False. Change the expression to evaluate to a Boolean value. |
![]() ![]() | DTS_E_EXPRESSIONPARSEFAILED | Cannot parse the expression "%1". The expression was not valid, or there is an out-of-memory error. |
![]() ![]() | DTS_E_EXPRESSIONVALIDATIONFAILED | The expression "%1" on "%2" is not valid. |
![]() ![]() | DTS_E_EXPREVALAMBIGUOUSINPUTCOLUMNNAME | There are multiple input columns with the name "%1". The desired input column must be specified uniquely as [Component Name].[%2] or referenced by lineage ID. Currently, the input column specified exists on more than one component. |
![]() ![]() | DTS_E_EXPREVALAMBIGUOUSVARIABLENNAME | There are multiple variables with the name "%1". The desired variable must be specified uniquely as @[Namespace::%2]. The variable exists in more than one namespace. |
![]() ![]() | DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE | Error using a read-only variable "%1" in an assignment expression. The expression result cannot be assigned to the variable because the variable is read only. Choose a variable that can be written to, or remove the expression from this variable. |
![]() ![]() | DTS_E_EXPREVALASSIGNMENTTYPEMISMATCH | The result of the assignment expression "%1" cannot be converted to a type that is compatible with the variable that it was assigned to. |
![]() ![]() | DTS_E_EXPREVALASSIGNMENTVARIABLELOCKFORWRITEFAILED | Cannot evaluate expression "%1" because the variable "%2" does not exist or cannot be accessed for writing. The expression result cannot be assigned to the variable because the variable was not found, or could not be locked for write access. |
![]() ![]() | 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 | The binary operation "%1" failed with error code 0x%2!8.8X!. An internal error occurred, or an out-of-memory condition exists. |
![]() ![]() | DTS_E_EXPREVALBINARYOPERATIONSETTYPEFAILED | Attempt to set the result type of binary operation "%1" 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 | The result of the binary operation "%1" exceeds the maximum size for result data type "%2". The magnitude of the result of the operation overflows the type of the result. |
![]() ![]() | DTS_E_EXPREVALBINARYSIGNMISMATCH | There is a sign mismatch for the bitwise binary operator "%1" in operation "%2". Both operands for this operator must be positive or negative. |
![]() ![]() | 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 | 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 | Cannot convert the expression result data type "%1" to the column data type "%2". The result of the expression should be written to an input/output column, but the data type of the expression cannot be converted to the data type of the column. |
![]() ![]() | 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 | Casting expression "%1" from data type "%2" to data type "%3" failed with error code 0x%4!8.8X!. |
![]() ![]() | DTS_E_EXPREVALCHARMAPPINGFAILED | The function "%1" cannot perform the character mapping on string "%2". |
![]() ![]() | DTS_E_EXPREVALCOMPUTEFAILED | Attempt to compute the expression "%1" 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 | The conditional operation "%1" failed with error code 0x%2!8.8X!. There was an internal error or an out-of-memory error. |
![]() ![]() | DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE | The conditional expression "%1" of the conditional operator has an invalid data type of "%2". The conditional expression of the conditional operator must return a Boolean, which is type DT_BOOL. |
![]() ![]() | DTS_E_EXPREVALCONDITIONALOPSETTYPEFAILED | Attempt to set the result type of conditional operation "%1" 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 | Error code 0x%1!8.8X! occurred attempting to convert from data type %2 to data type %3. |
![]() ![]() | DTS_E_EXPREVALDATACONVERSIONNOTSUPPORTED | Conversion from data type "%1" to data type "%2" is unsupported. The source type cannot be converted to the destination type. |
![]() ![]() | DTS_E_EXPREVALDATACONVERSIONOVERFLOW | An overflow occurred while converting from data type "%1" to data type "%2". The source type is too large for the destination type. |
![]() ![]() | DTS_E_EXPREVALDIVBYZERO | A divide-by-zero error occurred. The right side operand evaluates to zero in the expression "%1". |
![]() ![]() | DTS_E_EXPREVALDOTTEDINPUTCOLUMNNAMENOTFOUND | Locating the input column named "[%1].[%2]" failed with error code 0x%3!8.8X!. The input column was not found in the input column collection. |
![]() ![]() | DTS_E_EXPREVALEXPRESSIONEMPTY | There was no expression to compute. An attempt was made to compute or get the string of an empty expression. |
![]() ![]() | DTS_E_EXPREVALFAILEDTOCONVERTSTRCOLUMNTOWSTR | Converting "%1" from type DT_STR to type DT_WSTR failed with error code 0x%2!8.8X!. An error occurred while performing the implicit conversion on the input column. |
![]() ![]() | DTS_E_EXPREVALFAILEDTOPARSEEXPRESSION | The expression "%1" is not valid and cannot be parsed. The expression may contain invalid elements or it may not be well-formed. |
![]() ![]() | DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONOUTOFMEMORY | Attempt to parse the expression "%1" failed because there was an out-of-memory error. |
![]() ![]() | DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONWITHHR | Attempt to parse the expression "%1" failed and returned error code 0x%2!8.8X!. The expression cannot be parsed. It might contain invalid elements or it might not be well-formed. There may also be an out-of-memory error. |
![]() ![]() | DTS_E_EXPREVALFNFINDSTRINGINVALIDOCCURRENCECOUNT | The occurrence count %1!d! is not valid for function "%2". This parameter must be greater than zero. |
![]() ![]() | DTS_E_EXPREVALFNLEFTRIGHTINVALIDLENGTH | The length of the expression from left to right is invalid. |
![]() ![]() | DTS_E_EXPREVALFNREPLICATEINVALIDREPEATCOUNT | The repeat count %1!d! is negative and is not valid for function "%2". The repeat count parameter cannot be negative. |
![]() ![]() | DTS_E_EXPREVALFNSUBSTRINGINVALIDLENGTH | The length %1!d! is not valid for function "%2". The length parameter cannot be negative. Change the length parameter to zero or a positive value. |
![]() ![]() | DTS_E_EXPREVALFNSUBSTRINGINVALIDSTARTINDEX | The start index %1!d! is not valid for function "%2". The start index value must be an integer greater than 0. Start index is one-based, not zero-based. |
![]() ![]() | DTS_E_EXPREVALFNTOKEN_EMPTYDELIM | The expression value from token. |
![]() ![]() | DTS_E_EXPREVALFUNCTIONCOMPUTEFAILED | Evaluating function "%1" failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_EXPREVALFUNCTIONCONVERTPARAMTOMEMBERFAILED | Parameter number %1!d! of the function "%2" cannot be converted to a static value. |
![]() ![]() | DTS_E_EXPREVALFUNCTIONOVERFLOW | The result of the function call "%1" is too large to fit in type "%2". The magnitude of the result of the function call overflows the type of the operand. An explicit cast to a larger type may be required. |
![]() ![]() | DTS_E_EXPREVALFUNCTIONPARAMNOTSTATIC | Parameter number %1!d! of the function "%2" is not static. This parameter must be static, and cannot contain dynamic elements such as input columns. |
![]() ![]() | DTS_E_EXPREVALILLEGALESCAPEINSTRINGLITERAL | The string literal "%1" contains an illegal escape sequence of "\%2!c!". The escape sequence is not supported in string literals in the expression evaluator. If a backslash is needed in the string, use a double backslash, "\\". |
![]() ![]() | 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 | 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 | Attempt to find the input column named "%1" failed with error code 0x%2!8.8X!. The input column specified was not found in the input column collection. |
![]() ![]() | DTS_E_EXPREVALINVALIDCAST | Cannot cast expression "%1" from data type "%2" to data type "%3". The requested cast is not supported. |
![]() ![]() | DTS_E_EXPREVALINVALIDCASTCODEPAGE | The value, %1!d!, specified for the code page parameter of the cast to data type "%2", is not valid. The code page is not installed on the machine. |
![]() ![]() | DTS_E_EXPREVALINVALIDCASTLENGTH | The value %1!d! specified for the length parameter of the cast to data type %2 is negative and not valid. The length must be positive. |
![]() ![]() | DTS_E_EXPREVALINVALIDCASTPARAM | Parameter number %1!d! of the cast to data type "%2" is not valid. The parameters of cast operators must be static, and cannot contain dynamic elements such as input columns. |
![]() ![]() | DTS_E_EXPREVALINVALIDCASTPARAMTYPE | Parameter number %1!d! of the cast to data type "%2" is not an integer. A parameter of a cast operator must be an integer or a type that can be converted to an integer. |
![]() ![]() | DTS_E_EXPREVALINVALIDCASTPRECISION | The value %1!d! specified for the precision parameter of the cast to data type "%2" is not valid. Precision must be in the range %3!d! to %4!d! and the precision value is out of range for the type cast. |
![]() ![]() | 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 | "%1" is not a valid date part for function "%2". |
![]() ![]() | DTS_E_EXPREVALINVALIDDATEPARTNODE | The date part parameter specified for function "%1" is not valid. It must be a static string. The date part parameter cannot contain dynamic elements, such as input columns, and must be of type DT_WSTR. |
![]() ![]() | DTS_E_EXPREVALINVALIDFUNCTION | The function "%1" was not recognized. Either the function name is incorrect or does not exist. |
![]() ![]() | DTS_E_EXPREVALINVALIDNULLCODEPAGE | The value %1!d! specified for the code page parameter of the NULL function with data type "%2" is not valid. The code page is not installed on the computer. |
![]() ![]() | DTS_E_EXPREVALINVALIDNULLLENGTH | The value %1!d! specified for the length parameter of the "NULL" function with data type %2 is negative and not valid. The length must be positive. |
![]() ![]() | DTS_E_EXPREVALINVALIDNULLPARAM | Parameter number %1!d! of the function NULL with data type "%2" is not valid. The parameters of NULL() must be static, and cannot contain dynamic elements such as input columns. |
![]() ![]() | DTS_E_EXPREVALINVALIDNULLPARAMTYPE | Parameter number %1!d! of the function NULL with data type "%2" is not an integer. A parameter of NULL() must be an integer or a type that can be converted to an integer. |
![]() ![]() | DTS_E_EXPREVALINVALIDNULLPRECISION | The value %1!d! specified for the precision parameter of the NULL function with data type "%2" is out of range. Precision must be in the range %3!d! to %4!d!. |
![]() ![]() | DTS_E_EXPREVALINVALIDNULLSCALE | The value %1!d! specified for the scale parameter of the NULL function with data type %2 is out of range. Scale must be in the range %3!d! to %4!d!. Scale must not exceed precision and must not be negative. |
![]() ![]() | DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALPLURAL | The function "%1" requires %2!d! parameters, not %3!d! parameters. The function name was recognized, but the number of parameters is not valid. |
![]() ![]() | DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALSINGULAR | The function "%1" requires %2!d! parameters, not %3!d! parameter. The function name was recognized, but the number of parameters is not valid. |
![]() ![]() | DTS_E_EXPREVALINVALIDNUMBEROFPARAMSSINGULARPLURAL | The function "%1" requires %2!d! parameter, not %3!d! parameters. The function name was recognized, but the number of parameters is not valid. |
![]() ![]() | DTS_E_EXPREVALINVALIDTOKEN | Attempt to parse the expression "%1" failed. The token "%2" at line number "%3", character number "%4" was not recognized. The expression cannot be parsed because it contains invalid elements at the location specified. |
![]() ![]() | DTS_E_EXPREVALINVALIDTOKENSINGLEEQUAL | Parsing the expression "%1" failed. The equal sign (=) at line number "%2", character number "%3", was not expected. A double equals sign (==) may be required at the location specified. |
![]() ![]() | DTS_E_EXPREVALINVALIDTOKENSINGLEQUOTE | Parsing the expression "%1" failed. The single quotation mark at line number "%2", character number "%3", was not expected. |
![]() ![]() | DTS_E_EXPREVALINVALIDTOKENSTATE | Attempt to parse the expression "%1" failed. The expression might contain an invalid token, an incomplete token, or an invalid element. It might not be well-formed, or might be missing part of a required element such as a parenthesis. |
![]() ![]() | DTS_E_EXPREVALLITERALOVERFLOW | The literal "%1" is too large to fit into type %2. The magnitude of the literal overflows the type. |
![]() ![]() | DTS_E_EXPREVALLNINVALIDPARAM | The function LN cannot operate on zero or negative values, and a zero or negative value was passed to the LN function. |
![]() ![]() | DTS_E_EXPREVALLOGINVALIDPARAM | The function LOG cannot operate on zero or negative values, and a zero or negative value was passed to the LOG function. |
![]() ![]() | DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNID | The expression contains unrecognized token "#%1!d!". |
![]() ![]() | DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNNAME | The expression contains unrecognized token "%1". If "%1" is a variable, it should be expressed as "@%1". The specified token is not valid. If the token is intended to be a variable name, it should be prefixed with the @ symbol. |
![]() ![]() | 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 | The placeholder "%1" was found in an expression. This must be replaced with an actual parameter or operand. |
![]() ![]() | DTS_E_EXPREVALPOWERINVALIDPARAM | 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 | The expression "%1" has a result type of "%2", which cannot be converted to a supported type. |
![]() ![]() | DTS_E_EXPREVALSENSITIVEERROR | A sensitive error occurred during the evaluation of the expression. |
![]() ![]() | DTS_E_EXPREVALSQRTINVALIDPARAM | 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 | An ambiguous variable name was specified. The desired variable must be qualified as @[Namespace::Variable]. This error occurs when the variable exists in more than one namespace. |
![]() ![]() | 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 | A binary operation failed. There was an out-of-memory condition, or an internal error occurred. |
![]() ![]() | DTS_E_EXPREVALSTATIC_BINARYOPERATIONSETTYPEFAILED | Setting the result type of a binary operation failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_BINARYOPERATORCODEPAGEMISMATCH | The code pages do not match in a binary operation. The code page of the left operand does not match the code page of the right operand. For this binary operation, the code pages must be the same. |
![]() ![]() | 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 | The magnitude of the result of a binary operation overflows the maximum size for result data type. |
![]() ![]() | DTS_E_EXPREVALSTATIC_BINARYSIGNMISMATCH | There is a sign mismatch for the bitwise binary operator. The operands for this operator must be both positive or both negative. |
![]() ![]() | DTS_E_EXPREVALSTATIC_BINARYTYPEMISMATCH | Incompatible data types were used with a binary operator. The operand types could not be implicitly cast into compatible types for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator. |
![]() ![]() | DTS_E_EXPREVALSTATIC_BUILDSTRINGFAILED | Attempt to generate a string representation of the expression failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CANNOTCONVERTRESULT | Cannot convert the expression result data type to the column data type. The result of the expression should be written to an input/output column, but the data type of the expression cannot be converted to the data type of the column. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CASTCODEPAGEMISMATCH | Unable to cast the expression because the code page of the value being cast does not match the requested result code page. The code page of the source must match the code page requested for the destination. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CASTFAILED | An error occurred while attempting to perform a type cast. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CHARMAPPINGFAILED | A character mapping function failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_COMPUTATIONFAILED | An error occurred during computation of the expression. |
![]() ![]() | DTS_E_EXPREVALSTATIC_COMPUTEFAILED | Attempt to compute the expression failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CONDITIONALOPCODEPAGEMISMATCH | The code pages do not match in a conditional operation. The code page of the left operand does not match the code page of the right operand. For the conditional operator of that type, the code pages must be the same. |
![]() ![]() | 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 | The conditional operation failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CONDITIONALOPINVALIDCONDITIONTYPE | The conditional expression of the conditional operator has invalid data type. The conditional expression must be of type DT_BOOL. |
![]() ![]() | DTS_E_EXPREVALSTATIC_CONDITIONALOPSETTYPEFAILED | 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 | An error occurred while attempting to perform data conversion. The source type could not be converted to the destination type. |
![]() ![]() | DTS_E_EXPREVALSTATIC_DATACONVERSIONNOTSUPPORTED | The expression contains an unsupported data type conversion. The source type cannot be converted to the destination type. |
![]() ![]() | DTS_E_EXPREVALSTATIC_DATACONVERSIONOVERFLOW | An overflow occurred while converting between data types. The source type is too large to fit in the destination type. |
![]() ![]() | DTS_E_EXPREVALSTATIC_DIVBYZERO | Division by zero occurred in the expression. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FAILEDTOCONVERTSTRCOLUMNTOWSTR | Converting an input column from type DT_STR to type DT_WSTR failed. An error occurred while performing the implicit conversion on the input column. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FAILEDTOPARSEEXPRESSION | The expression is not valid and could not be parsed. It might contain invalid elements, or it might not be well-formed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FNFINDSTRINGINVALIDOCCURRENCECOUNT | The occurrence count parameter is not valid for function FINDSTRING. This parameter must be greater than zero. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FNREPLICATEINVALIDREPEATCOUNT | The repeat count parameter is not valid for function REPLICATE. This parameter cannot be negative. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FNRIGHTINVALIDLENGTH | The length parameter is not valid for function RIGHT. The length parameter cannot be negative. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDLENGTH | The length parameter was not valid for function SUBSTRING. The length parameter cannot be negative. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDSTARTINDEX | The start index was not valid for function SUBSTRING. The start index value must be an integer greater than zero. The start index is 1-based, not 0-based. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FUNCTIONCOMPUTEFAILED | An error occurred while evaluating the function. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FUNCTIONCONVERTPARAMTOMEMBERFAILED | A function parameter cannot be converted to a static value. The parameter must be static and cannot contain dynamic elements such as input columns. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FUNCTIONOVERFLOW | The magnitude of the result of a function call was too big to fit in the result type, and overflowed the type of the operand. An explicit cast to a larger type may be required. |
![]() ![]() | DTS_E_EXPREVALSTATIC_FUNCTIONPARAMNOTSTATIC | An invalid parameter was given for a function. This parameter must be static and cannot contain dynamic elements such as input columns. |
![]() ![]() | DTS_E_EXPREVALSTATIC_ILLEGALESCAPEINSTRINGLITERAL | The string literal contains an illegal escape sequence. The escape sequence is not supported in string literals in the expression evaluator. If a backslash is needed in the string, format it as a double backslash, "\\". |
![]() ![]() | DTS_E_EXPREVALSTATIC_ILLEGALHEXESCAPEINSTRINGLITERAL | A string literal contains an illegal hexadecimal escape sequence. The escape sequence is not supported in string literals in the expression evaluator. Hexadecimal escape sequences must be of the form \xhhhh where h is a valid hexadecimal digit. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INPUTCOLUMNIDNOTFOUND | Attempt to find an input column by lineage ID failed. The input column was not found in the input column collection. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INPUTCOLUMNNAMENOTFOUND | The input column specified was not found in the input column collection. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCAST | The expression contained an unsupported type cast. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCASTCODEPAGE | The value specified for the code page parameter of the cast to data type DT_STR or DT_TEXT is not valid. The specified code page is not installed on the computer. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCASTLENGTH | The value specified for the length parameter of a cast operation is not valid. The length must be positive. The length specified for the type cast is negative. Change to a positive value. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCASTPARAM | An invalid parameter was given for a cast operation. Parameters of cast operators must be static, and cannot contain dynamic elements such as input columns. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCASTPARAMTYPE | An invalid parameter was given for a cast operation. A parameter of a cast operator must be an integer, or a type that can be converted to an integer. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCASTPRECISION | The value specified for the precision parameter of a cast operation is out of range for the type cast. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDCASTSCALE | The value specified for the scale parameter of a cast operation is out of range for the type cast. Scale must not exceed precision and must not be negative. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDDATEPART | An unrecognized date part parameter was specified for a date function. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDDATEPARTNODE | The "date part" parameter specified for a date function is not valid. "Date part" parameters must be static strings, and cannot contain dynamic elements such as input columns. They must be of type DT_WSTR. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDFUNCTION | 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 | 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 | 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 | 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 | 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 | 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 | 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 | The expression contained a token that was not recognized. The expression could not be parsed because it contains invalid elements. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEEQUAL | The expression contains an unexpected equal sign (=). This error usually occurs when a double equals sign (==) is needed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEQUOTE | The expression contains an unexpected single quotation mark. A double quotation mark may be required. |
![]() ![]() | DTS_E_EXPREVALSTATIC_INVALIDTOKENSTATE | Attempt to parse the expression failed. The expression contains an invalid or incomplete token. It may contain invalid elements, be missing part of a required element such as closing parentheses, or may not be well formed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_LITERALOVERFLOW | 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 | 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 | 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 | Cannot compare two strings. |
![]() ![]() | DTS_E_EXPREVALSTATIC_UNARYOPERATIONFAILED | A unary operation failed. An out-of-memory condition occurred, or there was an internal error. |
![]() ![]() | DTS_E_EXPREVALSTATIC_UNARYOPERATIONSETTYPEFAILED | Setting the result type of a unary operation failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_UNARYOPOVERFLOW | The result of a unary minus (negation) operation overflowed the maximum size for result data type. The magnitude of the result of the operation overflows the type of the result. |
![]() ![]() | DTS_E_EXPREVALSTATIC_UNSUPPORTEDBINARYTYPE | An unsupported data type was used with a binary operator. The type of one, or both, of the operands is not supported for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator. |
![]() ![]() | DTS_E_EXPREVALSTATIC_UNSUPPORTEDTYPE | An unsupported or unrecognized data type was used in the expression. |
![]() ![]() | DTS_E_EXPREVALSTATIC_UNSUPPORTEDUNNARYTYPE | An unsupported data type is used with a unary operator. The operand type is not supported for the operation. To perform this operation, the operand needs to be explicitly cast with a cast operator. |
![]() ![]() | DTS_E_EXPREVALSTATIC_VARIABLECOMPUTEFAILED | Retrieving the value for a variable failed. |
![]() ![]() | DTS_E_EXPREVALSTATIC_VARIABLENOTFOUND | A variable specified was not found in the collection. It might not exist in the correct scope. Verify that the variable exists and that the scope is correct. |
![]() ![]() | DTS_E_EXPREVALSTATIC_VARIABLETYPENOTSUPPORTED | The expression contains a variable with an unsupported data type. |
![]() ![]() | DTS_E_EXPREVALSTRINGCOMPARISONFAILED | Comparing "%1" to string "%2" failed. |
![]() ![]() | DTS_E_EXPREVALSTRINGLITERALTOOLONG | A string literal in the expression exceeds the maximum allowed length of %1!d! characters. |
![]() ![]() | DTS_E_EXPREVALSTRINGVARIABLETOOLONG | The variable %1 contains a string that exceeds the maximum allowed length of %2!d! characters. |
![]() ![]() | DTS_E_EXPREVALTRUNCATIONASERROR | A truncation occurred during evaluation of the expression. |
![]() ![]() | DTS_E_EXPREVALUNARYOPERATIONFAILED | The unary operation "%1" failed with error code 0x%2!8.8X!. An internal error occurred, or there is an out-of-memory condition. |
![]() ![]() | DTS_E_EXPREVALUNARYOPERATIONSETTYPEFAILED | Attempt to set the result type of unary operation "%1" failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_EXPREVALUNARYOPOVERFLOW | The result of the unary minus (negation) operation "%1" exceeds the maximum size for result data type "%2". The magnitude of the result of the operation overflows the type of the result. |
![]() ![]() | DTS_E_EXPREVALUNEXPECTEDPARSEERROR | An error occurred when parsing the expression "%1". The expression failed to parse for an unknown reason. |
![]() ![]() | DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE | The data type "%1" cannot be used with binary operator "%2". The type of one or both of the operands is not supported for the operation. To perform this operation, one or both operands need to be explicitly cast with a cast operator. |
![]() ![]() | DTS_E_EXPREVALUNSUPPORTEDTYPE | The data type "%1" is not supported in an expression. The specified type is not supported or is not valid. |
![]() ![]() | DTS_E_EXPREVALUNSUPPORTEDUNNARYTYPE | The data type "%1" cannot be used with unary operator "%2". This operand type is not supported for the operation. To perform this operation, the operand needs to be explicitly cast with a cast operator. |
![]() ![]() | DTS_E_EXPREVALVARIABLECOMPUTEFAILED | Retrieving the value of Variable "%1" failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_EXPREVALVARIABLECOULDNOTBEREAD | Reading the variable "%1" failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_EXPREVALVARIABLENOTFOUND | The variable "%1" was not found in the Variables collection. The variable might not exist in the correct scope. |
![]() ![]() | DTS_E_EXPREVALVARIABLETYPENOTSUPPORTED | The data type of variable "%1" is not supported in an expression. |
![]() ![]() | DTS_E_EXPRSENSITIVEPARAMVALUENOTALLOWED | The sensitive parameter value is not allowed. |
![]() ![]() | DTS_E_EXTENDFAILED | The buffer manager cannot extend the file "%1" to length %2!lu!. There was insufficient disk space. |
![]() ![]() | DTS_E_EXTERNALCOLUMNMETADATACODEPAGEMISMATCH | The code page on %1 is %2!d! and is required to be %3!d!. |
![]() ![]() | DTS_E_EXTERNALMETADATACOLUMNISALREADYMAPPED | The external metadata column with ID %1!d! has already been mapped to %2. |
![]() ![]() | DTS_E_EXTRACTORCANTAPPENDTRUNCATE | Error caused by conflicting property settings. The "%1" has both the AllowAppend property and the ForceTruncate property set to TRUE. Both properties cannot be set to TRUE. Set one of the two properties to FALSE. |
![]() ![]() | DTS_E_EXTRACTORCANTWRITE | Writing to the file "%1" failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_EXTRACTORCOLUMNALREADYREFERENCED | The %1 references column ID %2!d!, but that column is already referenced by %3. Remove one of the two reference to the column. |
![]() ![]() | DTS_E_EXTRACTORDATACOLUMNNOTBLOB | The "%1" references "%2", and that column is not of a BLOB type. |
![]() ![]() | DTS_E_EXTRACTORFILENAMECOLUMNNOTSTRING | The "%1" should contain a file name, but it is not of a String type. |
![]() ![]() | DTS_E_EXTRACTORINVALIDCOLUMNDATATYPE | The %1 has an unsupported data type. It must be DT_STR, DT_WSTR, DT_TEXT, DT_NTEXT, or DT_IMAGE. |
![]() ![]() | DTS_E_EXTRACTORREFERENCEDCOLUMNNOTFOUND | The "%1" references column ID %2!d!, and that column is not found on the input. A reference points to a non-existent column. |
![]() ![]() | DTS_E_EXTRACTORUNREFERENCED | The "%1" is marked read-only, but is not referenced by any other column. Unreferenced columns are not allowed. |
![]() ![]() | DTS_E_FAILED_EXECUTE_IS_SERVER_PACKAGE | The failed execution is a server package. |
![]() ![]() | DTS_E_FAILEDCOLUMNDATACONVERSIONSTATUS | Data conversion failed. The data conversion for column "%1" returned status value %2!d! and status text "%3". |
![]() ![]() | DTS_E_FAILEDCREATEXMLDOCUMENT | Failed to create an XML document "%1". |
![]() ![]() | DTS_E_FAILEDDEPENDENCIES | There was an error enumerating the package dependencies. Check other messages for more information. |
![]() ![]() | DTS_E_FAILEDDURINGOLEDBDATATYPECONVERSIONCHECK | The OLE DB provider failed during the data type conversion verification for "%1". |
![]() ![]() | DTS_E_FAILEDGETTYPEINFO | The object does not support type information. This occurs when the runtime attempts to get the type information from an object to populate the Properties collection. The object must support type information. |
![]() ![]() | DTS_E_FAILEDPOPNATIVEFEE | Failed to populate the ForEachEnumeratorInfos collection with native ForEachEnumerators with the following error code: %1. |
![]() ![]() | DTS_E_FAILEDPROPERTYGET | An error occurred while retrieving the value of property "%1". The error code is 0x%2!8.8X!. |
![]() ![]() | DTS_E_FAILEDPROPERTYGET_ERRORINFO | An error occurred while retrieving the value of property "%1". The error code is 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_FAILEDPROPERTYSET | An error occurred while setting the value of property "%1". The error returned is 0x%2!8.8X!. |
![]() ![]() | DTS_E_FAILEDPROPERTYSET_ERRORINFO | An error occurred while setting the value of property "%1". The error returned is 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_FAILEDSETEXECVALVARIABLE | The wrapper was unable to set the value of the variable specified in the ExecutionValueVariable property. |
![]() ![]() | DTS_E_FAILEDSYSTEMVARIABLEREMOVE | Failed to remove a system variable. This error occurs when removing a variable that is a required variable. Required variables are variables that are created by the runtime for communicating between tasks and the runtime. |
![]() ![]() | DTS_E_FAILEDTOACCESSLOBCOLUMN | Failed to access LOB data from the data flow buffer for data source column "%1" with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOALLOCATEROWHANDLEBUFFER | The attempt to allocate a row handle buffer failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOBUFFERROWSTARTS | The attempt to retrieve the start of the buffer row failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOCREATEEXPRESSIONARRAY | Memory cannot be allocated for the Expression objects. An out-of-memory error occurred while creating the array of Expression object pointers. |
![]() ![]() | DTS_E_FAILEDTOCREATEEXPRESSIONMANANGER | The %1 failed with error code 0x%2!8.8X! while creating the Expression Manager. |
![]() ![]() | DTS_E_FAILEDTODIRECTERRORROW | Directing the row to the error output failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOFINDCOLUMNBYLINEAGEID | An attempt to find %1 with lineage ID %2!d! in the Data Flow Task buffer failed with error code 0x%3!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOFINDCOLUMNINBUFFER | Failed to find column "%1" with lineage ID %2!d! in the buffer. The buffer manager returned error code 0x%3!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOFINDERRORCOLUMN | An error occurred, but the column that caused the error cannot be determined. |
![]() ![]() | DTS_E_FAILEDTOFINDNONSPECIALERRORCOLUMN | Failed to find any non-special error column in %1. |
![]() ![]() | DTS_E_FAILEDTOGETBUFFERBOUNDARYINFO | The attempt to get buffer boundary information failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOGETCOLINFO | Failed to get information for row %1!ld!, column %2!ld! from the buffer. The error code returned was 0x%3!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOGETCOLUMNINFOFROMBUFFER | Failed to get information for column "%1" (%2!d!) from the buffer. The error code returned was 0x%3!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOGETCOMPONENTLOCALEID | Failure retrieving component locale ID. Error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOGETCONNECTIONSTRING | Failed to get the connection string. |
![]() ![]() | DTS_E_FAILEDTOGETDATAFORERROROUTPUTBUFFER | Failed to get data for the error output buffer. |
![]() ![]() | DTS_E_FAILEDTOGETFILESIZE | An error occurred while getting the file size for file "%1". |
![]() ![]() | DTS_E_FAILEDTOGETLOCALEIDFROMPACKAGE | The %1 failed to get the locale ID from the package. |
![]() ![]() | DTS_E_FAILEDTOINITIALIZEFLATFILEPARSER | An error occurred while initializing the flat file parser. |
![]() ![]() | DTS_E_FAILEDTOLOADCACHE | Failed to load the cache from file, "__". |
![]() ![]() | DTS_E_FAILEDTOPREPAREBUFFERSTATUS | The attempt to prepare the buffer status failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOPREPARECOLUMNSTATUSESFORINSERT | Preparing column statuses for insert failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOREMOVEROWFROMBUFFER | Removing a row from the buffer failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOSENDROWTOSQLSERVER | The attempt to send a row to SQL Server failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOSETBUFFERENDOFROWSET | Setting the end of row set for the buffer failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOSETBUFFERERRORINFO | The attempt to set buffer error information failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOSETCOLINFO | Failed to set information for row %1!ld!, column %2!ld! into the buffer. The error code returned was 0x%3!8.8X!. |
![]() ![]() | DTS_E_FAILEDTOSETFILEPOINTER | An error occurred while setting the file pointer for file "%1". |
![]() ![]() | DTS_E_FAILEDTOSETOUTPUTCOLUMNDATATYPEPROPERTIES | Attempt to set the data type properties on "%1" failed with error code 0x%2!8.8X!. The error occurred while attempting to set one or more of the data type properties of the output column. |
![]() ![]() | DTS_E_FAILEDTOSETOUTPUTCOLUMNTYPE | Failed to set the type of %1 to type: "%2", length: %3!d!, precision: %4!d!, scale: %5!d!, code page: %6!d!. |
![]() ![]() | DTS_E_FAILEDTOSETPROPERTY | Failed to set property "%1" on "%2". |
![]() ![]() | DTS_E_FAILEDTOSETUSAGETYPE | The "%1" was unable to make the requested change to the input column with lineage ID %2!d!. The request failed with error code 0x%3!8.8X!. The specified error occurred while attempting to set the usage type of an input column. |
![]() ![]() | DTS_E_FAILEDTOWRITEOUTCOLUMNNAME | Failed to write out column name for column "%1". |
![]() ![]() | DTS_E_FAILEDTOWRITEOUTHEADER | An error occurred while writing out the file header. |
![]() ![]() | DTS_E_FAILEDTOWRITETOTHEFILENAMECOLUMN | The attempt to write to the filename column failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_FAILLOADINGPROPERTY | Failed to load the value property "%1" using default persistence. |
![]() ![]() | DTS_E_FAILPACKAGEONFAILURENA | FailPackageOnFailure property is not applicable to the package container. |
![]() ![]() | DTS_E_FAILTOCREATEMUTEX | Failed to create mutex "__" with error __. |
![]() ![]() | DTS_E_FAILTORELEASEMUTEX | Failed to release mutex "__" with error __. |
![]() ![]() | 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 | Fuzzy Grouping transformation failed to copy input. |
![]() ![]() | DTS_E_FG_FUZZY_MATCH_ON_NONSTRING | A fuzzy match is specified on column "%1" (%2!d!) that is not a data type of DT_STR or DT_WSTR. |
![]() ![]() | DTS_E_FG_GENERATE_GROUPS | Fuzzy Grouping transformation failed to generate groups. |
![]() ![]() | DTS_E_FG_LEADING_TRAILING | An unexpected error occurred in Fuzzy Grouping when applying the settings of property '%1'. |
![]() ![]() | DTS_E_FG_MISSING_OUTPUT_COLUMNS | Special transformation-specific columns are either missing or have incorrect types. |
![]() ![]() | DTS_E_FG_NOBLOBS | Fuzzy Grouping does not support input columns of type IMAGE, TEXT, or NTEXT. |
![]() ![]() | DTS_E_FG_PICK_CANONICAL | 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 | Fuzzy Grouping transformation failed to create required tables and accessors. |
![]() ![]() | DTS_E_FILENAMEINVALID | The file name is not valid. The file name is a device or contains invalid characters. |
![]() ![]() | DTS_E_FILENAMEINVALIDWITHPARAM | The file name "%1" is not valid. The file name is a device or contains invalid characters. |
![]() ![]() | DTS_E_FILENAMEOUTPUTCOLUMNINVALIDDATATYPE | The output column for the file name is not a null-terminated Unicode character string, which is data type DT_WSTR. |
![]() ![]() | DTS_E_FILENAMEOUTPUTCOLUMNOTFOUND | The output column for the file name cannot be found. |
![]() ![]() | DTS_E_FILEOPENERR_FORREAD | Opening the file "%1" for reading failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_FILEOPENERR_FORREAD_ACCESSDENIED | Attempting to open the file "%1" for reading failed. Access is denied. |
![]() ![]() | DTS_E_FILEOPENERR_FORREAD_FILENOTFOUND | Opening the file "%1" for reading failed. The file was not found. |
![]() ![]() | DTS_E_FILEOPENERR_FORREAD_PATHNOTFOUND | Opening the file "%1" for reading failed. The path cannot be found. |
![]() ![]() | DTS_E_FILEOPENERR_FORREAD_TOOMANYOPENFILES | Opening the file "%1" for reading failed. There are too many files open. |
![]() ![]() | DTS_E_FILEOPENERR_FORWRITE | Opening the file "%1" for writing failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_FILEOPENERR_FORWRITE_ACCESSDENIED | Opening the file "%1" for writing failed. You do not have the correct permissions. |
![]() ![]() | DTS_E_FILEOPENERR_FORWRITE_FILEEXISTS | Opening the file "%1" for writing failed. The file exists and cannot be overwritten. If the AllowAppend property is FALSE and the ForceTruncate property is set to FALSE, the existence of the file will cause this failure. |
![]() ![]() | DTS_E_FILEOPENERR_FORWRITE_FILENOTFOUND | Opening the file "%1" for writing failed. The file cannot be found. |
![]() ![]() | DTS_E_FILEOPENERR_FORWRITE_PATHNOTFOUND | Opening the file "%1" for writing failed. The path cannot be found. |
![]() ![]() | DTS_E_FILEOPENERR_FORWRITE_TOOMANYOPENFILES | Opening the file "%1" for writing failed. There are too many files open. |
![]() ![]() | DTS_E_FILEREADFAILED | The buffer manager cannot read %1!d! bytes from file "%2". The file is damaged. |
![]() ![]() | DTS_E_FILEWRITEERR_DISKFULL | Opening the file "%1" for writing failed because the disk is full. There is not sufficient disk space to save this file. |
![]() ![]() | DTS_E_FILEWRITEFAILED | The buffer manager cannot write %1!d! bytes to file "%2". There was insufficient disk space or quota. |
![]() ![]() | DTS_E_FINDFOLDERONSQLSERVER_OLEDB | While trying to find a folder on SQL an OLE DB error was encountered with error code 0x%1!8.8X! (%2). |
![]() ![]() | DTS_E_FLATFILEFORMATNOTSUPPORTED | Format "%1" is not supported by Flat File Connection Manager. Supported formats are Delimited, FixedWidth, RaggedRight, and Mixed. |
![]() ![]() | DTS_E_FLATFILESOURCEADAPTERSTATIC_CANTCONVERTVALUE | The data value cannot be converted for reasons other than sign mismatch or data overflow. |
![]() ![]() | DTS_E_FLATFILESOURCEADAPTERSTATIC_DATAOVERFLOW | Conversion failed because the data value overflowed the type used by the flat file source adapter. |
![]() ![]() | DTS_E_FLATFILESOURCEADAPTERSTATIC_SIGNMISMATCH | Conversion failed because the data value was signed and the type used by the flat file source adapter was unsigned. |
![]() ![]() | DTS_E_FLATFILESOURCEADAPTERSTATIC_TRUNCATED | The data was truncated. |
![]() ![]() | DTS_E_FLATFILESOURCEADAPTERSTATIC_UNAVAILABLE | No status is available. |
![]() ![]() | DTS_E_FOLDERADDFAILED | An error was encountered when trying to create a folder on SQL Server named "%1" in folder "%2". |
![]() ![]() | DTS_E_FOLDERDELETEFAILED | Error deleting SQL Server folder "%1". |
![]() ![]() | DTS_E_FOLDERNOTFOUND | Cannot find folder "%1". |
![]() ![]() | DTS_E_FOLDERRENAMEFAILED | An error occurred when renaming folder " %1\\%2" to "%1\\%3" on SQL Server. |
![]() ![]() | DTS_E_FORBIDDEN | Server returned error code "403 - Forbidden". This error can occur when the specified resource needs "https" access, but the certificate validity period has expired, the certificate is not valid for the use requested, or the certificate has been revoked or revocation cannot be checked. |
![]() ![]() | DTS_E_FOREACHVARIABLEMAPPING | ForEach Variable Mapping number %1!d! to variable "%2" cannot be applied. |
![]() ![]() | DTS_E_FORLOOPASSIGNEXPRESSIONINVALID | The assignment expression for the loop is not valid and needs to be modified. There should be additional error messages. |
![]() ![]() | DTS_E_FORLOOPEVALEXPRESSIONINVALID | The evaluation expression for the loop is not valid. The expression needs to be modified. There should be additional error messages. |
![]() ![]() | DTS_E_FORLOOPHASNOEXPRESSION | There is no expression for the loop to evaluate. This error occurs when the expression on the For Loop is empty. Add an expression. |
![]() ![]() | DTS_E_FORLOOPINITEXPRESSIONINVALID | The initialization expression for the loop is not valid and needs to be modified. There should be additional error messages. |
![]() ![]() | DTS_E_FOUNDORPHANEDEXTERNALMETADATACOLUMN | The %1 does not have a corresponding input or output column. |
![]() ![]() | DTS_E_FROMEXECISNOTCHILD | When adding a precedence constraint, a From executable was specified that is not a child of this container. |
![]() ![]() | DTS_E_FSTASK_CANTCREATEDIR | Cannot create directory. User chose to fail the task if directory exists. |
![]() ![]() | DTS_E_FSTASK_CONNECTIONTYPENOTFILE | Type of Connection "%1" is not a file. |
![]() ![]() | DTS_E_FSTASK_DESTCONNUSAGETYPEINVALID | The destination file connection manager "%1" has an invalid usage type: "%2". |
![]() ![]() | DTS_E_FSTASK_DESTINATIONISEMPTY | The destination is empty. |
![]() ![]() | DTS_E_FSTASK_DESTINATIONNOTSET | Destination property of operation "%1" not set. |
![]() ![]() | DTS_E_FSTASK_DIRECTORYDELETED | Directory "%1" was deleted. |
![]() ![]() | DTS_E_FSTASK_DIRECTORYEXISTS | The Directory already exists. |
![]() ![]() | DTS_E_FSTASK_FILEDELETED | File or directory "%1" was deleted. |
![]() ![]() | DTS_E_FSTASK_FILEDIRNOTFOUND | File or directory "%1" does not exist. |
![]() ![]() | DTS_E_FSTASK_FILEDOESNOTEXIST | File or directory "%1" represented by connection "%2" does not exist. |
![]() ![]() | DTS_E_FSTASK_INVALIDDATA | The File System task received an invalid task data node. |
![]() ![]() | DTS_E_FSTASK_INVALIDDESTPATH | Invalid destination path. |
![]() ![]() | DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATION | The FileSystemOperation. |
![]() ![]() | DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATIONDESC | Provides information regarding File System operations. |
![]() ![]() | DTS_E_FSTASK_NOATTRIBUTESET | No attribute set. |
![]() ![]() | DTS_E_FSTASK_PATHNOTVALID | "%1" is not valid on operation type "%2". |
![]() ![]() | DTS_E_FSTASK_SOURCEISEMPTY | The source is empty. |
![]() ![]() | DTS_E_FSTASK_SOURCENOTSET | Source property of operation "%1" not set. |
![]() ![]() | DTS_E_FSTASK_SRCCONNUSAGETYPEINVALID | The source file connection manager "%1" has an invalid usage type "%2". |
![]() ![]() | DTS_E_FSTASK_SYNCFAILED | Synchronization object failed. |
![]() ![]() | DTS_E_FSTASK_TASKDESCRIPTION | Perform file system operations, such as copying and deleting files. |
![]() ![]() | DTS_E_FSTASK_TASKDISPLAYNAME | The File System Task. |
![]() ![]() | DTS_E_FSTASK_VARIABLEDOESNTEXIST | Variable "%1" does not exist. |
![]() ![]() | DTS_E_FSTASK_VARIABLENOTASTRING | Variable "%1" is not a string. |
![]() ![]() | DTS_E_FSTASK_VARSRCORDESTISEMPTY | Variable "%1" is used as a source or destination and is empty. |
![]() ![]() | DTS_E_FTPCHANGEFOLDER | Changing current directory to "%1". %2. |
![]() ![]() | DTS_E_FTPCREATEFOLDER | Creating folder "%1" ... %2. |
![]() ![]() | DTS_E_FTPDELETEFOLDER | Deleting folder "%1" ... %2. |
![]() ![]() | DTS_E_FTPERROR | An error occurred in the requested FTP operation. Detailed error description: %1. |
![]() ![]() | DTS_E_FTPFILESEMPTY | No files to transfer. This error can occur when performing a Send or Receive operation and no files are specified for the transfer. |
![]() ![]() | DTS_E_FTPINVALIDCONNECTIONSTRING | The port specified in the connection string is not valid. The ConnectionString format is ServerName:Port. Port should be an integer value between %1!d! and %2!d!. |
![]() ![]() | DTS_E_FTPINVALIDLOCALPATH | Specified local path is not valid. Specify a valid local path. This can occur when the specified local path is null. |
![]() ![]() | DTS_E_FTPINVALIDPORT | The FTP Port contains an invalid value. The FTP Port value should be an integer between %1!d! and %2!d!. |
![]() ![]() | DTS_E_FTPINVALIDRETRIES | The number of retries is not valid. The number of retries should be between %1!d! and %2!d!. |
![]() ![]() | DTS_E_FTPNOFILESTODELETE | No files specified to delete. |
![]() ![]() | DTS_E_FTPNOTCONNECTED | Connection with the FTP server has not been established. |
![]() ![]() | DTS_E_FTPTASK__INITIALIZATION_WITH_NULL_XML_ELEMENT | Cannot initialize the task with a null XML element. |
![]() ![]() | DTS_E_FTPTASK_CANNOTACQUIRECONNECTION | There was an error acquiring the FTP connection. Verify that a valid connection type is specified in "%1". |
![]() ![]() | DTS_E_FTPTASK_CONNECTION_NAME_NULL | The connection is empty. Verify that a valid FTP connection is provided. |
![]() ![]() | DTS_E_FTPTASK_CONNECTION_NOT_FTP | The connection specified is not an FTP connection. Verify that a valid FTP connection is provided. |
![]() ![]() | DTS_E_FTPTASK_CONNECTIONNOTFOUND | The FTP connection manager "%1" cannot be found. |
![]() ![]() | DTS_E_FTPTASK_CONNECTIONTYPENOTFILE | Type of Connection "%1" is Not a file. |
![]() ![]() | DTS_E_FTPTASK_DIRECTORYEXISTS | "%1" already exists. |
![]() ![]() | DTS_E_FTPTASK_ERROR_IN_LOAD_FROM_XML | Error occurred in LoadFromXML at the tag "%1". |
![]() ![]() | DTS_E_FTPTASK_FILECONNECTIONNOTFOUND | For the FTP operation "%1", the FILE connection manager "%2" cannot be found. |
![]() ![]() | DTS_E_FTPTASK_FILEDOESNOTEXIST | File represented by "%1" does not exist. |
![]() ![]() | DTS_E_FTPTASK_FILEUSAGETYPEERROR | File usage type of connection "%1" should be "%2" for operation "%3". |
![]() ![]() | DTS_E_FTPTASK_FTPRCVDINVLDDATANODE | The FTP task received an invalid task data node. |
![]() ![]() | DTS_E_FTPTASK_INVALIDDIRECTORY | Directory is not specified in the variable "%1". |
![]() ![]() | DTS_E_FTPTASK_INVALIDPATHONOPERATION | Invalid path on operation "%1". |
![]() ![]() | DTS_E_FTPTASK_INVALIDREMOTEPATH | Remote path "%1" doesn't start with "/". |
![]() ![]() | DTS_E_FTPTASK_INVALIDVARIABLEVALUE | Variable "%1" doesn't start with "/". |
![]() ![]() | DTS_E_FTPTASK_LOCALPATHEMPTY | The local path is empty. |
![]() ![]() | DTS_E_FTPTASK_LOCALVARIABLEISEMPTY | The variable "%1" is empty. |
![]() ![]() | DTS_E_FTPTASK_LOCALVARIBALEEMPTY | The local variable is empty. |
![]() ![]() | DTS_E_FTPTASK_NODIRECTORYPATHINCONMGR | Directory is not specified in the file connection manager "%1". |
![]() ![]() | DTS_E_FTPTASK_NOFILEPATHSINLOCALVAR | The variable "%1" doesn't contain file path(s). |
![]() ![]() | DTS_E_FTPTASK_NOFILESATLOCATION | There are no files at "%1". |
![]() ![]() | DTS_E_FTPTASK_NOFILESFOUND | No files found in "%1". |
![]() ![]() | DTS_E_FTPTASK_NOFILESINCONNMGR | The File "%1" doesn't contain file path(s). |
![]() ![]() | DTS_E_FTPTASK_REMOTEPATHEMPTY | The remote path is empty. |
![]() ![]() | DTS_E_FTPTASK_REMOTEVARIABLEISEMPTY | The variable "%1" is empty. |
![]() ![]() | DTS_E_FTPTASK_REMOTEVARIBALEEMPTY | The remote variable is empty. |
![]() ![]() | DTS_E_FTPTASK_SAVE_TO_NULL_XML_ELEMENT | Cannot save the task to a null XML document. |
![]() ![]() | DTS_E_FTPTASK_SYNCOBJFAILED | Synchronization object failed. |
![]() ![]() | DTS_E_FTPTASK_UNABLETOCONNECTTOSERVER | Unable to connect to FTP server using "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETOCREATELOCALDIRECTORY | Unable to create local directory "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETODELETELOCALEFILE | Unable to delete local file "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETODELETEREMOTEFILES | Unable to delete remote files using "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETOMAKEDIRREMOTE | Unable to create remote directory using "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETOOBTAINFILELIST | Unable to obtain the file list. |
![]() ![]() | DTS_E_FTPTASK_UNABLETORECEIVEFILES | Unable to receive files using "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETOREMOVEDIRREMOTE | Unable to remove remote directory using "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETOREMOVELOCALDIRECTORY | Unable to remove local directory "%1". |
![]() ![]() | DTS_E_FTPTASK_UNABLETOSENDFILES | Unable to send files using "%1". |
![]() ![]() | DTS_E_FTPTASK_VARIABLENOTASTRING | Variable "%1" is not a string. |
![]() ![]() | DTS_E_FTPTASK_VARIABLENOTFOUND | Variable "%1" does not exist. |
![]() ![]() | DTS_E_FUNDAMENTALLOADINGERROR | Unable to load the package as XML because of package does not have a valid XML format. A specific XML parser error will be posted. |
![]() ![]() | DTS_E_FUZZYGROUPINGINTERNALPIPELINEERROR | A Fuzzy Grouping transformation pipeline error occurred and returned error code 0x%1!8.8X!: "%2". |
![]() ![]() | DTS_E_FUZZYLOOKUP_REFERENCECACHEFULL | Fuzzy Lookup was unable to load the entire reference table into main memory as is required when the Exhaustive property is enabled. Either we ran out of system memory or a limit was specified for MaxMemoryUsage which was not sufficient to load the reference table. Either set MaxMemoryUsage to 0 or increase it significantly. Alternatively, disable Exhaustive. |
![]() ![]() | DTS_E_FUZZYLOOKUPREFTABLETOOBIG | The reference table specified has too many rows. Fuzzy Lookup only works with reference tables having less than 1 billion rows. Consider using a smaller view of your reference table. |
![]() ![]() | 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 | Unable to determine the size of the reference table '%1'. It is possible that this object is a view and not a table. Fuzzy Lookup does not support views when CopyReferentaceTable=false. Make sure that the table exists and that CopyReferenceTable=true. |
![]() ![]() | DTS_E_GENERICERROR | One or more error occurred. There should be more specific errors preceding this one that explains the details of the errors. This message is used as a return value from functions that encounter errors. |
![]() ![]() | DTS_E_GETCATMANAGERFAILED | Failed to get the cat manager. |
![]() ![]() | DTS_E_GETCONNECTIONINFOS | Failed to get ConnectionInfos collection with error 0x%1!8.8X! "%2". This error occurs when the call to IDTSApplication100::get_ConnectionInfos fails. |
![]() ![]() | DTS_E_GETENUMERATOR | The GetEnumerator method of the ForEach Enumerator has failed with error 0x%1!8.8X! "%2". This occurs when the ForEach Enumerator cannot enumerate. |
![]() ![]() | DTS_E_GETKEYFROMCERTFAILED | Failed to obtain cryptographic key pair associated with the specified certificate with error 0x%1!8.8X! "%2". Verify that you have the key pair for which the certificate was issued. This error usually occurs when trying to sign a document using a certificate for which the person does not have the private key. |
![]() ![]() | DTS_E_GETPACKAGEINFOS | An OLE DB error 0x%1!8.8X! (%2) occurred while enumerating packages. A SQL statement was issued and failed. |
![]() ![]() | DTS_E_GETRTINTERFACEFAILED | The component "%1" (%2!d!) cannot provide an IDTSRuntimeComponent100 interface. |
![]() ![]() | DTS_E_GETSCHEMATABLEFAILED | The __ was unable to retrieve column information for the SQL command. The following error occurred: __ |
![]() ![]() | DTS_E_GETXMLSOURCEFAILED | Failed to obtain XML source from XML DOM object with error 0x%1!8.8X! "%2". This occurs when IXMLDOMDocument::get_xml fails. |
![]() ![]() | DTS_E_HASEMPTYTASKHOSTS | The package cannot execute because it contains tasks that failed to load. |
![]() ![]() | DTS_E_HASHTABLE_SIZEOVERFLOW | The size of the hash table overflowed. |
![]() ![]() | DTS_E_HASSIDEEFFECTSWITHSYNCINP | The "%1" has the HasSideEffects property set to TRUE, but "%1" is synchronous and cannot have side effects. Set the HasSideEffects property to FALSE. |
![]() ![]() | DTS_E_HIDEPROJCONNECTION_NAMECONFLICT | Hides project connection on name conflict. |
![]() ![]() | DTS_E_ICONVERTTYPEUNAVAILABLE | The OLE DB provider used by the OLE DB adapter does not support IConvertType. Set the adapter's ValidateColumnMetaData property to FALSE. |
![]() ![]() | DTS_E_IDNOTINPUTNOROUTPUT | The ID, %1!lu!, is neither an input ID nor an output ID. The specified ID must be the input ID or the output ID that the external metadata collection is associated with. |
![]() ![]() | DTS_E_IDTSNAMENOTSUPPORTED | The object does not inherit from IDTSName100. |
![]() ![]() | DTS_E_ILLEGALCUSTOMOUTPUTPROPERTY | The output %1 cannot not have property "%2", but currently has that property assigned. |
![]() ![]() | DTS_E_IMAGEDATATYPENOTSUPPORTED | The data type for "%1" is DT_IMAGE, which is not supported. Use DT_TEXT or DT_NTEXT instead and convert the data from, or to, DT_IMAGE using the data conversion component. |
![]() ![]() | DTS_E_INCOMPATIBLETRANSACTIONCONTEXT | Incompatible transaction context was specified for a retained connection. This connection has been established under a different transaction context. Retained connections can be used under exactly one transaction context. |
![]() ![]() | DTS_E_INCOMPLETEDATASOURCECOLUMNFOUND | Complete metadata information for the data source column "%1" is not available. Make sure the column is correctly defined in the data source. |
![]() ![]() | DTS_E_INCORRECT_SQL_SERVER_VERSION | The DBMS type or version of "%1" is not supported. A connection to Microsoft SQL Server version 8.0 or later is required. This occurs if IDBProperties on the connection did not return a the correct version. |
![]() ![]() | DTS_E_INCORRECTCOLUMNCOUNT | The number of columns is incorrect. |
![]() ![]() | DTS_E_INCORRECTCOMPONENTVIEWID | The component view ID is incorrect. The component view may be out of synchronization. Try releasing the component view and recreating it. |
![]() ![]() | DTS_E_INCORRECTCONNECTIONMANAGERTYPE | The connection manager "%1" is an incorrect type. The type required is "%2". The type available to the component is "%3". |
![]() ![]() | DTS_E_INCORRECTCONNECTIONOBJECTTYPE | The connection manager "%1" returned an object of an incorrect type from the AcquireConnection method. |
![]() ![]() | DTS_E_INCORRECTCUSTOMPROPERTYTYPE | The custom property "%1" needs to be of type %2. |
![]() ![]() | DTS_E_INCORRECTCUSTOMPROPERTYVALUE | The value for custom property "%1" is incorrect. |
![]() ![]() | DTS_E_INCORRECTCUSTOMPROPERTYVALUEFOROBJECT | The value for custom property "%1" on %2 is incorrect. |
![]() ![]() | DTS_E_INCORRECTEXACTNUMBEROFINPUTS | The number of inputs is incorrect. There must be exactly %1!d! inputs. |
![]() ![]() | DTS_E_INCORRECTEXACTNUMBEROFOUTPUTS | The number of outputs is incorrect. There must be exactly %1!d! output(s). |
![]() ![]() | DTS_E_INCORRECTINPUTCACHECOLCOUNT | The number of input columns does not match the number of cache columns. |
![]() ![]() | DTS_E_INCORRECTMINIMUMNUMBEROFOUTPUTS | The number of outputs is incorrect. There must be at least %1!d! outputs. |
![]() ![]() | DTS_E_INCORRECTPARAMETERMAPPINGFORMAT | The parameter mapping string is not in the correct format. |
![]() ![]() | DTS_E_INCORRECTSTOCKPROPERTY | The value for property "%1" on "%2" is not valid. |
![]() ![]() | DTS_E_INCORRECTSTOCKPROPERTYVALUE | The value of the property "%1" is incorrect. |
![]() ![]() | DTS_E_INDIVIDUALCACHEINTERFACESFAILED | %1 failed initialization and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALCHECKPRODUCTLEVELFAILED | The %1 failed to be able to perform its required product level check and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALCLEANUPFAILED | %1 failed the cleanup phase and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPOSTEXECUTEFAILED | %1 failed the post-execute phase and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPREEXECUTEFAILED | %1 failed the pre-execute phase and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPREPAREFAILED | %1 failed the prepare phase and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPUTCOMPONENTMETADATAFAILED | The "%1" failed to cache the component metadata object and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPUTEVENTINFOSFAILED | The EventInfos collection could not be cached by "%1" and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPUTLOGENTRYINFOS | "%1" failed to cache the LogEntryInfos collection and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPUTREFTRACKERFAILED | Component "%1" failed to cache the runtime object reference tracker collection and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALPUTVARIABLESFAILED | The "%1!s!" cannot cache the Variables collection and returned error code 0x%2!8.8X. |
![]() ![]() | DTS_E_INDIVIDUALRELEASEINTERFACESFAILED | %1 failed during shut down and returned error code 0x%2!8.8X!. A component failed to release its interfaces. |
![]() ![]() | DTS_E_INDIVIDUALVALIDATIONFAILED | %1 failed validation and returned error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INDIVIDUALVALIDATIONSTATUSFAILED | "%1" failed validation and returned validation status "%2". |
![]() ![]() | 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 | The "%1" failed because truncation occurred, and the truncation row disposition on "%2" specifies failure on truncation. A truncation error occurred on the specified object of the specified component. |
![]() ![]() | DTS_E_INITTASKOBJECTFAILED | Specifies that the initialized task object has failed. |
![]() ![]() | DTS_E_INPUTCOLPROPERTYNOTFOUND | The "%3" property is required on input column "%1" (%2!d!), but is not found. The missing property should be added. |
![]() ![]() | DTS_E_INPUTCOLUMNBADMAP | The %1 has a mapping that is not valid. An output column with an ID of %2!ld! does not exist on this component. |
![]() ![]() | DTS_E_INPUTCOLUMNNOTFOUND | The input column lineage ID "%1" referenced by property "%2" on output column "%3" could not be located in the input column collection. |
![]() ![]() | DTS_E_INPUTCOLUMNUSAGETYPENOTREADONLY | The input column "%1" must be read-only. The input column has a usage type other than read-only, which is not allowed. |
![]() ![]() | DTS_E_INPUTMUSTBESORTED | The input is not sorted. The "%1" must be sorted. |
![]() ![]() | DTS_E_INPUTNOTKNOWN | Thread "%1" received a buffer for input %2!d!, but this thread is not responsible for that input. An error occurred, causing the Data Flow engine scheduler to build a bad execution plan. |
![]() ![]() | DTS_E_INPUTSNOTREADONLY | The Usage Type specified for the input columns to this transform cannot be read/write. Change the Usage Type to be read-only. |
![]() ![]() | DTS_E_INPUTWITHOUTPATHS | A required input object is not connected to a path object. |
![]() ![]() | DTS_E_INSERTERCANTREAD | Reading from the file "%1" failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_INSERTERCOLUMNALREADYREFERENCED | The %1 references the output column with ID %2!d!, but that column is already referenced by %3. |
![]() ![]() | DTS_E_INSERTERCOLUMNNOTREFERENCED | The "%1" is not referenced by any input column. Each output column must be referenced by exactly one input column. |
![]() ![]() | DTS_E_INSERTERDATACOLUMNNOTBLOB | The "%1" references "%2", and that column is not the correct type. It must be DT_TEXT, DT_NTEXT, or DT_IMAGE. A reference points to a column that must be a BLOB. |
![]() ![]() | 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 | The "%1" should contain a file name, but it is not a String type. |
![]() ![]() | DTS_E_INSERTERINVALIDBOM | The byte order mark (BOM) value for the file "%1" is 0x%2!4.4X!, but the expected value is 0x%3!4.4X!. The ExpectBOM property was set for this file, but the BOM value in the file is missing or not valid. |
![]() ![]() | DTS_E_INSERTERINVALIDCOLUMNDATATYPE | The %1 has an unsupported datatype. It must be DT_STR or DT_WSTR. |
![]() ![]() | DTS_E_INSERTERINVALIDDATACOLUMNSETTYPE | Data output columns must be DT_TEXT, DT_NTEXT, or DT_IMAGE. The data output column may only be set to a BLOB type. |
![]() ![]() | DTS_E_INSERTERREFERENCEDCOLUMNNOTFOUND | The "%1" references output column ID %2!d!, and that column is not found on the output. |
![]() ![]() | DTS_E_INVALIDARRAYVALUE | Error getting or setting an array value. The type "%1" is not allowed. This occurs when loading an array into a variable. |
![]() ![]() | DTS_E_INVALIDBUFFERTYPE | The buffer type is not valid. Make sure the Pipeline layout and all components pass validation. |
![]() ![]() | DTS_E_INVALIDBULKINSERTFIRSTROWLASTROWVALUES | The value for the property %1 is %2!d!, which must be less than or equal to the value of %3!d! for property %4. |
![]() ![]() | DTS_E_INVALIDBULKINSERTPROPERTYVALUE | The value for the property %1 is %2!d!, which is not allowed. The value must be greater than or equal to %3!d!. |
![]() ![]() | DTS_E_INVALIDCACHEFILENAME | The cache file name is either not provided or is not valid. Provide a valid cache file name. |
![]() ![]() | DTS_E_INVALIDCERTHASHFORMAT | The hash value is not a one-dimensional array of bytes (error: %1). This occurs in CPackage::LoadUserCertificateByHash. |
![]() ![]() | DTS_E_INVALIDCHECKPOINT_TRANSACTION | The current package settings are not supported. Please change the SaveCheckpoints property or the TransactionOption property. |
![]() ![]() | DTS_E_INVALIDCHUNKSIZE | The chunk size is not valid. The ChunkSize property should be in the range of %1!d! to %2!d! (in KB). |
![]() ![]() | DTS_E_INVALIDCODEPAGE | The code page %1!d! specified on output column "%2" (%3!d!) is not valid. Select a different code page for output column "%2". |
![]() ![]() | DTS_E_INVALIDCOMPARISONFLAGS | The %1 has a ComparisonFlags property that includes extra flags with the value %2!d!. |
![]() ![]() | DTS_E_INVALIDCOMPONENTFILENAME | Cannot get the file name for the component with a CLSID of "%1". Verify that the component is registered properly or that the CLSID provided is correct. |
![]() ![]() | DTS_E_INVALIDCOMPONENTID | The ID for a layout component is not valid. |
![]() ![]() | DTS_E_INVALIDCUSTOMPROPERTYNAME | A custom property named "%1" is invalid because there is a stock property with that name. A custom property cannot have the same name as a stock property on the same object. |
![]() ![]() | DTS_E_INVALIDDATABASEOBJECTNAME | Database object name "%1" is not valid. |
![]() ![]() | DTS_E_INVALIDDATATYPE | The %1 had an invalid datatype value (%2!ld!) set. |
![]() ![]() | DTS_E_INVALIDDATATYPEFORERRORCOLUMNS | The "%1" contains an invalid data type. "%1 " is a special error column, and the only valid data type is DT_I4. |
![]() ![]() | DTS_E_INVALIDENUMERATORINDEX | The enumerator failed to retrieve element at index "%1!d!". |
![]() ![]() | DTS_E_INVALIDERRORDISPOSITION | The %1 has an invalid error or truncation row disposition. |
![]() ![]() | DTS_E_INVALIDEXCLUSIONGROUP | The "%1" and the "%2" are in the same exclusion group, but they do not have the same synchronous input. |
![]() ![]() | DTS_E_INVALIDFILE | The file specified in the For Each File enumerator is not valid. Check that the file specified in the For Each File enumerator exists. |
![]() ![]() | DTS_E_INVALIDFILENAMEINCONNECTION | The file name "%1" specified in the connection was not valid. |
![]() ![]() | DTS_E_INVALIDFLATFILECOLUMNTYPE | The column type for column "%1" is incorrect. It is type "%2". It can only be either "%3" or "%4". |
![]() ![]() | DTS_E_INVALIDFOREACHPROPERTYMAPPING | An invalid property mapping is found on the For Each Loop. This occurs when the ForEach property mapping fails to restore. |
![]() ![]() | DTS_E_INVALIDINDEX | The index is not valid. |
![]() ![]() | DTS_E_INVALIDINPUTCOLUMNCACHE | The input column cache is invalid. |
![]() ![]() | DTS_E_INVALIDINPUTCOUNT | A component has an invalid number of inputs. |
![]() ![]() | DTS_E_INVALIDINPUTLINEAGEID | %1 has lineage ID %2!d! that was not previously used in the Data Flow task. |
![]() ![]() | DTS_E_INVALIDNODE | Node "%1" is not a valid node. This happens when saving fails. |
![]() ![]() | DTS_E_INVALIDOBJECTID | The ID for the layout object is not valid. |
![]() ![]() | DTS_E_INVALIDOBJECTNAME | SSIS object name is invalid. More specific errors would have been raised explaining the exact naming problem. |
![]() ![]() | DTS_E_INVALIDORDERCLAUSE | Order clause is not valid. |
![]() ![]() | DTS_E_INVALIDOUTPUTCOUNT | A component has an invalid number of outputs. |
![]() ![]() | DTS_E_INVALIDOUTPUTEXCLUSIONGROUP | The %1 must be in exclusion group %2!d!. All outputs must be in the specified exclusion group. |
![]() ![]() | DTS_E_INVALIDOUTPUTLINEAGEID | %1 has lineage ID %2!d!, but should have had %3!d!. |
![]() ![]() | DTS_E_INVALIDPARAMETERVALUE | The parameter value is invalid. |
![]() ![]() | DTS_E_INVALIDPARAMETERVALUETYPE | The parameter value type is invalid. |
![]() ![]() | DTS_E_INVALIDPARENTPACKAGEPATH | GetPackagePath was called on the ForEachEnumerator but there was no ForEachLoop package path specified. |
![]() ![]() | DTS_E_INVALIDPATHTOPACKAGE | The specified package path does not contain a package name. This occurs when the path does not contain at least one backslash or one forward slash. |
![]() ![]() | DTS_E_INVALIDPRECISION | The "%1" has a precision that is not valid. The precision must be between %2!ld! and %3!ld!. |
![]() ![]() | DTS_E_INVALIDPROPERTYMAPPING | The property mapping is not valid. The mapping is ignored. |
![]() ![]() | DTS_E_INVALIDPROPERTYMAPPINGSFOUND | The package failed to restore at least one property mapping. |
![]() ![]() | DTS_E_INVALIDSCALE | The "%1" has a scale that is not valid. The scale must be between %2!ld! and %3!ld!. |
![]() ![]() | DTS_E_INVALIDSCHEME | The URL %1 is not valid. This can happen when a scheme other than http or https is specified, or the URL is in an incorrect format. A valid URL format is in the form of http://ServerName:Port/ResourcePath or https://ServerName:Port/ResourcePath. |
![]() ![]() | DTS_E_INVALIDSERVERNAME | The server name specified in the URL %1 cannot be resolved. |
![]() ![]() | DTS_E_INVALIDSIGNATURE | The digital signature is not valid. The contents of the package have been modified. |
![]() ![]() | DTS_E_INVALIDSSISSERVERNAME | Invalid server name "%1". SSIS service does not support multi-instance, use just server name instead of "server name\instance". |
![]() ![]() | DTS_E_INVALIDSTRING | Invalid characters in string: "%1". This occurs when a string supplied for a property value contains unprintable characters. |
![]() ![]() | DTS_E_INVALIDSTRINGLENGTH | The "%1" has a length that is not valid. The length must be between %2!ld! and %3!ld!. |
![]() ![]() | DTS_E_INVALIDSYNCHRONOUSINPUT | %1 has an invalid synchronous input ID %2!d!. |
![]() ![]() | DTS_E_INVALIDTASKMONIKER | Cannot create a task with the name "%1". Verify that the name is correct. |
![]() ![]() | DTS_E_INVALIDTASKMONIKERNOPARAM | Cannot create a task from XML. This occurs when the runtime is unable to resolve the name to create a task. Verify that the name is correct. |
![]() ![]() | DTS_E_INVALIDTASKPOINTER | The wrappers task pointer is not valid. The wrapper has an invalid pointer to a task. |
![]() ![]() | DTS_E_INVALIDTIMEOUT | Timeout value is not valid. Timeout should be in the range of %1!d! to %2!d! (in seconds). |
![]() ![]() | DTS_E_INVALIDURL | The URL specified is not valid. This can happen when the server or proxy URL is null, or in an incorrect format. A valid URL format is in the form of http://ServerName:Port/ResourcePath or https://ServerName:Port/ResourcePath. |
![]() ![]() | DTS_E_INVALIDUSAGETYPEFORCUSTOMPROPERTY | The %1 must be read/write to have custom property "%2". The input or output column has the specified custom property, but is not read/write. Remove the property, or make the column read/write. |
![]() ![]() | DTS_E_INVALIDUSESDISPOSITIONSVALUE | The UsesDispositions property cannot be changed from its initial value. This occurs when the XML is edited and the UsesDispositions value is modified. This value is set by the component when it is added to the package and is not allowed to change. |
![]() ![]() | DTS_E_INVALIDVALUEINARRAY | Invalid value in array. |
![]() ![]() | DTS_E_INVALIDVARIABLEVALUE | The variable value assignment is not valid. This error happens when the client or a task assigns a runtime object to a variable value. |
![]() ![]() | DTS_E_INVALIDVARVALUE | Assigning invalid value or object to variable "%1". This error happens when a value is not appropriate for variables. |
![]() ![]() | DTS_E_INVALIDVERNUMCANTBENEGATIVE | The version number in the package is not valid. The version number is negative. |
![]() ![]() | DTS_E_INVALIDVERSIONNUMBER | The version number in the package is not valid. The version number cannot be greater than current version number. |
![]() ![]() | DTS_E_INVALIDWRAPPEDOBJECT | An error occurred while accessing an internal object. This could indicate a custom extension built for Integration Services 2005 is being used. |
![]() ![]() | DTS_E_JAGGEDEVENTINFO | The lengths of parameter names, types, and descriptions arrays are not equal. The lengths must be equal. This occurs when the lengths of the arrays are mismatched. There should be one entry per parameter in each array. |
![]() ![]() | DTS_E_JOBSTASK_EMPTYSOURCELIST | There are no Jobs to transfer. |
![]() ![]() | DTS_E_JOBSTASK_FAILEDTOTRANSFERJOBS | Failed to transfer the Job(s). |
![]() ![]() | DTS_E_JOBSTASK_JOBCANTBEFOUND | The job "%1" cannot be found at source server. |
![]() ![]() | DTS_E_JOBSTASK_JOBEXISTSATDEST | The job "%1" 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 | At input "%1" (%2!d!), the virtual input column collection does not contain a virtual input column with lineage ID %3!d!. |
![]() ![]() | DTS_E_LOAD_PERSTFORMAT | 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 | LoadFromSQLServer method has failed. |
![]() ![]() | DTS_E_LOADFROMSQLSERVER_OLEDB | The LoadFromSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement that was issued has failed. |
![]() ![]() | DTS_E_LOADFROMXML | Error loading from XML. No further detailed error information can be specified for this problem because no Events object was passed where detailed error information can be stored. |
![]() ![]() | DTS_E_LOADPACKAGEXML | Failed to load XML due to error 0x%1!8.8X! "%2". This happens when loading a package and the file cannot be opened or loaded correctly into XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format. |
![]() ![]() | DTS_E_LOADPACKAGEXMLFILE | Failed to load XML from package file "%1" due to error 0x%2!8.8X! "%3". This happens when loading a package and the file cannot be opened or loaded correctly into an XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format. |
![]() ![]() | DTS_E_LOADWININET | The FTP connection manager needs the following DLL to function: %1. |
![]() ![]() | DTS_E_LOBDATATYPENOTSUPPORTED | The "%1" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported. |
![]() ![]() | DTS_E_LOBLENGTHLIMITEXCEEDED | The system stopped the processing of the character or binary large object (BLOB) data because the 4-GB limit for data size was reached. |
![]() ![]() | DTS_E_LOCALEIDNOTSET | The component locale ID has not been set. Flat file adapters need to have the locale ID on the flat file connection manager set. |
![]() ![]() | DTS_E_LOCALENOTINSTALLED | The LocaleID %1!ld! is not installed on this system. |
![]() ![]() | DTS_E_LOCKVARIABLEFORREAD | Failed to lock variable "%1" for read access with error 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_LOCKVARIABLEFORWRITE | Failed to lock variable "%1" for read/write access with error 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_LOGFAILED | The SSIS logging infrastructure failed with error code 0x%1!8.8X!. This error indicates that this logging error is not attributable to a specific log provider. |
![]() ![]() | DTS_E_LOGINFAILURE | The login attempt failed for "%1". This error occurs when the login credentials provided are incorrect. Verify the login credentials. |
![]() ![]() | DTS_E_LOGINSTASK_CANTGETLOGINSNAMELIST | Cannot get the list of "Logins" from source server. |
![]() ![]() | DTS_E_LOGINSTASK_EMPTYDATABASELIST | The databases list is empty. |
![]() ![]() | DTS_E_LOGINSTASK_EMPTYLIST | The list of "Logins" to transfer is empty. |
![]() ![]() | DTS_E_LOGINSTASK_ERRORLOGINEXISTS | Login "%1" already exists at destination server. |
![]() ![]() | DTS_E_LOGINSTASK_FAILEDTOTRANSFERLOGINS | Failed to transfer some or all of the logins. |
![]() ![]() | DTS_E_LOGINSTASK_LOGINNOTFOUND | Login "%1" does not exist at source. |
![]() ![]() | DTS_E_LOGPROVIDERFAILED | The SSIS logging provider "%1" failed with error code 0x%2!8.8X! (%3). This indicates a logging error attributable to the specified log provider. |
![]() ![]() | DTS_E_LOGPROVIDERVALIDATIONFAILED | Validation of one or more log providers failed. The package cannot execute. The package does not execute when a log provider fails validation. |
![]() ![]() | DTS_E_LOOKUPEMPTYSQLCOMMAND | The SQL command has a result of empty lookup. |
![]() ![]() | DTS_E_MANAGEDCOMPONENTSTORENOTFOUND | Unable to find the directories containing Tasks and Data Flow Task components. Check the integrity of your installation. |
![]() ![]() | DTS_E_MANAGEDERR_BADFORMATSPECIFICATION | The message string being posted by the managed error infrastructure contains a bad format specification. This is an internal error. |
![]() ![]() | DTS_E_MANAGEDERR_UNSUPPORTEDTYPE | While formatting a message string using the managed error infrastructure, there was a variant type that does not have formatting support. This is an internal error. |
![]() ![]() | DTS_E_MAPPINGSETUPERROR | There was an error setting up the mapping. %1 |
![]() ![]() | DTS_E_MCASTOUTPUTCOLUMNS | Output "%1" (%2!d!) has output columns, but multicast outputs do not declare columns. The package is damaged. |
![]() ![]() | DTS_E_MERGEJOINSORTEDOUTPUTHASNOSORTKEYPOSITIONS | The "%1" has IsSorted set to TRUE, but the SortKeyPosition on all output columns are zero. Either change the IsSorted to FALSE, or select at least one output column to contain a non-zero SortKeyPosition. |
![]() ![]() | DTS_E_METADATACOLLECTIONNOTUSED | The external metadata collection on "%1" is marked as not used, so no operations can be performed on it. |
![]() ![]() | DTS_E_METADATAMISMATCHWITHINPUTCOLUMN | The "%1" metadata does not match the metadata of the input column. |
![]() ![]() | DTS_E_METADATAMISMATCHWITHOUTPUTCOLUMN | The metadata for "%1" does not match the metadata for the associated output column. |
![]() ![]() | DTS_E_METADATAREADONLY | Metadata cannot be changed during execution. |
![]() ![]() | DTS_E_MGDSRC_ERROR | The value was an error. |
![]() ![]() | DTS_E_MGDSRC_OVERFLOW | The value was too large to fit in the %1. |
![]() ![]() | DTS_E_MGDSRCSTATIC_OVERFLOW | The value was too large to fit in the column. |
![]() ![]() | DTS_E_MISMATCHCOMPONENTCONNECTIONMANAGERLOCALEID | Mismatched locale IDs. The component locale ID (%1!d!) does not match the connection manager locale ID (%2!d!). |
![]() ![]() | DTS_E_MISMATCHCONNECTIONMANAGERCOLUMN | The column "%1" at index %2!d! in the flat file connection manager was not found at index %3!d! in the column collection of the flat file adapter. |
![]() ![]() | DTS_E_MISMATCHPARAMETERVALUE | The parameter value was mismatched. |
![]() ![]() | DTS_E_MISSINGCUSTOMPROPERTY | The "%1" is missing the required property "%2". The object is required to have the specified custom property. |
![]() ![]() | DTS_E_MISSINGOBJECTDATA | The ObjectData element is missing in the XML block of a hosted object. This occurs when the XML parser attempts to locate the data element for an object and it cannot be found. |
![]() ![]() | DTS_E_MISSINGSQLCOMMAND | The SQL command has not been set correctly. Check SQLCommand property. |
![]() ![]() | DTS_E_MORETHANONEERROROUTPUTFOUND | More than one error output was found on the component, and there can be only one. |
![]() ![]() | DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_DISPLAY_NAME | An error occurred while retrieving the display name of the certificate. |
![]() ![]() | DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_FRIENDLY_NAME | An error occurred while retrieving the friendly name of the certificate. |
![]() ![]() | DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_ISSUER_NAME | An error occurred while retrieving the issuer name of the certificate. |
![]() ![]() | DTS_E_MSGQTASKUTIL_CERT_OPEN_STORE_FAILED | Opening the certificate store failed. |
![]() ![]() | DTS_E_MSMQTASK_CONNECTIONTYPENOTMSMQ | Connection "%1" is not of type MSMQ. |
![]() ![]() | DTS_E_MSMQTASK_CONNMNGRDOESNOTEXIST | The connection manager "%1" does not exist. |
![]() ![]() | DTS_E_MSMQTASK_CONNMNGRNULL | The connection manager "%1" is empty. |
![]() ![]() | DTS_E_MSMQTASK_DATA_FILE_NAME_EMPTY | Data file name is empty. |
![]() ![]() | DTS_E_MSMQTASK_DATA_FILE_SAVE_FAILED | Saving the data file failed. |
![]() ![]() | DTS_E_MSMQTASK_DATA_FILE_SAVE_NAME_EMPTY | The name specified for the data file to save is empty. |
![]() ![]() | DTS_E_MSMQTASK_DATA_FILE_SIZE_ERROR | File size should be less than 4 MB. |
![]() ![]() | DTS_E_MSMQTASK_DATAFILE_ALREADY_EXISTS | The data file "%1" already exists at the specified location. Cannot overwrite the file as the Overwrite option is set to false. |
![]() ![]() | DTS_E_MSMQTASK_FIPS1402COMPLIANCE | The operation requested is not allowed in systems compliant with U.S. FIPS 140-2. |
![]() ![]() | DTS_E_MSMQTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT | Task was initialized with the wrong XML element. |
![]() ![]() | DTS_E_MSMQTASK_INVALID_ENCRYPTION_ALGO_WRAPPER | You are trying to set the value of Encryption Algorithm with an invalid object. |
![]() ![]() | DTS_E_MSMQTASK_INVALID_MESSAGE_TYPE | The message type is not valid. |
![]() ![]() | DTS_E_MSMQTASK_INVALID_PROPERTY_VALUE | The property specified is not valid. Verify that the argument type is correct. |
![]() ![]() | DTS_E_MSMQTASK_INVALID_QUEUE_PATH | Queue path is not valid. |
![]() ![]() | DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED | Message is not authenticated. |
![]() ![]() | DTS_E_MSMQTASK_NO_CONNECTION | The MSMQ connection name is not set. |
![]() ![]() | DTS_E_MSMQTASK_NOT_TRANSACTIONAL | The message queue task does not support enlisting in distributed transactions. |
![]() ![]() | DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY | Variable to receive variable message is empty. |
![]() ![]() | DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING | String filter value is empty. |
![]() ![]() | DTS_E_MSMQTASK_STRING_MSG_TO_VARIABLE_NOT_FOUND | The specified variable "%1" to receive string message is not found in the package variable collection. |
![]() ![]() | DTS_E_MSMQTASK_TASK_TIMEOUT | The message queue timed out. No message has been received. |
![]() ![]() | DTS_E_MSMQTASK_VARIABLE_TO_RECEIVE_STRING_MSG_EMPTY | The variable to receive string message is empty. |
![]() ![]() | DTS_E_MULTICACHECOLMAPPINGS | The cache column, "__", is mapped to more than one column. Remove the duplicate column mappings. |
![]() ![]() | DTS_E_MULTIPLECACHEWRITES | The __ cannot write to the cache because __ has already written to it. |
![]() ![]() | DTS_E_MULTIPLEFILESONRETAINEDCONNECTION | Multiple file names cannot be specified on a connection when the Retain property is TRUE. Vertical bars were found on the connection string, meaning multiple file names are being specified and, in addition, the Retain property is TRUE. |
![]() ![]() | DTS_E_MULTIPLYMAPPEDOUTCOL | The %1 is mapped to an output column that already has a mapping on this input. |
![]() ![]() | DTS_E_MUTEXOWNBYDIFFUSER | Mutex "__" already exists and is owned by another user. |
![]() ![]() | DTS_E_NAMEALREADYADDED | The object cannot be added because another object with the same name already exists in the collection. Use a different name to resolve this error. |
![]() ![]() | DTS_E_NAMEALREADYEXISTS | The object name cannot be changed from "%1" to "%2" because another object in the collection already uses that name. Use a different name to resolve this error. |
![]() ![]() | DTS_E_NEGATIVEINDEXNOTALLOWED | Indexes cannot be negative. This error occurs when a negative value is used as an index to a collection. |
![]() ![]() | DTS_E_NEGATIVESNOTALLOWED | The %1 can't be assigned a negative value. |
![]() ![]() | DTS_E_NEGATIVEVALUESNOTALLOWED | This property cannot be assigned a negative value. This error occurs when a negative value is assigned to a property that can only contain positive values, such as the COUNT property. |
![]() ![]() | DTS_E_NEGATIVEVERSION | The version number cannot be negative. This error occurs when the VersionMajor, VersionMinor, or VersionBuild property of the package is set to a negative value. |
![]() ![]() | DTS_E_NOBUFFERTYPEONSYNCOUTPUT | The %1 is a synchronous output and the buffer type cannot be retrieved for a synchronous output. |
![]() ![]() | DTS_E_NOCANCELEVENT | The runtime cannot provide a cancel event because of error 0x%1!8.8X!. |
![]() ![]() | DTS_E_NOCOLUMNADVANCETHROUGHFILE | No column was specified to allow the component to advance through the file. |
![]() ![]() | DTS_E_NOCOMPONENTATTACHED | The %1 is not attached to a component. It is required that a component be attached. |
![]() ![]() | DTS_E_NOCONTAININGTYPELIB | Unable to retrieve the type library of the object. This error occurs when the Properties collection attempts to retrieve the type library for an object through its IDispatch interface. |
![]() ![]() | DTS_E_NOCUSTOMPROPCOL | Failed to get custom property collection for Data Flow components. |
![]() ![]() | DTS_E_NODATATABLEMATCHROWID | The %1 contains a RowsetID with a value of %2 that does not reference a data table in the schema. |
![]() ![]() | DTS_E_NODELISTENUM_INVALIDCONNMGRTYPE | Connection manager "%1" is not of type "%2". |
![]() ![]() | DTS_E_NODELISTENUM_INVALIDDATANODE | Invalid data node in the node list enumerator section. |
![]() ![]() | DTS_E_NODELISTENUM_NOENUMERATORCREATED | No enumerator can be created. |
![]() ![]() | DTS_E_NODELISTENUM_XPATHISEMPTY | "%1" is empty. |
![]() ![]() | DTS_E_NODENOTFOUND | Node cannot be found in custom default persistence. This error occurs if the default saved XML of an extensible object was changed in a way that a saved object is no longer found, or if the extensible object itself changed. |
![]() ![]() | DTS_E_NODISPATCH | The object does not implement IDispatch. This error occurs when a property object or properties collection attempts to access an IDispatch interface on an object. |
![]() ![]() | DTS_E_NOERRORDESCFORCOMPONENT | The component does not supply error code descriptions. |
![]() ![]() | DTS_E_NOEVALEXPRESSION | The evaluation condition expression on the For Loop "%1" is empty. There must be a Boolean evaluation expression in the For Loop. |
![]() ![]() | DTS_E_NOINPUTSOROUTPUTS | A component does not have any inputs or outputs. |
![]() ![]() | DTS_E_NOKEYCOLS | No key columns are found. The %1 must have at least one column with a SortKeyPosition that is non-zero. |
![]() ![]() | DTS_E_NOMOREBUFFERTYPES | The buffer manager ran out of memory while trying to extend the table of buffer types. This is caused by an out-of-memory condition. |
![]() ![]() | DTS_E_NOMOREIDS | The maximum ID has been reached. There are no more IDs available to assign to objects. |
![]() ![]() | DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS | The IsSorted property for "%1" is false, but %2!lu! of its output columns' SortKeyPositions are non-zero. |
![]() ![]() | DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO | The comparison flags for "%1" must be zero because its type is not a string type. ComparisonFlags can only be non-zero for string type columns. |
![]() ![]() | DTS_E_NOOUTPUTCOLUMNFORINPUTCOLUMN | There is no output column associated with input column "%1" (%2!d!). |
![]() ![]() | DTS_E_NOOUTPUTCOLUMNS | "%1" contains no output columns. An asynchronous output must contain output columns. |
![]() ![]() | DTS_E_NOROWSETRETURNED | No result row set is associated with the execution of this query. The result is not correctly specified. |
![]() ![]() | DTS_E_NOSCHEMAINFOFOUND | No column information was returned by the SQL command. |
![]() ![]() | DTS_E_NOSQLPROFILERDLL | The log provider for SQL Server Profiler was unable to load pfclnt90.dll. Please check that SQL Server Profiler is installed. |
![]() ![]() | DTS_E_NOTDISPENSED | The Variables collection has not been returned from the VariableDispenser. An operation was attempted that is only allowed on dispensed collections. |
![]() ![]() | DTS_E_NOTENOUGHPARAMETERSPROVIDED | The SQL command requires %1!d! parameters, but the parameter mapping only has %2!d! parameters. |
![]() ![]() | DTS_E_NOTEXECUTING | Suspend or Resume call failed because the executable is not executing, or is not the top-level executable. This occurs when the client calls Suspend or Resume on an executable that is not currently processing an Execute call. |
![]() ![]() | DTS_E_NOTINITIALIZED | An internal object or variable was not initialized. This is an internal product error. This error is returned when a variable should have a valid value but does not. |
![]() ![]() | DTS_E_NOTSUSPENDED | Resume call failed because the package is not suspended. This occurs when the client calls resume, but the package is not suspended. |
![]() ![]() | DTS_E_NTEXTDATATYPENOTSUPPORTEDWITHANSIFILES | The data type for "%1" is DT_NTEXT, which is not supported with ANSI files. Use DT_TEXT instead and convert the data to DT_NTEXT using the data conversion component. |
![]() ![]() | DTS_E_OBJECTIDLOOKUPFAILED | Unable to locate an object with ID %1!d! because of the error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_OBJECTIDNOTFOUND | No object exists with the ID %1!d!. |
![]() ![]() | DTS_E_OBJECTLINEAGEIDNOTFOUND | No object exists with a lineage ID of %1!d!. |
![]() ![]() | DTS_E_OBJECTNOTINFOREACHLOOP | Failure when adding an object to a ForEachPropertyMapping that is not a direct child of the ForEachLoop container. |
![]() ![]() | DTS_E_OBJECTNOTINHASHTABLE | The object is not in the hash table. |
![]() ![]() | DTS_E_ODBCERROR | An ODBC error %1!d! has occurred. |
![]() ![]() | DTS_E_ODBCERRORCONNECT | There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server. |
![]() ![]() | DTS_E_ODBCERRORDBC | There was an error creating an Open Database Connectivity (ODBC) database connection. |
![]() ![]() | DTS_E_ODBCERRORENV | There was an error creating an Open Database Connectivity (ODBC) environment. |
![]() ![]() | DTS_E_ODBCTRANSACTIONENLIST | There was an error trying to enlist an ODBC connection in a transaction. The SQLSetConnectAttr failed to set the SQL_ATTR_ENLIST_IN_DTC attribute. |
![]() ![]() | DTS_E_OLEDB_ACENOTFOUND | The ace was not found or not installed. |
![]() ![]() | DTS_E_OLEDB_CREATEACCESSOR | Failed to create an OLE DB accessor. |
![]() ![]() | DTS_E_OLEDB_CREATEACCESSOR_UNSUPPORTEDCONVERSION | The conversion is not supported in creating an OLE DB accessor. |
![]() ![]() | DTS_E_OLEDB_EXCEL_NOT_SUPPORTED | SSIS Error Code DTS_E_OLEDB_EXCEL_NOT_SUPPORTED: The Excel Connection Manager is not supported in the 64-bit version of SSIS, as no OLE DB provider is available. |
![]() ![]() | DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR | SSIS Error Code DTS_E_OLEDB_NOPROVIDER_64BIT_ERROR: The requested OLE DB provider is not registered -- perhaps no 64-bit provider is available. Error code: __. |
![]() ![]() | DTS_E_OLEDB_NOPROVIDER_ERROR | SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR: The requested OLE DB provider is not registered. Error code: __. |
![]() ![]() | DTS_E_OLEDB_OLDPROVIDER_ERROR | Consider changing the PROVIDER in the connection string to %1 or visit http://www.microsoft.com/downloads to find and install support for %2. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE | The data value cannot be converted for reasons other than sign mismatch or data overflow. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_DATAOVERFLOW | Conversion failed because the data value overflowed the type used by the provider. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION | The data value violates integrity constraints. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_PERMISSIONDENIED | The user did not have the correct permissions to write to the column. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION | The data value violated the schema constraint. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SIGNMISMATCH | Conversion failed because the data value was signed and the type used by the provider was unsigned. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_TRUNCATED | The data was truncated. |
![]() ![]() | DTS_E_OLEDBDESTINATIONADAPTERSTATIC_UNAVAILABLE | No status is available. |
![]() ![]() | DTS_E_OLEDBERROR | SSIS Error Code DTS_E_OLEDBERROR: An OLE DB error has occurred. Error code: 0x%1!8.8X!. |
![]() ![]() | DTS_E_OLEDBPROVIDERDATATYPECONVERSIONUNSUPPORTED | The OLE DB provider used by the OLE DB adapter cannot convert between types "%1" and "%2" for "%3". |
![]() ![]() | DTS_E_OLEDBRECORD | An OLE DB record is available. Source: "%1" Hresult: 0x%2!8.8X! Description: "%3". |
![]() ![]() | DTS_E_OLEDBSOURCEADAPTERSTATIC_CANTCONVERTVALUE | The data value cannot be converted for reasons other than sign mismatch or data overflow. |
![]() ![]() | DTS_E_OLEDBSOURCEADAPTERSTATIC_DATAOVERFLOW | Conversion failed because the data value overflowed the type used by the provider. |
![]() ![]() | DTS_E_OLEDBSOURCEADAPTERSTATIC_SIGNMISMATCH | Conversion failed because the data value was signed and the type used by the provider was unsigned. |
![]() ![]() | DTS_E_OLEDBSOURCEADAPTERSTATIC_TRUNCATED | The data was truncated. |
![]() ![]() | DTS_E_OLEDBSOURCEADAPTERSTATIC_UNAVAILABLE | No status is available. |
![]() ![]() | DTS_E_OLEDBTRANSACTIONENLIST | The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error 0x%1!8.8X! "%2". |
![]() ![]() | DTS_E_OPENCERTSTORE | Error opening certificate store. |
![]() ![]() | DTS_E_OPENCHECKPOINTFILE | Checkpoint file "%1" failed to open due to error 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_OPENFILE | Failed to open package file. This happens when loading a package and the file cannot be opened or loaded correctly into an XML document. This can be the result of either providing an incorrect file name to the LoadPackage method or the XML file specified having an incorrect format. |
![]() ![]() | DTS_E_OPENLOGFAILED | The SSIS logging provider has failed to open the log. Error code: 0x%1!8.8X!. |
![]() ![]() | DTS_E_OPENPACKAGEFILE | Failed to open package file "%1" due to error 0x%2!8.8X! "%3". This happens when loading a package and the file cannot be opened or loaded correctly into the XML document. This can be the result of either providing an incorrect file name was specified when calling LoadPackage or the XML file was specified and has an incorrect format. |
![]() ![]() | DTS_E_OPERATIONFAILCACHEINUSE | The operation failed because the cache is in use. |
![]() ![]() | DTS_E_OUTPUTCOLUMNHASNOERRORCOLUMN | The %1 on the non-error output has no corresponding output column on the error output. |
![]() ![]() | DTS_E_OUTPUTCOLUMNNAMECONFLICT | Column name "%1" on output "%2" cannot be used because it conflicts with a column of the same name on synchronous input "%3". |
![]() ![]() | DTS_E_OUTPUTCOLUMNNOTININPUT | Output column "%1" (%2!d!) references input column with lineage ID %3!d!, but no input could be found with that lineage ID. |
![]() ![]() | DTS_E_OUTPUTNOTUSED | The output with ID __ of Aggregate component is not used by any component. Please either remove it or associate it with an input of some component. |
![]() ![]() | DTS_E_OUTPUTREDIRECTINTRANSACTIONNOTALLOWED | The %1 cannot be set to redirect on error using a connection in a transaction. |
![]() ![]() | DTS_E_OUTPUTWITHMULTIPLEERRORS | Output ID %1!d! was given multiple error output configurations. First %2!d! and %3!d!, then %4!d! and %5!d!. |
![]() ![]() | DTS_E_PACKAGE_OWNEDBYPROJECT | The package owned by the project. |
![]() ![]() | DTS_E_PACKAGE_PASSWORD_INCONSISTENT | The package password was inconsistent. |
![]() ![]() | DTS_E_PACKAGE_PROTECTIONLEVEL_INCONSISTENT | The protection level of the package was inconsistent. |
![]() ![]() | DTS_E_PACKAGEDESCRIPTIONTOOLONG | Package description is too long. The limit is 1024 characters. Shorten the package description. |
![]() ![]() | DTS_E_PACKAGELOADFAILED | The package failed to load due to error 0x%1!8.8X! "%2". This occurs when CPackage::LoadFromXML fails. |
![]() ![]() | DTS_E_PACKAGEMIGRATED | The package has been migrated to a later version during loading. It must be reloaded to complete the process. This is an internal error code. |
![]() ![]() | DTS_E_PACKAGEMIGRATIONFAILED | Package migration from version %1!d! to version %2!d! failed with error 0x%3!8.8X! "%4". |
![]() ![]() | DTS_E_PACKAGEMIGRATIONMODULE | Package migration module has failed. |
![]() ![]() | DTS_E_PACKAGEMIGRATIONMODULELOAD | Package migration module has failed to load. |
![]() ![]() | DTS_E_PACKAGENAMETOOLONG | Package name is too long. The limit is 128 characters. Shorten the package name. |
![]() ![]() | DTS_E_PACKAGENOTFOUND | The specified package could not be loaded from the SQL Server database. |
![]() ![]() | DTS_E_PACKAGEOBJECTNOTENVELOPED | Failed to find package object in signed XML envelope with error 0x%1!8.8X! "%2". This occurs when signed XML does not contain a SSIS package, as expected. |
![]() ![]() | DTS_E_PACKAGEPASSWORD | The package is encrypted with a password. The password was not specified, or is not correct. |
![]() ![]() | DTS_E_PACKAGEPASSWORDEMPTY | The protection level of the package requires a password, but PackagePassword property is empty. |
![]() ![]() | DTS_E_PACKAGEPROTECT | Failed to apply package protection with error 0x%1!8.8X! "%2". This error occurs when saving to Xml. |
![]() ![]() | DTS_E_PACKAGEREMOVEFAILED | An error was encountered when trying to remove the package "%1" from SQL Server. |
![]() ![]() | DTS_E_PACKAGEUNPROTECT | Failed to remove package protection with error 0x%1!8.8X! "%2". This occurs in the CPackage::LoadFromXML method. |
![]() ![]() | DTS_E_PACKAGEUPDATEDISABLED | The package has an older format version, but automatic package format upgrading is disabled. |
![]() ![]() | DTS_E_PACKAGEUPGRADEFAILED | The package upgrade has failed. |
![]() ![]() | DTS_E_PACKAGEVERIFICATIONFAILED | The cryptographic signature of the package failed verification due to error 0x%1!8.8X! "%2". This occurs when the signature verification operation fails. |
![]() ![]() | DTS_E_PARAMETERNOTFOUNDINCOLL | The parameter is not found in the parameter collection. |
![]() ![]() | DTS_E_PARAMETERNOTFOUNDINMAPPING | The SQL command requires a parameter named "%1", which is not found in the parameter mapping. |
![]() ![]() | DTS_E_PARAMETERVALUEUNAVAILABLE | The parameter value is not available. |
![]() ![]() | DTS_E_PARAMETERVARIABLE_READONLY | The parameter variable is in read-only mode. |
![]() ![]() | DTS_E_PATHUNKNOWN | Cannot retrieve path to object. This is a system error. |
![]() ![]() | DTS_E_PERSISTENCEERROR | Error loading value "%1" from node "%2". |
![]() ![]() | DTS_E_PIPELINE_LOAD | Failed to load Data Flow objects. |
![]() ![]() | DTS_E_PIPELINE_SAVE | 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 | Failure when alerting property mappings that a target is being removed. |
![]() ![]() | DTS_E_PMINVALIDPROPMAPTARGET | Attempted to set property mapping to target unsupported object type. This error occurs when passing an unsupported object type to a property mapping. |
![]() ![]() | DTS_E_PMNODESTPROPERTY | The destination property for the property map is empty. Set the destination property name. |
![]() ![]() | DTS_E_PMPROPERTYINVALID | A destination property was specified on a property mapping that is invalid. This occurs when a property is specified on a destination object that is not found on that object. |
![]() ![]() | DTS_E_PMVARPROPTYPESDIFFERENT | An error occurred because there is a property mapping from a variable to a property with a different type. The property type must match the variable type. |
![]() ![]() | DTS_E_PRECEDENCECONSTRAINT | There was an error in the precedence constraint between "%1" and "%2". |
![]() ![]() | DTS_E_PREPARETREENODEFAILED | The Data Flow task failed to prepare buffers for the execution tree node beginning at output "%1" (%2!d!). |
![]() ![]() | DTS_E_PRIMEOUTPUTCALLEDWITHINVALIDOUTPUTID | 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. |
![]() ![]() | DTS_E_PRIMEOUTPUTNOEOR | The PrimeOutput method on "%1" returned success, but did not report an end of the row set. There is an error in the component. It should have reported an end-of-row. The pipeline will shut down execution to avoid unpredictable results. |
![]() ![]() | DTS_E_PROBLEMDETECTINGTYPECOMPATIBILITY | The error code 0x%1!8.8X! was returned when validating type conversion from %2 to %3. |
![]() ![]() | DTS_E_PROCESSINPUTCALLEDWITHINVALIDINPUTID | 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 | SSIS Error Code DTS_E_PRODUCTLEVELTOLOW: The %1 cannot run on installed %2 of Integration Services. It requires %3 or higher. |
![]() ![]() | DTS_E_PROJECTSAVEFAILED_INCONSISTENT | The error occurred in saving the project is not consistent. |
![]() ![]() | DTS_E_PROPERTIESCOLLECTIONREADONLY | Properties collection cannot be modified. |
![]() ![]() | DTS_E_PROPERTYCANNOTBEMODIFIED | The property cannot be modified. |
![]() ![]() | DTS_E_PROPERTYEXPRESSIONEVAL | The expression "%1" on property "%2" cannot be evaluated. Modify the expression to be valid. |
![]() ![]() | DTS_E_PROPERTYEXPRESSIONSDISABLEDONVARIABLES | The Expression property is not supported on Variable objects. Use the EvaluateAsExpression property instead. |
![]() ![]() | DTS_E_PROPERTYEXPRESSIONSET | The result of the expression "%1" on property "%2" cannot be written to the property. The expression was evaluated, but cannot be set on the property. |
![]() ![]() | DTS_E_PROPERTYISEMPTY | The property "%1" is empty. The property cannot be empty. |
![]() ![]() | DTS_E_PROPERTYNOTSUPPORTED | The property "%1" cannot be set on "%2". The property being set is not supported on the specified object. Check the property name, case, and spelling. |
![]() ![]() | DTS_E_PROPERTYREADONLY | The property "%1" is read only. This occurs when a change to a read-only property is attempted. |
![]() ![]() | DTS_E_PROPERTYWRITEONLY | The property "%1" is write-only. This error occurs when trying to retrieve the value of a property through a property object, but the property is write-only. |
![]() ![]() | DTS_E_PROPVALUEIGNORED | The "%1" has a value set for length, precision, scale, or code page that is a value other than zero, but the data type requires the value to be zero. |
![]() ![]() | DTS_E_PROXYAUTH | Proxy authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect. |
![]() ![]() | DTS_E_QUEUEWORKITEMFAILED | The Sort transformation cannot queue a work item to its thread pool. There is not enough memory available. |
![]() ![]() | DTS_E_RAWBADHEADER | Encountered bad metadata in file header. The file is damaged or not a SSIS-produced raw data file. |
![]() ![]() | DTS_E_RAWBADVERSION | 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 | 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 | Cannot read %1!d! bytes from file "%2". The cause of the failure should have been previously reported. |
![]() ![]() | DTS_E_RAWCANTWRITE | Cannot write %1!d! bytes to file "%2". See previous error messages for details. |
![]() ![]() | DTS_E_RAWDESTBLOBDATATYPE | The %1 has an invalid data type. Columns with data types DT_IMAGE, DT_TEXT and DT_NTEXT cannot be written to raw files. |
![]() ![]() | DTS_E_RAWDESTMAPPEDINPUTCOLUMN | The %1 is mapped to an external metadata column with the id %2!d!. Input columns should not be mapped to external metadata columns when selected Write Option value is Create Always. |
![]() ![]() | DTS_E_RAWDESTNOINPUTCOLUMNS | There is no selected column to be written to the file. |
![]() ![]() | DTS_E_RAWDESTWRONGEXTERNALMETADATAUSAGE | The external metadata collection is improperly used by this component. The component should use external metadata when appending or truncating an existing file. Otherwise, the external metadata is not needed. |
![]() ![]() | DTS_E_RAWEXISTSCREATEONCE | Error occurred because the output file already exists and the WriteOption is set to Create Once. Set the WriteOption property to Create Always, or delete the file. |
![]() ![]() | DTS_E_RAWFILECANTBUFFER | An I/O buffer cannot be created for the output file. Error may occur when there are no file privileges or the disk is full. |
![]() ![]() | DTS_E_RAWFILECANTOPEN | File "%1" cannot be opened for writing. Error may occur when there are no file privileges or the disk is full. |
![]() ![]() | DTS_E_RAWFILECANTOPENFORMETADATA | The file cannot be opened for reading the metadata. If the file does not exist, and the component has already defined external metadata, you can set the "ValidateExternalMetadata" property to "false" and the file will be created at the runtime. |
![]() ![]() | DTS_E_RAWFILECANTOPENREAD | File "%1" cannot be opened for reading. Error may occur when there are no privileges or the file is not found. Exact cause is reported in previous error message. |
![]() ![]() | DTS_E_RAWFILENAMEINVALID | The file name property is not valid. The file name is a device or contains invalid characters. |
![]() ![]() | DTS_E_RAWFILENAMEREQUIRED | The file name is not properly specified. Supply the path and name to the raw file either directly in the FileName property or by specifying a variable in the FileNameVariable property. |
![]() ![]() | DTS_E_RAWINVALIDACCESSMODE | The value %1!d! is not recognized as a valid access mode. |
![]() ![]() | DTS_E_RAWMETADATACOUNTMISMATCH | Cannot append output file because the number of columns in the output file does not match the number of columns in this destination. The old file does not match in metadata. |
![]() ![]() | DTS_E_RAWMETADATAMISMATCH | Cannot append output file because no column in the existing file matches column "%1" from the input. Old file does not match in metadata. |
![]() ![]() | DTS_E_RAWMETADATAMISMATCHCODEPAGE | The output file cannot be appended. Column "%1" matches by name, but the column in the file has code page %2!d! and the input column has code page %3!d!. The metadata for the named column does not match on code page. |
![]() ![]() | DTS_E_RAWMETADATAMISMATCHPRECISION | The output file cannot be appended. Column "%1" matches by name, but the column in the file has precision %2!d! and the input column has precision %3!d!. The metadata for the named column does not match on precision. |
![]() ![]() | DTS_E_RAWMETADATAMISMATCHSCALE | The output file cannot be appended. Column "%1" matches by name, but the column in the file has scale %2!d! and the input column has scale %3!d!. The metadata for the named column does not match on scale. |
![]() ![]() | DTS_E_RAWMETADATAMISMATCHSIZE | The output file cannot be appended. Column "%1" matches by name, but the column in the file has maximum length %2!d! and the input column has maximum length %3!d!. The metadata for the column does not match in length. |
![]() ![]() | DTS_E_RAWMETADATAMISMATCHTYPE | The output file cannot be appended. Column "%1" matches by name, but the column in the file has type %2 and the input column has type %3. The metadata for the column does not match on data type. |
![]() ![]() | DTS_E_RAWNOLONGTYPES | The column %1 cannot be used. The raw adapters do not support image, text, or ntext data. |
![]() ![]() | DTS_E_RAWREADFAILED | The raw adapter attempted to read %1!d! bytes in the input file for column "%2" with lineage ID %3!d!, but there was an error. The error returned from the operating system should have been previously reported. |
![]() ![]() | DTS_E_RAWSKIPFAILED | The raw adapter attempted to skip %1!d! bytes in the input file for unreferenced column "%2" with lineage ID %3!d!, but there was an error. The error returned from the operating system should have been previously reported. |
![]() ![]() | DTS_E_RAWSTRINGINPUTTOOLONG | The adapter was asked to write a string that was %1!I64d! bytes long, but all data must be less than 4294967295 bytes in length. |
![]() ![]() | DTS_E_RAWSTRINGTOOLONG | String too long. The adapter read a string that was %1!d! bytes long, and expected a string no longer than %2!d! bytes, at offset %3!d!. This could indicate a damaged input file. The file shows a string length that is too large for the buffer column. |
![]() ![]() | DTS_E_RAWTOOMANYCOLUMNS | The source file is not valid. The source file is returning a count of more than 131,072 columns. This usually occurs when the source file is not produced by the raw file destination. |
![]() ![]() | DTS_E_RAWUNEXPECTEDEOF | Unexpected end-of-file encountered while reading %1!d! bytes from file "%2". The file ended prematurely because of an invalid file format. |
![]() ![]() | DTS_E_RAWUNEXPECTEDTYPE | The adapter encountered an unrecognized data type of %1!d!. This could be caused by a damaged input file (source) or by an invalid buffer type (destination). |
![]() ![]() | DTS_E_RAWVERSIONINCOMPATIBLEAPPEND | The output file was written by an incompatible version and cannot be appended. The file may be an older file format that is no longer useable. |
![]() ![]() | DTS_E_READNOTFILLEDCACHE | The cache is being written to by __, and cannot be read by __. |
![]() ![]() | DTS_E_READONLYSTOCKPROPERTY | The property is read-only. |
![]() ![]() | DTS_E_READUNINITIALIZEDCACHE | The cache is not initialized and cannot be read by __. |
![]() ![]() | DTS_E_READWRITECOLUMNMISSINGREQUIREDCUSTOMPROPERTY | The %1 is read/write and is required to have custom property "%2". Add the property, or make remove the read/write attribute from the column. |
![]() ![]() | DTS_E_RECORDSETDESTDATATYPENOTSUPPORTED | The data type of the __ is not supported for the __. |
![]() ![]() | DTS_E_REDIRECTFAILURE | The specified server, URL %1, has a redirect and the redirect request failed. |
![]() ![]() | DTS_E_REDIRECTROWUNAVAILABLEWITHFASTLOADANDZEROMAXINSERTCOMMITSIZE | The error row disposition on "%1" cannot be set to redirect the row when the fast load option is turned on, and the maximum insert commit size is set to zero. |
![]() ![]() | DTS_E_REDUCTIONFAILED | The Data Flow engine scheduler failed to reduce the execution plan for the pipeline. Set the OptimizedMode property to false. |
![]() ![]() | DTS_E_REFERENCECOLUMNTOOWIDE | The code encountered a column that was too wide. |
![]() ![]() | DTS_E_REFERENCEDMETADATABADCOUNT | Input "%1" (%2!d!) references input "%3" (%4!d!), but they do not have the same number of columns. Input %5!d! has %6!d! columns, while input %7!d! has %8!d! columns. |
![]() ![]() | DTS_E_REFID_CANNOT_FINDATTRIBUTE | The attribute specified in the reference identifier cannot be found. |
![]() ![]() | DTS_E_REFID_CANNOT_FINDATTRIBUTES | The collection of attributes specified in the reference identifier cannot be found. |
![]() ![]() | DTS_E_REFID_COULDNOTMAPREFID | The reference identifier could not be mapped. |
![]() ![]() | DTS_E_REFUSEDFORSHUTDOWN | This thread has shut down and is not accepting buffers for input. |
![]() ![]() | DTS_E_REMOTEPACKAGEVALIDATION | Package failed validation from the ExecutePackage task. The package cannot run. |
![]() ![]() | DTS_E_REMOVEFOLDERFROMSQLSERVER_OLEDB | The RemoveFolderOnSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement issued has failed. |
![]() ![]() | DTS_E_REMOVEFROMSQLSERVER_OLEDB | The RemoveFromSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2) The SQL statement that was issued has failed. |
![]() ![]() | DTS_E_RENAMEFOLDERONSQLSERVER_OLEDB | The RenameFolderOnSQLServer method encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement issued has failed. |
![]() ![]() | DTS_E_REQUIREDBUFFERISNOTAVAILBLE | A required buffer is not available. |
![]() ![]() | DTS_E_RESERVEDNAMESPACE | Error assigning namespace to the variable. The namespace "System" is reserved for system use. This error happens when a component or task attempts to create a variable with a namespace of "System". |
![]() ![]() | 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 | The variable "%1" specified by VariableName property is not a valid variable. Need a valid variable name to write to. |
![]() ![]() | DTS_E_ROWCOUNTBADVARIABLETYPE | The variable "%1" specified by VariableName property is not an integer. Change the variable to be of type VT_I4, VT_UI4, VT_I8, or VT_UI8. |
![]() ![]() | DTS_E_ROWSETUNAVAILABLE | A row set based on the SQL command was not returned by the OLE DB provider. |
![]() ![]() | DTS_E_RSTDESTBADVARIABLE | The value of the specified variable cannot be located, locked, or set. |
![]() ![]() | DTS_E_RSTDESTBADVARIABLENAME | The VariableName property is not set to the name of a valid variable. Need a runtime variable name to write to. |
![]() ![]() | DTS_E_RSTDESTBADVARIABLETYPE | The type of the runtime variable "%1" is incorrect. The runtime variable type must be Object. |
![]() ![]() | DTS_E_RSTDESTBIGBLOB | A value in an input column is too large to be stored in the ADODB.Recordset object. |
![]() ![]() | DTS_E_RSTDESTRSTCONFIGPROBLEM | Unable to create or configure the ADODB.Recordset object. |
![]() ![]() | DTS_E_RSTDESTRSTWRITEPROBLEM | Error writing to the ADODB.Recordset object. |
![]() ![]() | DTS_E_RUNTIMEVARIABLETYPECHANGE | The type of the value being assigned to variable "%1" differs from the current variable type. Variables may not change type during execution. Variable types are strict, except for variables of type Object. |
![]() ![]() | DTS_E_SAVE_PERSTFORMAT | Failed to save Data Flow objects. The specified format is not supported. |
![]() ![]() | DTS_E_SAVEFILE | Failed to save package file. |
![]() ![]() | DTS_E_SAVEPACKAGEFILE | Failed to save package file "%1" with error 0x%2!8.8X! "%3". |
![]() ![]() | DTS_E_SAVETOSQLSERVER_OLEDB | The SaveToSQLServer method has encountered OLE DB error code 0x%1!8.8X! (%2). The SQL statement that was issued has failed. |
![]() ![]() | DTS_E_SCHEDULERBADTREE | The Data Flow engine scheduler failed to retrieve the execution tree with index %1!d! from the layout. The scheduler received a count containing more execution trees than actually exist. |
![]() ![]() | DTS_E_SCHEDULERCOULDNOTCOUNTDESTINATIONS | The Data Flow engine scheduler cannot obtain a count of the destinations in the layout. |
![]() ![]() | DTS_E_SCHEDULERCOULDNOTCOUNTSOURCES | The Data Flow engine scheduler cannot obtain a count of the sources in the layout. |
![]() ![]() | DTS_E_SCHEDULERMEMORY | The Data Flow engine scheduler cannot allocate enough memory for the execution structures. The system was low on memory before execution started. |
![]() ![]() | DTS_E_SCHEDULEROBJECT | The Data Flow engine scheduler cannot retrieve object with ID %1!d! from the layout. The Data Flow engine scheduler previously located an object that is now no longer available. |
![]() ![]() | DTS_E_SCHEDULERTHREADMEMORY | The Data Flow engine scheduler failed to create a thread object because not enough memory is available. This is caused by an out-of-memory condition. |
![]() ![]() | DTS_E_SCRIPTMIGRATIONFAILED64BIT | Migration for VSA scripts cannot be done on 64 bit platforms due to lack of Visual Tools for Applications designer support. Run the migration under WOW64 on 64 bit platforms. |
![]() ![]() | DTS_E_SCRIPTTASK_BINARYITEMNOTFOUNDEXCEPTION | Binary item "%1" was not found in the package. |
![]() ![]() | DTS_E_SCRIPTTASK_CANTINITNULLTASK | Cannot initialize to a null task. |
![]() ![]() | DTS_E_SCRIPTTASK_COMPILEERRORMSG | Error "%1": "%2"\r\nLine "%3" Column "%4" through "%5". |
![]() ![]() | DTS_E_SCRIPTTASK_COMPILEERRORMSG2 | There was an error compiling the script: "%1". |
![]() ![]() | DTS_E_SCRIPTTASK_COMPILEERRORMSG3 | Error "%1": "%2"\r\nLine "%3" Columns "%4"-"%5"\r\nLine Text: "%6". |
![]() ![]() | DTS_E_SCRIPTTASK_COULDNOTCREATEENTRYPOINTCLASS | Could not create an instance of entry point class "%1". |
![]() ![]() | DTS_E_SCRIPTTASK_HOST_NAME_CANT_EMPTY | Name cannot be empty. |
![]() ![]() | DTS_E_SCRIPTTASK_ILLEGALSCRIPTNAME | 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 | User interface initialization: The task is null. |
![]() ![]() | DTS_E_SCRIPTTASK_INVALID_ENTRY_POINT | Entry point not found. |
![]() ![]() | DTS_E_SCRIPTTASK_INVALID_SCRIPT_LANGUAGE | The script language specified is not valid. |
![]() ![]() | DTS_E_SCRIPTTASK_INVALID_SCRIPT_NAME | The project name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number. |
![]() ![]() | DTS_E_SCRIPTTASK_INVALIDSCRIPTLANGUAGE | The script language specified is not valid. |
![]() ![]() | DTS_E_SCRIPTTASK_LANGUAGE_EMPTY | The script language is not specified. Verify that a valid script language is specified. |
![]() ![]() | DTS_E_SCRIPTTASK_LOADFROMXMLEXCEPTION | There was an exception while loading Script Task from XML: "%1". |
![]() ![]() | DTS_E_SCRIPTTASK_MUSTINITWITHRIGHTTASK | The Script Task user interface must initialize to a Script Task. |
![]() ![]() | DTS_E_SCRIPTTASK_SCRIPTFILESFAILEDTOLOAD | User script files failed to load. |
![]() ![]() | DTS_E_SCRIPTTASK_SCRIPTREPORTEDFAILURE | User script returned a failure result. |
![]() ![]() | DTS_E_SCRIPTTASK_SCRIPTTHREWEXCEPTION | User script threw an exception: "%1". |
![]() ![]() | DTS_E_SCRIPTTASK_SOURCEITEMNOTFOUNDEXCEPTION | Source item "%1" was not found in the package. |
![]() ![]() | DTS_E_SCRIPTTASK_UI_INITIALIZATION_WITH_WRONG_TASK | The Script Task user interface is initialized with an incorrect task. |
![]() ![]() | DTS_E_SCRIPTTASK_UNRECOGNIZEDSCRIPTLANGUAGEEXCEPTION | "%1" was not recognized as a valid script language. |
![]() ![]() | DTS_E_SCRIPTTASK_WASNOTINITED | The Script Task user interface is not initialized. |
![]() ![]() | DTS_E_SECUREFAILURE | SSL certificate response obtained from the server was not valid. Cannot process the request. |
![]() ![]() | DTS_E_SEEKFAILED | The buffer manager could not seek to offset %1!d! in file "%2". The file is damaged. |
![]() ![]() | DTS_E_SENDMAILTASK_CHECK_VALID_SMTP_SERVER | Verify that the Simple Mail Transfer Protocol (SMTP) server specified is valid. |
![]() ![]() | DTS_E_SENDMAILTASK_CONNECTIONTYPENOTFILE | Connection "%1" is not of type File. |
![]() ![]() | DTS_E_SENDMAILTASK_CONNECTIONTYPENOTSMTP | Connection "%1" is not of type SMTP. |
![]() ![]() | DTS_E_SENDMAILTASK_CONNMNGRNULL | Connection "%1" is empty. |
![]() ![]() | DTS_E_SENDMAILTASK_FILEDOESNOTEXIST | On operation "%1", file "%2" does not exist. |
![]() ![]() | DTS_E_SENDMAILTASK_INVALIDATTACHMENT | Either the file "%1" does not exist or you do not have permissions to access the file. |
![]() ![]() | DTS_E_SENDMAILTASK_NOCONNMNGR | The specified connection "%1" does not exist. |
![]() ![]() | DTS_E_SENDMAILTASK_RECIPIENT_EMPTY | No recipient is specified. |
![]() ![]() | DTS_E_SENDMAILTASK_SMTP_SERVER_NOT_SPECIFIED | The Simple Mail Transfer Protocol (SMTP) server is not specified. Provide a valid name or IP address of the SMTP server. |
![]() ![]() | DTS_E_SENDMAILTASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT | Send Mail task is initiated with an incorrect XML element. |
![]() ![]() | DTS_E_SENDMAILTASK_VARIABLETYPEISNOTSTRING | Variable "%1" is not of type string. |
![]() ![]() | DTS_E_SENSITIVEPARAMVALUENOTALLOWED | Sensitive parameter value is not allowed from the server. |
![]() ![]() | DTS_E_SERVERAUTH | Server authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect. |
![]() ![]() | DTS_E_SERVERSTORAGEDISALLOWED | The protection level, ServerStorage, cannot be used when saving to this destination. The system could not verify that the destination supports secure storage capability. |
![]() ![]() | DTS_E_SETCACHEFORFILLFAILED | Failed to mark the cache as filled with data. |
![]() ![]() | DTS_E_SETCACHEFORINSERTFAILED | Failed to prepare the cache for new data. |
![]() ![]() | DTS_E_SETCACHEFORREADFAILED | Failed to prepare the cache for providing data. |
![]() ![]() | DTS_E_SETEODFAILED | Failure encountered while setting end of data flag for the buffer driving output "%1" (%2!d!). |
![]() ![]() | DTS_E_SETPERSIST_PROPEVENTS | Failed to set the XML persistence events property for the Data Flow objects. |
![]() ![]() | DTS_E_SETPERSIST_XMLDOM | Failed to set the persistence XML DOM property for the Data Flow objects. |
![]() ![]() | DTS_E_SETPERSIST_XMLNODE | Failed to set the persistence XML ELEMENT property for the Data Flow objects. |
![]() ![]() | DTS_E_SETPERSISTPROP_FAILED | Failed to set xml persistence properties for the Data Flow objects. |
![]() ![]() | DTS_E_SETQUALIFIERDESIGNTIMEONLY | 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 | The package is not signed. |
![]() ![]() | DTS_E_SIGNATUREPOLICYVIOLATION | The package cannot be loaded because the state of the digital signature violates signature policy. Error 0x%1!8.8X! "%2". |
![]() ![]() | DTS_E_SIGNPACKAGEFAILED | Package signing failed with error 0x%1!8.8X! "%2". This occurs when the ManagedHelper.SignDocument method fails. |
![]() ![]() | DTS_E_SORTBADTHREADCOUNT | MaxThreads was %1!ld!, and should be between 1 and %2!ld!, inclusive or -1 to default to the number of CPUs. |
![]() ![]() | DTS_E_SORTCANTCOMPARE | The Sort transformation failed to compare row %1!d! in buffer ID %2!d! to row %3!d! in buffer ID %4!d!. |
![]() ![]() | DTS_E_SORTCANTCREATEEVENT | The Sort transformation cannot create an event to communicate with its worker threads. Not enough system handles are available to the Sort transformation. |
![]() ![]() | DTS_E_SORTCANTCREATETHREAD | The Sort transformation cannot create a worker thread. Not enough memory is available to Sort transformation. |
![]() ![]() | DTS_E_SORTDUPLICATEKEYWEIGHT | Both column "%1" (%2!d!) and column "%3" (%4!d!) were marked with sort key weight %5!d!. |
![]() ![]() | DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITION | "%1" has a non-zero SortKeyPosition, but its value (%2!ld!) is too large. It must be less than or equal to the number of columns. |
![]() ![]() | DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITIONS | The IsSorted property of %1 is set to TRUE, but the absolute values of the non-zero output column SortKeyPositions do not form a monotonically increasing sequence, starting at one. |
![]() ![]() | DTS_E_SORTNEEDSONEKEY | At least one input column must be marked as a sort key, but no keys were found. |
![]() ![]() | DTS_E_SORTSTACKOVERFLOW | The sort failed due to a stack overflow while sorting an incoming buffer. Please reduce the DefaultBufferMaxRows property on the Data Flow Task. |
![]() ![]() | DTS_E_SORTTHREADSTOPPED | A worker thread in the Sort transformation stopped with error code 0x%1!8.8X!. A catastrophic error was encountered while sorting a buffer. |
![]() ![]() | DTS_E_SOURCETABLENAMENOTPROVIDED | A source table name has not been provided. |
![]() ![]() | DTS_E_SPLITEXPRESSIONNOTBOOLEAN | The expression "%1" is not Boolean. The result type of the expression must be Boolean. |
![]() ![]() | DTS_E_SQLCEDESTDATATYPENOTSUPPORTED | The data type "__" found on column "__" is not supported for the __. |
![]() ![]() | DTS_E_SQLCEDESTSTATIC_FAILEDTOINSERT | The SQLCE destination could not insert the row. |
![]() ![]() | DTS_E_SQLCEDESTSTATIC_FAILEDTOSETVALUES | The SQLCE destination could not set the column values for the row. |
![]() ![]() | DTS_E_SQLPERSISTENCEVERSION | Storing packages in SQL Server requires database server version 9.0 or higher. Storing packages in SQL Server is not supported on earlier versions of servers. |
![]() ![]() | DTS_E_SQLPROFILERDLL_ONLY_X86 | The log provider for SQL Server Profiler was unable to load pfclnt.dll because it is only supported on 32-bit systems. |
![]() ![]() | DTS_E_SQLTASK_CANNOTACQUIRECONNMANAGER | Cannot acquire a connection from the connection manager. |
![]() ![]() | DTS_E_SQLTASK_CANNOTLOCATECONNMANAGER | Connection manager "%1" does not exist. |
![]() ![]() | DTS_E_SQLTASK_CONNECTIONTYPENOTFILE | Connection "%1" is not a file connection manager. |
![]() ![]() | DTS_E_SQLTASK_DATETRUNCATION | Date truncation connection. |
![]() ![]() | DTS_E_SQLTASK_ERRORASSIGINGVALUETOVAR | An error occurred while assigning a value to variable "%1": "%2". |
![]() ![]() | DTS_E_SQLTASK_ERROREXECUTINGTHEQUERY | Executing the query "%1" failed with the following error: "%2". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly. |
![]() ![]() | DTS_E_SQLTASK_FAILEDTOACQUIRECONNECTION | Failed to acquire connection "%1". Connection may not be configured correctly or you may not have the right permissions on this connection. |
![]() ![]() | DTS_E_SQLTASK_FILEDOESNOTEXIST | File represented by "%1" does not exist. |
![]() ![]() | DTS_E_SQLTASK_INDESNOTINCOLLECTION | The index is not assigned in this collection. |
![]() ![]() | DTS_E_SQLTASK_INVALIDEPARAMDIRECTIONFALG | The parameter directions flag is not valid. |
![]() ![]() | DTS_E_SQLTASK_INVALIDNUMOFRESULTBINDINGS | There is an invalid number of result bindings returned for the ResultSetType: "%1". |
![]() ![]() | DTS_E_SQLTASK_INVALIDPARAMETERNAME | The parameter name is not valid. |
![]() ![]() | DTS_E_SQLTASK_MULTIPLERETURNVALUEPARAM | A parameter with type return value is not the first parameter, or there are more than one parameter of type return value. |
![]() ![]() | DTS_E_SQLTASK_NOCONNECTIONMANAGER | No connection manager is specified. |
![]() ![]() | DTS_E_SQLTASK_NOHANDLERFORCONNECTION | Cannot locate a handler for the specified connection type. |
![]() ![]() | DTS_E_SQLTASK_NOSQLTASKDATAINXMLFRAGMENT | The XML fragment does not contain SQL Task data. |
![]() ![]() | DTS_E_SQLTASK_NOSTATEMENTSPECIFIED | No Transact-SQL statement specified. |
![]() ![]() | DTS_E_SQLTASK_NOXMLSUPPORT | The connection does not support XML result sets. |
![]() ![]() | DTS_E_SQLTASK_NULLPARAMETERNAME | Cannot have a null parameter name. |
![]() ![]() | DTS_E_SQLTASK_OBJECTNOTINCOLLECTION | The object does not exist in this collection. |
![]() ![]() | DTS_E_SQLTASK_ODBCNOSUPPORTTRANSACTION | The task has a transaction option of "Required" and connection "%1" is of type "ODBC". ODBC connections don't support transactions. |
![]() ![]() | DTS_E_SQLTASK_PARAMSIZEERROR | Parameter "%1" cannot be negative. (-1) is used for the default value. |
![]() ![]() | DTS_E_SQLTASK_READONLYVARIABLE | Variable "%1" cannot be used in a result binding because it is read-only. |
![]() ![]() | DTS_E_SQLTASK_RESULTBINDTYPEFORROWSETXML | The result binding name must be set to zero for full result set and XML results. |
![]() ![]() | DTS_E_SQLTASK_RESULTBYNAMENOTSUPPORTED | Result binding by name "%1" is not supported for this connection type. |
![]() ![]() | DTS_E_SQLTASK_ROVARINOUTPARAMETER | The variable "%1" cannot be used as an "out" parameter or return value in a parameter binding because it is read-only. |
![]() ![]() | DTS_E_SQLTASK_TYPECONVERSIONERROR | Error converting the type from the connection. |
![]() ![]() | DTS_E_SQLTASK_TYPEISNOTCONVERTABLE | The connection type is not convertible. |
![]() ![]() | DTS_E_SQLTASK_UNABLETOACQUIREMANAGEDCONN | Cannot acquire a managed connection. |
![]() ![]() | DTS_E_SQLTASK_VALIDPARAMETERTYPES | Valid parameter names are of type Integer or String. |
![]() ![]() | DTS_E_SQLTASK_VARIABLENOTFOUND | Variable "%1" does not exist or could not be locked. |
![]() ![]() | DTS_E_SQLTASK_VARIABLETYPEISNOTSTRING | Type of variable "%1" is not string. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_CANT_LOAD_XML | Cannot load XML with query result. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_NO_DISCONNECTED_RS | No disconnected record set is available for the Transact-SQL statement. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_NO_ROWS | A result set type of single row is specified, but no rows were returned. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_NOROWSET | No result rowset is associated with the execution of this query. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_ODBC_DISCONNECTED | Disconnected record sets are not available from ODBC connections. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_PARAM_DIR | The parameter direction on parameter binding \"%s\" is not valid. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_PARAM_NAME_MIX | Parameter names cannot be an mix of ordinal and named types. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_RESULT_COL_INDEX | The result column index %d is not valid. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_RESULT_DATA_TYPE | The data type on result set binding \"%s\" is not supported. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_RESULT_SET_DATA_TYPE | The data type in the result set, column %hd, is not supported. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_UNKNOWN_RESULT_COL | Cannot find column \"%s\" in the result set. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_UNKNOWN_TYPE | Unknown type. |
![]() ![]() | DTS_E_SQLTASKCONN_ERR_UNSUPPORTED_TYPE | Unsupported type. |
![]() ![]() | DTS_E_SQLTASKOUTPUTENCODINGNOTSUPPORTED | Unable to obtain XML data from SQL Server as Unicode because the provider does not support the OUTPUTENCODING property. |
![]() ![]() | DTS_E_SSISSTANDALONENOTINSTALLED | To run a SSIS package outside of Business Intelligence Development Studio you must install %1 of Integration Services or higher. |
![]() ![]() | DTS_E_STOREDPROCSTASK_EMPTYSOURCELIST | There are no stored procedures to transfer. |
![]() ![]() | DTS_E_STOREDPROCSTASK_ERRORSTOREDPROCEDUREEXISTS | Stored procedure "%1" already exists at destination server. |
![]() ![]() | DTS_E_STOREDPROCSTASK_FAILEDTOTRANSFERSPS | Failed to transfer the stored procedure(s). More informative error should have been raised. |
![]() ![]() | DTS_E_STOREDPROCSTASK_OVERWRITINGSPATDESTINATION | Overwriting Stored Procedure "%1" at destination. |
![]() ![]() | DTS_E_STOREDPROCSTASK_STOREDPROCNOTFOUND | Stored Procedure "%1" is not found at the source. |
![]() ![]() | DTS_E_STRINGCONVERSIONTOOLONG | A string was too long to be converted. |
![]() ![]() | DTS_E_SYNCHRONOUSIDMISMATCH | The SynchronousInputID property on "%1" was %2!d!, and %3!d! was expected. |
![]() ![]() | DTS_E_TASKEXECUTEFAILED | The Execute method on the task returned error code 0x%1!8.8X! (%2). The Execute method must succeed, and indicate the result using an "out" parameter. |
![]() ![]() | DTS_E_TASKISEMPTY | The task has failed to load. The contact information for this task is "%1". |
![]() ![]() | DTS_E_TASKPRODUCTLEVEL | The task "%1" cannot run on installed %2 of Integration Services. It requires %3 or higher. |
![]() ![]() | DTS_E_TASKVALIDATIONERROR | There were errors during task validation. |
![]() ![]() | DTS_E_TASKVALIDATIONFAILED | The Validate method on the task failed, and returned error code 0x%1!8.8X! (%2). The Validate method must succeed and indicate the result using an "out" parameter. |
![]() ![]() | DTS_E_TERMEXTRACTION_ADDWORDTODECODER | An error occurred while adding words to a statistical decoder. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_COUNTTERM | An error occurred while counting term candidates. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_DECODE | An error occurred while decoding for a sentence. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_EMPTYTERMRESULTERROR | 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 | 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 | The input column can only have DT_WSTR or DT_NTEXT as its data type. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFOUTPUTCOLUMN | The output column [%1!d!] can only have '%2' as its data type. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFREFERENCECOLUMN | The reference column can only have DT_STR or DT_WSTR as its data type. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFINPUTCOLUMNS | There should be only one input column. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFOUTPUTCOLUMNS | There should be exactly two output columns. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTFREQUENCYTHRESHOLD | The value of Frequency Threshold should not be lower than '%1!d!'. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTMAXLENOFTERM | The value of Max Length of Term should not be lower than '%1!d!'. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTSCORETYPE | The Score Type of the transformation can only be Frequency or TFIDF. |
![]() ![]() | DTS_E_TERMEXTRACTION_INCORRECTTERMTYPE | The Term Type of the transformation can only be WordOnly, PhraseOnly or WordPhrase. |
![]() ![]() | DTS_E_TERMEXTRACTION_INITFSA | An error occurred while loading the finite state automata. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_INITIALIZE | An error occurred while initializing the engine of Term Extraction. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_INITPOSPROCESSOR | An error occurred while initializing the part-of-speech processor. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_INITPOSTAGVECTOR | An error occurred while initializing the part-of-speech processor. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_INVALIDOUTTERMTABLEORCOLUMN | The reference table, view, or column that is used for Exclusion Terms is not valid. |
![]() ![]() | DTS_E_TERMEXTRACTION_MAINWORKSPACE_CREATEERR | An error occurred while creating a workspace buffer. |
![]() ![]() | DTS_E_TERMEXTRACTION_MALLOCERR_REFERENCECOLUMNINFO | An error occurred while allocating memory. |
![]() ![]() | DTS_E_TERMEXTRACTION_OLEDBERR_CREATEBINDING | An OLEDB error occurred while creating bindings. |
![]() ![]() | DTS_E_TERMEXTRACTION_OLEDBERR_FILLBUFFER | An OLEDB error occurred while populating internal cache. |
![]() ![]() | DTS_E_TERMEXTRACTION_OLEDBERR_GETIROWSET | An OLEDB error occurred while fetching row sets. |
![]() ![]() | DTS_E_TERMEXTRACTION_OUTTERMTABLEANDCOLUMNNOTSET | The reference table, view, or column to be used for an Exclusion Terms has not been set. |
![]() ![]() | DTS_E_TERMEXTRACTION_PROCESSDOCUMENT | An error occurred while processing a document in the input. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_PROCESSERR | An error occurred while extracting terms on row %1!ld!, column %2!ld!. The error code returned was 0x%3!8.8X!. Please remove it from the input as a work-around. |
![]() ![]() | DTS_E_TERMEXTRACTION_PROCESSSENTENCE | An error occurred while processing within a sentence. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_SAVEPOSTAG | An error occurred while saving part-of-speech tags from an internal buffer. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_SAVEPTRSTRING | An error occurred while adding strings to an internal buffer. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_SETEXCLUDEDTERM | An error occurred while setting exclusion terms. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMEXTRACTION_STDLENGTHERROR | An std::length_error occurred from the STL containers. |
![]() ![]() | DTS_E_TERMEXTRACTION_TERMFILTERSTARTITERATIONERROR | An error occurred while the Term Filter was starting its iteration. |
![]() ![]() | DTS_E_TERMEXTRACTION_TOOFEWREFERENCECOLUMNS | Term Extraction reference metadata contains too few columns. |
![]() ![]() | DTS_E_TERMEXTRACTION_UNABLETOLOCATEREFCOLUMN | An error occurred while locating the reference column '%1'. |
![]() ![]() | DTS_E_TERMEXTRACTIONORLOOKUP_NTEXTSPLITED | Failed to locate the ending boundary of a sentence. |
![]() ![]() | DTS_E_TERMEXTRACTIONORLOOKUP_PROCESSERR_DEPOSITFULL | The number of the term candidates exceeds its limit, 4G. |
![]() ![]() | DTS_E_TERMEXTRACTIONORLOOKUP_TESTOFFSETERROR | An error occurred while normalizing words. |
![]() ![]() | DTS_E_TERMLOOKUP_ADDREFERENCETERM | An error occurred while processing the %1!ld!th reference term. The error code returned was 0x%2!8.8X!. Please remove the reference term from your reference table as a work-around. |
![]() ![]() | DTS_E_TERMLOOKUP_COUNTTERM | An error occurred while counting term candidates. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_ENGINEADDREFERENCETERM | An error occurred while setting reference terms. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_INCORRECTDATATYPEOFREFERENCECOLUMN | The reference column can only have DT_STR or DT_WSTR as its data type. |
![]() ![]() | DTS_E_TERMLOOKUP_INCORRECTEXACTNUMBEROFTEXTCOLUMNS | There should be exactly one input column mapped to one reference column. |
![]() ![]() | DTS_E_TERMLOOKUP_INITIALIZE | An error occurred while initializing the engine of Term Lookup. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_INVALIDREFERENCETERMTABLEORCOLUMN | The reference table/view or column used for the reference terms is invalid. |
![]() ![]() | DTS_E_TERMLOOKUP_MAINWORKSPACE_CREATEERR | An error occurred while creating a workspace buffer. |
![]() ![]() | DTS_E_TERMLOOKUP_OLEDBERR_CREATEBINDING | An OLEDB error occurred while creating bindings. |
![]() ![]() | DTS_E_TERMLOOKUP_OLEDBERR_FILLBUFFER | An OLEDB error occurred while populating internal cache. |
![]() ![]() | DTS_E_TERMLOOKUP_OLEDBERR_GETIROWSET | An OLEDB error occurred while fetching row sets. |
![]() ![]() | DTS_E_TERMLOOKUP_PROCESSDOCUMENT | An error occurred while processing a document in the input. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_PROCESSERR | An error occurred while looking up terms on row %1!ld!, column %2!ld!. The error code returned was 0x%3!8.8X!. Please remove it from the input as a work-around. |
![]() ![]() | DTS_E_TERMLOOKUP_PROCESSSENTENCE | An error occurred while processing sentences. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_REFERENCETERMTABLEANDCOLUMNNOTSET | The reference table/view or column used for the reference terms has not been set. |
![]() ![]() | DTS_E_TERMLOOKUP_SAVEWORDWITHPUNCTERROR | An error occurred while saving words with punctuation characters. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_SORREFERENCETERM | An error occurred while sorting reference terms. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TERMLOOKUP_TEXTIDINPUTCOLUMNNOTMAPPEDWITHOUTPUTCOLUMN | At least one Pass through column is not mapped to an output column. |
![]() ![]() | DTS_E_TERMLOOKUP_TEXTINPUTCOLUMNHAVEINCORRECTDATATYPE | The input column mapped to a reference column can only have DT_NTXT or DT_WSTR as its data type. |
![]() ![]() | DTS_E_TERMLOOKUP_TOOFEWOUTPUTCOLUMNS | Term Lookup contains too few output columns. |
![]() ![]() | DTS_E_TERMLOOKUP_TOOFEWREFERENCECOLUMNS | Term Lookup reference metadata contains too few columns. |
![]() ![]() | DTS_E_TERMLOOKUP_UNABLETOLOCATEREFCOLUMN | An error occurred while locating the reference column '%1'. |
![]() ![]() | DTS_E_TEXTDATATYPENOTSUPPORTEDWITHUNICODEFILES | The data type for "%1" is DT_TEXT, which is not supported with Unicode files. Use DT_NTEXT instead and convert the data to DT_TEXT using the data conversion component. |
![]() ![]() | DTS_E_TEXTMININGBASE_APPENDTOTEMPBUFFER | An error occurred while adding strings to an internal buffer. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TEXTMININGBASE_TESTPERIOD | An error occurred while testing whether a dot is a part of an acronym. The error code returned was 0x%1!8.8X!. |
![]() ![]() | DTS_E_TEXTQUALIFIERNOTFOUND | The text qualifier for column "%1" 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 | The EngineThreads property of the Data Flow task must be between %1!d! and %2!d!. An attempt was made to set the property to a value that is too small. |
![]() ![]() | DTS_E_THREADFAILED | SSIS Error Code DTS_E_THREADFAILED. Thread "%1" has exited with error code 0x%2!8.8X!. There may be error messages posted before this with more information on why the thread has exited. |
![]() ![]() | DTS_E_THREADFAILEDCREATE | The Data Flow task failed to create a required thread and cannot begin running. The usually occurs when there is an out-of-memory state. |
![]() ![]() | DTS_E_THREADFAILEDINITIALIZE | The Data Flow task failed to initialize a required thread and cannot begin execution. The thread previously reported a specific error. |
![]() ![]() | DTS_E_THREADSTARTUPFAILED | The Data Flow task engine failed at startup because it cannot create one or more required threads. |
![]() ![]() | DTS_E_TIMEGENCANTCONFIGURE | Unable to configure the Microsoft.AnalysisServices.TimeDimGenerator. |
![]() ![]() | DTS_E_TIMEGENCANTCONVERT | Unsupported data type for column %1!d!. |
![]() ![]() | DTS_E_TIMEGENCANTCREATE | Unable to create the Microsoft.AnalysisServices.TimeDimGenerator.TimeDimGenerator. |
![]() ![]() | DTS_E_TIMEGENCANTREAD | The attempt to read from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code 0x%1!8.8X!. |
![]() ![]() | DTS_E_TIMEGENCANTREADCOLUMN | The attempt to read column "%2!d!" data from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code 0x%2!8.8X!. |
![]() ![]() | DTS_E_TIMEOUT | The request has timed out. This error can occur when the timeout specified was too short, or a connection to the server or proxy cannot be established. Ensure that the server and proxy URL are correct. |
![]() ![]() | DTS_E_TKEXECPACKAGE_CREATECHILDPKGFAILED | Failure creating child package. |
![]() ![]() | DTS_E_TKEXECPACKAGE_DOMDOCUMENTFAILED | Failure documenting DOM. |
![]() ![]() | DTS_E_TKEXECPACKAGE_DOMPROPFAILED | Failure accessing the DOM property. |
![]() ![]() | DTS_E_TKEXECPACKAGE_FILEACCESSERROR | Error while accessing package file. |
![]() ![]() | DTS_E_TKEXECPACKAGE_INCORRECTCONNECTIONMANAGERTYPE | The connection manager "%1" has an unsupported type "%2". Only "FILE" and "OLEDB" connection managers are supported. |
![]() ![]() | DTS_E_TKEXECPACKAGE_NOPROJECTREFERENCE | The package has no project reference. |
![]() ![]() | DTS_E_TKEXECPACKAGE_PACKAGENOTEXIST | The package from the connection does not exist. |
![]() ![]() | DTS_E_TKEXECPACKAGE_REQUIREDPARAMETERNOTSPECIFIED | The required parameter is not specified from the connection. |
![]() ![]() | DTS_E_TKEXECPACKAGE_REQUIRESENSITIVEPARAMETER | The package requires sensitive parameter. |
![]() ![]() | DTS_E_TKEXECPACKAGE_SERVERNAMEFAILED | The server name failed. |
![]() ![]() | DTS_E_TKEXECPACKAGE_SQLLOADFAILED | Failure loading SQL server. |
![]() ![]() | DTS_E_TKEXECPACKAGE_UNABLETOLOAD | Error 0x%1!8.8X! while preparing to load the package. %2. |
![]() ![]() | DTS_E_TKEXECPACKAGE_UNABLETOLOADFILE | Error 0x%1!8.8X! while loading package file "%3". %2. |
![]() ![]() | DTS_E_TKEXECPACKAGE_UNABLETOLOADXML | Error 0x%1!8.8X! while loading package file "%3" into an XML document. %2. |
![]() ![]() | DTS_E_TKEXECPACKAGE_UNSPECIFIEDCONNECTION | The connection is not specified. |
![]() ![]() | DTS_E_TKEXECPACKAGE_UNSPECIFIEDPACKAGE | The package is not specified. |
![]() ![]() | DTS_E_TKEXECPACKAGE_USERNAMEFAILED | The package username failed to access. |
![]() ![]() | DTS_E_TKEXECPACKAGE_VARIABLENOTFOUND | Package variable not found from the connection. |
![]() ![]() | DTS_E_TOEXECISNOTCHILD | When adding a precedence constraint, the To executable specified is not a child of this container. |
![]() ![]() | DTS_E_TOTALINPUTCOLSCANNOTBEZERO | No input columns found. At least one input column must be mapped to an output column. |
![]() ![]() | DTS_E_TRANSACTION | Error transaction. |
![]() ![]() | DTS_E_TRANSACTIONENLISTNOTSUPPORTED | The connection does not support enlisting in distributed transaction. |
![]() ![]() | DTS_E_TRANSFERDBTASK_FILENAMEREQUIRED | The transfer file information %1 is missing the filename. |
![]() ![]() | DTS_E_TRANSFERDBTASK_FOLDERREQUIRED | The transfer file information %1 is missing the folder part. |
![]() ![]() | DTS_E_TRANSFERDBTASK_FTCATALOGSOFFLINEYUKONONLY | Full text catalogs can only be included when performing an offline database transfer between 2 SQL Server 2005 servers. |
![]() ![]() | DTS_E_TRANSFERDBTASK_MUSTHAVESOURCEFILES | At least one source file must be specified. |
![]() ![]() | DTS_E_TRANSFERDBTASK_NETSHAREDOESNOTEXIST | The network share "%1" could not be found. |
![]() ![]() | DTS_E_TRANSFERDBTASK_NETSHARENOACCESS | The network share "%1 could not be accessed. The error is: %2. |
![]() ![]() | DTS_E_TRANSFERDBTASK_NOOVERWRITEDB | The database "%1" already exists on the destination server "%2". |
![]() ![]() | DTS_E_TRANSFERDBTASK_OFFLINEERROR | The following exception occurred during an offline database transfer: %1. |
![]() ![]() | DTS_E_TRANSFERDBTASK_USERMUSTBEDBOORSYSADMIN | The user "%1" must be a DBO or a sysadmin for "%2" in order to perform an online database transfer. |
![]() ![]() | DTS_E_TRANSFERDBTASK_USERMUSTBESYSADMIN | The user "%1" must be a sysadmin on "%2" to perform an offline database transfer. |
![]() ![]() | DTS_E_TRANSFERDBTASKS_SRCFILENOTFOUND | Could not find the file "%1" in the source database "%2". |
![]() ![]() | DTS_E_TRANSFERSPTASK_ERRORREADINGSPNAMES | Error reading stored procedure names from the xml file. |
![]() ![]() | DTS_E_TRANSFERSPTASK_EXECUTIONFAILED | Execution failed with the following error "%1". |
![]() ![]() | DTS_E_TRANSFERSPTASK_INVALIDDATANODE | Invalid data node for the Transfer Stored Procedure task. |
![]() ![]() | DTS_E_TRANSFERTASKS_CONNECTIONNOTFOUND | The connection "%1" could not be found in the package. |
![]() ![]() | DTS_E_TRANSFERTASKS_CONNECTIONTYPEISNOTSMOSERVER | Connection "%1" is not of type "SMOServer". |
![]() ![]() | DTS_E_TRANSFERTASKS_DESTCONNECTIONREQUIRED | A destination connection must be specified. |
![]() ![]() | DTS_E_TRANSFERTASKS_DESTDBREQUIRED | A destination database must be specified. |
![]() ![]() | DTS_E_TRANSFERTASKS_EXECUTIONFAILED | Execution failed with the following error: "%1". |
![]() ![]() | DTS_E_TRANSFERTASKS_FILELISTSCOUNTMISMATCH | The number of source transfer files and the number of destination transfer files must be the same. |
![]() ![]() | DTS_E_TRANSFERTASKS_NETSHAREREQUIRED | The transfer file information %1 is missing the network share part. |
![]() ![]() | DTS_E_TRANSFERTASKS_NOTRANSACTIONSUPPORT | This task cannot participate in a transaction. |
![]() ![]() | DTS_E_TRANSFERTASKS_OVERLAPFILESET | Overlaps the file set to transfer. |
![]() ![]() | DTS_E_TRANSFERTASKS_SERVERVERSIONNOTALLOWED | The connection "%1" specifies a SQL server with a version that is not supported for transfer. Only version 7, 2000, and 2005 are supported. |
![]() ![]() | DTS_E_TRANSFERTASKS_SOURCECANTBESAMEASDESTINATION | The source server cannot be the same as the destination server. |
![]() ![]() | DTS_E_TRANSFERTASKS_SRCCONNECTIONREQUIRED | A source connection must be specified. |
![]() ![]() | DTS_E_TRANSFERTASKS_SRCDBANDDESTDBTHESAME | The source database and the destination database cannot be the same. |
![]() ![]() | DTS_E_TRANSFERTASKS_SRCDBMUSTEXIST | The source database "%1" must exist on the source server. |
![]() ![]() | DTS_E_TRANSFERTASKS_SRCDBREQUIRED | A source database must be specified. |
![]() ![]() | DTS_E_TRANSFERTASKS_SRCSERVERLESSEQUALDESTSERVER | The source connection "%1" must specify a SQL server with a version less than or equal to the destination connection "%2". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST | User Defined Aggregate "%1" already exists at destination. |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_CANNOTDROPOBJECTS | "Logins" are server level objects and cannot be dropped first since the source and destination are the same server. Dropping objects first will remove the logins from the source as well. |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_DEFAULTALREADYATDEST | Default "%1" already exists at destination. |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_EMPTYLIST | The list of "Objects" to transfer is empty. |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGAGGREGATES | An error occurred while trying to get set the User Defined Aggregates list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGDEFAULTS | An error occurred while trying to get set the Defaults list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGLOGINS | An error occurred while trying to get set the Logins list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPFS | An error occurred while trying to get set the Partition Functions list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPSS | An error occurred while trying to get set the Partition Schemes list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGRULES | An error occurred while trying to get set the Rules list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSCHEMAS | An error occurred while trying to get set the Schemas list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSPS | An error occurred while trying to get set the Stored Procedures list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSQLASSEMBLIES | An error occurred while trying to get set the SqlAssemblys list to transfer: "%1". |
![]() ![]() | DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTABLES | An error occurred while trying to get set the Tables list to transfer: "%1". |
