Integration Services Error and Message Reference

The following tables list predefined Integration Services errors, warnings, and informational messages, in ascending numerical order within each category, along with their numeric codes and symbolic names. Each of these errors is defined as a field in the Hresults class in the Microsoft.SqlServer.Dts.Runtime namespace.

This list may be useful when you encounter an error code without its description. The list does not include troubleshooting information at this time.

Important

Many of the error messages that you may see while working with Integration Services come from other components. In this topic, you will find all the errors raised by Integration Services components. If you do not see your error in the list, the error was raised by a component outside Integration Services. These may include OLE DB providers, other database components such as the Database Engine and Analysis Services , or other services or components such as the file system, the SMTP server, Message Queuing (also known as MSMQ), and so forth. To find information about these external error messages, see the documentation specific to the component.

This list contains the following groups of messages:

  • Error Messages (DTS_E_*)

  • Warning Messages (DTS_W_*)

  • Informational Messages(DTS_I_*)

  • General and Event Messages(DTS_MSG_*)

  • Success Messages(DTS_S_*)

  • Data Flow Component Error Messages (DTSBC_E_*)

Error Messages

The symbolic names of Integration Services error messages begin with DTS_E_.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0x8002F347

-2147290297

DTS_E_STOREDPROCSTASK_OVERWRITINGSPATDESTINATION

Overwriting Stored Procedure "__" at destination.

0x8020837E

-2145352834

DTS_E_ADOSRCUNKNOWNTYPEMAPPEDTONTEXT

The data type "__" found on column "__" is not supported for the __. This column will be converted to DT_NTEXT.

0x8020838C

-2145352820

DTS_E_XMLSRCSCHEMACOLUMNNOTINEXTERNALMETADATA

The column __ in table __ in the XML schema does not have a mapping in the external metadata columns.

0xC0000032

-1073741774

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.

0xC0000033

-1073741773

DTS_E_EXPIRED

Integration Services evaluation period has expired.

0xC0000034

-1073741772

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.

0xC0000035

-1073741771

DTS_E_NEGATIVEINDEXNOTALLOWED

Indexes cannot be negative. This error occurs when a negative value is used as an index to a collection.

0xC00060AB

-1073717077

DTS_E_INVALIDSSISSERVERNAME

Invalid server name "__". SSIS service does not support multi-instance, use just server name instead of "server name\instance".

0xC0008445

-1073707963

DTS_E_SCRIPTMIGRATIONFAILED64BIT

Migration for VSA scripts can not be done on 64 bit platforms due to lack of Visual Tools for Applications designer support. Run the migration under WOW64 on 64 bit platforms.

0xC000931A

-1073704166

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_ERRORSINCOMMAND

The command execution generated errors.

0xC000F427

-1073679321

DTS_E_SSISSTANDALONENOTINSTALLED

To run a SSIS package outside of Business Intelligence Development Studio you must install __ of Integration Services or higher.

0xC0010001

-1073676287

DTS_E_VARIABLENOTFOUND

The variable cannot be found. This occurs when an attempt is made to retrieve a variable from the Variables collection on a container during execution of the package, and the variable is not there. The variable name may have changed or the variable is not being created.

0xC0010003

-1073676285

DTS_E_VARIABLEREADONLY

Error trying to write to a read-only variable, "__".

0xC0010004

-1073676284

DTS_E_MANAGEDCOMPONENTSTORENOTFOUND

Unable to find the directories containing Tasks and Data Flow Task components. Check the integrity of your installation.

0xC0010006

-1073676282

DTS_E_PACKAGENAMETOOLONG

Package name is too long. The limit is 128 characters. Shorten the package name.

0xC0010007

-1073676281

DTS_E_PACKAGEDESCRIPTIONTOOLONG

Package description is too long. The limit is 1024 characters. Shorten the package description.

0xC0010008

-1073676280

DTS_E_VERCOMMENTSTOOLONG

VersionComments property is too long. The limit is 1024 characters. Try shortening the VersionComments.

0xC0010009

-1073676279

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.

0xC001000A

-1073676278

DTS_E_PACKAGENOTFOUND

The specified package could not be loaded from the SQL Server database.

0xC001000C

-1073676276

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.

0xC001000D

-1073676275

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

0xC001000E

-1073676274

DTS_E_CONNECTIONNOTFOUND

The connection "__" is not found. This error is thrown by Connections collection when the specific connection element is not found.

0xC001000F

-1073676273

DTS_E_64BITVARIABLERECAST

The variable "__" is a 64-bit integer variable, which is not supported on this operating system. The variable has been recast to 32-bit integer. Variables of type VT_I8 and VT_UI8 are not supported on Microsoft Windows 2000.

0xC0010010

-1073676272

DTS_E_CANTCHANGEREADONLYATRUNTIME

An attempt change to a read-only attribute on variable "__" 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.

0xC0010011

-1073676271

DTS_E_VARIABLEINVALIDCONTAINERREF

Invalid attempt to set a variable to a container reference. Variables are not allowed to reference containers.

0xC0010013

-1073676269

DTS_E_INVALIDVARVALUE

Assigning invalid value or object to variable "__". This error happens when a value is not appropriate for variables.

0xC0010014

-1073676268

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.

0xC0010016

-1073676266

DTS_E_INVALIDARRAYVALUE

Error getting or setting an array value. The type "__" is not allowed. This occurs when loading an array into a variable.

0xC0010017

-1073676265

DTS_E_UNSUPPORTEDARRAYTYPE

Unsupported type in array. This happens when saving an array of unsupported types into a variable.

0xC0010018

-1073676264

DTS_E_PERSISTENCEERROR

Error loading value "__" from node "__".

0xC0010019

-1073676263

DTS_E_INVALIDNODE

Node "__" is not a valid node. This happens when saving fails.

0xC0010020

-1073676256

DTS_E_ERRORLOADINGTASK

Failed to load task "__", type "__". The contact information for this task is "__".

0xC0010021

-1073676255

DTS_E_ERRORELEMENTNOTINCOLL

Element "__" does not exist in collection "__".

0xC0010022

-1073676254

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.

0xC0010023

-1073676253

DTS_E_VARIABLENOTFOUNDINCOLL

The variable "__" cannot be found. This error occurs when an attempt to retrieve a variable from a variables collection on a container during execution of the package occurs, and the variable is not there. A variable name may have changed or the variable is not being created.

0xC0010025

-1073676251

DTS_E_HASEMPTYTASKHOSTS

The package cannot execute because it contains tasks that failed to load.

0xC0010026

-1073676250

DTS_E_TASKISEMPTY

The task has failed to load. The contact information for this task is "__".

0xC0010027

-1073676249

DTS_E_ERRORLOADINGTASKNOCONTACT

Error loading task "__".

0xC0010028

-1073676248

DTS_E_ERRORATLOADTASK

Error loading task. This happens when loading a task from XML fails.

0xC0010200

-1073675776

DTS_E_MULTIPLECACHEWRITES

The __ cannot write to the cache because __ has already written to it.

0xC0010201

-1073675775

DTS_E_SETCACHEFORINSERTFAILED

Failed to prepare the cache for new data.

0xC0010202

-1073675774

DTS_E_SETCACHEFORFILLFAILED

Failed to mark the cache as filled with data.

0xC0010203

-1073675773

DTS_E_READUNINITIALIZEDCACHE

The cache is not initialized and cannot be read by __.

0xC0010204

-1073675772

DTS_E_SETCACHEFORREADFAILED

Failed to prepare the cache for providing data.

0xC0010205

-1073675771

DTS_E_READNOTFILLEDCACHE

The cache is being written to by __, and cannot be read by __.

0xC0010206

-1073675770

DTS_E_WRITEWHILECACHEINUSE

The cache is being read from __ and cannot be written to by __.

0xC0011001

-1073672191

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.

0xC0011002

-1073672190

DTS_E_OPENPACKAGEFILE

Failed to open package file "__" due to error __ "__". 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.

0xC0011003

-1073672189

DTS_E_LOADPACKAGEXML

Failed to load XML due to error __ "__". 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.

0xC0011004

-1073672188

DTS_E_LOADPACKAGEXMLFILE

Failed to load XML from package file "__" due to error __ "__". 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.

0xC0011005

-1073672187

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.

0xC0011006

-1073672186

DTS_E_UNABLETODECODEBINARYFORMAT

Unable to decode a binary format in the package.

0xC0011007

-1073672185

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.

0xC0011008

-1073672184

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.

0xC0011009

-1073672183

DTS_E_XMLDOMERROR

Cannot create an instance of the XML Document Object Model. MSXML may not be registered.

0xC001100D

-1073672179

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.

0xC001100E

-1073672178

DTS_E_SAVEFILE

Failed to save package file.

0xC001100F

-1073672177

DTS_E_SAVEPACKAGEFILE

Failed to save package file "__" with error __ "__".

0xC001200D

-1073668083

DTS_E_IDTSNAMENOTSUPPORTED

The object must inherit from IDTSName100 and does not.

0xC0012018

-1073668072

DTS_E_CONFIGFORMATINVALID_PACKAGEDELIMITER

The configuration entry, "__", has an incorrect format because it does not begin with package delimiter. There was no "\package" delimiter.

0xC0012019

-1073668071

DTS_E_CONFIGFORMATINVALID

The configuration entry "__" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter.

0xC001201B

-1073668069

DTS_E_CONFIGFILEFAILEDEXPORT

Failure exporting configuration file.

0xC0012021

-1073668063

DTS_E_PROPERTIESCOLLECTIONREADONLY

Properties collection cannot be modified.

0xC0012022

-1073668062

DTS_E_DTRXMLSAVEFAILURE

Unable to save configuration file. The file may be read only.

0xC0012023

-1073668061

DTS_E_FAILPACKAGEONFAILURENA

FailPackageOnFailure property is not applicable to the package container.

0xC0012024

-1073668060

DTS_E_TASKPRODUCTLEVEL

The task "__" cannot run on installed __ of Integration Services. It requires __ or higher.

0xC0012029

-1073668055

DTS_E_UNABLETOSAVETOFILE

Unable to save xml to "__". The file may be read only.

0xC0012037

-1073668041

DTS_E_CONFIGTYPECONVERSIONFAILED

Failed to convert a type in the configuration "__" for the package path "__". 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.

0xC0012049

-1073668023

DTS_E_CONFIGFAILED

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

0xC0012050

-1073668016

DTS_E_REMOTEPACKAGEVALIDATION

Package failed validation from the ExecutePackage task. The package cannot run.

0xC0013001

-1073663999

DTS_E_FAILTOCREATEMUTEX

Failed to create mutex "__" with error __.

0xC0013002

-1073663998

DTS_E_MUTEXOWNBYDIFFUSER

Mutex "__" already exists and is owned by another user.

0xC0013003

-1073663997

DTS_E_WAITFORMUTEXFAILED

Failed to acquire mutex "__" with error __.

0xC0013004

-1073663996

DTS_E_FAILTORELEASEMUTEX

Failed to release mutex "__" with error __.

0xC0014003

-1073659901

DTS_E_INVALIDTASKPOINTER

The wrappers task pointer is not valid. The wrapper has an invalid pointer to a task.

0xC0014004

-1073659900

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.

0xC0014005

-1073659899

DTS_E_UNKNOWNCONNECTIONMANAGERTYPE

The connection type "__" specified for connection manager "__" is not recognized as a valid connection manager type. This error is returned when an attempt is made to create a connection manager for an unknown connection type. Check the spelling in the connection type name.

0xC0014006

-1073659898

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.

0xC0014007

-1073659897

DTS_E_ODBCERRORENV

There was an error creating an Open Database Connectivity (ODBC) environment.

0xC0014008

-1073659896

DTS_E_ODBCERRORDBC

There was an error creating an Open Database Connectivity (ODBC) database connection.

0xC0014009

-1073659895

DTS_E_ODBCERRORCONNECT

There was an error trying to establish an Open Database Connectivity (ODBC) connection with the database server.

0xC001400A

-1073659894

DTS_E_CONNECTIONMANAGERQUALIFIERALREADYSET

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

0xC001400B

-1073659893

DTS_E_CONNECTIONMANAGERQUALIFIERNOTSET

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

0xC001400C

-1073659892

DTS_E_CONNECTIONMANAGERQUALIFIERNOTSUPPORTED

This connection manager does not support specification of qualifiers.

0xC001400D

-1073659891

DTS_E_CANNOTCLONECONNECTIONMANAGER

Connection manager "__" cannot be cloned for out-of-process execution.

0xC001400E

-1073659890

DTS_E_NOSQLPROFILERDLL

The log provider for SQL Server Profiler was unable to load pfclnt.dll. Please check that SQL Server Profiler is installed.

0xC001400F

-1073659889

DTS_E_LOGFAILED

The SSIS logging infrastructure failed with error code __. This error indicates that this logging error is not attributable to a specific log provider.

0xC0014010

-1073659888

DTS_E_LOGPROVIDERFAILED

The SSIS logging provider "__" failed with error code __ (__). This indicates a logging error attributable to the specified log provider.

0xC0014011

-1073659887

DTS_E_SAVETOSQLSERVER_OLEDB

The SaveToSQLServer method has encountered OLE DB error code __ (__). The SQL statement that was issued has failed.

0xC0014012

-1073659886

DTS_E_LOADFROMSQLSERVER_OLEDB

The LoadFromSQLServer method has encountered OLE DB error code __ (__). The SQL statement that was issued has failed.

0xC0014013

-1073659885

DTS_E_REMOVEFROMSQLSERVER_OLEDB

The RemoveFromSQLServer method encountered OLE DB error code __ (__) The SQL statement that was issued has failed.

0xC0014014

-1073659884

DTS_E_EXISTSONSQLSERVER_OLEDB

The ExistsOnSQLServer method has encountered OLE DB error code __ (__). The SQL statement issued has failed.

0xC0014015

-1073659883

DTS_E_CONNECTIONSTRING

OLE DB has failed making a database connection when using the supplied connection string.

0xC0014016

-1073659882

DTS_E_FROMEXECISNOTCHILD

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

0xC0014017

-1073659881

DTS_E_TOEXECISNOTCHILD

When adding a precedence constraint, the To executable specified is not a child of this container.

0xC0014018

-1073659880

DTS_E_ODBCTRANSACTIONENLIST

There was an error trying enlist an ODBC connection in a transaction. The SQLSetConnectAttr failed to set the SQL_ATTR_ENLIST_IN_DTC attribute.

0xC0014019

-1073659879

DTS_E_CONNECTIONOFFLINE

The connection manager "__" will not acquire a connection because the package OfflineMode property is TRUE. When the OfflineMode is TRUE, connections cannot be acquired.

0xC001401A

-1073659878

DTS_E_BEGINTRANSACTION

The SSIS Runtime has failed to start the distributed transaction due to error __ "__". The DTC transaction failed to start. This could occur because the MSDTC Service is not running.

0xC001401B

-1073659877

DTS_E_SETQUALIFIERDESIGNTIMEONLY

The SetQualifier method cannot be called on a connection manager during package execution. This method is used at design-time only.

0xC001401C

-1073659876

DTS_E_SQLPERSISTENCEVERSION

Storing or modifying packages in SQL Server requires the SSIS runtime and database to be the same version. Storing packages in earlier versions is not supported.

0xC001401D

-1073659875

DTS_E_CONNECTIONVALIDATIONFAILED

Connection "__" failed validation.

0xC001401E

-1073659874

DTS_E_INVALIDFILENAMEINCONNECTION

The file name "__" specified in the connection was not valid.

0xC001401F

-1073659873

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.

0xC0014020

-1073659872

DTS_E_ODBCERROR

An ODBC error __ has occurred.

0xC0014021

-1073659871

DTS_E_PRECEDENCECONSTRAINT

There was an error in the precedence constraint between "__" and "__".

0xC0014022

-1073659870

DTS_E_FAILEDPOPNATIVEFEE

Failed to populate the ForEachEnumeratorInfos collection with native ForEachEnumerators with the following error code: __.

0xC0014023

-1073659869

DTS_E_GETENUMERATOR

The GetEnumerator method of the ForEach Enumerator has failed with error __ "__". This occurs when the ForEach Enumerator cannot enumerate.

0xC0014024

-1073659868

DTS_E_CANTGETCERTDATA

The raw certificate data cannot be obtained from the supplied certificate object (error: __). 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.

0xC0014025

-1073659867

DTS_E_CANTCREATECERTCONTEXT

Failed to create certificate context (error: __). This occurs in CPackage::put_CertificateObject or CPackage::LoadFromXML when the corresponding CryptoAPI function fails.

0xC0014026

-1073659866

DTS_E_CANTOPENCERTSTORE

Opening MY certificate store failed with error "__".This occurs in CPackage::LoadUserCertificateByName and CPackage::LoadUserCertificateByHash.

0xC0014027

-1073659865

DTS_E_CANTFINDCERTBYNAME

The certificate specified by name in MY store cannot be found (error: __). This occurs in CPackage::LoadUserCertificateByName.

0xC0014028

-1073659864

DTS_E_CANTFINDCERTBYHASH

Unable to find the specified certificate by hash in "MY" store (error: __). Occurs in CPackage::LoadUserCertificateByHash.

0xC0014029

-1073659863

DTS_E_INVALIDCERTHASHFORMAT

The hash value is not a one-dimensional array of bytes (error: __). This occurs in CPackage::LoadUserCertificateByHash.

0xC001402A

-1073659862

DTS_E_CANTACCESSARRAYDATA

The data in the array cannot be accessed (error: __). This error can occur wherever GetDataFromSafeArray is called.

0xC001402B

-1073659861

DTS_E_CREATEMANAGEDHELPERFAILED

The SSIS managed helper object failed during creation with error __ "__". This occurs whenever CoCreateInstance CLSID_DTSManagedHelper fails.

0xC001402C

-1073659860

DTS_E_OLEDBTRANSACTIONENLIST

The SSIS Runtime has failed to enlist the OLE DB connection in a distributed transaction with error __ "__".

0xC001402D

-1073659859

DTS_E_SIGNPACKAGEFAILED

Package signing failed with error __ "__". This occurs when the ManagedHelper.SignDocument method fails.

0xC001402E

-1073659858

DTS_E_CHECKENVELOPEFAILED

Failed to check for XML signature envelope in package XML with error __ "__". This occurs in CPackage::LoadFromXML.

0xC001402F

-1073659857

DTS_E_GETXMLSOURCEFAILED

Failed to obtain XML source from XML DOM object with error __ "__". This occurs when IXMLDOMDocument::get_xml fails.

0xC0014030

-1073659856

DTS_E_PACKAGEVERIFICATIONFAILED

The cryptographic signature of the package failed verification due to error __ "__". This occurs when the signature verification operation fails.

0xC0014031

-1073659855

DTS_E_GETKEYFROMCERTFAILED

Failed to obtain cryptographic key pair associated with the specified certificate with error __ "__". 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.

0xC0014032

-1073659854

DTS_E_INVALIDSIGNATURE

The digital signature is not valid. The contents of the package have been modified.

0xC0014033

-1073659853

DTS_E_UNTRUSTEDSIGNATURE

The digital signature is valid; however the signer is not trusted and, therefore, authenticity cannot be guaranteed.

0xC0014034

-1073659852

DTS_E_TRANSACTIONENLISTNOTSUPPORTED

The connection does not support enlisting in distributed transaction.

0xC0014035

-1073659851

DTS_E_PACKAGEPROTECT

Failed to apply package protection with error __ "__". This error occurs when saving to Xml.

0xC0014036

-1073659850

DTS_E_PACKAGEUNPROTECT

Failed to remove package protection with error __ "__". This occurs in the CPackage::LoadFromXML method.

0xC0014037

-1073659849

DTS_E_PACKAGEPASSWORD

The package is encrypted with a password. The password was not specified, or is not correct.

0xC0014038

-1073659848

DTS_E_DUPLICATECONSTRAINT

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

0xC0014039

-1073659847

DTS_E_PACKAGELOADFAILED

The package failed to load due to error __ "__". This occurs when CPackage::LoadFromXML fails.

0xC001403A

-1073659846

DTS_E_PACKAGEOBJECTNOTENVELOPED

Failed to find package object in signed XML envelope with error __ "__". This occurs when signed XML does not contain a SSIS package, as expected.

0xC001403B

-1073659845

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.

0xC001403C

-1073659844

DTS_E_GETPACKAGEINFOS

An OLE DB error __ (__) occurred while enumerating packages. A SQL statement was issued and failed.

0xC001403D

-1073659843

DTS_E_UNKNOWNLOGPROVIDERTYPE

The log provider type "__" specified for log provider "__" is not recognized as a valid log provider type. This error occurs when an attempt is made to create a log provider for unknown log provider type. Verify the spelling in the log provider type name.

0xC001403E

-1073659842

DTS_E_UNKNOWNLOGPROVIDERTYPENOSUBS

The log provider type is not recognized as a valid log provider type. This error occurs when an attempt is made to create a log provider for unknown log provider type. Verify the spelling in the log provider type name.

0xC001403F

-1073659841

DTS_E_UNKNOWNCONNECTIONMANAGERTYPENOSUBS

The connection type specified for connection manager is not a valid connection manager type. This error occurs when an attempt is made to create a connection manager for unknown connection type. Verify the spelling of the connection type name.

0xC0014040

-1073659840

DTS_E_PACKAGEREMOVEFAILED

An error was encountered when trying to remove the package "__" from SQL Server.

0xC0014042

-1073659838

DTS_E_FOLDERADDFAILED

An error was encountered when trying to create a folder on SQL Server named "__" in folder "__".

0xC0014043

-1073659837

DTS_E_CREATEFOLDERONSQLSERVER_OLEDB

The CreateFolderOnSQLServer method has encountered OLE DB error code __ (__) The SQL statement issued has failed.

0xC0014044

-1073659836

DTS_E_FOLDERRENAMEFAILED

An error occurred when renaming folder " __\__" to "__\__" on SQL Server.

0xC0014045

-1073659835

DTS_E_RENAMEFOLDERONSQLSERVER_OLEDB

The RenameFolderOnSQLServer method encountered OLE DB error code __ (__). The SQL statement issued has failed.

0xC0014046

-1073659834

DTS_E_FOLDERDELETEFAILED

Error deleting SQL Server folder "__".

0xC0014047

-1073659833

DTS_E_REMOVEFOLDERFROMSQLSERVER_OLEDB

The RemoveFolderOnSQLServer method encountered OLE DB error code __ (__). The SQL statement issued has failed.

0xC0014048

-1073659832

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.

0xC0014049

-1073659831

DTS_E_FOLDERNOTFOUND

Cannot find folder "__".

0xC001404A

-1073659830

DTS_E_FINDFOLDERONSQLSERVER_OLEDB

While trying to find a folder on SQL an OLE DB error was encountered with error code __ (__).

0xC001404B

-1073659829

DTS_E_OPENLOGFAILED

The SSIS logging provider has failed to open the log. Error code: __.

0xC001404C

-1073659828

DTS_E_GETCONNECTIONINFOS

Failed to get ConnectionInfos collection with error __ "__". This error occurs when the call to IDTSApplication100::get_ConnectionInfos fails.

0xC001404D

-1073659827

DTS_E_VARIABLEDEADLOCK

Deadlock detected while trying to lock variables. The locks cannot be acquired after 16 attempts. The locks timed out.

0xC001404E

-1073659826

DTS_E_NOTDISPENSED

The Variables collection has not been returned from the VariableDispenser. An operation was attempted that is only allowed on dispensed collections.

0xC001404F

-1073659825

DTS_E_VARIABLESALREADYUNLOCKED

This Variables collection has already been unlocked. The Unlock method is called only once on a dispensed Variables collection.

0xC0014050

-1073659824

DTS_E_VARIABLEUNLOCKFAILED

One or more variables failed to unlock.

0xC0014051

-1073659823

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.

0xC0014052

-1073659822

DTS_E_VARIABLEALREADYONREADLIST

The variable "__" is already on the read list. A variable may only be added once to either the read lock list or the write lock list.

0xC0014053

-1073659821

DTS_E_VARIABLEALREADYONWRITELIST

The variable "__" is already on the write list. A variable may only be added once to either the read lock list or the write lock list.

0xC0014054

-1073659820

DTS_E_LOCKVARIABLEFORREAD

Failed to lock variable "__" for read access with error __ "__".

0xC0014055

-1073659819

DTS_E_LOCKVARIABLEFORWRITE

Failed to lock variable "__" for read/write access with error __ "__".

0xC0014056

-1073659818

DTS_E_CUSTOMEVENTCONFLICT

The custom event "__" 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.

0xC0014057

-1073659817

DTS_E_EVENTHANDLERNOTALLOWED

The task providing the custom event "__" does not allow this event to be handled in the package. The custom event was declared with AllowEventHandlers = FALSE.

0xC0014059

-1073659815

DTS_E_UNSAFEVARIABLESALREADYSET

The VariableDispenser received an unsafe Variables collection. This operation cannot be repeated.

0xC001405A

-1073659814

DTS_E_INVALIDPARENTPACKAGEPATH

GetPackagePath was called on the ForEachEnumerator but there was no ForEachLoop package path specified.

0xC001405B

-1073659813

DTS_E_VARIABLEDEADLOCK_READ

A deadlock was detected while trying to lock variable "__" for read access. A lock could not be acquired after 16 attempts and timed out.

0xC001405C

-1073659812

DTS_E_VARIABLEDEADLOCK_READWRITE

A deadlock was detected while trying to lock variables "__" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.

0xC001405D

-1073659811

DTS_E_VARIABLEDEADLOCK_BOTH

A deadlock was detected while trying to lock variables "__" for read access and variables "__" for read/write access. A lock cannot be acquired after 16 attempts. The locks timed out.

0xC001405E

-1073659810

DTS_E_PACKAGEPASSWORDEMPTY

The protection level of the package requires a password, but PackagePassword property is empty.

0xC001405F

-1073659809

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.

0xC0014060

-1073659808

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.

0xC0014061

-1073659807

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.

0xC0014062

-1073659806

DTS_E_LOADFROMSQLSERVER

LoadFromSQLServer method has failed.

0xC0014063

-1073659805

DTS_E_SIGNATUREPOLICYVIOLATION

The package cannot be loaded because the state of the digital signature violates signature policy. Error __ "__"

0xC0014064

-1073659804

DTS_E_SIGNATURENOTPRESENT

The package is not signed.

0xC0014065

-1073659803

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.

0xC0014100

-1073659648

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.

0xC0014101

-1073659647

DTS_E_NAMEALREADYEXISTS

The object name cannot be changed from "__" to "__" because another object in the collection already uses that name. Use a different name to resolve this error.

0xC0014103

-1073659645

DTS_E_FAILEDDEPENDENCIES

There was an error enumerating the package dependencies. Check other messages for more information.

0xC0014104

-1073659644

DTS_E_INVALIDCHECKPOINT_TRANSACTION

The current package settings are not supported. Please change the SaveCheckpoints property or the TransactionOption property.

0xC001410E

-1073659634

DTS_E_CONNECTIONMANAGERJOINTRANSACTION

The connection manager failed to defect from the transaction.

0xC0015001

-1073655807

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.

0xC0015002

-1073655806

DTS_E_BPUNKNOWNID

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

0xC0015004

-1073655804

DTS_E_CANTWRITETOFILE

The file, "__", could not be opened for writing. The file could be read-only, or you do not have the correct permissions.

0xC0015005

-1073655803

DTS_E_NOROWSETRETURNED

No result rowset is associated with the execution of this query. The result is not correctly specified.

0xC0015105

-1073655547

DTS_E_DUMP_FAILED

Debug dump files were not generated correctly. The hresult is __.

0xC0016001

-1073651711

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.

0xC0016002

-1073651710

DTS_E_INVALIDSCHEME

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

0xC0016003

-1073651709

DTS_E_WINHTTPCANNOTCONNECT

Connection to server __ cannot be established. This error can occur when the server does not exist, or the proxy settings are incorrect.

0xC0016004

-1073651708

DTS_E_CONNECTIONTERMINATED

The connection with the server has been reset or terminated. Try again later.

0xC0016005

-1073651707

DTS_E_LOGINFAILURE

The login attempt failed for "__". This error occurs when the login credentials provided are incorrect. Verify the login credentials.

0xC0016006

-1073651706

DTS_E_INVALIDSERVERNAME

The server name specified in the URL __ cannot be resolved.

0xC0016007

-1073651705

DTS_E_PROXYAUTH

Proxy authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect.

0xC0016008

-1073651704

DTS_E_SECUREFAILURE

SSL certificate response obtained from the server was not valid. Cannot process the request.

0xC0016009

-1073651703

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.

0xC001600A

-1073651702

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.

0xC001600B

-1073651701

DTS_E_REDIRECTFAILURE

The specified server, URL __, has a redirect and the redirect request failed.

0xC001600C

-1073651700

DTS_E_SERVERAUTH

Server authentication failed. This error occurs when login credentials are not provided, or the credentials are incorrect.

0xC001600D

-1073651699

DTS_E_WINHTTPUNKNOWNERROR

Request cannot be processed. Try again later.

0xC001600E

-1073651698

DTS_E_UNKNOWNSTATUSCODE

Server returned status code - __ : __. This error occurs when the server is experiencing problems.

0xC001600F

-1073651697

DTS_E_WINHTTPNOTSUPPORTED

This platform is not supported by WinHttp services.

0xC0016010

-1073651696

DTS_E_INVALIDTIMEOUT

Timeout value is not valid. Timeout should be in the range of __ to __ (in seconds).

0xC0016011

-1073651695

DTS_E_INVALIDCHUNKSIZE

The chunk size is not valid. The ChunkSize property should be in the range of __ to __ (in KB).

0xC0016012

-1073651694

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.

0xC0016013

-1073651693

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 can not be checked.

0xC0016014

-1073651692

DTS_E_WINHTTPOPEN

Error initializing HTTP session with proxy "__". This error can occur when an invalid proxy was specified. HTTP connection manager only supports CERN-type proxies.

0xC0016015

-1073651691

DTS_E_OPENCERTSTORE

Error opening certificate store.

0xC0016016

-1073651690

DTS_E_UNPROTECTXMLFAILED

Failed to decrypt protected XML node "__" with error __ "__". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.

0xC0016017

-1073651689

DTS_E_UNPROTECTCONNECTIONSTRINGFAILED

Failed to decrypt protected connection string for server "__" with error __ "__". You may not be authorized to access this information. This error occurs when there is a cryptographic error. Verify that the correct key is available.

0xC0016018

-1073651688

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.

0xC0016019

-1073651687

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.

0xC0016020

-1073651680

DTS_E_PACKAGEMIGRATIONFAILED

Package migration from version __ to version __ failed with error __ "__".

0xC0016021

-1073651679

DTS_E_PACKAGEMIGRATIONMODULELOAD

Package migration module has failed to load.

0xC0016022

-1073651678

DTS_E_PACKAGEMIGRATIONMODULE

Package migration module has failed.

0xC0016023

-1073651677

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.

0xC0016024

-1073651676

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.

0xC0016025

-1073651675

DTS_E_NODENOTFOUND

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

0xC0016026

-1073651674

DTS_E_COLLECTIONLOCKED

This collection cannot be modified during package validation or execution.

0xC0016027

-1073651673

DTS_E_COLLOCKED

The "__" collection cannot be modified during package validation or execution. "__" cannot be added to the collection.

0xC0016029

-1073651671

DTS_E_FTPNOTCONNECTED

Connection with the FTP server has not been established.

0xC001602A

-1073651670

DTS_E_FTPERROR

An error occurred in the requested FTP operation. Detailed error description: __.

0xC001602B

-1073651669

DTS_E_FTPINVALIDRETRIES

The number of retries is not valid. The number of retries should be between __ and __.

0xC001602C

-1073651668

DTS_E_LOADWININET

The FTP connection manager needs the following DLL to function: __.

0xC001602D

-1073651667

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

0xC001602E

-1073651666

DTS_E_FTPCREATEFOLDER

Creating folder "__" ... __.

0xC001602F

-1073651665

DTS_E_FTPDELETEFOLDER

Deleting folder "__" ... __.

0xC0016030

-1073651664

DTS_E_FTPCHANGEFOLDER

Changing current directory to "__". __.

0xC0016031

-1073651663

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.

0xC0016032

-1073651662

DTS_E_FTPINVALIDLOCALPATH

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

0xC0016033

-1073651661

DTS_E_FTPNOFILESTODELETE

No files specified to delete.

0xC0016034

-1073651660

DTS_E_WINHTTPCERTDECODE

Internal error occurred while loading the certificate. This error could occur when the certificate data is invalid.

0xC0016035

-1073651659

DTS_E_WINHTTPCERTENCODE

Internal error occurred while saving the certificate data.

0xC0016049

-1073651639

DTS_E_CHECKPOINTMISMATCH

Checkpoint file "__" does not match this package. The ID of the package and the ID in the checkpoint file do not match.

0xC001604A

-1073651638

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.

0xC001604B

-1073651637

DTS_E_CHECKPOINTFILELOCKED

The checkpoint file "__" is locked by another process. This may occur if another instance of this package is currently executing.

0xC001604C

-1073651636

DTS_E_OPENCHECKPOINTFILE

Checkpoint file "__" failed to open due to error __ "__".

0xC001604D

-1073651635

DTS_E_CREATECHECKPOINTFILE

Checkpoint file "__" failed during creation due to error __ "__".

0xC0016050

-1073651632

DTS_E_FTPINVALIDPORT

The FTP Port contains an invalid value. The FTP Port value should be an integer between __ and __.

0xC00160AA

-1073651542

DTS_E_CONNECTTOSERVERFAILED

Connecting to the Integration Services service on the computer "__" failed with the following error: "__".

0xC00160AC

-1073651540

DTS_E_CONNECTTOSERVERFAILED_NOTREGISTERED

Connecting to the Integration Services service on the computer "__" failed with the following error: "__".

This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead, add folders to the service configuration file to let the local Integration Services service manage packages on the SQL Server 2005 instance.

0xC00160AD

-1073651539

DTS_E_CONNECTTOSERVERFAILED_UNAVAILABLE

Connecting to the Integration Services service on the computer "__" failed with the following error: "__".

This error occurs when the computer host name does not exist, or cannot be reached.

0xC00160AE

-1073651538

DTS_E_CONNECTTOSERVERFAILED_ACCESSDENIED

Connecting to the Integration Services service on the computer "__" failed with the following error: "__".

This error occurs when the computer has not been configured to allow remote connections through DCOM, or the user does not have permission to access the SQL Server Integration Services service through DCOM.

0xC0017002

-1073647614

DTS_E_PROPERTYEXPRESSIONSDISABLEDONVARIABLES

The Expression property is not supported on Variable objects. Use the EvaluateAsExpression property instead.

0xC0017003

-1073647613

DTS_E_PROPERTYEXPRESSIONEVAL

The expression "__" on property "__" cannot be evaluated. Modify the expression to be valid.

0xC0017004

-1073647612

DTS_E_PROPERTYEXPRESSIONSET

The result of the expression "__" on property "__" cannot be written to the property. The expression was evaluated, but cannot be set on the property.

0xC0017005

-1073647611

DTS_E_FORLOOPEVALEXPRESSIONINVALID

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

0xC0017006

-1073647610

DTS_E_EXPRESSIONNOTBOOLEAN

The expression "__" must evaluate to True or False. Change the expression to evaluate to a Boolean value.

0xC0017007

-1073647609

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.

0xC0017008

-1073647608

DTS_E_FORLOOPASSIGNEXPRESSIONINVALID

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

0xC0017009

-1073647607

DTS_E_FORLOOPINITEXPRESSIONINVALID

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

0xC001700A

-1073647606

DTS_E_INVALIDVERSIONNUMBER

The version number in the package is not valid. The version number cannot be greater than current version number.

0xC001700C

-1073647604

DTS_E_INVALIDVERNUMCANTBENEGATIVE

The version number in the package is not valid. The version number is negative.

0xC001700D

-1073647603

DTS_E_PACKAGEUPDATEDISABLED

The package has an older format version, but automatic package format upgrading is disabled.

0xC001700E

-1073647602

DTS_E_EXPREVALTRUNCATIONASERROR

A truncation occurred during evaluation of the expression.

0xC0019001

-1073639423

DTS_E_FAILEDSETEXECVALVARIABLE

The wrapper was unable to set the value of the variable specified in the ExecutionValueVariable property.

0xC0019004

-1073639420

DTS_E_VARIABLEEXPRESSIONERROR

The expression for variable "__" failed evaluation. There was an error in the expression.

0xC0019305

-1073638651

DTS_E_UNSUPPORTEDSQLVERSION

The attempted operation is not supported with this database version.

0xC001A003

-1073635325

DTS_E_TXNSPECINVALID

Transaction cannot be specified when a retained connection is used. This error occurs when Retain is set to TRUE on the connection manager, but AcquireConnection was called with a non-null transaction parameter.

0xC001A004

-1073635324

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.

0xC001B001

-1073631231

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.

0xC001B002

-1073631230

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.

0xC001B003

-1073631229

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.

0xC001C002

-1073627134

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.

0xC001C010

-1073627120

DTS_E_VALUEINDEXNOTINTEGER

The value index is not an integer . Mapping a For Each Variable number __ to the variable "__".

0xC001C011

-1073627119

DTS_E_VALUEINDEXNEGATIVE

The value index is negative. The ForEach Variable Mapping number __ to variable "__".

0xC001C012

-1073627118

DTS_E_FOREACHVARIABLEMAPPING

ForEach Variable Mapping number __ to variable "__" cannot be applied.

0xC001C013

-1073627117

DTS_E_OBJECTNOTINFOREACHLOOP

Failure when adding an object to a ForEachPropertyMapping that is not a direct child of the ForEachLoop container.

0xC001F001

-1073614847

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.

0xC001F002

-1073614846

DTS_E_CHANGESYSTEMVARIABLEREADONLYFAILED

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

0xC001F003

-1073614845

DTS_E_CHANGESYSTEMVARIABLENAMEFAILED

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

0xC001F004

-1073614844

DTS_E_CHANGESYSTEMVARIABLENAMESPACEFAILED

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

0xC001F006

-1073614842

DTS_E_EVENTHANDLERNAMEREADONLY

Changing the event handler name failed. Event handler names are read-only.

0xC001F008

-1073614840

DTS_E_PATHUNKNOWN

Cannot retrieve path to object. This is a system error.

0xC001F009

-1073614839

DTS_E_RUNTIMEVARIABLETYPECHANGE

The type of the value being assigned to variable "__" differs from the current variable type. Variables may not change type during execution. Variable types are strict, except for variables of type Object.

0xC001F010

-1073614832

DTS_E_INVALIDSTRING

Invalid characters in string: "__". This occurs when a string supplied for a property value contains unprintable characters.

0xC001F011

-1073614831

DTS_E_INVALIDOBJECTNAME

SSIS object name is invalid. More specific errors would have been raised explaining the exact naming problem.

0xC001F021

-1073614815

DTS_E_PROPERTYREADONLY

The property "__" is read only. This occurs when a change to a read-only property is attempted.

0xC001F022

-1073614814

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.

0xC001F023

-1073614813

DTS_E_FAILEDPROPERTYGET

An error occurred while retrieving the value of property "__". The error code is __.

0xC001F024

-1073614812

DTS_E_FAILEDPROPERTYGET_ERRORINFO

An error occurred while retrieving the value of property "__". The error code is __ "__".

0xC001F025

-1073614811

DTS_E_FAILEDPROPERTYSET

An error occurred while setting the value of property "__". The error returned is __.

0xC001F026

-1073614810

DTS_E_FAILEDPROPERTYSET_ERRORINFO

An error occurred while setting the value of property "__". The error returned is __ "__".

0xC001F027

-1073614809

DTS_E_PROPERTYWRITEONLY

The property "__" 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.

0xC001F028

-1073614808

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.

0xC001F029

-1073614807

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.

0xC001F02A

-1073614806

DTS_E_INVALIDTASKMONIKER

Cannot create a task with the name "__". Verify that the name is correct.

0xC001F02C

-1073614804

DTS_E_FAILEDCREATEXMLDOCUMENT

Failed to create an XML document "__".

0xC001F02D

-1073614803

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.

0xC001F02E

-1073614802

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.

0xC001F02F

-1073614801

DTS_E_COULDNOTRESOLVEPACKAGEPATH

Cannot resolve a package path to an object in the package "__". Verify that the package path is valid.

0xC001F030

-1073614800

DTS_E_PMNODESTPROPERTY

The destination property for the property map is empty. Set the destination property name.

0xC001F031

-1073614799

DTS_E_INVALIDPROPERTYMAPPINGSFOUND

The package failed to restore at least one property mapping.

0xC001F032

-1073614798

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.

0xC001F033

-1073614797

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.

0xC001F036

-1073614794

DTS_E_INVALIDPROPERTYMAPPING

The property mapping is not valid. The mapping is ignored.

0xC001F038

-1073614792

DTS_E_PMFAILALERTREMOVE

Failure when alerting property mappings that a target is being removed.

0xC001F03A

-1073614790

DTS_E_INVALIDFOREACHPROPERTYMAPPING

An invalid property mapping is found on the For Each Loop. This occurs when the ForEach property mapping fails to restore.

0xC001F040

-1073614784

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 in not found on that object.

0xC001F041

-1073614783

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.

0xC001F080

-1073614720

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.

0xC001F081

-1073614719

DTS_E_CHECKPOINTFILENOTSPECIFIED

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

0xC001F082

-1073614718

DTS_E_CHECKPOINTLOADXML

The attempt to load the XML checkpoint file "__" failed with error __ "__". Check that the file name specified is correct, and that the file exists.

0xC001F083

-1073614717

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.

0xC001F185

-1073614459

DTS_E_NOEVALEXPRESSION

The evaluation condition expression on the For Loop "__" is empty. There must be a Boolean evaluation expression in the For Loop.

0xC001F186

-1073614458

DTS_E_EXPREVALASSIGNMENTTYPEMISMATCH

The result of the assignment expression "__" cannot be converted to a type that is compatible with the variable that it was assigned to.

0xC001F187

-1073614457

DTS_E_EXPREVALASSIGNMENTTOREADONLYVARIABLE

Error using a read-only variable "__" 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.

0xC001F188

-1073614456

DTS_E_EXPREVALASSIGNMENTVARIABLELOCKFORWRITEFAILED

Cannot evaluate expression "__" because the variable "__" 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.

0xC001F189

-1073614455

DTS_E_EXPREVALRESULTTYPENOTSUPPORTED

The expression "__" has a result type of "__", which cannot be converted to a supported type.

0xC001F18A

-1073614454

DTS_E_EXPREVALRESULTTYPECONVERSIONFAILED

The conversion of the result of the expression"__" from type "__" to a supported type failed with error code __. 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.

0xC001F200

-1073614336

DTS_E_DTSNAME_NOTNULL

The object name is not valid. The name cannot be set to NULL.

0xC001F201

-1073614335

DTS_E_DTSNAME_NOTEMPTY

The object name is not valid. The name cannot be empty.

0xC001F202

-1073614334

DTS_E_DTSNAME_LEGAL

The object name "__" is not valid. The name cannot contain any of the following characters: / \ : [ ] . =

0xC001F203

-1073614333

DTS_E_DTSNAME_PRINTABLE

Object name "__" is not valid. The name cannot contain control characters that render it unprintable.

0xC001F204

-1073614332

DTS_E_DTSNAME_NOLEADWHITESP

Object name "__" is not valid. Name cannot begin with a whitespace.

0xC001F205

-1073614331

DTS_E_DTSNAME_NOTRAILWHITESP

Object name "__" is not valid. Name cannot end with a whitespace.

0xC001F206

-1073614330

DTS_E_DTSNAME_BEGINSWITHALPHA

Object name "__" is not valid. Name must begin with an alphabetical character.

0xC001F207

-1073614329

DTS_E_DTSNAME_BEGINSWITHALPHAUNDERBAR

Object name "__" is not valid. Name must begin with an alphabetical character or underscore "_".

0xC001F208

-1073614328

DTS_E_DTSNAME_ALPHADIGITUNDERBAR

Object name "__" is not valid. Name must contain only alphanumeric characters or underscores "_".

0xC001F209

-1073614327

DTS_E_DTSNAME_VALIDFILENAME

Object name "__" is not valid. The name cannot contain any of the following characters: / \ : ? " < > |

0xC001F420

-1073613792

DTS_E_FAILLOADINGPROPERTY

Failed to load the value property "__" using default persistence.

0xC001F422

-1073613790

DTS_E_NODELISTENUM_INVALIDCONNMGRTYPE

Connection manager "__" is not of type "__"

0xC001F423

-1073613789

DTS_E_NODELISTENUM_XPATHISEMPTY

"__" is empty

0xC001F424

-1073613788

DTS_E_NODELISTENUM_INVALIDDATANODE

Invalid data node in the nodelist enumerator section

0xC001F425

-1073613787

DTS_E_NODELISTENUM_NOENUMERATORCREATED

No enumerator can be created

0xC001F427

-1073613785

DTS_E_OPERATIONFAILCACHEINUSE

The operation failed because the cache is in use.

0xC001F428

-1073613784

DTS_E_PROPERTYCANNOTBEMODIFIED

The property cannot be modified.

0xC001F429

-1073613783

DTS_E_PACKAGEUPGRADEFAILED

The package upgrade has failed.

0xC001F430

-1073613776

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.

0xC00220DE

-1073602338

DTS_E_TKEXECPACKAGE_UNABLETOLOADFILE

Error __ while loading package file "__". __.

0xC00220DF

-1073602337

DTS_E_TKEXECPACKAGE_UNSPECIFIEDPACKAGE

The package is not specified.

0xC00220E0

-1073602336

DTS_E_TKEXECPACKAGE_UNSPECIFIEDCONNECTION

The connection is not specified.

0xC00220E2

-1073602334

DTS_E_TKEXECPACKAGE_INCORRECTCONNECTIONMANAGERTYPE

The connection manager "__" has an unsupported type "__". Only "FILE" and "OLEDB" connection managers are supported.

0xC00220E3

-1073602333

DTS_E_TKEXECPACKAGE_UNABLETOLOADXML

Error __ while loading package file "__" into an XML document. __.

0xC00220E4

-1073602332

DTS_E_TKEXECPACKAGE_UNABLETOLOAD

Error __ while preparing to load the package. __.

0xC00220E8

-1073602328

DTS_E_TKEXECPACKAGE_FILEACCESSERROR

Error __. Unable to access the package file, "__". Make sure the file exists and you have permission to access it.

0xC00220E9

-1073602327

DTS_E_TKEXECPACKAGE_USERNAMEFAILED

Error __. Failed to get the user name. Make sure the user name property is specified correctly on the task.

0xC00220EA

-1073602326

DTS_E_TKEXECPACKAGE_SERVERNAMEFAILED

Error __. Failed to get the server name. Make sure the server name property is specify correctly on the task.

0xC00220EB

-1073602325

DTS_E_TKEXECPACKAGE_SQLLOADFAILED

Error __. Failed to load the package "__" from SQL Server "__". Make sure the package exist on the SQL Server and you have the correct credential to access it.

0xC00220EC

-1073602324

DTS_E_TKEXECPACKAGE_CREATECHILDPKGFAILED

Error __. Failed to create an instance of empty child package. The DCOM configuration or SQL Server Integration Services installation on your machine might be corrupted.

0xC00220ED

-1073602323

DTS_E_TKEXECPACKAGE_DOMPROPFAILED

Error __. Failed to set properties on the xml DOM object. Your DOM installation might be corrupted.

0xC00220EE

-1073602322

DTS_E_TKEXECPACKAGE_DOMDOCUMENTFAILED

Error __. Failed to get xml document from DOM. The package data or your DOM installation might be corrupted.

0xC0024102

-1073594110

DTS_E_TASKVALIDATIONFAILED

The Validate method on the task failed, and returned error code __ (__). The Validate method must succeed and indicate the result using an "out" parameter.

0xC0024104

-1073594108

DTS_E_TASKEXECUTEFAILED

The Execute method on the task returned error code __ (__). The Execute method must succeed, and indicate the result using an "out" parameter.

0xC0024105

-1073594107

DTS_E_RETRIEVINGDEPENDENCIES

A failure occurred on task "__": __ 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.

0xC0024107

-1073594105

DTS_E_TASKVALIDATIONERROR

There were errors during task validation.

0xC0024108

-1073594104

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.

0xC0024109

-1073594103

DTS_E_UNQUOTEDSEMICOLON

The connection string components cannot contain unquoted semicolons. If the value must contain a semicolon, enclose the entire value in quotes. This error occurs when values in the connection string contain unquoted semicolons, such as the InitialCatalog property.

0xC002410A

-1073594102

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.

0xC002410B

-1073594101

DTS_E_INVALIDVALUEINARRAY

Invalid value in array.

0xC002410C

-1073594100

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.

0xC002410D

-1073594099

DTS_E_INVALIDENUMERATORINDEX

The enumerator failed to retrieve element at index "__".

0xC0029100

-1073573632

DTS_E_AXTASK_MISSING_ENTRY_METHOD_NAME

Function not found.

0xC0029101

-1073573631

DTS_E_AXTASK_EMPTY_SCRIPT

Function not found.

0xC0029102

-1073573630

DTS_E_AXTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

ActiveX Script Task was initiated with a wrong XML element.

0xC0029105

-1073573627

DTS_E_AXTASK_HANDLER_NOT_FOUND

Handler not found.

0xC0029106

-1073573626

DTS_E_AXTASKUTIL_ENUMERATE_LANGUAGES_FAILED

An error occurred while attempting to retrieve the scripting languages installed on the system.

0xC0029107

-1073573625

DTS_E_AXTASKUTIL_SCRIPTHOST_CREATE_FAILED

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

0xC0029108

-1073573624

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.

0xC0029109

-1073573623

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.

0xC002910A

-1073573622

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.

0xC002910B

-1073573621

DTS_E_AXTASKUTIL_MSG_BAD_FUNCTION

The function name entered is not valid. Verify that a valid function name has been specified.

0xC002910C

-1073573620

DTS_E_AXTASKUTIL_EXECUTION_FAILED

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

0xC002910D

-1073573619

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.

0xC002910E

-1073573618

DTS_E_BITASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

Bulk Insert Task was initiated with a wrong XML element.

0xC002910F

-1073573617

DTS_E_BITASK_DATA_FILE_NOT_SPECIFIED

Data file name not specified.

0xC0029110

-1073573616

DTS_E_BITASK_HANDLER_NOT_FOUND

Handler not found.

0xC0029111

-1073573615

DTS_E_BITASK_CANNOT_ACQUIRE_CONNECTION

Failed to acquire the specified connection: "__".

0xC0029112

-1073573614

DTS_E_BITASK_NO_CONNECTION_MANAGER_SPECIFIED

Attempt to obtain the Connection Manager failed.

0xC0029113

-1073573613

DTS_E_BITASK_INVALID_CONNECTION

The connection is not valid.

0xC0029114

-1073573612

DTS_E_BITASK_NULL_CONNECTION

The connection is null.

0xC0029115

-1073573611

DTS_E_BITASK_EXECUTE_FAILED

Execution failed.

0xC0029116

-1073573610

DTS_E_BITASK_CANNOT_RETRIEVE_TABLES

An error occurred while retrieving the tables from the database.

0xC0029117

-1073573609

DTS_E_BITASK_CANNOT_RETRIEVE_COLUMN_INFO

An error occurred while retrieving the columns of the table.

0xC0029118

-1073573608

DTS_E_BITASK_ERROR_IN_DB_OPERATION

An error occurred in the database operation.

0xC0029119

-1073573607

DTS_E_BITASK_INVALIDSOURCECONNECTIONNAME

The specified connection "__" is either not valid, or points to an invalid object. To continue, specify a valid connection.

0xC002911A

-1073573606

DTS_E_BITASK_INVALIDDESTCONNECTIONNAME

The destination connection specified is not valid. Supply a valid connection to continue.

0xC002911B

-1073573605

DTS_E_BITASK_DESTINATION_TABLE_NOT_SPECIFIED

You must specify a table name to continue.

0xC002911C

-1073573604

DTS_E_BITASK_ERROR_IN_LOAD_FROM_XML

Error occurred in LoadFromXML at the tag "__".

0xC002911D

-1073573603

DTS_E_BITASK_ERROR_IN_SAVE_TO_XML

Error occurred in SaveToXML at the tag "__".

0xC002911E

-1073573602

DTS_E_BITASKUNMANCONNECTION_INVALID_CONNECTION

The connection is not valid.

0xC002911F

-1073573601

DTS_E_BITASKUNMANCONNECTION_EXECUTE_FAILED

Execution failed.

0xC0029120

-1073573600

DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_TABLES

Error occurred while retrieving the tables from the database.

0xC0029121

-1073573599

DTS_E_BITASKUNMANCONNECTION_CANNOT_RETRIEVE_COLUMN_INFO

Error occurred while retrieving the columns of the table.

0xC0029122

-1073573598

DTS_E_BITASKUNMANCONNECTION_CANNOT_OPEN_FILE

Error occurred while trying to open the data file.

0xC0029123

-1073573597

DTS_E_BITASKUNMANCONNECTION_OEM_CONVERSION_FAILED

Cannot convert the input OEM file to the specified format.

0xC0029124

-1073573596

DTS_E_BITASKUNMANCONNECTION_ERROR_IN_DB_OPERATION

Error in database operation.

0xC0029125

-1073573595

DTS_E_DTSPROCTASK_NOCONNECTIONSPECIFIED

No connection manager specified.

0xC0029126

-1073573594

DTS_E_DTSPROCTASK_CONNECTIONMANAGERNOTOLAP

Connection "__" is not an Analysis Services connection.

0xC0029127

-1073573593

DTS_E_DTSPROCTASK_UNABLETOLOCATECONNECTIONMANAGER

Unable to locate connection "__".

0xC0029128

-1073573592

DTS_E_DTSPROCTASK_INVALIDTASKDATANODEEXE

Analysis Services Execute DDL task received an invalid task data node.

0xC0029129

-1073573591

DTS_E_DTSPROCTASK_INVALIDTASKDATANODEPROC

Analysis Services Processing task received an invalid task data node.

0xC002912A

-1073573590

DTS_E_DTSPROCTASK_INVALIDDDL

The DDL is not valid.

0xC002912B

-1073573589

DTS_E_DTSPROCTASK_INVALIDDDLPROCESSINGCOMMANDS

The DDL found in ProcessingCommands is not valid.

0xC002912C

-1073573588

DTS_E_DTSPROCTASK_CANNOTWRITEINAREADONLYVARIABLE

The Execution result cannot be saved in a read-only variable.

0xC002912D

-1073573587

DTS_E_DTSPROCTASK_INVALIDVARIABLE

Variable "__" it's not defined.

0xC002912E

-1073573586

DTS_E_DTSPROCTASK_CONNECTIONNOTFOUND

Connection Manager "__" it's not defined.

0xC002912F

-1073573585

DTS_E_DTSPROCTASK_INVALIDCONNECTION

Connection Manager "__" it's not a FILE Connection Manager.

0xC0029130

-1073573584

DTS_E_DTSPROCTASK_NONEXISTENTATTRIBUTE

"__" was not found during deserialization.

0xC0029131

-1073573583

DTS_E_DTSPROCTASK_TRACEHASBEENSTOPPED

The trace has been stopped due to an exception.

0xC0029132

-1073573582

DTS_E_DTSPROCTASK_DDLEXECUTIONFAILED

Execution of DDL failed.

0xC0029133

-1073573581

DTS_E_DTSPROCTASK_FILEDOESNOTEXIST

There is no file associated with connection "__".

0xC0029134

-1073573580

DTS_E_DTSPROCTASK_VARIABLENOTDEFINED

Variable "__" is not defined.

0xC0029135

-1073573579

DTS_E_DTSPROCTASK_FILECONNECTIONNOTDEFINED

File connection "__" is not defined.

0xC0029136

-1073573578

DTS_E_EXEC2000PKGTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

Execute DTS 2000 Package task is initiated with a wrong XML element.

0xC0029137

-1073573577

DTS_E_EXEC2000PKGTASK_HANDLER_NOT_FOUND

Handler not found.

0xC0029138

-1073573576

DTS_E_EXEC2000PKGTASK_PACKAGE_NAME_NOT_SPECIFIED

Package name is not specified.

0xC0029139

-1073573575

DTS_E_EXEC2000PKGTASK_PACKAGE_ID_NOT_SPECIFIED

Package ID is not specified.

0xC002913A

-1073573574

DTS_E_EXEC2000PKGTASK_PACKAGE_VERSIONGUID_NOT_SPECIFIED

Package version GUID is not specified.

0xC002913B

-1073573573

DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_SPECIFIED

SQL Server is not specified.

0xC002913C

-1073573572

DTS_E_EXEC2000PKGTASK_SQL_USERNAME_NOT_SPECIFIED

SQL Server user name not specified.

0xC002913D

-1073573571

DTS_E_EXEC2000PKGTASK_FILE_NAME_NOT_SPECIFIED

Storage file name not specified.

0xC002913E

-1073573570

DTS_E_EXEC2000PKGTASK_DTS2000CANTBEEMPTY

The DTS 2000 package property is empty.

0xC002913F

-1073573569

DTS_E_EXEC2000PKGTASK_ERROR_IN_PACKAGE_EXECUTE

An error occurred while executing the DTS 2000 package.

0xC0029140

-1073573568

DTS_E_EXEC2000PKGTASK_SQLSERVER_NOT_AVAILABLE_NETWORK

Cannot load the available SQL Servers from the network. Check the network connection.

0xC0029141

-1073573567

DTS_E_EXEC2000PKGTASK_DATATYPE_NULL

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

0xC0029142

-1073573566

DTS_E_EXEC2000PKGTASK_NULL_VALUE

Cannot validate a null against any data type.

0xC0029143

-1073573565

DTS_E_EXEC2000PKGTASK_NULL_VALUE_ARGUMENT

A required argument is null.

0xC0029144

-1073573564

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.

0xC0029145

-1073573563

DTS_E_EXEC2000PKGTASK_NOT_PRIMITIVE_TYPE

"__" is not a value type.

0xC0029146

-1073573562

DTS_E_EXEC2000PKGTASK_CONVERT_FAILED

Could not convert "__" to "__".

0xC0029147

-1073573561

DTS_E_EXEC2000PKGTASK_ERROR_IN_VALIDATE

Could not validate "__" against "__".

0xC0029148

-1073573560

DTS_E_EXEC2000PKGTASK_ERROR_IN_LOAD_FROM_XML

Error occurred in LoadFromXML at the tag "__".

0xC0029149

-1073573559

DTS_E_EXEC2000PKGTASK_ERROR_IN_SAVE_TO_XML

Error occurred in SaveToXML at the tag "__".

0xC002914A

-1073573558

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

0xC002914B

-1073573557

DTS_E_EXECPROCTASK_CANTREDIRECTIO

Cannot redirect streams if the process can continue executing beyond the lifetime of the task.

0xC002914C

-1073573556

DTS_E_EXECPROCTASK_PROCESSHASTIMEDOUT

The process timed out.

0xC002914D

-1073573555

DTS_E_EXECPROCTASK_EXECUTABLENOTSPECIFIED

The executable is not specified.

0xC002914E

-1073573554

DTS_E_EXECPROCTASK_STDOUTVARREADONLY

The standard out variable is read-only.

0xC002914F

-1073573553

DTS_E_EXECPROCTASK_STDERRVARREADONLY

The standard error variable is read-only.

0xC0029150

-1073573552

DTS_E_EXECPROCTASK_RECEIVEDINVALIDTASKDATANODE

The Execute Process task received a task data node that is not valid.

0xC0029151

-1073573551

DTS_E_EXECPROCTASK_PROCESSEXITCODEEXCEEDS

In Executing "__" "__" at "__", The process exit code was "__" while the expected was "__".

0xC0029152

-1073573550

DTS_E_EXECPROCTASK_WORKINGDIRDOESNOTEXIST

The directory "__" does not exist.

0xC0029153

-1073573549

DTS_E_EXECPROCTASK_FILEDOESNOTEXIST

File/Process "__" does not exist in directory "__".

0xC0029154

-1073573548

DTS_E_EXECPROCTASK_FILENOTINPATH

File/Process "__" is not in path.

0xC0029156

-1073573546

DTS_E_EXECPROCTASK_WORKINGDIRECTORYDOESNOTEXIST

Working Directory "__" does not exist.

0xC0029157

-1073573545

DTS_E_EXECPROCTASK_ERROREXECUTIONVALUE

The process exited with return code "__". However, "__" was expected.

0xC0029158

-1073573544

DTS_E_FSTASK_SYNCFAILED

Synchronization object failed.

0xC0029159

-1073573543

DTS_E_FSTASK_INVALIDDATA

The File System task received an invalid task data node.

0xC002915A

-1073573542

DTS_E_FSTASK_DIRECTORYEXISTS

The Directory already exists.

0xC002915B

-1073573541

DTS_E_FSTASK_PATHNOTVALID

"__" is not valid on operation type "__".

0xC002915C

-1073573540

DTS_E_FSTASK_DESTINATIONNOTSET

Destination property of operation "__" not set.

0xC002915D

-1073573539

DTS_E_FSTASK_SOURCENOTSET

Source property of operation "__" not set.

0xC002915E

-1073573538

DTS_E_FSTASK_CONNECTIONTYPENOTFILE

Type of Connection "__" is not a file.

0xC002915F

-1073573537

DTS_E_FSTASK_VARIABLEDOESNTEXIST

Variable "__" does not exist.

0xC0029160

-1073573536

DTS_E_FSTASK_VARIABLENOTASTRING

Variable "__" is not a string.

0xC0029163

-1073573533

DTS_E_FSTASK_FILEDOESNOTEXIST

File or directory "__" represented by connection "__" does not exist.

0xC0029165

-1073573531

DTS_E_FSTASK_DESTCONNUSAGETYPEINVALID

The destination file connection manager "__" has an invalid usage type: "__".

0xC0029166

-1073573530

DTS_E_FSTASK_SRCCONNUSAGETYPEINVALID

The source file connection manager "__" has an invalid usage type "__".

0xC0029167

-1073573529

DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATION

FileSystemOperation

0xC0029168

-1073573528

DTS_E_FSTASK_LOGENTRYGETTINGFILEOPERATIONDESC

Provides information regarding File System operations.

0xC0029169

-1073573527

DTS_E_FSTASK_TASKDISPLAYNAME

File System Task

0xC002916A

-1073573526

DTS_E_FSTASK_TASKDESCRIPTION

Perform file system operations, such as copying and deleting files.

0xC002916B

-1073573525

DTS_E_FTPTASK_SYNCOBJFAILED

Synchronization object failed.

0xC002916C

-1073573524

DTS_E_FTPTASK_UNABLETOOBTAINFILELIST

Unable to obtain the file list.

0xC002916D

-1073573523

DTS_E_FTPTASK_LOCALPATHEMPTY

The local path is empty.

0xC002916E

-1073573522

DTS_E_FTPTASK_REMOTEPATHEMPTY

The remote path is empty.

0xC002916F

-1073573521

DTS_E_FTPTASK_LOCALVARIBALEEMPTY

The local variable is empty.

0xC0029170

-1073573520

DTS_E_FTPTASK_REMOTEVARIBALEEMPTY

The remote variable is empty.

0xC0029171

-1073573519

DTS_E_FTPTASK_FTPRCVDINVLDDATANODE

The FTP task received an invalid task data node.

0xC0029172

-1073573518

DTS_E_FTPTASK_CONNECTION_NAME_NULL

The connection is empty. Verify that a valid FTP connection is provided.

0xC0029173

-1073573517

DTS_E_FTPTASK_CONNECTION_NOT_FTP

The connection specified is not an FTP connection. Verify that a valid FTP connection is provided.

0xC0029175

-1073573515

DTS_E_FTPTASK__INITIALIZATION_WITH_NULL_XML_ELEMENT

Cannot initialize the task with a null XML element.

0xC0029176

-1073573514

DTS_E_FTPTASK_SAVE_TO_NULL_XML_ELEMENT

Cannot save the task to a null XML document.

0xC0029177

-1073573513

DTS_E_FTPTASK_ERROR_IN_LOAD_FROM_XML

Error occurred in LoadFromXML at the tag "__".

0xC0029178

-1073573512

DTS_E_FTPTASK_NOFILESATLOCATION

There are no files at "__".

0xC0029179

-1073573511

DTS_E_FTPTASK_LOCALVARIABLEISEMPTY

The variable "__" is empty.

0xC002917A

-1073573510

DTS_E_FTPTASK_REMOTEVARIABLEISEMPTY

The variable "__" is empty.

0xC002917B

-1073573509

DTS_E_FTPTASK_NOFILESINCONNMGR

The File "__" doesn't contain file path(s).

0xC002917C

-1073573508

DTS_E_FTPTASK_NOFILEPATHSINLOCALVAR

The variable "__" doesn't contain file path(s).

0xC002917D

-1073573507

DTS_E_FTPTASK_VARIABLENOTASTRING

Variable "__" is not a string.

0xC002917E

-1073573506

DTS_E_FTPTASK_VARIABLENOTFOUND

Variable "__" does not exist.

0xC002917F

-1073573505

DTS_E_FTPTASK_INVALIDPATHONOPERATION

Invalid path on operation "__".

0xC0029180

-1073573504

DTS_E_FTPTASK_DIRECTORYEXISTS

"__" already exists.

0xC0029182

-1073573502

DTS_E_FTPTASK_CONNECTIONTYPENOTFILE

Type of Connection "__" is Not a file.

0xC0029183

-1073573501

DTS_E_FTPTASK_FILEDOESNOTEXIST

File represented by "__" does not exist.

0xC0029184

-1073573500

DTS_E_FTPTASK_INVALIDDIRECTORY

Directory is not specified in the variable "__".

0xC0029185

-1073573499

DTS_E_FTPTASK_NOFILESFOUND

No files found in "__".

0xC0029186

-1073573498

DTS_E_FTPTASK_NODIRECTORYPATHINCONMGR

Directory is not specified in the file connection manager "__".

0xC0029187

-1073573497

DTS_E_FTPTASK_UNABLETODELETELOCALEFILE

Unable to delete local file "__".

0xC0029188

-1073573496

DTS_E_FTPTASK_UNABLETOREMOVELOCALDIRECTORY

Unable to remove local directory "__".

0xC0029189

-1073573495

DTS_E_FTPTASK_UNABLETOCREATELOCALDIRECTORY

Unable to create local directory "__".

0xC002918A

-1073573494

DTS_E_FTPTASK_UNABLETORECEIVEFILES

Unable to receive files using "__".

0xC002918B

-1073573493

DTS_E_FTPTASK_UNABLETOSENDFILES

Unable to send files using "__".

0xC002918C

-1073573492

DTS_E_FTPTASK_UNABLETOMAKEDIRREMOTE

Unable to create remote directory using "__".

0xC002918D

-1073573491

DTS_E_FTPTASK_UNABLETOREMOVEDIRREMOTE

Unable to remove remote directory using "__".

0xC002918E

-1073573490

DTS_E_FTPTASK_UNABLETODELETEREMOTEFILES

Unable to delete remote files using "__".

0xC002918F

-1073573489

DTS_E_FTPTASK_UNABLETOCONNECTTOSERVER

Unable to connect to FTP server using "__".

0xC0029190

-1073573488

DTS_E_FTPTASK_INVALIDVARIABLEVALUE

Variable "__" doesn't start with "/".

0xC0029191

-1073573487

DTS_E_FTPTASK_INVALIDREMOTEPATH

Remote path "__" doesn't start with "/".

0xC0029192

-1073573486

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

0xC0029193

-1073573485

DTS_E_MSGQTASKUTIL_CERT_OPEN_STORE_FAILED

Opening the certificate store failed.

0xC0029194

-1073573484

DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_DISPLAY_NAME

An error occurred while retrieving the display name of the certificate.

0xC0029195

-1073573483

DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_ISSUER_NAME

An error occurred while retrieving the issuer name of the certificate.

0xC0029196

-1073573482

DTS_E_MSGQTASKUTIL_CERT_FAILED_GETTING_FRIENDLY_NAME

An error occurred while retrieving the friendly name of the certificate.

0xC0029197

-1073573481

DTS_E_MSMQTASK_NO_CONNECTION

The MSMQ connection name is not set.

0xC0029198

-1073573480

DTS_E_MSMQTASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

Task was initialized with the wrong XML element.

0xC0029199

-1073573479

DTS_E_MSMQTASK_DATA_FILE_NAME_EMPTY

Data file name is empty.

0xC002919A

-1073573478

DTS_E_MSMQTASK_DATA_FILE_SAVE_NAME_EMPTY

The name specified for the data file to save is empty.

0xC002919B

-1073573477

DTS_E_MSMQTASK_DATA_FILE_SIZE_ERROR

File size should be less than 4 MB.

0xC002919C

-1073573476

DTS_E_MSMQTASK_DATA_FILE_SAVE_FAILED

Saving the data file failed.

0xC002919D

-1073573475

DTS_E_MSMQTASK_STRING_COMPARE_VALUE_MISSING

String filter value is empty.

0xC002919E

-1073573474

DTS_E_MSMQTASK_INVALID_QUEUE_PATH

Queue path is not valid.

0xC002919F

-1073573473

DTS_E_MSMQTASK_NOT_TRANSACTIONAL

The message queue task does not support enlisting in distributed transactions.

0xC00291A0

-1073573472

DTS_E_MSMQTASK_INVALID_MESSAGE_TYPE

The message type is not valid.

0xC00291A1

-1073573471

DTS_E_MSMQTASK_TASK_TIMEOUT

The message queue timed out. No message has been received.

0xC00291A2

-1073573470

DTS_E_MSMQTASK_INVALID_PROPERTY_VALUE

The property specified is not valid. Verify that the argument type is correct.

0xC00291A3

-1073573469

DTS_E_MSMQTASK_MESSAGE_NON_AUTHENTICATED

Message is not authenticated.

0xC00291A4

-1073573468

DTS_E_MSMQTASK_INVALID_ENCRYPTION_ALGO_WRAPPER

You are trying to set the value of Encryption Algorithm with an invalid object.

0xC00291A5

-1073573467

DTS_E_MSMQTASK_VARIABLE_TO_RECEIVE_STRING_MSG_EMPTY

The variable to receive string message is empty.

0xC00291A6

-1073573466

DTS_E_MSMQTASK_RECEIVE_VARIABLE_EMPTY

Variable to receive variable message is empty.

0xC00291A7

-1073573465

DTS_E_MSMQTASK_CONNECTIONTYPENOTMSMQ

Connection "__" is not of type MSMQ.

0xC00291A8

-1073573464

DTS_E_MSMQTASK_DATAFILE_ALREADY_EXISTS

The data file "__" already exists at the specified location. Cannot overwrite the file as the Overwrite option is set to false.

0xC00291A9

-1073573463

DTS_E_MSMQTASK_STRING_MSG_TO_VARIABLE_NOT_FOUND

The specified variable "__" to receive string message is not found in the package variable collection.

0xC00291AA

-1073573462

DTS_E_MSMQTASK_CONNMNGRNULL

The connection manager "__" is empty.

0xC00291AB

-1073573461

DTS_E_MSMQTASK_CONNMNGRDOESNOTEXIST

The connection manager "__" does not exist.

0xC00291AC

-1073573460

DTS_E_SCRIPTTASK_COMPILEERRORMSG

Error "__": "__"\r\nLine "__" Column "__" through "__".

0xC00291AD

-1073573459

DTS_E_SCRIPTTASK_COMPILEERRORMSG2

There was an error compiling the script: "__".

0xC00291AE

-1073573458

DTS_E_SCRIPTTASK_COMPILEERRORMSG3

Error "__": "__"\r\nLine "__" Columns "__"-"__"\r\nLine Text: "__".

0xC00291AF

-1073573457

DTS_E_SCRIPTTASK_SCRIPTREPORTEDFAILURE

User script returned a failure result.

0xC00291B0

-1073573456

DTS_E_SCRIPTTASK_SCRIPTFILESFAILEDTOLOAD

User script files failed to load.

0xC00291B1

-1073573455

DTS_E_SCRIPTTASK_SCRIPTTHREWEXCEPTION

User script threw an exception: "__".

0xC00291B2

-1073573454

DTS_E_SCRIPTTASK_COULDNOTCREATEENTRYPOINTCLASS

Could not create an instance of entrypoint class "__".

0xC00291B3

-1073573453

DTS_E_SCRIPTTASK_LOADFROMXMLEXCEPTION

There was an exception while loading Script Task from XML: "__".

0xC00291B4

-1073573452

DTS_E_SCRIPTTASK_SOURCEITEMNOTFOUNDEXCEPTION

Source item "__" was not found in the package.

0xC00291B5

-1073573451

DTS_E_SCRIPTTASK_BINARYITEMNOTFOUNDEXCEPTION

Binary item "__" was not found in the package.

0xC00291B6

-1073573450

DTS_E_SCRIPTTASK_UNRECOGNIZEDSCRIPTLANGUAGEEXCEPTION

"__" was not recognized as a valid script language.

0xC00291B7

-1073573449

DTS_E_SCRIPTTASK_ILLEGALSCRIPTNAME

The script name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number.

0xC00291B8

-1073573448

DTS_E_SCRIPTTASK_INVALIDSCRIPTLANGUAGE

The script language specified is not valid.

0xC00291B9

-1073573447

DTS_E_SCRIPTTASK_CANTINITNULLTASK

Cannot initialize to a null task.

0xC00291BA

-1073573446

DTS_E_SCRIPTTASK_MUSTINITWITHRIGHTTASK

The Script Task user interface must initialize to an Script Task.

0xC00291BB

-1073573445

DTS_E_SCRIPTTASK_WASNOTINITED

The Script Task user interface is not initialized.

0xC00291BC

-1073573444

DTS_E_SCRIPTTASK_HOST_NAME_CANT_EMPTY

Name cannot be empty.

0xC00291BD

-1073573443

DTS_E_SCRIPTTASK_INVALID_SCRIPT_NAME

The project name is not valid. It cannot contain spaces, slashes, special characters, or begin with a number.

0xC00291BE

-1073573442

DTS_E_SCRIPTTASK_INVALID_SCRIPT_LANGUAGE

The script language specified is not valid.

0xC00291BF

-1073573441

DTS_E_SCRIPTTASK_INVALID_ENTRY_POINT

Entry point not found.

0xC00291C0

-1073573440

DTS_E_SCRIPTTASK_LANGUAGE_EMPTY

The script language is not specified. Verify that a valid script language is specified.

0xC00291C1

-1073573439

DTS_E_SCRIPTTASK_INITIALIZATION_WITH_NULL_TASK

User interface initialization: The task is null.

0xC00291C2

-1073573438

DTS_E_SCRIPTTASK_UI_INITIALIZATION_WITH_WRONG_TASK

The Script Task user interface is initialized with an incorrect task.

0xC00291C3

-1073573437

DTS_E_SENDMAILTASK_RECIPIENT_EMPTY

No recipient is specified.

0xC00291C4

-1073573436

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.

0xC00291C5

-1073573435

DTS_E_SENDMAILTASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

Send Mail task is initiated with an incorrect XML element.

0xC00291CB

-1073573429

DTS_E_SENDMAILTASK_INVALIDATTACHMENT

Either the file "__" does not exist or you do not have permissions to access the file.

0xC00291CD

-1073573427

DTS_E_SENDMAILTASK_CHECK_VALID_SMTP_SERVER

Verify that the Simple Mail Transfer Protocol (SMTP) server specified is valid.

0xC00291CE

-1073573426

DTS_E_SENDMAILTASK_CONNECTIONTYPENOTFILE

Connection "__" is not of type File.

0xC00291CF

-1073573425

DTS_E_SENDMAILTASK_FILEDOESNOTEXIST

On operation "__", file "__" does not exist.

0xC00291D0

-1073573424

DTS_E_SENDMAILTASK_VARIABLETYPEISNOTSTRING

Variable "__" is not of type string.

0xC00291D1

-1073573423

DTS_E_SENDMAILTASK_CONNECTIONTYPENOTSMTP

Connection "__" is not of type SMTP.

0xC00291D2

-1073573422

DTS_E_SENDMAILTASK_CONNMNGRNULL

Connection "__" is empty.

0xC00291D3

-1073573421

DTS_E_SENDMAILTASK_NOCONNMNGR

The specified connection "__" does not exist.

0xC00291D4

-1073573420

DTS_E_SQLTASK_NOSTATEMENTSPECIFIED

No Transact-SQL statement specified.

0xC00291D5

-1073573419

DTS_E_SQLTASK_NOXMLSUPPORT

The connection does not support XML result sets.

0xC00291D6

-1073573418

DTS_E_SQLTASK_NOHANDLERFORCONNECTION

Cannot locate a handler for the specified connection type.

0xC00291D7

-1073573417

DTS_E_SQLTASK_NOCONNECTIONMANAGER

No connection manager is specified.

0xC00291D8

-1073573416

DTS_E_SQLTASK_CANNOTACQUIRECONNMANAGER

Cannot acquire a connection from the connection manager.

0xC00291D9

-1073573415

DTS_E_SQLTASK_NULLPARAMETERNAME

Cannot have a null parameter name.

0xC00291DA

-1073573414

DTS_E_SQLTASK_INVALIDPARAMETERNAME

The parameter name is not valid.

0xC00291DB

-1073573413

DTS_E_SQLTASK_VALIDPARAMETERTYPES

Valid parameter names are of type Int or String.

0xC00291DC

-1073573412

DTS_E_SQLTASK_READONLYVARIABLE

Variable "__" cannot be used in a result binding because it is read-only.

0xC00291DD

-1073573411

DTS_E_SQLTASK_INDESNOTINCOLLECTION

The index is not assigned in this collection.

0xC00291DE

-1073573410

DTS_E_SQLTASK_ROVARINOUTPARAMETER

The variable "__" cannot be used as an "out" parameter or return value in a parameter binding because it is read-only.

0xC00291DF

-1073573409

DTS_E_SQLTASK_OBJECTNOTINCOLLECTION

The object does not exist in this collection.

0xC00291E0

-1073573408

DTS_E_SQLTASK_UNABLETOACQUIREMANAGEDCONN

Cannot acquire a managed connection.

0xC00291E1

-1073573407

DTS_E_UNABLETOPOPRESULT

Cannot populate the result columns for a single row result type. The query returned an empty result set.

0xC00291E2

-1073573406

DTS_E_SQLTASK_INVALIDNUMOFRESULTBINDINGS

There is an invalid number of result bindings returned for the ResultSetType: "__".

0xC00291E3

-1073573405

DTS_E_SQLTASK_RESULTBINDTYPEFORROWSETXML

The result binding name must be set to zero for full result set and XML results.

0xC00291E4

-1073573404

DTS_E_SQLTASK_INVALIDEPARAMDIRECTIONFALG

The parameter directions flag is not valid.

0xC00291E5

-1073573403

DTS_E_SQLTASK_NOSQLTASKDATAINXMLFRAGMENT

The XML fragment does not contain SQL Task data.

0xC00291E6

-1073573402

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.

0xC00291E7

-1073573401

DTS_E_SQLTASK_CONNECTIONTYPENOTFILE

Connection "__" is not a file connection manager.

0xC00291E8

-1073573400

DTS_E_SQLTASK_FILEDOESNOTEXIST

File represented by "__" does not exist.

0xC00291E9

-1073573399

DTS_E_SQLTASK_VARIABLETYPEISNOTSTRING

Type of variable "__" is not string.

0xC00291EA

-1073573398

DTS_E_SQLTASK_VARIABLENOTFOUND

Variable "__" does not exist or could not be locked.

0xC00291EB

-1073573397

DTS_E_SQLTASK_CANNOTLOCATECONNMANAGER

Connection manager "__" does not exist.

0xC00291EC

-1073573396

DTS_E_SQLTASK_FAILEDTOACQUIRECONNECTION

Failed to acquire connection "__". Connection may not be configured correctly or you may not have the right permissions on this connection.

0xC00291ED

-1073573395

DTS_E_SQLTASK_RESULTBYNAMENOTSUPPORTED

Result binding by name "__" is not supported for this connection type.

0xC00291EE

-1073573394

DTS_E_SQLTASKCONN_ERR_NO_ROWS

A result set type of single row is specified, but no rows were returned.

0xC00291EF

-1073573393

DTS_E_SQLTASKCONN_ERR_NO_DISCONNECTED_RS

No disconnected record set is available for the Transact-SQL statement.

0xC00291F0

-1073573392

DTS_E_SQLTASKCONN_ERR_UNSUPPORTED_TYPE

Unsupported type.

0xC00291F1

-1073573391

DTS_E_SQLTASKCONN_ERR_UNKNOWN_TYPE

Unknown type.

0xC00291F2

-1073573390

DTS_E_SQLTASKCONN_ERR_PARAM_DATA_TYPE

Unsupported data type on parameter binding __.

0xC00291F3

-1073573389

DTS_E_SQLTASKCONN_ERR_PARAM_NAME_MIX

Parameter names cannot be an mix of ordinal and named types.

0xC00291F4

-1073573388

DTS_E_SQLTASKCONN_ERR_PARAM_DIR

The parameter direction on parameter binding __ is not valid.

0xC00291F5

-1073573387

DTS_E_SQLTASKCONN_ERR_RESULT_DATA_TYPE

The data type on result set binding __ is not supported.

0xC00291F6

-1073573386

DTS_E_SQLTASKCONN_ERR_RESULT_COL_INDEX

The result column index __ is not valid.

0xC00291F7

-1073573385

DTS_E_SQLTASKCONN_ERR_UNKNOWN_RESULT_COL

Cannot find column __ in the result set.

0xC00291F9

-1073573383

DTS_E_SQLTASKCONN_ERR_NOROWSET

No result rowset is associated with the execution of this query.

0xC00291FA

-1073573382

DTS_E_SQLTASKCONN_ERR_ODBC_DISCONNECTED

Disconnected recordsets are not available from ODBC connections.

0xC00291FB

-1073573381

DTS_E_SQLTASKCONN_ERR_RESULT_SET_DATA_TYPE

The data type in the result set, column __, is not supported.

0xC00291FC

-1073573380

DTS_E_SQLTASKCONN_ERR_CANT_LOAD_XML

Cannot load XML with query result.

0xC00291FD

-1073573379

DTS_E_TTGENTASK_NOCONNORVARIABLE

A connection name or variable name for the package must be specified.

0xC00291FE

-1073573378

DTS_E_TTGENTASK_FAILEDCREATE

Failed to create the package.

0xC00291FF

-1073573377

DTS_E_TTGENTASK_BADTABLEMETADATA

The TableMetaDataNode is not an XMLNode.

0xC0029200

-1073573376

DTS_E_TTGENTASK_FAILEDCREATEPIPELINE

Failed to create the pipeline.

0xC0029201

-1073573375

DTS_E_TTGENTASK_BADVARIABLETYPE

The variable is not the correct type.

0xC0029202

-1073573374

DTS_E_TTGENTASK_NOTFILECONNECTION

The connection manager specified is not a FILE connection manager.

0xC0029203

-1073573373

DTS_E_TTGENTASK_BADFILENAME

Invalid file name specified on the connection manager "__".

0xC0029204

-1073573372

DTS_E_WEBSERVICETASK_CONNECTION_NAME_NULL

The connection is empty. Verify that a valid HTTP connection is specified.

0xC0029205

-1073573371

DTS_E_WEBSERVICETASK_CONNECTION_NOT_FOUND

The connection does not exist. Verify that a valid, existing HTTP connection is specified.

0xC0029206

-1073573370

DTS_E_WEBSERVICETASK_CONNECTION_NOT_HTTP

The connection specified is not a HTTP connection. Verify that a valid HTTP connection is specified.

0xC0029207

-1073573369

DTS_E_WEBSERVICETASK_SERVICE_NULL

The Web Service name is empty. Verify that a valid web service name is specified.

0xC0029208

-1073573368

DTS_E_WEBSERVICETASK_METHODNAME_NULL

The web method name is empty. Verify that a valid web method is specified.

0xC0029209

-1073573367

DTS_E_WEBSERVICETASK_WEBMETHODINFO_NULL

The web method is empty or may not exist. Verify that there is an existing web method to specify.

0xC002920A

-1073573366

DTS_E_WEBSERVICETASK_OUTPUTLOC_NULL

The output location is empty. Verify that an existing file connection or variable is specified.

0xC002920B

-1073573365

DTS_E_WEBSERVICETASK_VARIABLE_NOT_FOUND

The variable cannot be found. Verify that the variable exists in the package.

0xC002920C

-1073573364

DTS_E_WEBSERVICETASK_VARIABLE_READONLY

Cannot save the result. Verify that the variable is not read-only.

0xC002920D

-1073573363

DTS_E_WEBSERVICETASK_ERROR_IN_LOAD_FROM_XML

Error occurred in LoadFromXML at the tag "__".

0xC002920E

-1073573362

DTS_E_WEBSERVICETASK_ERROR_IN_SAVE_TO_XML

Error occurred in SaveToXML at the tag "__".

0xC002920F

-1073573361

DTS_E_WEBSERVICETASK_TASK_SAVE_TO_NULL_XML_ELEMENT

Cannot save the task to a null XML document.

0xC0029210

-1073573360

DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_NULL_XML_ELEMENT

Cannot initialize the task with a null XML element.

0xC0029211

-1073573359

DTS_E_WEBSERVICETASK_TASK_INITIALIZATION_WITH_WRONG_XML_ELEMENT

The Web Service Task is initiated with an incorrect XML element.

0xC0029212

-1073573358

DTS_E_WEBSERVICETASK_UNEXPECTED_XML_ELEMENT

Unexpected XML element found.

0xC0029213

-1073573357

DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_CONNECTION

There was an error acquiring the HTTP connection. Verify that a valid connection type is specified.

0xC0029214

-1073573356

DTS_E_WEBSERVICETASK_FILE_CONN_NOT_FOUND

Cannot save the result. Verify that there is an existing file connection.

0xC0029215

-1073573355

DTS_E_WEBSERVICETASK_FILE_NOT_FOUND

Cannot save the result. Verify that the file exists.

0xC0029216

-1073573354

DTS_E_WEBSERVICETASK_FILE_NULL

Cannot save the result. The file name is empty or the file is in use by another process.

0xC0029217

-1073573353

DTS_E_WEBSERVICETASK_CANNOT_ACQUIRE_FILE_CONNECTION

There was an error in acquiring the file connection. Verify that a valid file connection is specified.

0xC0029218

-1073573352

DTS_E_WEBSERVICETASK_DATATYPE_NOT_SUPPORTED

Only Complex Types with Primitive values, Primitive Arrays, and Enumerations are supported.

0xC0029219

-1073573351

DTS_E_WEBSERVICETASK_PARAMTYPE_NOT_SUPPORTED

Only Primitive, Enum, Complex, PrimitiveArray, and ComplexArray types are supported.

0xC002921A

-1073573350

DTS_E_WEBSERVICETASK_WSDL_VERSION_NOT_SUPPORTED

This version of WSDL is not supported.

0xC002921B

-1073573349

DTS_E_WEBSERVICETASK_WRONG_XML_ELEMENT

Initialized with an incorrect XML element.

0xC002921C

-1073573348

DTS_E_WEBSERVICETASK_XML_ATTRIBUTE_NOT_FOUND

A mandatory attribute is not found.

0xC002921D

-1073573347

DTS_E_WEBSERVICETASK_ENUM_NO_VALUES

The enum "__" does not have any values. The WSDL is corrupted.

0xC002921E

-1073573346

DTS_E_WEBSERVICETASK_CONNECTIONNOTFOUND

The connection cannot be found.

0xC002921F

-1073573345

DTS_E_WEBSERVICETASK_CONNECTION_ALREADY_EXISTS

Connection by this name already exists.

0xC0029220

-1073573344

DTS_E_WEBSERVICETASK_NULL_CONNECTION

Connection cannot be null or empty.

0xC0029221

-1073573343

DTS_E_WEBSERVICETASK_NOT_HTTP_CONNECTION

The connection specified is not a HTTP connection. Verify that a valid HTTP connection is specified.

0xC0029222

-1073573342

DTS_E_WEBSERVICETASK_WSDL_NOT_FOUND

The specified Uniform Resource Identifier (URI) does not contain a valid WSDL.

0xC0029223

-1073573341

DTS_E_WEBSERVICETASK_ERROR_IN_DOWNLOAD

Could not read the WSDL file. The input WSDL file is not valid. The reader threw the following error: "__".

0xC0029224

-1073573340

DTS_E_WEBSERVICETASK_SERVICE_DESC_NULL

Service Description cannot be null.

0xC0029225

-1073573339

DTS_E_WEBSERVICETASK_SERVICENULL

Service name cannot be null.

0xC0029226

-1073573338

DTS_E_WEBSERVICETASK_WSDL_NULL

URL cannot be null.

0xC0029227

-1073573337

DTS_E_WEBSERVICETASK_SERVICE_NOT_FOUND

The service is not currently available.

0xC0029228

-1073573336

DTS_E_WEBSERVICETASK_SOAPPORT_NOT_FOUND

The service is not available on the SOAP port.

0xC0029229

-1073573335

DTS_E_WEBSERVICETASK_SOAPBINDING_NOT_FOUND

Failed to parse the Web Services Description Language (WSDL). Cannot find the Binding that corresponds to the SOAP port.

0xC002922A

-1073573334

DTS_E_WEBSERVICETASK_SOAPPORTTYPE_NOT_FOUND

Failed to parse the Web Services Description Language (WSDL). Cannot find a PortType that corresponds to the SOAP port.

0xC002922B

-1073573333

DTS_E_WEBSERVICETASK_MSG_NOT_FOUND

Cannot find the message that corresponds to the method specified.

0xC002922C

-1073573332

DTS_E_WEBSERVICETASK_CANNOT_GEN_PROXY

Could not generate the proxy for the given web service. The following errors were encountered while generating the proxy "__".

0xC002922D

-1073573331

DTS_E_WEBSERVICETASK_CANNOT_LOAD_PROXY

Could not load the proxy for the given web service. The exact error is as follows: "__".

0xC002922E

-1073573330

DTS_E_WEBSERVICETASK_INVALID_SERVICE

Could not find the specified service. The exact error is as follows: "__".

0xC002922F

-1073573329

DTS_E_WEBSERVICETASK_WEBMETHOD_INVOKE_FAILED

The Web Service threw the following error during method execution: "__".

0xC0029230

-1073573328

DTS_E_WEBSERVICETASK_INVOKE_ERR

Could not execute the web method. The exact error is as follows: "__".

0xC0029231

-1073573327

DTS_E_WEBSERVICETASK_METHODINFO_NULL

MethodInfo cannot be null.

0xC0029232

-1073573326

DTS_E_WEBSERVICETASK_VALUE_NOT_PRIMITIVE

The specified WebMethodInfo is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue is not of type PrimitiveValue.

0xC0029233

-1073573325

DTS_E_WEBSERVICETASK_VALUE_NOT_ENUM

The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type EnumValue.

0xC0029234

-1073573324

DTS_E_VALUE_WEBSERVICETASK_NOT_COMPLEX

The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type ComplexValue.

0xC0029235

-1073573323

DTS_E_WEBSERVICETASK_VALUE_NOT_ARRAY

The WebMethodInfo specified is not correct. The ParamValue supplied does not match the ParamType. The DTSParamValue found is not of type ArrayValue.

0xC0029236

-1073573322

DTS_E_WEBSERVICETASK_TYPE_NOT_PRIMITIVE

The WebMethodInfo you have specified is wrong. "__" is not Primitive Type.

0xC0029237

-1073573321

DTS_E_WEBSERVICETASK_ARRAY_VALUE_INVALID

The format of the ArrayValue is not valid. There should be at least one element in the array.

0xC0029238

-1073573320

DTS_E_WEBSERVICETASK_SELECTED_VALUE_NULL

The value of the enumeration cannot be null. Select a default value for the enumeration.

0xC0029239

-1073573319

DTS_E_WEBSERVICETASK_NULL_VALUE

Cannot validate a null against any datatype.

0xC002923A

-1073573318

DTS_E_WEBSERVICETASK_ENUM_VALUE_NOT_FOUND

The enumeration Value is not correct.

0xC002923B

-1073573317

DTS_E_WEBSERVICETASK_PROP_NOT_EXISTS

The class specified does not contain a public property by the name "__".

0xC002923C

-1073573316

DTS_E_WEBSERVICETASK_CONVERT_FAILED

Could not convert "__" to "__".

0xC002923D

-1073573315

DTS_E_WEBSERVICETASK_CLEANUP_FAILED

Cleanup failed. The proxy that was created for the web service may not have been deleted.

0xC002923E

-1073573314

DTS_E_WEBSERVICETASK_CREATE_INSTANCE_FAILED

Could not create an object of type "__". Please check whether the default constructor exists.

0xC002923F

-1073573313

DTS_E_WEBSERVICETASK_NOT_PRIMITIVE_TYPE

"__" is not a value type.

0xC0029240

-1073573312

DTS_E_WEBSERVICETASK_ERROR_IN_VALIDATE

Could not validate "__" against "__".

0xC0029241

-1073573311

DTS_E_WEBSERVICETASK_DATATYPE_NULL

The data type cannot be null. Specify the value of the data type to validate.

0xC0029242

-1073573310

DTS_E_WEBSERVICETASK_INDEX_OUT_OF_BOUNDS

The ParamValue cannot be inserted at this position. The index specified might be lesser than zero or greater than the length.

0xC0029243

-1073573309

DTS_E_WEBSERVICETASK_WRONG_WSDL

The input WSDL file is not valid.

0xC0029244

-1073573308

DTS_E_WMIDRTASK_SYNCOBJECTFAILED

Synchronization object failed.

0xC0029245

-1073573307

DTS_E_WMIDRTASK_MISSINGWQLQUERY

The WQL query is missing.

0xC0029246

-1073573306

DTS_E_WMIDRTASK_DESTINATIONMUSTBESET

The destination must be set.

0xC0029247

-1073573305

DTS_E_WMIDRTASK_MISSINGCONNECTION

No WMI connection is set.

0xC0029248

-1073573304

DTS_E_WMIDRTASK_INVALIDDATANODE

WMI Data Reader Task received an invalid task data node.

0xC0029249

-1073573303

DTS_E_WMIDRTASK_FAILEDVALIDATION

The task failed validation.

0xC002924A

-1073573302

DTS_E_WMIDRTASK_FILEDOESNOTEXIST

File "__" does not exist.

0xC002924B

-1073573301

DTS_E_WMIDRTASK_CONNECTIONMNGRDOESNTEXIST

Connection manager "__" does not exist.

0xC002924C

-1073573300

DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRINGOROBJECT

Variable "__" is not of type string or object.

0xC002924D

-1073573299

DTS_E_WMIDRTASK_CONNECTIONTYPENOTFILE

Connection "__" is not of type "FILE".

0xC002924E

-1073573298

DTS_E_WMIDRTASK_CONNECTIONTYPENOTWMI

Connection "__" is not of type "WMI".

0xC002924F

-1073573297

DTS_E_WMIDRTASK_FILEALREADYEXISTS

File "__" already exists.

0xC0029250

-1073573296

DTS_E_WMIDRTASK_CONNECTIONMANAGEREMPTY

Connection manager "__" is empty.

0xC0029251

-1073573295

DTS_E_WMIDRTASK_VARNOTOBJECT

Variable "__" should be of type object to be assigned a data table.

0xC0029252

-1073573294

DTS_E_WMIDRTASK_TASKFAILURE

Task failed due to invalid WMI query: "__".

0xC0029253

-1073573293

DTS_E_WMIDRTASK_CANTWRITETOVAR

Unable to write to variable "__" since it set to keep its original value.

0xC0029254

-1073573292

DTS_E_WMIEWTASK_SYNCOBJECTFAILED

Synchronization object failed.

0xC0029255

-1073573291

DTS_E_WMIEWTASK_MISSINGWQLQUERY

The WQL query is missing.

0xC0029256

-1073573290

DTS_E_WMIEWTASK_MISSINGCONNECTION

The WMI connection is missing.

0xC0029257

-1073573289

DTS_E_WMIEWTASK_QUERYFAILURE

The task failed to execute the WMI query.

0xC0029258

-1073573288

DTS_E_WMIEWTASK_INVALIDDATANODE

The WMI Event Watcher Task received a task data node that is not valid.

0xC0029259

-1073573287

DTS_E_WMIEWTASK_CONNECTIONMNGRDOESNTEXIST

Connection manager "__" does not exist.

0xC002925A

-1073573286

DTS_E_WMIEWTASK_FILEDOESNOTEXIST

File "__" does not exist.

0xC002925B

-1073573285

DTS_E_WMIEWTASK_VARIABLETYPEISNOTSTRING

Variable "__" is not of type string.

0xC002925C

-1073573284

DTS_E_WMIEWTASK_CONNECTIONTYPENOTFILE

Connection "__" is not of type "FILE".

0xC002925D

-1073573283

DTS_E_WMIEWTASK_CONNECTIONTYPENOTWMI

Connection "__" is not of type "WMI".

0xC002925E

-1073573282

DTS_E_WMIEWTASK_FILEALREADYEXISTS

File "__" already exists.

0xC002925F

-1073573281

DTS_E_WMIEWTASK_CONNECTIONMANAGEREMPTY

Connection manager "__" is empty.

0xC0029260

-1073573280

DTS_E_WMIEWTASK_TIMEOUTOCCURRED

Timeout of "__" second(s) occurred before event represented by "__".

0xC0029261

-1073573279

DTS_E_WMIEWTASK_ERRMESSAGE

Watching for the Wql query caused the following system exception: "__". Check the query for errors or WMI connection for access rights/permissions.

0xC0029262

-1073573278

DTS_E_XMLTASK_NODEFAULTOPERTION

The Operations specified is not defined.

0xC0029263

-1073573277

DTS_E_XMLTASK_CONNECTIONTYPENOTFILE

The connection type is not File.

0xC0029264

-1073573276

DTS_E_XMLTASK_CANTGETREADERFROMSOURCE

Cannot get an XmlReader from the source XML document.

0xC0029265

-1073573275

DTS_E_XMLTASK_CANTGETREADERFROMDEST

Cannot get an XmlReader from the changed XML document.

0xC0029266

-1073573274

DTS_E_XMLTASK_CANTGETREADERFROMDIFFGRAM

Cannot get the XDL diffgram reader from the XDL diffgram XML.

0xC0029268

-1073573272

DTS_E_XMLTASK_EMPTYNODELIST

The node list is empty.

0xC0029269

-1073573271

DTS_E_XMLTASK_NOELEMENTFOUND

The element was not found.

0xC002926A

-1073573270

DTS_E_XMLTASK_UNDEFINEDOPERATION

The Operations specified is not defined.

0xC002926B

-1073573269

DTS_E_XMLTASK_XPATHNAVERROR

Unexpected content item in XPathNavigator.

0xC002926C

-1073573268

DTS_E_XMLTASK_NOSCHEMAFOUND

No schema found to enforce validation.

0xC002926D

-1073573267

DTS_E_XMLTASK_VALIDATIONERROR

A validation error occurred when validating the instance document.

0xC002926E

-1073573266

DTS_E_XMLTASK_SYNCOBJECTFAILED

Synchronization object failed.

0xC002926F

-1073573265

DTS_E_XMLTASK_ROOTNOODESNOTMATCHED

The root nodes do not match.

0xC0029270

-1073573264

DTS_E_XMLTASK_INVALIDEDITSCRIPT

The Edit Script Operation type in the final Edit Script is not valid.

0xC0029271

-1073573263

DTS_E_XMLTASK_CDATANODESISSUE

CDATA nodes should be added with DiffgramAddSubtrees class.

0xC0029272

-1073573262

DTS_E_XMLTASK_COMMENTSNODEISSUE

Comment nodes should be added with DiffgramAddSubtrees class.

0xC0029273

-1073573261

DTS_E_XMLTASK_TEXTNODEISSUES

Text nodes should be added with DiffgramAddSubtrees class.

0xC0029274

-1073573260

DTS_E_XMLTASK_WHITESPACEISSUE

Significant white space nodes should be added with DiffgramAddSubtrees class.

0xC0029275

-1073573259

DTS_E_XMLTASK_DIFFENUMISSUE

Correct the OperationCost array so that it reflects the XmlDiffOperation enumeration.

0xC0029276

-1073573258

DTS_E_XMLTASK_TASKISEMPTY

There are no operations in the task.

0xC0029277

-1073573257

DTS_E_XMLTASK_DOCUMENTHASDATA

The document already contains data and should not be used again.

0xC0029278

-1073573256

DTS_E_XMLTASK_INVALIDENODETYPE

The node type is not valid.

0xC0029279

-1073573255

DTS_E_XMLTASK_INVALIDDATANODE

The XML Task received a task data node that is not valid.

0xC002927B

-1073573253

DTS_E_XMLTASK_VARIABLETYPEISNOTSTRING

Variable data type is not a String.

0xC002927C

-1073573252

DTS_E_XMLTASK_COULDNOTGETENCODINGFROMDOCUMENT

Cannot get encoding from XML.

0xC002927D

-1073573251

DTS_E_XMLTASK_MISSINGSOURCE

Source is not specified.

0xC002927E

-1073573250

DTS_E_XMLTASK_MISSINGSECONDOPERAND

Second operand is not specified.

0xC002927F

-1073573249

DTS_E_XMLTASK_INVALIDPATHDESCRIPTOR

Invalid XDL diffgram. "__" is an invalid path descriptor.

0xC0029280

-1073573248

DTS_E_XMLTASK_NOMATCHINGNODE

Invalid XDL diffgram. No node matches the path descriptor "__".

0xC0029281

-1073573247

DTS_E_XMLTASK_EXPECTINGDIFFGRAMELEMENT

Invalid XDL diffgram. Expecting xd:xmldiff as a root element with namespace URI "__".

0xC0029282

-1073573246

DTS_E_XMLTASK_MISSINGSRCDOCATTRIBUTE

The XDL diffgram is not valid. The srcDocHash attribute on the xd:xmldiff element is missing.

0xC0029283

-1073573245

DTS_E_XMLTASK_MISSINGOPTIONSATTRIBUTE

The XDL diffgram is not valid. The options attribute on the xd:xmldiff element is missing.

0xC0029284

-1073573244

DTS_E_XMLTASK_INVALIDSRCDOCATTRIBUTE

The XDL diffgram is not valid. The srcDocHash attribute has an invalid value.

0xC0029285

-1073573243

DTS_E_XMLTASK_INVALIDOPTIONSATTRIBUTE

The XDL diffgram is not valid. The options attribute has an invalid value.

0xC0029286

-1073573242

DTS_E_XMLTASK_SRCDOCMISMATCH

The XDL diffgram is not applicable to this XML document. The rcDocHash value does not match.

0xC0029287

-1073573241

DTS_E_XMLTASK_MORETHANONENODEMATCHED

Invalid XDL diffgram; more than one node matches the "__" path descriptor on the xd:node or xd:change element.

0xC0029288

-1073573240

DTS_E_XMLTASK_XMLDECLMISMATCH

The XDL diffgram is not applicable to this XML document. A new XML declaration cannot be added.

0xC0029289

-1073573239

DTS_E_XMLTASK_INTERNALERRORMORETHANONENODEINLIST

Internal Error. XmlDiffPathSingleNodeList can contain only one node.

0xC002928A

-1073573238

DTS_E_XMLTASK_INTERNALERRORMORETHANONENODELEFT

Internal Error. "__" nodes left after patch, expecting 1.

0xC002928B

-1073573237

DTS_E_XMLTASK_XSLTRESULTFILEISNOTXML

The File/Text Produced by the XSLT is not a valid XmlDocument, thus can not be set as result of operation: "__".

0xC002928E

-1073573234

DTS_E_XMLTASK_FILEDOESNOTEXIST

There is no file associated with connection "__".

0xC002928F

-1073573233

DTS_E_XMLTASK_XMLTEXTEMPTY

Property "__" has no source Xml text; Xml Text is either invalid, null or empty string.

0xC0029290

-1073573232

DTS_E_XMLTASK_FILEALREADYEXISTS

File "__" already exists.

0xC0029293

-1073573229

DTS_E_TRANSFERTASKS_SRCCONNECTIONREQUIRED

A source connection must be specified.

0xC0029294

-1073573228

DTS_E_TRANSFERTASKS_DESTCONNECTIONREQUIRED

A destination connection must be specified.

0xC0029295

-1073573227

DTS_E_TRANSFERTASKS_CONNECTIONNOTFOUND

The connection "__" could not be found in the package.

0xC0029296

-1073573226

DTS_E_TRANSFERTASKS_SERVERVERSIONNOTALLOWED

The connection "__" specifies a SQL Server instance with a version that is not supported for transfer. Only versions 7, 2000, and 2005 are supported.

0xC0029297

-1073573225

DTS_E_TRANSFERTASKS_SRCSERVERLESSEQUALDESTSERVER

The source connection "__" must specify a SQL Server instance with a version earlier than or the same as the destination connection "__".

0xC0029298

-1073573224

DTS_E_TRANSFERTASKS_SRCDBREQUIRED

A source database must be specified.

0xC0029299

-1073573223

DTS_E_TRANSFERTASKS_SRCDBMUSTEXIST

The source database "__" must exist on the source server.

0xC002929A

-1073573222

DTS_E_TRANSFERTASKS_DESTDBREQUIRED

A destination database must be specified.

0xC002929B

-1073573221

DTS_E_TRANSFERTASKS_SRCDBANDDESTDBTHESAME

The source database and the destination database can not be the same.

0xC002929C

-1073573220

DTS_E_TRANSFERDBTASK_FILENAMEREQUIRED

The transfer file information __ is missing the filename.

0xC002929D

-1073573219

DTS_E_TRANSFERDBTASK_FOLDERREQUIRED

The transfer file information __ is missing the folder part.

0xC002929E

-1073573218

DTS_E_TRANSFERTASKS_NETSHAREREQUIRED

The transfer file information __ is missing the network share part.

0xC002929F

-1073573217

DTS_E_TRANSFERTASKS_FILELISTSCOUNTMISMATCH

The number of source transfer files and the number of destination transfer files must be the same.

0xC00292A0

-1073573216

DTS_E_DOESNOTSUPPORTTRANSACTIONS

Enlisting in transactions is not supported.

0xC00292A1

-1073573215

DTS_E_TRANSFERDBTASK_OFFLINEERROR

The following exception occurred during an offline database transfer: __.

0xC00292A2

-1073573214

DTS_E_TRANSFERDBTASK_NETSHAREDOESNOTEXIST

The network share "__" could not be found.

0xC00292A3

-1073573213

DTS_E_TRANSFERDBTASK_NETSHARENOACCESS

The network share "__ could not be accessed. The error is: __.

0xC00292A4

-1073573212

DTS_E_TRANSFERDBTASK_USERMUSTBEDBOORSYSADMIN

The user "__" must be a DBO or a sysadmin for "__" in order to perform an online database transfer.

0xC00292A5

-1073573211

DTS_E_TRANSFERDBTASK_USERMUSTBESYSADMIN

The user "__" must be a sysadmin on "__" to perform an offline database transfer.

0xC00292A6

-1073573210

DTS_E_TRANSFERDBTASK_FTCATALOGSOFFLINEYUKONONLY

Full text catalogs can only be included when performing an offline database transfer between 2 SQL Server 2005 servers.

0xC00292A7

-1073573209

DTS_E_TRANSFERDBTASK_NOOVERWRITEDB

The database "__" already exists on the destination server "__".

0xC00292A8

-1073573208

DTS_E_TRANSFERDBTASK_MUSTHAVESOURCEFILES

At least one source file must be specified.

0xC00292A9

-1073573207

DTS_E_TRANSFERDBTASKS_SRCFILENOTFOUND

Could not find the file "__" in the source database "__".

0xC00292B3

-1073573197

DTS_E_MSMQTASK_FIPS1402COMPLIANCE

The operation requested is not allowed in systems compliant with U.S. FIPS 140-2.

0xC002F210

-1073548784

DTS_E_SQLTASK_ERROREXECUTINGTHEQUERY

Executing the query "__" failed with the following error: "__". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

0xC002F300

-1073548544

DTS_E_TRANSFERSPTASK_ERRORREADINGSPNAMES

Error reading stored procedure names from the xml file.

0xC002F301

-1073548543

DTS_E_TRANSFERSPTASK_INVALIDDATANODE

Invalid data node for the Transfer Stored Procedure task.

0xC002F302

-1073548542

DTS_E_TRANSFERTASKS_CONNECTIONTYPEISNOTSMOSERVER

Connection "__" is not of type "SMOServer".

0xC002F303

-1073548541

DTS_E_TRANSFERSPTASK_EXECUTIONFAILED

Execution failed with the following error "__".

0xC002F304

-1073548540

DTS_E_ERROROCCURREDWITHFOLLOWINGMESSAGE

An error occurred with the following error message: "__".

0xC002F305

-1073548539

DTS_E_BITASK_EXECUTION_FAILED

Bulk insert execution failed.

0xC002F306

-1073548538

DTS_E_FSTASK_INVALIDDESTPATH

Invalid destination path.

0xC002F307

-1073548537

DTS_E_FSTASK_CANTCREATEDIR

Can not create directory. User chose to fail the task if directory exists.

0xC002F308

-1073548536

DTS_E_SQLTASK_ODBCNOSUPPORTTRANSACTION

The task has a transaction option of "Required" and connection "__" is of type "ODBC". ODBC connections don't support transactions.

0xC002F309

-1073548535

DTS_E_SQLTASK_ERRORASSIGINGVALUETOVAR

An error occurred while assigning a value to variable "__": "__".

0xC002F30A

-1073548534

DTS_E_FSTASK_SOURCEISEMPTY

The source is empty.

0xC002F30B

-1073548533

DTS_E_FSTASK_DESTINATIONISEMPTY

The destination is empty.

0xC002F30C

-1073548532

DTS_E_FSTASK_FILEDIRNOTFOUND

File or directory "__" does not exist.

0xC002F30D

-1073548531

DTS_E_FSTASK_VARSRCORDESTISEMPTY

Variable "__" is used as a source or destination and is empty.

0xC002F30E

-1073548530

DTS_E_FSTASK_FILEDELETED

File or directory "__" was deleted.

0xC002F30F

-1073548529

DTS_E_FSTASK_DIRECTORYDELETED

Directory "__" was deleted.

0xC002F310

-1073548528

DTS_E_WMIDRTASK_VARIABLETYPEISNOTOBJECT

The variable "__" should be of type object to be assigned a data table.

0xC002F311

-1073548527

DTS_E_WMIDRTASK_VARIABLETYPEISNOTSTRING

The variable "__" does not have a string data type.

0xC002F312

-1073548526

DTS_E_FTPTASK_CANNOTACQUIRECONNECTION

There was an error acquiring the FTP connection. Verify that a valid connection type is specified in "__".

0xC002F313

-1073548525

DTS_E_FTPTASK_CONNECTIONNOTFOUND

The FTP connection manager "__" can not be found.

0xC002F314

-1073548524

DTS_E_FTPTASK_FILEUSAGETYPEERROR

File usage type of connection "__" should be "__" for operation "__".

0xC002F315

-1073548523

DTS_E_TRANSFERTASKS_SOURCECANTBESAMEASDESTINATION

The source server can not be the same as the destination server.

0xC002F316

-1073548522

DTS_E_ERRMSGTASK_EMPTYSOURCELIST

There are no Error Messages to transfer.

0xC002F317

-1073548521

DTS_E_ERRMSGTASK_DIFFERENTMESSAGEANDLANGUAGESIZES

The lists of error messages and their corresponding languages are of different sizes.

0xC002F318

-1073548520

DTS_E_ERRMSGTASK_ERRORMESSAGEOUTOFRANGE

The error message id "__" is out of the allowed range of user defined error messages. User defined error message ids are between 50000 and 2147483647.

0xC002F319

-1073548519

DTS_E_TRANSFERTASKS_NOTRANSACTIONSUPPORT

This task can not participate in a transaction.

0xC002F320

-1073548512

DTS_E_ERRMSGTASK_FAILEDTOTRANSFERERRORMESSAGES

Failed to transfer some or all of the Error Messages.

0xC002F321

-1073548511

DTS_E_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS

The error message "__" already exists at destination server.

0xC002F324

-1073548508

DTS_E_ERRMSGTASK_ERRORMESSAGECANTBEFOUND

The error message "__" can not be found at source server.

0xC002F325

-1073548507

DTS_E_TRANSFERTASKS_EXECUTIONFAILED

Execution failed with the following error: "__".

0xC002F327

-1073548505

DTS_E_JOBSTASK_FAILEDTOTRANSFERJOBS

Failed to transfer the Job(s).

0xC002F330

-1073548496

DTS_E_JOBSTASK_EMPTYSOURCELIST

There are no Jobs to transfer.

0xC002F331

-1073548495

DTS_E_JOBSTASK_JOBEXISTSATDEST

The job "__" already exists at destination server.

0xC002F334

-1073548492

DTS_E_JOBSTASK_JOBCANTBEFOUND

The job "__" can not be found at source server.

0xC002F337

-1073548489

DTS_E_LOGINSTASK_EMPTYLIST

The list of "Logins" to transfer is empty.

0xC002F338

-1073548488

DTS_E_LOGINSTASK_CANTGETLOGINSNAMELIST

Can not get the list of "Logins" from source server.

0xC002F340

-1073548480

DTS_E_LOGINSTASK_ERRORLOGINEXISTS

Login "__" already exists at destination server.

0xC002F342

-1073548478

DTS_E_LOGINSTASK_LOGINNOTFOUND

Login "__" does not exist at source.

0xC002F344

-1073548476

DTS_E_LOGINSTASK_FAILEDTOTRANSFERLOGINS

Failed to transfer some or all of the logins.

0xC002F345

-1073548475

DTS_E_STOREDPROCSTASK_FAILEDTOTRANSFERSPS

Failed to transfer the stored procedure(s). More informative error should have been raised.

0xC002F346

-1073548474

DTS_E_STOREDPROCSTASK_STOREDPROCNOTFOUND

Stored Procedure "__" is not found at the source.

0xC002F349

-1073548471

DTS_E_STOREDPROCSTASK_ERRORSTOREDPROCEDUREEXISTS

Stored procedure "__" already exists at destination server.

0xC002F350

-1073548464

DTS_E_STOREDPROCSTASK_EMPTYSOURCELIST

There are no stored procedures to transfer.

0xC002F353

-1073548461

DTS_E_TRANSOBJECTSTASK_FAILEDTOTRANSFEROBJECTS

Failed to transfer the object(s).

0xC002F354

-1073548460

DTS_E_TRANSOBJECTSTASK_EMPTYLIST

The list of "Objects" to transfer is empty.

0xC002F355

-1073548459

DTS_E_TRANSOBJECTSTASK_NOSPATSOURCE

Stored procedure "__" does not exist at the source.

0xC002F356

-1073548458

DTS_E_TRANSOBJECTSTASK_SPALREADYATDEST

Stored procedure "__" already exists at destination.

0xC002F357

-1073548457

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSPS

An error occurred while trying to get set the Stored Procedures list to transfer: "__".

0xC002F359

-1073548455

DTS_E_TRANSOBJECTSTASK_NORULEATSOURCE

Rule "__" does not exist at the source.

0xC002F360

-1073548448

DTS_E_TRANSOBJECTSTASK_RULEALREADYATDEST

Rule "__" already exists at destination.

0xC002F361

-1073548447

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGRULES

An error occurred while trying to get set the Rules list to transfer: "__".

0xC002F363

-1073548445

DTS_E_TRANSOBJECTSTASK_NOTABLEATSOURCE

Table "__" does not exist at the source.

0xC002F364

-1073548444

DTS_E_TRANSOBJECTSTASK_TABLEALREADYATDEST

Table "__" already exists at destination.

0xC002F365

-1073548443

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTABLES

An error occurred while trying to get set the Tables list to transfer: "__".

0xC002F367

-1073548441

DTS_E_TRANSOBJECTSTASK_NOVIEWATSOURCE

View "__" does not exist at the source.

0xC002F368

-1073548440

DTS_E_TRANSOBJECTSTASK_VIEWALREADYATDEST

View "__" already exists at destination.

0xC002F369

-1073548439

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGVIEWS

An error occurred while trying to get set the Views list to transfer: "__".

0xC002F371

-1073548431

DTS_E_TRANSOBJECTSTASK_NOUDFATSOURCE

User Defined Function "__" does not exist at the source.

0xC002F372

-1073548430

DTS_E_TRANSOBJECTSTASK_UDFALREADYATDEST

User Defined Function "__" already exists at destination.

0xC002F373

-1073548429

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDFS

An error occurred while trying to get set the User Defined Functions list to transfer: "__".

0xC002F375

-1073548427

DTS_E_TRANSOBJECTSTASK_NODEFAULTATSOURCE

Default "__" does not exist at the source.

0xC002F376

-1073548426

DTS_E_TRANSOBJECTSTASK_DEFAULTALREADYATDEST

Default "__" already exists at destination.

0xC002F377

-1073548425

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGDEFAULTS

An error occurred while trying to get set the Defaults list to transfer: "__".

0xC002F379

-1073548423

DTS_E_TRANSOBJECTSTASK_NOUDDTATSOURCE

User Defined Data Type "__" does not exist at the source.

0xC002F380

-1073548416

DTS_E_TRANSOBJECTSTASK_UDDTALREADYATDEST

User Defined Data Type "__" already exists at destination.

0xC002F381

-1073548415

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUDDTS

An error occurred while trying to get set the User Defined Data Types list to transfer: "__".

0xC002F383

-1073548413

DTS_E_TRANSOBJECTSTASK_NOPFATSOURCE

Partition Function "__" does not exist at the source.

0xC002F384

-1073548412

DTS_E_TRANSOBJECTSTASK_PFALREADYATDEST

Partition Function "__" already exists at destination.

0xC002F385

-1073548411

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPFS

An error occurred while trying to get set the Partition Functions list to transfer: "__".

0xC002F387

-1073548409

DTS_E_TRANSOBJECTSTASK_NOPSATSOURCE

Partition Scheme "__" does not exist at the source.

0xC002F388

-1073548408

DTS_E_TRANSOBJECTSTASK_PSALREADYATDEST

Partition Scheme "__" already exists at destination.

0xC002F389

-1073548407

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGPSS

An error occurred while trying to get set the Partition Schemes list to transfer: "__".

0xC002F391

-1073548399

DTS_E_TRANSOBJECTSTASK_NOSCHEMAATSOURCE

Schema "__" does not exist at the source.

0xC002F392

-1073548398

DTS_E_TRANSOBJECTSTASK_SCHEMAALREADYATDEST

Schema "__" already exists at destination.

0xC002F393

-1073548397

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSCHEMAS

An error occurred while trying to get set the Schemas list to transfer: "__".

0xC002F395

-1073548395

DTS_E_TRANSOBJECTSTASK_NOSQLASSEMBLYATSOURCE

SqlAssembly "__" does not exist at the source.

0xC002F396

-1073548394

DTS_E_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST

SqlAssembly "__" already exists at destination.

0xC002F397

-1073548393

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGSQLASSEMBLIES

An error occurred while trying to get set the SqlAssemblies list to transfer: "__".

0xC002F399

-1073548391

DTS_E_TRANSOBJECTSTASK_NOAGGREGATEATSOURCE

User Defined Aggregate "__" does not exist at the source.

0xC002F400

-1073548288

DTS_E_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST

User Defined Aggregate "__" already exists at destination.

0xC002F401

-1073548287

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGAGGREGATES

An error occurred while trying to get set the User Defined Aggregates list to transfer: "__".

0xC002F403

-1073548285

DTS_E_TRANSOBJECTSTASK_NOTYPEATSOURCE

User Defined Type "__" does not exist at the source.

0xC002F404

-1073548284

DTS_E_TRANSOBJECTSTASK_TYPEALREADYATDEST

User Defined Type "__" already exists at destination.

0xC002F405

-1073548283

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGTYPES

An error occurred while trying to get set the User Defined Types list to transfer: "__".

0xC002F407

-1073548281

DTS_E_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONATSOURCE

XmlSchemaCollection "__" does not exist at the source.

0xC002F408

-1073548280

DTS_E_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST

XmlSchemaCollection "__" already exists at destination.

0xC002F409

-1073548279

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGXMLSCHEMACOLLECTIONS

An error occurred while trying to get set the XmlSchemaCollections list to transfer: "__".

0xC002F411

-1073548271

DTS_E_TRANSOBJECTSTASK_SUPPORTEDONYUKONONLY

Objects of type "__" are only supported between SQL Server 2005 or newer servers.

0xC002F413

-1073548269

DTS_E_LOGINSTASK_EMPTYDATABASELIST

The databases list is empty.

0xC002F414

-1073548268

DTS_E_TRANSOBJECTSTASK_NOLOGINATSOURCE

Login "__" does not exist at the source.

0xC002F416

-1073548266

DTS_E_TRANSOBJECTSTASK_LOGINALREADYATDEST

Login "__" already exists at destination.

0xC002F417

-1073548265

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGLOGINS

An error occurred while trying to get set the Logins list to transfer: "__".

0xC002F419

-1073548263

DTS_E_TRANSOBJECTSTASK_NOUSERATSOURCE

User "__" does not exist at the source.

0xC002F41B

-1073548261

DTS_E_TRANSOBJECTSTASK_USERALREADYATDEST

User "__" already exists at destination.

0xC002F41C

-1073548260

DTS_E_TRANSOBJECTSTASK_ERRORHANDLINGUSERS

An error occurred while trying to get set the Users list to transfer: "__".

0xC002F41F

-1073548257

DTS_E_BITASK_CANNOTRETAINCONNINTRANSACTION

The task can not have a retained connection manager in a transaction.

0xC002F421

-1073548255

DTS_E_SQLTASKOUTPUTENCODINGNOTSUPPORTED

Unable to obtain XML data from SQL Server as Unicode because the provider does not support the OUTPUTENCODING property.

0xC002F426

-1073548250

DTS_E_FTPTASK_FILECONNECTIONNOTFOUND

For the FTP operation "__", the FILE connection manager "__" can not be found.

0xC002F428

-1073548248

DTS_E_TRANSOBJECTSTASK_CANNOTDROPOBJECTS

"Logins" are server level objects and can not be dropped first since the source and destination are the same server. Dropping objects first will remove the logins from the source as well.

0xC002F429

-1073548247

DTS_E_SQLTASK_PARAMSIZEERROR

Parameter "__" cannot be negative. (-1) is used for the default value.

0xC0040019

-1073479655

DTS_E_UNREGISTEREDPIPELINEXML_LOAD

Data Flow objects cannot be loaded. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.

0xC0040020

-1073479648

DTS_E_UNREGISTEREDPIPELINEXML_SAVE

Data Flow objects cannot be saved. Check if Microsoft.SqlServer.PipelineXml.dll is properly registered.

0xC0040040

-1073479616

DTS_E_PIPELINE_SAVE

Failed to save Data Flow objects.

0xC0040041

-1073479615

DTS_E_PIPELINE_LOAD

Failed to load Data Flow objects

0xC0040042

-1073479614

DTS_E_SAVE_PERSTFORMAT

Failed to save Data Flow objects. The specified format is not supported.

0xC0040043

-1073479613

DTS_E_LOAD_PERSTFORMAT

Failed to load Data Flow objects. The specified format is not supported.

0xC0040044

-1073479612

DTS_E_SETPERSIST_PROPEVENTS

Failed to set the XML persistence events property for the Data Flow objects.

0xC0040045

-1073479611

DTS_E_SETPERSIST_XMLDOM

Failed to set the persistence XML DOM property for the Data Flow objects.

0xC0040046

-1073479610

DTS_E_SETPERSIST_XMLNODE

Failed to set the persistence XML ELEMENT property for the Data Flow objects.

0xC0040047

-1073479609

DTS_E_SETPERSISTPROP_FAILED

Failed to set xml persistence properties for the Data Flow objects.

0xC0040048

-1073479608

DTS_E_NOCUSTOMPROPCOL

Failed to get custom property collection for Data Flow components.

0xC0047000

-1073451008

DTS_E_CYCLEINEXECUTIONTREE

An execution tree contains a cycle.

0xC0047001

-1073451007

DTS_E_DISCONNECTEDOBJECT

The __ object "__" (__) is disconnected from the layout.

0xC0047002

-1073451006

DTS_E_INVALIDOBJECTID

The ID for the layout object is not valid.

0xC0047003

-1073451005

DTS_E_INPUTWITHOUTPATHS

A required input object is not connected to a path object.

0xC0047005

-1073451003

DTS_E_INVALIDSYNCHRONOUSINPUT

__ has an invalid synchronous input ID __.

0xC0047006

-1073451002

DTS_E_INVALIDOUTPUTLINEAGEID

__ has lineage ID __, but should have had __.

0xC0047008

-1073451000

DTS_E_DUPLICATENAMESINCOLLECTION

The package contains two objects with the duplicate name of "__" and "__".

0xC0047009

-1073450999

DTS_E_INVALIDEXCLUSIONGROUP

The "__" and the "__" are in the same exclusion group, but they do not have the same synchronous input.

0xC004700A

-1073450998

DTS_E_DUPLICATELINEAGEIDSINCOLLECTION

Two objects in the same collection have a duplicate lineage ID of __. The objects are __ and __.

0xC004700B

-1073450997

DTS_E_VALIDATIONFAILEDONLAYOUT

The layout failed validation.

0xC004700C

-1073450996

DTS_E_VALIDATIONFAILEDONCOMPONENTS

One or more component failed validation.

0xC004700D

-1073450995

DTS_E_VALIDATIONFAILED

The layout and one or more components failed validation.

0xC004700E

-1073450994

DTS_E_THREADSTARTUPFAILED

The Data Flow task engine failed at startup because it cannot create one or more required threads.

0xC004700F

-1073450993

DTS_E_CANTGETMUTEX

A thread failed to create a mutex at initialization.

0xC0047010

-1073450992

DTS_E_CANTGETSEMAPHORE

A thread failed to create a semaphore at initialization.

0xC0047011

-1073450991

DTS_E_BUFFERFAILUREDETAILS

The system reports __ percent memory load. There are __ bytes of physical memory with __ bytes free. There are __ bytes of virtual memory with __ bytes free. The paging file has __ bytes with __ bytes free.

0xC0047012

-1073450990

DTS_E_BUFFERALLOCFAILED

A buffer failed while allocating __ bytes.

0xC0047013

-1073450989

DTS_E_CANTCREATEBUFFERMANAGER

The Buffer Manager could not be created.

0xC0047015

-1073450987

DTS_E_BUFFERBADSIZE

Buffer Type __ had a size of __ bytes.

0xC0047016

-1073450986

DTS_E_DANGLINGWITHPATH

__ is marked as dangling, but has a path attached to it.

0xC0047017

-1073450985

DTS_E_INDIVIDUALVALIDATIONFAILED

__ failed validation and returned error code __.

0xC0047018

-1073450984

DTS_E_INDIVIDUALPOSTEXECUTEFAILED

__ failed the post-execute phase and returned error code __.

0xC0047019

-1073450983

DTS_E_INDIVIDUALPREPAREFAILED

__ failed the prepare phase and returned error code __.

0xC004701A

-1073450982

DTS_E_INDIVIDUALPREEXECUTEFAILED

__ failed the pre-execute phase and returned error code __.

0xC004701B

-1073450981

DTS_E_INDIVIDUALCLEANUPFAILED

__ failed the cleanup phase and returned error code __.

0xC004701C

-1073450980

DTS_E_INVALIDINPUTLINEAGEID

__ has lineage ID __ that was not previously used in the Data Flow task.

0xC004701E

-1073450978

DTS_E_EXECUTIONTREECYCLE

Cannot connect __ to __ because a cycle would be created.

0xC004701F

-1073450977

DTS_E_CANTCOMPARE

The data type "__" cannot be compared. Comparison of that data type is not supported, so it cannot be sorted or used as a key.

0xC0047020

-1073450976

DTS_E_REFUSEDFORSHUTDOWN

This thread has shut down and is not accepting buffers for input.

0xC0047021

-1073450975

DTS_E_THREADFAILED

SSIS Error Code DTS_E_THREADFAILED. Thread "__" has exited with error code __. There may be error messages posted before this with more information on why the thread has exited.

0xC0047022

-1073450974

DTS_E_PROCESSINPUTFAILED

SSIS Error Code DTS_E_PROCESSINPUTFAILED. The ProcessInput method on component "__" (__) failed with error code __ while processing input "__" (__). 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.

0xC0047023

-1073450973

DTS_E_CANTREALIZEVIRTUALBUFFERS

A set of virtual buffers cannot be realized.

0xC0047024

-1073450972

DTS_E_PIPELINETOOCOMPLEX

The number of threads required for this pipeline is __, which is more than the system limit of __. 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.

0xC0047028

-1073450968

DTS_E_SCHEDULERCOULDNOTCOUNTSOURCES

The Data Flow engine scheduler cannot obtain a count of the sources in the layout.

0xC0047029

-1073450967

DTS_E_SCHEDULERCOULDNOTCOUNTDESTINATIONS

The Data Flow engine scheduler cannot obtain a count of the destinations in the layout.

0xC004702A

-1073450966

DTS_E_COMPONENTVIEWISUNAVAILABLE

The component view is unavailable. Make sure the component view has been created.

0xC004702B

-1073450965

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.

0xC004702C

-1073450964

DTS_E_BUFFERNOTLOCKED

This buffer is not locked and cannot be manipulated.

0xC004702D

-1073450963

DTS_E_CANTBUILDBUFFERTYPE

The Data Flow task cannot allocate memory to build a buffer definition. The buffer definition had __ columns.

0xC004702E

-1073450962

DTS_E_CANTREGISTERBUFFERTYPE

The Data Flow task cannot register a buffer type. The type had __ columns and was for execution tree __.

0xC004702F

-1073450961

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.

0xC0047030

-1073450960

DTS_E_THREADFAILEDINITIALIZE

The Data Flow task failed to initialize a required thread and cannot begin execution. The thread previously reported a specific error.

0xC0047031

-1073450959

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.

0xC0047032

-1073450958

DTS_E_EXECUTIONTREECYCLEADDINGSYNCHRONOUSINPUT

The synchronous input of "__" cannot be set to "__" because a cycle would be created.

0xC0047033

-1073450957

DTS_E_INVALIDCUSTOMPROPERTYNAME

A custom property named "__" 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.

0xC0047035

-1073450955

DTS_E_BUFFERLOCKUNDERFLOW

The buffer was already unlocked.

0xC0047036

-1073450954

DTS_E_INDIVIDUALCACHEINTERFACESFAILED

__ failed initialization and returned error code __.

0xC0047037

-1073450953

DTS_E_INDIVIDUALRELEASEINTERFACESFAILED

__ failed during shut down and returned error code __. A component failed to release its interfaces.

0xC0047038

-1073450952

DTS_E_PRIMEOUTPUTFAILED

SSIS Error Code DTS_E_PRIMEOUTPUTFAILED. The PrimeOutput method on __ returned error code __. 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.

0xC0047039

-1073450951

DTS_E_THREADCANCELLED

SSIS Error Code DTS_E_THREADCANCELLED. Thread "__" received a shutdown signal and is terminating. The user requested a shutdown, or an error in another thread is causing the pipeline to shutdown. There may be error messages posted before this with more information on why the thread was cancelled.

0xC004703A

-1073450950

DTS_E_DISTRIBUTORCANTSETPROPERTY

Distributor for thread "__" failed to initialize property "__" on component "__" because of error __.8X. The distributor could not initialize the component's property and cannot continue running.

0xC004703B

-1073450949

DTS_E_CANTREGISTERVIEWBUFFERTYPE

The Data Flow task cannot register a view buffer type. The type had __ columns and was for input ID __.

0xC004703F

-1073450945

DTS_E_CANTCREATEEXECUTIONTREE

There is not enough memory to create an execution tree.

0xC0047040

-1073450944

DTS_E_CANTINSERTINTOHASHTABLE

There is not enough memory to insert an object into the hash table.

0xC0047041

-1073450943

DTS_E_OBJECTNOTINHASHTABLE

The object is not in the hash table.

0xC0047043

-1073450941

DTS_E_CANTCREATECOMPONENTVIEW

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

0xC0047046

-1073450938

DTS_E_LAYOUTCANTSETUSAGETYPE

At input "__" (__), the virtual input column collection does not contain a virtual input column with lineage ID __.

0xC0047047

-1073450937

DTS_E_WRONGOBJECTTYPE

The requested object has the incorrect object type.

0xC0047048

-1073450936

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 or the paths have been full.

0xC0047049

-1073450935

DTS_E_SEEKFAILED

The buffer manager could not seek to offset __ in file "__". The file is damaged.

0xC004704A

-1073450934

DTS_E_EXTENDFAILED

The buffer manager cannot extend the file "__" to length __ bytes. There was insufficient disk space.

0xC004704B

-1073450933

DTS_E_FILEWRITEFAILED

The buffer manager cannot write __ bytes to file "__". There was insufficient disk space or quota.

0xC004704C

-1073450932

DTS_E_FILEREADFAILED

The buffer manager cannot read __ bytes from file "__". The file is damaged.

0xC004704D

-1073450931

DTS_E_VIRTUALNOTSEQUENTIAL

Buffer ID __ supports other virtual buffers and cannot be placed into sequential mode. IDTSBuffer100.SetSequentialMode was called on a buffer that supports virtual buffers.

0xC004704E

-1073450930

DTS_E_BUFFERISREADONLY

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

0xC004704F

-1073450929

DTS_E_EXECUTIONTREECYCLESETTINGID

ID __ cannot be set to __ because a cycle would be created.

0xC0047050

-1073450928

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.

0xC0047051

-1073450927

DTS_E_CANTCREATENEWTYPE

The buffer manager failed to create a new buffer type.

0xC0047053

-1073450925

DTS_E_SCHEDULERBADTREE

The Data Flow engine scheduler failed to retrieve the execution tree with index __ from the layout. The scheduler received a count containing more execution trees than actually exist.

0xC0047056

-1073450922

DTS_E_CANTCREATEPRIMEOUTPUTBUFFER

The Data Flow task failed to create a buffer to call PrimeOutput for output "__" (__) on component "__" (__). This error usually occurs due to an out-of-memory condition.

0xC0047057

-1073450921

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.

0xC004705A

-1073450918

DTS_E_SCHEDULEROBJECT

The Data Flow engine scheduler cannot retrieve object with ID __ from the layout. The Data Flow engine scheduler previously located an object that is now no longer available.

0xC004705B

-1073450917

DTS_E_PREPARETREENODEFAILED

The Data Flow task failed to prepare buffers for the execution tree node beginning at output "__" (__).

0xC004705C

-1073450916

DTS_E_CANTCREATEVIRTUALBUFFER

The Data Flow task cannot create a virtual buffer to prepare for execution.

0xC004705E

-1073450914

DTS_E_NOMOREIDS

The maximum ID has been reached. There are no more IDs available to assign to objects.

0xC004705F

-1073450913

DTS_E_ALREADYATTACHED

The __ is already attached and cannot be attached again. Detach it and try again.

0xC0047060

-1073450912

DTS_E_OUTPUTCOLUMNNAMECONFLICT

Column name "__" on output "__" cannot be used because it conflicts with a column of the same name on synchronous input "__".

0xC0047061

-1073450911

DTS_E_EOFANNOUNCEMENTFAILED

The Data Flow task cannot to create a buffer to mark the end of the rowset.

0xC0047062

-1073450910

DTS_E_USERCOMPONENTEXCEPTION

A managed user component has thrown exception "__".

0xC0047063

-1073450909

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.

0xC0047064

-1073450908

DTS_E_BUFFERNOOBJECTMEMORY

An out-of-memory condition prevented the creation of the buffer object.

0xC0047065

-1073450907

DTS_E_BUFFERNOMAPMEMORY

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

0xC0047066

-1073450906

DTS_E_INDIVIDUALPUTVARIABLESFAILED

0xC0047067

-1073450905

DTS_E_INDIVIDUALPUTCOMPONENTMETADATAFAILED

The "__" failed to cache the component metadata object and returned error code __.

0xC0047068

-1073450904

DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITION

"__" has a non-zero SortKeyPosition, but its value (__) is too large. It must be less than or equal to the number of columns.

0xC004706A

-1073450902

DTS_E_SORTEDOUTPUTHASINVALIDSORTKEYPOSITIONS

The IsSorted property of __ 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.

0xC004706B

-1073450901

DTS_E_INDIVIDUALVALIDATIONSTATUSFAILED

"__" failed validation and returned validation status "__".

0xC004706C

-1073450900

DTS_E_CANTCREATECOMPONENT

Component "__" could not be created and returned error code __. Make sure that the component is registered correctly.

0xC004706D

-1073450899

DTS_E_COMPONENTNOTREGISTERED

The module containing "__" is not registered or installed correctly.

0xC004706E

-1073450898

DTS_E_COMPONENTNOTFOUND

The module containing "__" cannot be located, even though it is registered.

0xC004706F

-1073450897

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.

0xC0047070

-1073450896

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

0xC0047071

-1073450895

DTS_E_SYNCHRONOUSIDMISMATCH

The SynchronousInputID property on "__" was __, and __ was expected.

0xC0047072

-1073450894

DTS_E_OBJECTIDNOTFOUND

No object exists with the ID __.

0xC0047073

-1073450893

DTS_E_OBJECTIDLOOKUPFAILED

Unable to locate an object with ID __ because of the error code __.

0xC0047074

-1073450892

DTS_E_INVALIDCODEPAGE

The code page __ specified on output column "__" (__) is not valid. Select a different code page for output column "__".

0xC0047075

-1073450891

DTS_E_INDIVIDUALPUTEVENTINFOSFAILED

The EventInfos collection could not be cached by "__" and returned error code __.

0xC0047077

-1073450889

DTS_E_DUPLICATEOUTPUTCOLUMNNAMES

The name for "__" is a duplicate. All names must be unique.

0xC0047078

-1073450888

DTS_E_NOOUTPUTCOLUMNFORINPUTCOLUMN

There is no output column associated with input column "__" (__).

0xC0047079

-1073450887

DTS_E_EXCLGRPNOSYNCINP

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

0xC004707A

-1073450886

DTS_E_ERROROUTCANTBEONSYNCNONEXCLUSIVEOUTPUT

"__" cannot be an error output because error outputs cannot be placed on synchronous, non-exclusive outputs.

0xC004707B

-1073450885

DTS_E_EXPREVALDIVBYZERO

A divide-by-zero error occurred. The right side operand evaluates to zero in the expression "__".

0xC004707C

-1073450884

DTS_E_EXPREVALLITERALOVERFLOW

The literal "__" is too large to fit into type __. The magnitude of the literal overflows the type.

0xC004707D

-1073450883

DTS_E_EXPREVALBINARYOPNUMERICOVERFLOW

The result of the binary operation "__" on data types __ and __ 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.

0xC004707E

-1073450882

DTS_E_EXPREVALBINARYOPOVERFLOW

The result of the binary operation "__" exceeds the maximum size for result data type "__". The magnitude of the result of the operation overflows the type of the result.

0xC004707F

-1073450881

DTS_E_EXPREVALFUNCTIONOVERFLOW

The result of the function call "__" is too large to fit in type "__". 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.

0xC0047080

-1073450880

DTS_E_EXPREVALBINARYTYPEMISMATCH

The data types "__" and "__" are incompatible for 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.

0xC0047081

-1073450879

DTS_E_EXPREVALUNSUPPORTEDBINARYTYPE

The data type "__" cannot be used with 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.

0xC0047082

-1073450878

DTS_E_EXPREVALBINARYSIGNMISMATCH

There is a sign mismatch for the bitwise binary operator "__" in operation "__". Both operands for this operator must be positive or negative.

0xC0047083

-1073450877

DTS_E_EXPREVALBINARYOPERATIONFAILED

The binary operation "__" failed with error code __. An internal error occurred, or an out-of-memory condition exists.

0xC0047084

-1073450876

DTS_E_EXPREVALBINARYOPERATIONSETTYPEFAILED

Attempt to set the result type of binary operation "__" failed with error code __.

0xC0047085

-1073450875

DTS_E_EXPREVALSTRINGCOMPARISONFAILED

Comparing "__" to string "__" failed.

0xC0047086

-1073450874

DTS_E_EXPREVALUNSUPPORTEDUNNARYTYPE

The data type "__" cannot be used with unary operator "__". This operand type is not supported for the operation. To perform this operation, the operand needs to be explicitly cast with a cast operator.

0xC0047087

-1073450873

DTS_E_EXPREVALUNARYOPERATIONFAILED

The unary operation "__" failed with error code __. An internal error occurred, or there is an out-of-memory condition.

0xC0047088

-1073450872

DTS_E_EXPREVALUNARYOPERATIONSETTYPEFAILED

Attempt to set the result type of unary operation "__" failed with error code __.

0xC0047089

-1073450871

DTS_E_EXPREVALPARAMTYPEMISMATCH

The function "__" does not support the data type "__" for parameter number __. 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.

0xC004708A

-1073450870

DTS_E_EXPREVALINVALIDFUNCTION

The function "__" was not recognized. Either the function name is incorrect or does not exist.

0xC004708B

-1073450869

DTS_E_EXPREVALFNSUBSTRINGINVALIDLENGTH

The length __ is not valid for function "__". The length parameter cannot be negative. Change the length parameter to zero or a positive value.

0xC004708C

-1073450868

DTS_E_EXPREVALFNSUBSTRINGINVALIDSTARTINDEX

The start index __ is not valid for function "__". The start index value must be an integer greater than 0. Start index is one-based, not zero-based.

0xC004708E

-1073450866

DTS_E_EXPREVALCHARMAPPINGFAILED

The function "__" cannot perform the character mapping on string "__".

0xC004708F

-1073450865

DTS_E_EXPREVALINVALIDDATEPART

"__" is not a valid date part for function "__".

0xC0047090

-1073450864

DTS_E_EXPREVALINVALIDNULLPARAM

Parameter number __ of the function NULL with data type "__" is not valid. The parameters of NULL() must be static, and cannot contain dynamic elements such as input columns.

0xC0047091

-1073450863

DTS_E_EXPREVALINVALIDNULLPARAMTYPE

Parameter number __ of the function NULL with data type "__" is not an integer. A parameter of NULL() must be an integer or a type that can be converted to an integer.

0xC0047092

-1073450862

DTS_E_EXPREVALFUNCTIONPARAMNOTSTATIC

Parameter number __ of the function "__" is not static. This parameter must be static, and cannot contain dynamic elements such as input columns.

0xC0047093

-1073450861

DTS_E_EXPREVALINVALIDCASTPARAM

Parameter number __ of the cast to data type "__" is not valid. The parameters of cast operators must be static, and cannot contain dynamic elements such as input columns.

0xC0047094

-1073450860

DTS_E_EXPREVALINVALIDCASTPARAMTYPE

Parameter number __ of the cast to data type "__" is not an integer. A parameter of a cast operator must be an integer or a type that can be converted to an integer.

0xC0047095

-1073450859

DTS_E_EXPREVALINVALIDCAST

Cannot cast expression "__" from data type "__" to data type "__". The requested cast is not supported.

0xC0047096

-1073450858

DTS_E_EXPREVALINVALIDTOKEN

Attempt to parse the expression "__" failed. The token "__" at line number "__", character number "__" was not recognized. The expression cannot be parsed because it contains invalid elements at the location specified.

0xC0047097

-1073450857

DTS_E_EXPREVALUNEXPECTEDPARSEERROR

An error occurred when parsing the expression "__". The expression failed to parse for an unknown reason.

0xC0047098

-1073450856

DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONWITHHR

Attempt to parse the expression "__" failed and returned error code __. 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.

0xC0047099

-1073450855

DTS_E_EXPREVALFAILEDTOPARSEEXPRESSION

The expression "__" is not valid and cannot be parsed. The expression may contain invalid elements or it may not be well-formed.

0xC004709A

-1073450854

DTS_E_EXPREVALEXPRESSIONEMPTY

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

0xC004709B

-1073450853

DTS_E_EXPREVALCOMPUTEFAILED

Attempt to compute the expression "__" failed with error code __.

0xC004709C

-1073450852

DTS_E_EXPREVALBUILDSTRINGFAILED

Attempt to generate a string representation of the expression failed with error code __. Failed when attempting to generate a displayable string that represents the expression.

0xC004709D

-1073450851

DTS_E_EXPREVALCANNOTCONVERTRESULT

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.

0xC004709E

-1073450850

DTS_E_EXPREVALCONDITIONALOPINVALIDCONDITIONTYPE

The conditional expression "__" of the conditional operator has an invalid data type of "__". The conditional expression of the conditional operator must return a Boolean, which is type DT_BOOL.

0xC004709F

-1073450849

DTS_E_EXPREVALCONDITIONALOPTYPEMISMATCH

The data types "__" and "__" 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.

0xC00470A0

-1073450848

DTS_E_EXPREVALCONDITIONALOPSETTYPEFAILED

Attempt to set the result type of conditional operation "__" failed with error code __.

0xC00470A1

-1073450847

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.

0xC00470A2

-1073450846

DTS_E_EXPREVALINPUTCOLUMNNAMENOTFOUND

Attempt to find the input column named "__" failed with error code __. The input column specified was not found in the input column collection.

0xC00470A3

-1073450845

DTS_E_EXPREVALINPUTCOLUMNIDNOTFOUND

Attempt to find the input column with lineage ID __ failed with error code __. The input column was not found in the input column collection.

0xC00470A4

-1073450844

DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNNAME

The expression contains unrecognized token "__". If "__" is a variable, it should be expressed as "@__". The specified token is not valid. If the token is intended to be a variable name, it should be prefixed with the @ symbol.

0xC00470A5

-1073450843

DTS_E_EXPREVALNOINPUTCOLUMNCOLLECTIONFORCOLUMNID

The expression contains unrecognized token "#__".

0xC00470A6

-1073450842

DTS_E_EXPREVALVARIABLENOTFOUND

The variable "__" was not found in the Variables collection. The variable might not exist in the correct scope.

0xC00470A7

-1073450841

DTS_E_EXPREVALINVALIDTOKENSTATE

Attempt to parse the expression "__" 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.

0xC00470A8

-1073450840

DTS_E_BLANKOUTPUTCOLUMNNAME

The name for "__" is blank, and names cannot be blank.

0xC00470A9

-1073450839

DTS_E_HASSIDEEFFECTSWITHSYNCINP

The "__" has the HasSideEffects property set to TRUE, but "__" is synchronous and cannot have side effects. Set the HasSideEffects property to FALSE.

0xC00470AA

-1073450838

DTS_E_EXPREVALINVALIDCASTCODEPAGE

The value, __, specified for the code page parameter of the cast to data type "__", is not valid. The code page is not installed on the machine.

0xC00470AB

-1073450837

DTS_E_EXPREVALINVALIDCASTPRECISION

The value __ specified for the precision parameter of the cast to data type "__" is not valid. Precision must be in the range __ to __ and the precision value is out of range for the type cast.

0xC00470AC

-1073450836

DTS_E_EXPREVALINVALIDCASTSCALE

The value __ specified for the scale parameter of the cast to data type "__" is not valid. The scale must be in the range __ to __ and the scale value is out of range for the type cast. Scale must not exceed precision and must be positive.

0xC00470AD

-1073450835

DTS_E_NONSORTEDOUTPUTHASSORTKEYPOSITIONS

The IsSorted property for "__" is false, but __ of its output columns' SortKeyPositions are non-zero.

0xC00470AF

-1073450833

DTS_E_EXPREVALCONDITIONALOPCODEPAGEMISMATCH

The code pages must match for operands of conditional operation "__" for type __. 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.

0xC00470B1

-1073450831

DTS_E_REFERENCEDMETADATABADCOUNT

Input "__" (__) references input "__" (__), but they do not have the same number of columns. Input __ has __ columns, while input __ has __ columns.

0xC00470B2

-1073450830

DTS_E_OBJECTLINEAGEIDNOTFOUND

No object exists with a lineage ID of __.

0xC00470B3

-1073450829

DTS_E_FILENAMEOUTPUTCOLUMNOTFOUND

The output column for the file name cannot be found.

0xC00470B4

-1073450828

DTS_E_FILENAMEOUTPUTCOLUMNINVALIDDATATYPE

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

0xC00470B5

-1073450827

DTS_E_DISTRIBUTORADDFAILED

A distributor failed to give a buffer to thread "__" because of error __. The target thread is probably shutting down.

0xC00470B6

-1073450826

DTS_E_LOCALENOTINSTALLED

The LocaleID __ is not installed on this system.

0xC00470B7

-1073450825

DTS_E_EXPREVALILLEGALHEXESCAPEINSTRINGLITERAL

The string literal "__" contains an illegal hexadecimal escape sequence of "\x__". 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.

0xC00470B8

-1073450824

DTS_E_EXPREVALILLEGALESCAPEINSTRINGLITERAL

The string literal "__" contains an illegal escape sequence of "\__". 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, "\\".

0xC00470B9

-1073450823

DTS_E_NOOUTPUTCOLUMNS

"__" contains no output columns. An asynchronous output must contain output columns.

0xC00470BA

-1073450822

DTS_E_LOBDATATYPENOTSUPPORTED

The "__" has a long object data type of DT_TEXT, DT_NTEXT, or DT_IMAGE, which is not supported.

0xC00470BB

-1073450821

DTS_E_OUTPUTWITHMULTIPLEERRORS

Output ID __ was given multiple error output configurations. First __ and __, then __ and __.

0xC00470BC

-1073450820

DTS_E_FAILEDDURINGOLEDBDATATYPECONVERSIONCHECK

The OLE DB provider failed during the data type conversion verification for "__".

0xC00470BD

-1073450819

DTS_E_BUFFERISEOR

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

0xC00470BE

-1073450818

DTS_E_EXPREVALUNSUPPORTEDTYPE

The data type "__" is not supported in an expression. The specified type is not supported or is not valid.

0xC00470BF

-1073450817

DTS_E_PRIMEOUTPUTNOEOR

The PrimeOutput method on "__" returned success, but did not report an end of the rowset. There is an error in the component. It should have reported an end-of-row. The pipeline will shut down execution to avoid unpredictable results.

0xC00470C0

-1073450816

DTS_E_EXPREVALDATACONVERSIONOVERFLOW

An overflow occurred while converting from data type "__" to data type "__". The source type is too large for the destination type.

0xC00470C1

-1073450815

DTS_E_EXPREVALDATACONVERSIONNOTSUPPORTED

Conversion from data type "__" to data type "__" is unsupported. The source type cannot be converted to the destination type.

0xC00470C2

-1073450814

DTS_E_EXPREVALDATACONVERSIONFAILED

Error code __ occurred attempting to convert from data type __ to data type __.

0xC00470C3

-1073450813

DTS_E_EXPREVALCONDITIONALOPERATIONFAILED

The conditional operation "__" failed with error code __. There was an internal error or an out-of-memory error.

0xC00470C4

-1073450812

DTS_E_EXPREVALCASTFAILED

Casting expression "__" from data type "__" to data type "__" failed with error code __.

0xC00470C5

-1073450811

DTS_E_EXPREVALFUNCTIONCOMPUTEFAILED

Evaluating function "__" failed with error code __.

0xC00470C6

-1073450810

DTS_E_EXPREVALFUNCTIONCONVERTPARAMTOMEMBERFAILED

Parameter number __ of the function "__" cannot be converted to a static value.

0xC00470C7

-1073450809

DTS_E_REDIRECTROWUNAVAILABLEWITHFASTLOADANDZEROMAXINSERTCOMMITSIZE

The error row disposition on "__" 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.

0xC00470CE

-1073450802

DTS_E_EXPREVALBINARYOPERATORCODEPAGEMISMATCH

The code pages for operands of binary operator "__" for type "__" 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.

0xC00470CF

-1073450801

DTS_E_EXPREVALVARIABLECOMPUTEFAILED

Retrieving the value of Variable "__" failed with error code __.

0xC00470D0

-1073450800

DTS_E_EXPREVALVARIABLETYPENOTSUPPORTED

The data type of variable "__" is not supported in an expression.

0xC00470D1

-1073450799

DTS_E_EXPREVALCASTCODEPAGEMISMATCH

Unable to cast expression "__" from data type "__" to data type "__" 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.

0xC00470D2

-1073450798

DTS_E_BUFFERSIZEOUTOFRANGE

The default buffer size must be between __ and __ bytes. An attempt was made to set the DefaultBufferSize property to a value that is too small or too large.

0xC00470D3

-1073450797

DTS_E_BUFFERMAXROWSIZEOUTOFRANGE

The default buffer maximum rows must be larger than __ rows. An attempt was made to set the DefaultBufferMaxRows property to a value that is too small.

0xC00470D4

-1073450796

DTS_E_EXTERNALCOLUMNMETADATACODEPAGEMISMATCH

The code page on __ is __ and is required to be __.

0xC00470D5

-1073450795

DTS_E_THREADCOUNTOUTOFRANGE

Failed to assign __ to the EngineThreads property of the Data Flow task. The value must be between __ and __.

0xC00470D6

-1073450794

DTS_E_EXPREVALINVALIDTOKENSINGLEQUOTE

Parsing the expression "__" failed. The single quotation mark at line number "__", character number "__", was not expected.

0xC00470D7

-1073450793

DTS_E_EXPREVALINVALIDTOKENSINGLEEQUAL

Parsing the expression "__" failed. The equal sign (=) at line number "__", character number "__", was not expected. A double equals sign (==) may be required at the location specified.

0xC00470DA

-1073450790

DTS_E_INDIVIDUALPUTREFTRACKERFAILED

Component "__" failed to cache the runtime object reference tracker collection and returned error code __.

0xC00470DB

-1073450789

DTS_E_EXPREVALAMBIGUOUSINPUTCOLUMNNAME

There are multiple input columns with the name "__". The desired input column must be specified uniquely as [Component Name].[__] or referenced by lineage ID. Currently, the input column specified exists on more than one component.

0xC00470DC

-1073450788

DTS_E_EXPREVALDOTTEDINPUTCOLUMNNAMENOTFOUND

Locating the input column named "[__].[__]" failed with error code __. The input column was not found in the input column collection.

0xC00470DD

-1073450787

DTS_E_EXPREVALAMBIGUOUSVARIABLENNAME

There are multiple variables with the name "__". The desired variable must be specified uniquely as @[Namespace::__]. The variable exists in more than one namespace.

0xC00470DE

-1073450786

DTS_E_REDUCTIONFAILED

The Data Flow engine scheduler failed to reduce the execution plan for the pipeline. Set the OptimizedMode property to false.

0xC00470DF

-1073450785

DTS_E_EXPREVALSQRTINVALIDPARAM

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

0xC00470E0

-1073450784

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.

0xC00470E1

-1073450783

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.

0xC00470E2

-1073450782

DTS_E_EXPREVALPOWERINVALIDPARAM

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

0xC00470E3

-1073450781

DTS_E_NOCANCELEVENT

The runtime cannot provide a cancel event because of error __.

0xC00470E4

-1073450780

DTS_E_CANCELRECEIVED

The pipeline received a request to cancel and is shutting down.

0xC00470E5

-1073450779

DTS_E_EXPREVALUNARYOPOVERFLOW

The result of the unary minus (negation) operation "__" exceeds the maximum size for result data type "__". The magnitude of the result of the operation overflows the type of the result.

0xC00470E6

-1073450778

DTS_E_EXPREVALPLACEHOLDERINEXPRESSION

The placeholder "__" was found in an expression. This must be replaced with an actual parameter or operand.

0xC00470E7

-1073450777

DTS_E_EXPREVALFNRIGHTINVALIDLENGTH

The length __ specified for function "__" is negative, and is not valid. The length parameter must be positive.

0xC00470E8

-1073450776

DTS_E_EXPREVALFNREPLICATEINVALIDREPEATCOUNT

The repeat count __ is negative and is not valid for function "__". The repeat count parameter cannot be negative.

0xC00470EA

-1073450774

DTS_E_EXPREVALVARIABLECOULDNOTBEREAD

Reading the variable "__" failed with error code __.

0xC00470EC

-1073450772

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

0xC00470ED

-1073450771

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

0xC00470EE

-1073450770

DTS_E_EXPREVALFNFINDSTRINGINVALIDOCCURRENCECOUNT

The occurrence count __ is not valid for function "__". This parameter must be greater than zero.

0xC00470EF

-1073450769

DTS_E_INDIVIDUALPUTLOGENTRYINFOS

"__" failed to cache the LogEntryInfos collection and returned error code __.

0xC00470F0

-1073450768

DTS_E_EXPREVALINVALIDDATEPARTNODE

The date part parameter specified for function "__" 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.

0xC00470F1

-1073450767

DTS_E_EXPREVALINVALIDCASTLENGTH

The value __ specified for the length parameter of the cast to data type __ is negative and not valid. The length must be positive.

0xC00470F2

-1073450766

DTS_E_EXPREVALINVALIDNULLCODEPAGE

The value __ specified for the code page parameter of the NULL function with data type "__" is not valid. The code page is not installed on the computer.

0xC00470F3

-1073450765

DTS_E_EXPREVALINVALIDNULLPRECISION

The value __ specified for the precision parameter of the NULL function with data type "__" is out of range. Precision must be in the range __ to __.

0xC00470F4

-1073450764

DTS_E_EXPREVALINVALIDNULLSCALE

The value __ specified for the scale parameter of the NULL function with data type __ is out of range. Scale must be in the range __ to __. Scale must not exceed precision and must not be negative.

0xC00470F5

-1073450763

DTS_E_EXPREVALINVALIDNULLLENGTH

The value __ specified for the length parameter of the "NULL" function with data type __ is negative and not valid. The length must be positive.

0xC00470F6

-1073450762

DTS_E_NEGATIVESNOTALLOWED

The __ can't be assigned a negative value.

0xC00470F7

-1073450761

DTS_E_FASTPARSENOTALLOWED

The "__" custom property for "__" 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_DBTIMESTAMP2, DT_DBTIMESTAMPOFFSET, DT_DATE, DT_DBDATE, DT_DBTIME, DT_DBTIME2, or DT_FILETIME.

0xC00470F8

-1073450760

DTS_E_CANNOTREATTACHPATH

The "__" cannot be reattached. Delete the path, add a new one, and attach it.

0xC00470F9

-1073450759

DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALSINGULAR

The function "__" requires __ parameters, not __ parameter. The function name was recognized, but the number of parameters is not valid.

0xC00470FA

-1073450758

DTS_E_EXPREVALINVALIDNUMBEROFPARAMSSINGULARPLURAL

The function "__" requires __ parameter, not __ parameters. The function name was recognized, but the number of parameters is not valid.

0xC00470FB

-1073450757

DTS_E_EXPREVALINVALIDNUMBEROFPARAMSPLURALPLURAL

The function "__" requires __ parameters, not __ parameters. The function name was recognized, but the number of parameters is not valid.

0xC00470FC

-1073450756

DTS_E_EXPREVALFAILEDTOPARSEEXPRESSIONOUTOFMEMORY

Attempt to parse the expression "__" failed because there was an out-of-memory error.

0xC00470FD

-1073450755

DTS_E_INDIVIDUALCHECKPRODUCTLEVELFAILED

The __ failed to be able to perform its required product level check and returned error code __.

0xC00470FE

-1073450754

DTS_E_PRODUCTLEVELTOLOW

SSIS Error Code DTS_E_PRODUCTLEVELTOLOW. The __ cannot run on installed __ of Integration Services. It requires __ or higher.

0xC00470FF

-1073450753

DTS_E_EXPREVALSTRINGLITERALTOOLONG

A string literal in the expression exceeds the maximum allowed length of __ characters.

0xC0047100

-1073450752

DTS_E_EXPREVALSTRINGVARIABLETOOLONG

The variable __ contains a string that exceeds the maximum allowed length of __ characters.

0xC0047101

-1073450751

DTS_E_COMPONENT_NOINTERFACE

The __ was found, but it does not support a required Integration Services interface (IDTSRuntimeComponent100). Obtain an updated version of this component from the component provider.

0xC0048000

-1073446912

DTS_E_CANNOTOPENREGISTRYKEY

The registry key "__" cannot be opened.

0xC0048001

-1073446911

DTS_E_INVALIDCOMPONENTFILENAME

Cannot get the file name for the component with a CLSID of "__". Verify that the component is registered properly or that the CLSID provided is correct.

0xC0048002

-1073446910

DTS_E_UNKNOWNCOMPONENTHASINVALIDCLSID

The CLSID for one of the components is not valid. Verify that all the components in the pipeline have valid CLSIDs.

0xC0048003

-1073446909

DTS_E_COMPONENTHASINVALIDCLSID

The CLSID for one of the components with ID __ is not valid.

0xC0048004

-1073446908

DTS_E_INVALIDINDEX

The index is not valid.

0xC0048005

-1073446907

DTS_E_CANNOTACCESSDTSAPPLICATIONOBJECT

The Application object cannot be accessed. Verify that SSIS is correctly installed.

0xC0048006

-1073446906

DTS_E_ERROROCCURREDWHILERETRIEVINGFILENAME

Retrieving the file name for a component failed with error code __.

0xC0048007

-1073446905

DTS_E_CANNOTRETRIEVEPROPERTYFORCOMPONENT

Cannot retrieve property "__" from component with ID __.

0xC0048008

-1073446904

DTS_E_DUPLICATEIDFOUND

Attempting to use ID __ more than once in the Data Flow Task.

0xC0048009

-1073446903

DTS_E_CANNOTRETRIEVEBYLINEAGE

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

0xC004800B

-1073446901

DTS_E_CANNOTMAPRUNTIMECONNECTIONMANAGER

Cannot find the connection manager with ID "__" in the connection manager collection due to error code __. That connection manager is needed by "__" in the connection manager collection of "__". Verify that a connection manager in the connection manager collection, Connections, has been created with that ID.

0xC004800E

-1073446898

DTS_E_INPUTNOTKNOWN

Thread "__" received a buffer for input __, but this thread is not responsible for that input. An error occurred, causing the Data Flow engine scheduler to build a bad execution plan.

0xC004800F

-1073446897

DTS_E_GETRTINTERFACEFAILED

The component "__" (__) cannot provide an IDTSRuntimeComponent100 interface.

0xC0048011

-1073446895

DTS_E_CANTGIVEAWAYBUFFER

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

0xC0048012

-1073446894

DTS_E_CANTCREATEVIEWBUFFER

0xC0048013

-1073446893

DTS_E_UNUSABLETEMPORARYPATH

The buffer manager could not create a temporary file on the path "__". The path will not be considered for temporary storage again.

0xC0048014

-1073446892

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.

0xC0048015

-1073446891

DTS_E_BUFFERISPRIVATE

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

0xC0048016

-1073446890

DTS_E_BUFFERISFLAT

Private mode buffers do not support this operation.

0xC0048017

-1073446889

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.

0xC0048018

-1073446888

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.

0xC0048019

-1073446887

DTS_E_BUFFERGETTEMPFILENAME

The buffer manager could not get a temporary file name.

0xC004801A

-1073446886

DTS_E_REFERENCECOLUMNTOOWIDE

The code encountered a column that was too wide.

0xC004801B

-1073446885

DTS_E_CANNOTGETRUNTIMECONNECTIONMANAGERID

Cannot get the ID of the runtime connection manager specified by "__" in the connection manager collection, Connections, of "__" due to error code __. Verify that the ConnectionManager.ID property of the runtime connection object has been set for the component.

0xC004801C

-1073446884

DTS_E_EMPTYRUNTIMECONNECTIONMANAGERID

The "__" in the connection manager collection, Connections, of "__" 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.

0xC004801D

-1073446883

DTS_E_METADATAREADONLY

Metadata cannot be changed during execution.

0xC004801F

-1073446881

DTS_E_UPGRADEFAILED

The component metadata for "__" could not be upgraded to the newer version of the component. The PerformUpgrade method failed.

0xC0048020

-1073446880

DTS_E_COMPONENTVERSIONMISMATCH

The version of __ is not compatible with this version of the DataFlow.

0xC0048021

-1073446879

DTS_E_ERRORCOMPONENT

The component is missing, not registered, not upgradeable, or missing required interfaces. The contact information for this component is "__".

0xC0048022

-1073446878

DTS_E_BUFFERISNOTPRIMEOUTPUT

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

0xC0049014

-1073442796

DTS_E_EXPREVALSTATIC_COMPUTATIONFAILED

An error occurred during computation of the expression.

0xC0049030

-1073442768

DTS_E_EXPREVALSTATIC_DIVBYZERO

Division by zero occurred in the expression.

0xC0049031

-1073442767

DTS_E_EXPREVALSTATIC_LITERALOVERFLOW

The magnitude of the literal value was too big to fit in the type requested.

0xC0049032

-1073442766

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.

0xC0049033

-1073442765

DTS_E_EXPREVALSTATIC_BINARYOPOVERFLOW

The magnitude of the result of a binary operation overflows the maximum size for result data type.

0xC0049034

-1073442764

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.

0xC0049035

-1073442763

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.

0xC0049036

-1073442762

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.

0xC0049037

-1073442761

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.

0xC0049038

-1073442760

DTS_E_EXPREVALSTATIC_BINARYOPERATIONFAILED

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

0xC0049039

-1073442759

DTS_E_EXPREVALSTATIC_BINARYOPERATIONSETTYPEFAILED

Setting the result type of a binary operation failed.

0xC004903A

-1073442758

DTS_E_EXPREVALSTATIC_STRINGCOMPARISONFAILED

Cannot compare two strings.

0xC004903B

-1073442757

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.

0xC004903C

-1073442756

DTS_E_EXPREVALSTATIC_UNARYOPERATIONFAILED

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

0xC004903D

-1073442755

DTS_E_EXPREVALSTATIC_UNARYOPERATIONSETTYPEFAILED

Setting the result type of a unary operation failed.

0xC004903E

-1073442754

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.

0xC004903F

-1073442753

DTS_E_EXPREVALSTATIC_INVALIDFUNCTION

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

0xC0049040

-1073442752

DTS_E_EXPREVALSTATIC_FNSUBSTRINGINVALIDLENGTH

The length parameter was not valid for function SUBSTRING. The length parameter cannot be negative.

0xC0049041

-1073442751

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.

0xC0049042

-1073442750

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.

0xC0049043

-1073442749

DTS_E_EXPREVALSTATIC_CHARMAPPINGFAILED

A character mapping function failed.

0xC0049044

-1073442748

DTS_E_EXPREVALSTATIC_INVALIDDATEPART

An unrecognized date part parameter was specified for a date function.

0xC0049045

-1073442747

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.

0xC0049046

-1073442746

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.

0xC0049047

-1073442745

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.

0xC0049048

-1073442744

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.

0xC0049049

-1073442743

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.

0xC004904A

-1073442742

DTS_E_EXPREVALSTATIC_INVALIDCAST

The expression contained an unsupported type cast.

0xC004904B

-1073442741

DTS_E_EXPREVALSTATIC_INVALIDTOKEN

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

0xC004904C

-1073442740

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.

0xC004904D

-1073442739

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.

0xC004904E

-1073442738

DTS_E_EXPREVALSTATIC_COMPUTEFAILED

Attempt to compute the expression failed.

0xC004904F

-1073442737

DTS_E_EXPREVALSTATIC_BUILDSTRINGFAILED

Attempt to generate a string representation of the expression failed.

0xC0049050

-1073442736

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.

0xC0049051

-1073442735

DTS_E_EXPREVALSTATIC_CONDITIONALOPINVALIDCONDITIONTYPE

The conditional expression of the conditional operator has invalid data type. The conditional expression must be of type DT_BOOL.

0xC0049052

-1073442734

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.

0xC0049053

-1073442733

DTS_E_EXPREVALSTATIC_CONDITIONALOPSETTYPEFAILED

Setting the result type of a conditional operation failed.

0xC0049054

-1073442732

DTS_E_EXPREVALSTATIC_INPUTCOLUMNNAMENOTFOUND

The input column specified was not found in the input column collection.

0xC0049055

-1073442731

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.

0xC0049056

-1073442730

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.

0xC0049057

-1073442729

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.

0xC0049058

-1073442728

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.

0xC0049059

-1073442727

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.

0xC004905A

-1073442726

DTS_E_EXPREVALSTATIC_INVALIDCASTPRECISION

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

0xC004905B

-1073442725

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.

0xC004905C

-1073442724

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.

0xC004905D

-1073442723

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.

0xC004905E

-1073442722

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, "\\".

0xC004905F

-1073442721

DTS_E_EXPREVALSTATIC_UNSUPPORTEDTYPE

An unsupported or unrecognized data type was used in the expression.

0xC0049060

-1073442720

DTS_E_EXPREVALSTATIC_DATACONVERSIONOVERFLOW

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

0xC0049061

-1073442719

DTS_E_EXPREVALSTATIC_DATACONVERSIONNOTSUPPORTED

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

0xC0049062

-1073442718

DTS_E_EXPREVALSTATIC_DATACONVERSIONFAILED

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

0xC0049063

-1073442717

DTS_E_EXPREVALSTATIC_CONDITIONALOPERATIONFAILED

The conditional operation failed.

0xC0049064

-1073442716

DTS_E_EXPREVALSTATIC_CASTFAILED

An error occurred while attempting to perform a type cast.

0xC0049065

-1073442715

DTS_E_EXPREVALFAILEDTOCONVERTSTRCOLUMNTOWSTR

Converting "__" from type DT_STR to type DT_WSTR failed with error code __. An error occurred while performing the implicit conversion on the input column.

0xC0049066

-1073442714

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.

0xC0049067

-1073442713

DTS_E_EXPREVALSTATIC_FUNCTIONCOMPUTEFAILED

An error occurred while evaluating the function.

0xC0049068

-1073442712

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.

0xC0049088

-1073442680

DTS_E_EXPREVALSTATIC_FNRIGHTINVALIDLENGTH

The length parameter is not valid for function RIGHT. The length parameter cannot be negative.

0xC0049089

-1073442679

DTS_E_EXPREVALSTATIC_FNREPLICATEINVALIDREPEATCOUNT

The repeat count parameter is not valid for function REPLICATE. This parameter cannot be negative.

0xC0049096

-1073442666

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.

0xC0049097

-1073442665

DTS_E_EXPREVALSTATIC_VARIABLECOMPUTEFAILED

Retrieving the value for a variable failed.

0xC0049098

-1073442664

DTS_E_EXPREVALSTATIC_VARIABLETYPENOTSUPPORTED

The expression contains a variable with an unsupported data type.

0xC004909B

-1073442661

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.

0xC004909C

-1073442660

DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEQUOTE

The expression contains an unexpected single quotation mark. A double quotation mark may be required.

0xC004909D

-1073442659

DTS_E_EXPREVALSTATIC_INVALIDTOKENSINGLEEQUAL

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

0xC00490AA

-1073442646

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.

0xC00490AB

-1073442645

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.

0xC00490AC

-1073442644

DTS_E_EXPREVALSTATIC_AMBIGUOUSVARIABLENNAME

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

0xC00490D3

-1073442605

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.

0xC00490D4

-1073442604

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.

0xC00490D5

-1073442603

DTS_E_EXPREVALSTATIC_FNFINDSTRINGINVALIDOCCURRENCECOUNT

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

0xC00490DD

-1073442595

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.

0xC00490DE

-1073442594

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.

0xC00490DF

-1073442593

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.

0xC00490E0

-1073442592

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.

0xC00490E1

-1073442591

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.

0xC00490E2

-1073442590

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.

0xC00490E8

-1073442584

DTS_E_XMLSRCERRORSETTINGERROROUTPUTCOLUMNDATA

The __ failed attempting to write data to __ on __. __

0xC00490F5

-1073442571

DTS_E_TXLOOKUP_CANCEL_REQUESTED

Lookup transform has received a cancel request from the user.

0xC00490F6

-1073442570

DTS_E_LOBLENGTHLIMITEXCEEDED

Processing of character or binary large object (LOB) data has stopped because the 4-GB limit was reached.

0xC00490F7

-1073442569

DTS_E_CANNOTLOADCOMPONENT

The managed pipeline component "__" could not be loaded. The exception was: __.

0xC00F9304

-1072721148

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.

0xC00F9310

-1072721136

DTS_E_CACHEBADHEADER

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

0xC0202001

-1071636479

DTS_E_MISSINGSQLCOMMAND

The SQL command has not been set correctly. Check SQLCommand property.

0xC0202002

-1071636478

DTS_E_COMERROR

COM error object information is available. Source: "__" error code: __ Description: "__".

0xC0202003

-1071636477

DTS_E_ACQUIREDCONNECTIONUNAVAILABLE

Unable to access the acquired connections.

0xC0202004

-1071636476

DTS_E_INCORRECTCOLUMNCOUNT

The number of columns is incorrect.

0xC0202005

-1071636475

DTS_E_COLUMNNOTFOUND

Column "__" cannot be found at the datasource.

0xC0202007

-1071636473

DTS_E_OLEDBRECORD

An OLE DB record is available. Source: "__" Hresult: __ Description: "__".

0xC0202009

-1071636471

DTS_E_OLEDBERROR

SSIS Error Code DTS_E_OLEDBERROR. An OLE DB error has occurred. Error code: __.

0xC020200A

-1071636470

DTS_E_ALREADYCONNECTED

Component is already connected. The component needs to be disconnected before attempting to connect it.

0xC020200B

-1071636469

DTS_E_INCORRECTSTOCKPROPERTYVALUE

The value of the property "__" is incorrect.

0xC020200E

-1071636466

DTS_E_CANNOTOPENDATAFILE

Cannot open the datafile "__".

0xC0202010

-1071636464

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.

0xC0202011

-1071636463

DTS_E_TEXTQUALIFIERNOTFOUND

The text qualifier for column "__" cannot be found.

0xC0202014

-1071636460

DTS_E_CANNOTCONVERTTYPES

Conversion from "__" to "__" is not supported.

0xC0202015

-1071636459

DTS_E_PROBLEMDETECTINGTYPECOMPATIBILITY

The error code __ was returned when validating type conversion from __ to __.

0xC0202016

-1071636458

DTS_E_CANNOTMAPINPUTCOLUMNTOOUTPUTCOLUMN

Cannot find input column with lineage ID "__" which is needed by "__". Check SourceInputColumnLineageID custom property of the output column.

0xC0202017

-1071636457

DTS_E_INCORRECTMINIMUMNUMBEROFOUTPUTS

The number of outputs is incorrect. There must be at least __ outputs.

0xC0202018

-1071636456

DTS_E_INCORRECTEXACTNUMBEROFOUTPUTS

The number of outputs is incorrect. There must be exactly __ output(s).

0xC0202019

-1071636455

DTS_E_STRINGCONVERSIONTOOLONG

A string was too long to be converted.

0xC020201A

-1071636454

DTS_E_INCORRECTEXACTNUMBEROFINPUTS

The number of inputs is incorrect. There must be exactly __ inputs.

0xC020201B

-1071636453

DTS_E_CANNOTHAVEZEROINPUTCOLUMNS

The number of input columns for __ cannot be zero.

0xC020201C

-1071636452

DTS_E_CANNOTHAVEINPUTS

This component has __ inputs. No input is allowed on this component.

0xC020201D

-1071636451

DTS_E_PROCESSINPUTCALLEDWITHINVALIDINPUTID

ProcessInput was called with an invalid input ID of __.

0xC020201F

-1071636449

DTS_E_INCORRECTCUSTOMPROPERTYTYPE

The custom property "__" needs to be of type __.

0xC0202020

-1071636448

DTS_E_INVALIDBUFFERTYPE

The buffer type is not valid. Make sure the Pipeline layout and all components pass validation.

0xC0202021

-1071636447

DTS_E_INCORRECTCUSTOMPROPERTYVALUE

The value for custom property "__" is incorrect.

0xC0202022

-1071636446

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.

0xC0202023

-1071636445

DTS_E_CANTCREATECUSTOMPROPERTY

The custom property "__" cannot be created.

0xC0202024

-1071636444

DTS_E_CANTGETCUSTOMPROPERTYCOLLECTION

The custom property collection cannot be retrieved for initialization.

0xC0202025

-1071636443

DTS_E_CANNOTCREATEACCESSOR

Cannot create an OLE DB accessor. Verify that the column metadata is valid.

0xC0202026

-1071636442

DTS_E_PRIMEOUTPUTCALLEDWITHINVALIDOUTPUTID

PrimeOutput was called with an invalid output ID of __.

0xC0202027

-1071636441

DTS_E_INCORRECTSTOCKPROPERTY

The value for property "__" on "__" is not valid.

0xC0202028

-1071636440

DTS_E_CONNECTIONREQUIREDFORREAD

A connection is required to read data.

0xC020202C

-1071636436

DTS_E_ERRORWHILEREADINGHEADERROWS

An error occurred while reading header rows.

0xC020202D

-1071636435

DTS_E_DUPLICATECOLUMNNAME

Duplicate column name "__".

0xC0202030

-1071636432

DTS_E_CANNOTGETCOLUMNNAME

Cannot get the name of the column with ID __.

0xC0202031

-1071636431

DTS_E_CANTDIRECTROW

Direct row to output "__" (__) failed.

0xC020203A

-1071636422

DTS_E_CANNOTCREATEBULKINSERTHREAD

Cannot create the bulk insert thread due to error "__".

0xC020203B

-1071636421

DTS_E_BULKINSERTHREADINITIALIZATIONFAILED

The thread for the SSIS Bulk Insert task failed initialization.

0xC020203E

-1071636418

DTS_E_BULKINSERTTHREADALREADYRUNNING

The thread for the SSIS Bulk Insert task is already running.

0xC020203F

-1071636417

DTS_E_BULKINSERTTHREADABNORMALCOMPLETION

The thread for the SSIS Bulk Insert task terminated with errors or warnings.

0xC0202040

-1071636416

DTS_E_CANNOTGETIROWSETFASTLOAD

Failed to open a fastload rowset for "__". Check that the object exists in the database.

0xC0202041

-1071636415

DTS_E_CONNECTREQUIREDFORMETADATAVALIDATION

Error due to no connection. A connection is required before metadata validation can proceed.

0xC0202042

-1071636414

DTS_E_DESTINATIONTABLENAMENOTPROVIDED

A destination table name has not been provided.

0xC0202043

-1071636413

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.

0xC0202044

-1071636412

DTS_E_OLEDBPROVIDERDATATYPECONVERSIONUNSUPPORTED

The OLE DB provider used by the OLE DB adapter cannot convert between types "__" and "__" for "__".

0xC0202045

-1071636411

DTS_E_VALIDATECOLUMNMETADATAFAILED

Column metadata validation failed.

0xC0202047

-1071636409

DTS_E_ATTEMPTINGTOINSERTINTOAROWIDCOLUMN

"__" is a row ID column and cannot be included in a data insertion operation.

0xC0202048

-1071636408

DTS_E_ATTEMPTINGTOINSERTINTOAROWVERCOLUMN

Attempting insertion into the row version column "__". Cannot insert into a row version column.

0xC0202049

-1071636407

DTS_E_ATTEMPTINGTOINSERTINTOAREADONLYCOLUMN

Failure inserting into the read-only column "__".

0xC020204A

-1071636406

DTS_E_UNABLETORETRIEVECOLUMNINFO

Unable to retrieve column information from the data source. Make sure your target table in the database is available.

0xC020204B

-1071636405

DTS_E_CANTLOCKBUFFER

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

0xC020204C

-1071636404

DTS_E_INVALIDCOMPARISONFLAGS

The __ has a ComparisonFlags property that includes extra flags with the value __.

0xC020204D

-1071636403

DTS_E_COLUMNMETADATAUNAVAILABLEFORVALIDATION

The column metadata was unavailable for validation.

0xC0202053

-1071636397

DTS_E_CANNOTWRITETODATAFILE

Cannot write to the data file.

0xC0202055

-1071636395

DTS_E_COLUMNDELIMITERNOTFOUND

The column delimiter for column "__" was not found.

0xC0202058

-1071636392

DTS_E_COLUMNPARSEFAILED

Failed to parse the column "__" in the data file.

0xC020205A

-1071636390

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.

0xC020205B

-1071636389

DTS_E_RAWFILECANTOPEN

File "__" cannot be opened for writing. Error may occur when there are no file privileges or the disk is full.

0xC020205C

-1071636388

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.

0xC020205D

-1071636387

DTS_E_RAWCANTWRITE

Cannot write __ bytes to file "__". See previous error messages for details.

0xC020205E

-1071636386

DTS_E_RAWBADHEADER

Encountered bad metadata in file header. The file is damaged or not a SSIS-produced raw data file.

0xC020205F

-1071636385

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.

0xC0202060

-1071636384

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.

0xC0202061

-1071636383

DTS_E_RAWBADVERSION

The file had bad version and flags information. The file is damaged or not a SSIS-produced raw data file.

0xC0202062

-1071636382

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.

0xC0202064

-1071636380

DTS_E_RAWMETADATAMISMATCH

Cannot append output file because no column in the existing file matches column "__" from the input. Old file does not match in metadata.

0xC0202065

-1071636379

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.

0xC0202067

-1071636377

DTS_E_ERRORRETRIEVINGCOLUMNCODEPAGE

There was an error retrieving column code page information.

0xC0202068

-1071636376

DTS_E_RAWCANTREAD

Cannot read __ bytes from file "__". The cause of the failure should have been previously reported.

0xC0202069

-1071636375

DTS_E_RAWUNEXPECTEDEOF

Unexpected end-of-file encountered while reading __ bytes from file "__". The file ended prematurely because of an invalid file format.

0xC020206A

-1071636374

DTS_E_RAWNOLONGTYPES

The column __ cannot be used. The raw adapters do not support image, text, or ntext data.

0xC020206B

-1071636373

DTS_E_RAWUNEXPECTEDTYPE

The adapter encountered an unrecognized data type of __. This could be caused by a damaged input file (source) or by an invalid buffer type (destination).

0xC020206C

-1071636372

DTS_E_RAWSTRINGTOOLONG

String too long. The adapter read a string that was __ bytes long, and expected a string no longer than __ bytes, at offset __. This could indicate a damaged input file. The file shows a string length that is too large for the buffer column.

0xC020206E

-1071636370

DTS_E_RAWSKIPFAILED

The raw adapter attempted to skip __ bytes in the input file for unreferenced column "__" with lineage ID __, but there was an error. The error returned from the operating system should have been previously reported.

0xC020206F

-1071636369

DTS_E_RAWREADFAILED

The raw adapter attempted to read __ bytes in the input file for column "__" with lineage ID __, but there was an error. The error returned from the operating system should have been previously reported.

0xC0202070

-1071636368

DTS_E_RAWFILENAMEINVALID

The file name property is not valid. The file name is a device or contains invalid characters.

0xC0202071

-1071636367

DTS_E_BULKINSERTAPIPREPARATIONFAILED

Unable to bulk copy data. You may need to run this package as an administrator.

0xC0202072

-1071636366

DTS_E_INVALIDDATABASEOBJECTNAME

Database object name "__" is not valid.

0xC0202073

-1071636365

DTS_E_INVALIDORDERCLAUSE

Order clause is not valid.

0xC0202074

-1071636364

DTS_E_RAWFILECANTOPENREAD

File "__" 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.

0xC0202075

-1071636363

DTS_E_TIMEGENCANTCREATE

Unable to create the Microsoft.AnalysisServices.TimeDimGenerator.TimeDimGenerator.

0xC0202076

-1071636362

DTS_E_TIMEGENCANTCONFIGURE

Unable to configure the Microsoft.AnalysisServices.TimeDimGenerator.

0xC0202077

-1071636361

DTS_E_TIMEGENCANTCONVERT

Unsupported datatype for column __.

0xC0202079

-1071636359

DTS_E_TIMEGENCANTREAD

The attempt to read from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code __.

0xC020207A

-1071636358

DTS_E_TIMEGENCANTREADCOLUMN

The attempt to read column "__" data from the Microsoft.AnalysisServices.TimeDimGenerator failed with error code __.

0xC020207B

-1071636357

DTS_E_RSTDESTBADVARIABLENAME

The VariableName property is not set to the name of a valid variable. Need a runtime variable name to write to.

0xC020207C

-1071636356

DTS_E_RSTDESTRSTCONFIGPROBLEM

Unable to create or configure the ADODB.Recordset object.

0xC020207D

-1071636355

DTS_E_RSTDESTRSTWRITEPROBLEM

Error writing to the ADODB.Recordset object.

0xC020207E

-1071636354

DTS_E_FILENAMEINVALID

The file name is not valid. The file name is a device or contains invalid characters.

0xC020207F

-1071636353

DTS_E_FILENAMEINVALIDWITHPARAM

The file name "__" is not valid. The file name is a device or contains invalid characters.

0xC0202080

-1071636352

DTS_E_CMDDESTNOPARAMS

Unable to retrieve destination column descriptions from the parameters of the SQL command.

0xC0202081

-1071636351

DTS_E_CMDDESTNOTBOUND

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

0xC0202082

-1071636350

DTS_E_TXPIVOTBADUSAGE

The PivotUsage value for the input column "__" (__) is not valid.

0xC0202083

-1071636349

DTS_E_TXPIVOTTOOMANYPIVOTKEYS

Too many Pivot Keys found. Only one input column can be used as the Pivot Key.

0xC0202084

-1071636348

DTS_E_TXPIVOTNOPIVOTKEY

No Pivot Key found. One input column must be used as the Pivot Key.

0xC0202085

-1071636347

DTS_E_TXPIVOTINPUTALREADYMAPPED

More than one output column (such as "__" (__)) is mapped to input column "__" (__).

0xC0202086

-1071636346

DTS_E_TXPIVOTCANTMAPPIVOTKEY

Output column "__" (__) cannot be mapped to PivotKey input column.

0xC0202087

-1071636345

DTS_E_TXPIVOTCANTMAPPINGNOTFOUND

Output column "__" (__) has a SourceColumn __ that is not a valid input column lineage ID.

0xC0202088

-1071636344

DTS_E_TXPIVOTEMPTYPIVOTKEYVALUE

Output column "__" (__) is mapped to a Pivoted Value input column, but its PivotKeyValue property value is missing.

0xC0202089

-1071636343

DTS_E_TXPIVOTDUPLICATEPIVOTKEYVALUE

Output column "__" (__) is mapped to a Pivoted Value input column with a non-unique PivotKeyValue property value.

0xC020208A

-1071636342

DTS_E_TXPIVOTOUTPUTNOTMAPPED

Input column "__" (__) is not mapped to any output column.

0xC020208B

-1071636341

DTS_E_TXPIVOTCANTCOMPARESETKEYS

Failure occurred while comparing values for the set keys.

0xC020208D

-1071636339

DTS_E_TXPIVOTNOBLOB

The Input column "__" (__) cannot be used as a Set Key, Pivot Key, or Pivot Value because it contains long data.

0xC020208E

-1071636338

DTS_E_TXPIVOTBADOUTPUTTYPE

Incorrect output type. The output column "__" (__) must have the same data type and metadata as the input column to which it is mapped.

0xC020208F

-1071636337

DTS_E_TXPIVOTPROCESSERROR

Failure when trying to pivot the source records.

0xC0202090

-1071636336

DTS_E_TXPIVOTBADPIVOTKEYVALUE

The pivot key value "__" is not valid.

0xC0202091

-1071636335

DTS_E_ERRORWHILESKIPPINGDATAROWS

An error occurred while skipping data rows.

0xC0202092

-1071636334

DTS_E_ERRORWHILEREADINGDATAROWS

An error occurred while processing file "__" on data row __.

0xC0202093

-1071636333

DTS_E_FAILEDTOINITIALIZEFLATFILEPARSER

An error occurred while initializing the flat file parser.

0xC0202094

-1071636332

DTS_E_UNABLETORETRIEVECOLUMNINFOFROMFLATFILECONNECTIONMANAGER

Unable to retrieve column information from the flat file connection manager.

0xC0202095

-1071636331

DTS_E_FAILEDTOWRITEOUTCOLUMNNAME

Failed to write out column name for column "__".

0xC0202096

-1071636330

DTS_E_INVALIDFLATFILECOLUMNTYPE

The column type for column "__" is incorrect. It is type "__". It can only be either "__" or "__".

0xC0202097

-1071636329

DTS_E_DISKIOBUFFEROVERFLOW

The attempt to write data of __ bytes into the disk I/O failed. The disk I/O buffer has __ free bytes.

0xC0202098

-1071636328

DTS_E_FAILEDTOWRITEOUTHEADER

An error occurred while writing out the file header.

0xC0202099

-1071636327

DTS_E_FAILEDTOGETFILESIZE

An error occurred while getting the file size for file "__".

0xC020209A

-1071636326

DTS_E_FAILEDTOSETFILEPOINTER

An error occurred while setting the file pointer for file "__".

0xC020209B

-1071636325

DTS_E_UNABLETOSETUPDISKIOBUFFER

An error occurred while setting up the disk I/O buffer.

0xC020209C

-1071636324

DTS_E_COLUMNDATAOVERFLOWDISKIOBUFFER

The column data for column "__" overflowed the disk I/O buffer.

0xC020209D

-1071636323

DTS_E_DISKIOFAILED

An unexpected disk I/O error occurred while reading the file.

0xC020209E

-1071636322

DTS_E_DISKIOTIMEDOUT

An disk I/O time out occurred while reading the file.

0xC020209F

-1071636321

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.

0xC02020A0

-1071636320

DTS_E_CANNOTCOPYORCONVERTFLATFILEDATA

Cannot copy or convert flat file data for column "__".

0xC02020A1

-1071636319

DTS_E_FAILEDCOLUMNDATACONVERSIONSTATUS

Data conversion failed. The data conversion for column "__" returned status value __ and status text "__".

0xC02020A2

-1071636318

DTS_E_VARIABLESCOLLECTIONUNAVAILABLE

The Variables collection is not available.

0xC02020A3

-1071636317

DTS_E_TXUNPIVOTDUPLICATEPIVOTKEYVALUE

Duplicate PivotKeyValue. Input column "__" (__) is mapped to a Pivoted Value output column and has a non-unique PivotKeyValue.

0xC02020A4

-1071636316

DTS_E_TXUNPIVOTNOUNPIVOTDESTINATION

No unpivot destination found. At least one input column must be mapped with a PivotKeyValue to an DestinationColumn in the output.

0xC02020A5

-1071636315

DTS_E_TXUNPIVOTBADKEYLIST

PivotKeyValue is not valid. In an UnPivot transform with more than one unpivoted DestinationColumn, the set of PivotKeyValues per destination must match exactly.

0xC02020A6

-1071636314

DTS_E_TXUNPIVOTBADUNPIVOTMETADATA

Incorrect UnPivot metadata. In an UnPivot transform, all input columns with a PivotKeyValue that is set, and are pointing to the same DestinationColumn, must have metadata that exactly matches the DestinationColumn.

0xC02020A7

-1071636313

DTS_E_TXPIVOTBADPIVOTKEYCONVERT

Cannot convert the pivot key value "__" to the data type of the pivot key column.

0xC02020A8

-1071636312

DTS_E_TXUNPIVOTTOOMANYPIVOTKEYS

Too many Pivot Keys specified. Only one output column can be used as the Pivot Key.

0xC02020A9

-1071636311

DTS_E_TXUNPIVOTUNMAPPEDOUTPUT

Output column "__" (__) is not mapped by any input column's DestinationColumn property.

0xC02020AA

-1071636310

DTS_E_TXUNPIVOTNOPIVOT

No output column is marked as the PivotKey.

0xC02020AB

-1071636309

DTS_E_TXUNPIVOTNOTINPUTMAP

Input column "__" (__) has a DestinationColumn property value that does not refer to a valid output column LineageID.

0xC02020AC

-1071636308

DTS_E_TXUNPIVOTDUPLICATEDESTINATION

Duplicate destination error. More than one non-pivoted input column is mapped to the same destination output column.

0xC02020AD

-1071636307

DTS_E_TOTALINPUTCOLSCANNOTBEZERO

No input columns found. At least one input column must be mapped to an output column.

0xC02020AE

-1071636306

DTS_E_TXMERGEJOINMUSTHAVESAMENUMBEROFINPUTANDOUTPUTCOLS

The number of input and output columns are not equal. The total number of input columns on all inputs must be the same as the total number of output columns.

0xC02020AF

-1071636305

DTS_E_INPUTMUSTBESORTED

The input is not sorted. The "__" must be sorted.

0xC02020B0

-1071636304

DTS_E_TXMERGEJOININVALIDJOINTYPE

The JoinType custom property for the __ contains a value of __, which is not valid. Valid values are 0 (full), 1 (left), or 2 (inner).

0xC02020B1

-1071636303

DTS_E_TXMERGEJOININVALIDNUMKEYCOLS

The NumKeyColumns value is not valid. In the __, the value for the NumKeyColumns custom property must be between 1 and __.

0xC02020B2

-1071636302

DTS_E_NOKEYCOLS

No key columns are found. The __ must have at least one column with a SortKeyPosition that is non-zero.

0xC02020B3

-1071636301

DTS_E_TXMERGEJOINNOTENOUGHKEYCOLS

Not enough key columns. The __ must have at least __ columns with non-zero SortKeyPosition values.

0xC02020B4

-1071636300

DTS_E_TXMERGEJOINDATATYPEMISMATCH

Datatype mismatch occurred. The datatypes for the columns with SortKeyPosition value __ do not match.

0xC02020B5

-1071636299

DTS_E_TXMERGEJOININVALIDSORTKEYPOS

The column with the SortKeyPosition value of __ is not valid. It should be __.

0xC02020B6

-1071636298

DTS_E_TXMERGEJOINSORTDIRECTIONMISMATCH

Sort direction mismatch. The sort directions for the columns with SortKeyPosition value __ do not match.

0xC02020B7

-1071636297

DTS_E_TXMERGEJOINOUTPUTCOLMUSTHAVEASSOCIATEDINPUTCOL

Missing column. The __ must have an associated input column.

0xC02020B8

-1071636296

DTS_E_TXMERGEJOINREADONLYINPUTCOLSWITHNOOUTPUTCOL

Input columns must have output columns. There are input columns with a usage type of read-only that do not have associated output columns.

0xC02020B9

-1071636295

DTS_E_TXMERGEJOINNONSTRINGCOMPARISONFLAGSNOTZERO

The comparison flags are not zero. The comparison flags for non-string columns must be zero.

0xC02020BA

-1071636294

DTS_E_TXMERGEJOINCOMPARISONFLAGSMISMATCH

The comparison flags for the columns with SortKeyPosition value __ do not match.

0xC02020BB

-1071636293

DTS_E_TXPIVOTBADPIVOTKEYVALUENOSTRING

Unrecognized pivot key value.

0xC02020BC

-1071636292

DTS_E_TXLINEAGEINVALIDLINEAGEITEM

Lineage item value __ is not valid. The valid range is between __ and __.

0xC02020BD

-1071636291

DTS_E_CANNOTHAVEANYINPUTCOLUMNS

Input columns not allowed. The number of input columns must be zero.

0xC02020BE

-1071636290

DTS_E_TXLINEAGEDATATYPEMISMATCH

The datatype for "__" is not valid for the specified lineage item.

0xC02020BF

-1071636289

DTS_E_TXLINEAGEINVALIDLENGTH

The length for "__" is not valid for the specified lineage item.

0xC02020C1

-1071636287

DTS_E_METADATAMISMATCHWITHOUTPUTCOLUMN

The metadata for "__" does not match the metadata for the associated output column.

0xC02020C3

-1071636285

DTS_E_TXMERGESORTKEYPOSMISMATCH

There are output columns that have SortKeyPosition values that don't match the associated input columns' SortKeyPosition.

0xC02020C4

-1071636284

DTS_E_ADDROWTOBUFFERFAILED

The attempt to add a row to the Data Flow task buffer failed with error code __.

0xC02020C5

-1071636283

DTS_E_DATACONVERSIONFAILED

Data conversion failed while converting column "__" (__) to column "__" (__). The conversion returned status value __ and status text "__".

0xC02020C6

-1071636282

DTS_E_FAILEDTOALLOCATEROWHANDLEBUFFER

The attempt to allocate a row handle buffer failed with error code __.

0xC02020C7

-1071636281

DTS_E_FAILEDTOSENDROWTOSQLSERVER

The attempt to send a row to SQL Server failed with error code __.

0xC02020C8

-1071636280

DTS_E_FAILEDTOPREPAREBUFFERSTATUS

The attempt to prepare the buffer status failed with error code __.

0xC02020C9

-1071636279

DTS_E_FAILEDTOBUFFERROWSTARTS

The attempt to retrieve the start of the buffer row failed with error code __.

0xC02020CA

-1071636278

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.

0xC02020CB

-1071636277

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.

0xC02020CC

-1071636276

DTS_E_TXUNIONALL_EXTRADANGLINGINPUT

The __ is an extra unattached input and will be removed.

0xC02020CD

-1071636275

DTS_E_TXUNIONALL_NONDANGLINGUNATTACHEDINPUT

The __ is not attached but is not marked as dangling. It will be marked as dangling.

0xC02020CF

-1071636273

DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUE

Duplicate pivot key value "__".

0xC02020D0

-1071636272

DTS_E_TXPIVOTRUNTIMEDUPLICATEPIVOTKEYVALUENOSTRING

Duplicate pivot key value.

0xC02020D1

-1071636271

DTS_E_FAILEDTOGETCOMPONENTLOCALEID

Failure retrieving component locale ID. Error code __.

0xC02020D2

-1071636270

DTS_E_MISMATCHCOMPONENTCONNECTIONMANAGERLOCALEID

Mismatched locale IDs. The component locale ID (__) does not match the connection manager locale ID (__).

0xC02020D3

-1071636269

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.

0xC02020D4

-1071636268

DTS_E_RAWBYTESTOOLONG

The binary field is too large. The adapter attempted to read a binary field that was __ bytes long, but expected a field no longer than __ bytes at offset __. This usually occurs when the input file is not valid. The file contains a string length that is too large for the buffer column.

0xC02020D5

-1071636267

DTS_E_TXSAMPLINGINVALIDPCT

The percentage, __, is not valid for the "__" property. It must be between 0 and 100.

0xC02020D6

-1071636266

DTS_E_TXSAMPLINGINVALIDROWS

The number of rows, __, is not valid for the "__" property. It must be greater than 0.

0xC02020D7

-1071636265

DTS_E_RAWSTRINGINPUTTOOLONG

The adapter was asked to write a string that was __ bytes long, but all data must be less than 4294967295 bytes in length.

0xC02020D9

-1071636263

DTS_E_ATLEASTONEINPUTMUSTBEMAPPEDTOOUTPUT

No inputs were mapped to an output. The "__" must have at least one input column mapped to an output column.

0xC02020DB

-1071636261

DTS_E_CANNOTCONVERTDATATYPESWITHDIFFERENTCODEPAGES

Conversion from "__" with code page __ to "__" with code page __ is not supported.

0xC02020DC

-1071636260

DTS_E_COLUMNNOTMAPPEDTOEXTERNALMETADATACOLUMN

The external metadata column mapping for __ is not valid. The external metadata column ID cannot be zero.

0xC02020DD

-1071636259

DTS_E_COLUMNMAPPEDTONONEXISTENTEXTERNALMETADATACOLUMN

The __ is mapped to an external metadata column that does not exist.

0xC02020E5

-1071636251

DTS_E_UNABLETOWRITELOBDATATOBUFFER

Writing long object data of type DT_TEXT, DT_NTEXT, or DT_IMAGE to Data Flow task buffer failed for column "__".

0xC02020E8

-1071636248

DTS_E_CANNOTGETIROWSET

Opening a rowset for "__" failed. Check that the object exists in the database.

0xC02020E9

-1071636247

DTS_E_VARIABLEACCESSFAILED

Accessing variable "__" failed with error code __.

0xC02020EA

-1071636246

DTS_E_CONNECTIONMANAGERNOTFOUND

The connection manager "__" is not found. A component failed to find the connection manager in the Connections collection.

0xC02020EB

-1071636245

DTS_E_VERSIONUPGRADEFAILED

The upgrade from version "__" to version __ failed.

0xC02020EC

-1071636244

DTS_E_RSTDESTBIGBLOB

A value in an input column is too large to be stored in the ADODB.Recordset object.

0xC02020ED

-1071636243

DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMNS

Columns "__" and "__" cannot convert between unicode and non-unicode string data types.

0xC02020EE

-1071636242

DTS_E_ROWCOUNTBADVARIABLENAME

The variable "__" specified by VariableName property is not a valid variable. Need a valid variable name to write to.

0xC02020EF

-1071636241

DTS_E_ROWCOUNTBADVARIABLETYPE

The variable "__" specified by VariableName property is not an integer. Change the variable to be of type VT_I4, VT_UI4, VT_I8, or VT_UI8.

0xC02020F0

-1071636240

DTS_E_NOCOLUMNADVANCETHROUGHFILE

No column was specified to allow the component to advance through the file.

0xC02020F1

-1071636239

DTS_E_MERGEJOINSORTEDOUTPUTHASNOSORTKEYPOSITIONS

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

0xC02020F2

-1071636238

DTS_E_METADATAMISMATCHWITHINPUTCOLUMN

The "__" metadata does not match the metadata of the input column.

0xC02020F3

-1071636237

DTS_E_RSTDESTBADVARIABLE

The value of the specified variable cannot be located, locked, or set.

0xC02020F4

-1071636236

DTS_E_CANTPROCESSCOLUMNTYPECODEPAGE

The column "__" cannot be processed because more than one code page (__ and __) are specified for it.

0xC02020F5

-1071636235

DTS_E_CANTINSERTCOLUMNTYPE

The column "__" can't be inserted because the conversion between types __ and __ is not supported.

0xC02020F6

-1071636234

DTS_E_CANNOTCONVERTBETWEENUNICODEANDNONUNICODESTRINGCOLUMN

Column "__" cannot convert between unicode and non-unicode string data types.

0xC02020F8

-1071636232

DTS_E_COULDNOTFINDINPUTBUFFERCOLUMNBYLINEAGE

The __ cannot find the column with LineageID __ in its input buffer.

0xC02020F9

-1071636231

DTS_E_COULDNOTGETCOLUMNINFOFORINPUTBUFFER

The __ cannot get the column information for column __ from its input buffer.

0xC02020FA

-1071636230

DTS_E_COULDNOTGETCOLUMNINFOFORCOPYBUFFER

The __ cannot get the column information for column "__" from its copy buffer.

0xC02020FB

-1071636229

DTS_E_COULDNOTREGISTERCOPYBUFFER

The __ cannot register a buffer type for its copy buffer.

0xC02020FC

-1071636228

DTS_E_COULDNOTCREATECOPYBUFFER

The __ cannot create a buffer to copy its data into for sorting.

0xC02020FD

-1071636227

DTS_E_DATAREADERDESTREADFAILED

DataReader client has failed to call Read or has closed the DataReader.

0xC02020FE

-1071636226

DTS_E_NOSCHEMAINFOFOUND

No column information was returned by the SQL command.

0xC02020FF

-1071636225

DTS_E_GETSCHEMATABLEFAILED

The __ was unable to retrieve column information for the SQL command. The following error occurred: __

0xC0202100

-1071636224

DTS_E_SOURCETABLENAMENOTPROVIDED

A source table name has not been provided.

0xC0203110

-1071632112

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.

0xC0203111

-1071632111

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.

0xC0203112

-1071632110

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.

0xC0203113

-1071632109

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.

0xC0204000

-1071628288

DTS_E_PROPERTYNOTSUPPORTED

The property "__" cannot be set on "__". The property being set is not supported on the specified object. Check the property name, case, and spelling.

0xC0204002

-1071628286

DTS_E_CANTCHANGEPROPERTYTYPE

The property type cannot be changed from the type that was set by the component.

0xC0204003

-1071628285

DTS_E_CANTADDOUTPUTID

Output ID __ failed during insert. The new output was not created.

0xC0204004

-1071628284

DTS_E_CANTDELETEOUTPUTID

Cannot delete output ID __ from the output collection. The ID may not be valid, or the ID may have been the default or error output.

0xC0204006

-1071628282

DTS_E_FAILEDTOSETPROPERTY

Failed to set property "__" on "__".

0xC0204007

-1071628281

DTS_E_FAILEDTOSETOUTPUTCOLUMNTYPE

Failed to set the type of __ to type: "__", length: __, precision: __, scale: __, codepage: __.

0xC0204008

-1071628280

DTS_E_MORETHANONEERROROUTPUTFOUND

More than one error output was found on the component, and there can be only one.

0xC020400A

-1071628278

DTS_E_CANTSETOUTPUTCOLUMNPROPERTY

The property on an output column cannot be set.

0xC020400B

-1071628277

DTS_E_CANTMODIFYERROROUTPUTCOLUMNDATATYPE

The data type for "__" cannot be modified in the error "__".

0xC020400E

-1071628274

DTS_E_CANONLYSETISSORTEDONSOURCE

The "__" cannot have its IsSorted property set to TRUE because it is not a source output. A source output has a SynchronousInputID value of zero.

0xC020400F

-1071628273

DTS_E_CANONLYSETSORTKEYONSOURCE

The "__" cannot have a SortKeyPosition property set to non-zero because "__" 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.

0xC0204010

-1071628272

DTS_E_CANONLYSETCOMPFLAGSONSOURCE

The ComparisonFlags property cannot be set to a non-zero value for "__" because the "__" 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.

0xC0204011

-1071628271

DTS_E_NONSTRINGCOMPARISONFLAGSNOTZERO

The comparison flags for "__" must be zero because its type is not a string type. ComparisonFlags can only be non-zero for string type columns.

0xC0204012

-1071628270

DTS_E_COMPFLAGSONLYONSORTCOL

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

0xC0204013

-1071628269

DTS_E_READONLYSTOCKPROPERTY

The property is read-only.

0xC0204014

-1071628268

DTS_E_INVALIDDATATYPE

The __ had an invalid datatype value (__) set.

0xC0204015

-1071628267

DTS_E_CODEPAGEREQUIRED

The "__" requires a code page to be set but the value passed was zero.

0xC0204016

-1071628266

DTS_E_INVALIDSTRINGLENGTH

The "__" has a length that is not valid. The length must be between __ and __.

0xC0204017

-1071628265

DTS_E_INVALIDSCALE

The "__" has a scale that is not valid. The scale must be between __ and __.

0xC0204018

-1071628264

DTS_E_INVALIDPRECISION

The "__" has a precision that is not valid. The precision must be between __ and __.

0xC0204019

-1071628263

DTS_E_PROPVALUEIGNORED

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

0xC020401A

-1071628262

DTS_E_CANTSETOUTPUTCOLUMNDATATYPEPROPERTIES

The __ does not allow setting output column datatype properties.

0xC020401B

-1071628261

DTS_E_INVALIDDATATYPEFORERRORCOLUMNS

The "__" contains an invalid data type. "__ " is a special error column, and the only valid data type is DT_I4.

0xC020401C

-1071628260

DTS_E_NOERRORDESCFORCOMPONENT

The component does not supply error code descriptions.

0xC020401D

-1071628259

DTS_E_UNRECOGNIZEDERRORCODE

The specified error code is not associated with this component.

0xC020401F

-1071628257

DTS_E_TRUNCATIONTRIGGEREDREDIRECTION

A truncation caused a row to be redirected, based on the truncation disposition settings.

0xC0204020

-1071628256

DTS_E_CANTSETUSAGETYPETOREADWRITE

The "__" is unable to make the column with lineage ID __ 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.

0xC0204023

-1071628253

DTS_E_CANTSETUSAGETYPE

The __ has forbidden the requested use of the input column with lineage ID __.

0xC0204024

-1071628252

DTS_E_FAILEDTOSETUSAGETYPE

The "__" was unable to make the requested change to the input column with lineage ID __. The request failed with error code __. The specified error occurred while attempting to set the usage type of an input column.

0xC0204025

-1071628251

DTS_E_FAILEDTOSETOUTPUTCOLUMNDATATYPEPROPERTIES

Attempt to set the data type properties on "__" failed with error code __. The error occurred while attempting to set one or more of the data type properties of the output column.

0xC0204026

-1071628250

DTS_E_UNABLETORETRIEVEMETADATA

The metadata for "__" cannot be retrieved. Make sure the object name is correct and the object exists.

0xC0204027

-1071628249

DTS_E_CANNOTMAPOUTPUTCOLUMN

The output column cannot be mapped to an external metadata column.

0xC0204028

-1071628248

DTS_E_UNSUPPORTEDVARIABLETYPE

The variable __ is required to be of type "__".

0xC020402A

-1071628246

DTS_E_CANTSETEXTERNALMETADATACOLUMNDATATYPEPROPERTIES

The __ does not allow setting external metadata column datatype properties.

0xC020402B

-1071628245

DTS_E_IDNOTINPUTNOROUTPUT

The ID, __, 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.

0xC020402C

-1071628244

DTS_E_METADATACOLLECTIONNOTUSED

The external metadata collection on "__" is marked as not used, so no operations can be performed on it.

0xC020402D

-1071628243

DTS_E_NOBUFFERTYPEONSYNCOUTPUT

The __ is a synchronous output and the buffer type cannot be retrieved for a synchronous output.

0xC0207000

-1071616000

DTS_E_INPUTCOLUMNUSAGETYPENOTREADONLY

The input column "__" must be read-only. The input column has a usage type other than read-only, which is not allowed.

0xC0207001

-1071615999

DTS_E_MISSINGCUSTOMPROPERTY

The "__" is missing the required property "__". The object is required to have the specified custom property.

0xC0207002

-1071615998

DTS_E_ILLEGALCUSTOMOUTPUTPROPERTY

The output __ cannot not have property "__", but currently has that property assigned.

0xC0207003

-1071615997

DTS_E_INVALIDOUTPUTEXCLUSIONGROUP

The __ must be in exclusion group __. All outputs must be in the specified exclusion group.

0xC0207004

-1071615996

DTS_E_PROPERTYISEMPTY

The property "__" is empty. The property cannot be empty.

0xC0207005

-1071615995

DTS_E_CREATEEXPRESSIONOBJECTFAILED

Memory cannot be allocated for the expression "__". There was an out-of-memory error while creating an internal object to hold the expression.

0xC0207006

-1071615994

DTS_E_EXPRESSIONPARSEFAILED

Cannot parse the expression "__". The expression was not valid, or there is an out-of-memory error.

0xC0207007

-1071615993

DTS_E_EXPRESSIONCOMPUTEFAILED

Computing the expression "__" failed with error code __. 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.

0xC0207008

-1071615992

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.

0xC020700A

-1071615990

DTS_E_FAILEDTOCREATEEXPRESSIONMANANGER

The __ failed with error code __ while creating the Expression Manager.

0xC020700B

-1071615989

DTS_E_SPLITEXPRESSIONNOTBOOLEAN

The expression "__" is not Boolean. The result type of the expression must be Boolean.

0xC020700C

-1071615988

DTS_E_EXPRESSIONVALIDATIONFAILED

The expression "__" on "__" is not valid.

0xC020700E

-1071615986

DTS_E_COLUMNNOTMATCHED

The column "__" (__) cannot be matched to any input file column. The output column name or input column name cannot be found in the file.

0xC020700F

-1071615985

DTS_E_SETRESULTCOLUMNFAILED

Attempting to set the result column for the expression "__" on __ failed with error code __. 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.

0xC0207011

-1071615983

DTS_E_FAILEDTOGETLOCALEIDFROMPACKAGE

The __ failed to get the locale ID from the package.

0xC0207012

-1071615982

DTS_E_INCORRECTPARAMETERMAPPINGFORMAT

The parameter mapping string is not in the correct format.

0xC0207013

-1071615981

DTS_E_NOTENOUGHPARAMETERSPROVIDED

The SQL command requires __ parameters, but the parameter mapping only has __ parameters.

0xC0207014

-1071615980

DTS_E_PARAMETERNOTFOUNDINMAPPING

The SQL command requires a parameter named "__", which is not found in the parameter mapping.

0xC0207015

-1071615979

DTS_E_DUPLICATEDATASOURCECOLUMNNAME

There is more than one data source column with the name "__". The data source column names must be unique.

0xC0207016

-1071615978

DTS_E_DATASOURCECOLUMNWITHNONAMEFOUND

There is a data source column with no name. Each data source column must have a name.

0xC0208001

-1071611903

DTS_E_DISCONNECTEDCOMPONENT

A component is disconnected from the layout.

0xC0208002

-1071611902

DTS_E_INVALIDCOMPONENTID

The ID for a layout component is not valid.

0xC0208003

-1071611901

DTS_E_INVALIDINPUTCOUNT

A component has an invalid number of inputs.

0xC0208004

-1071611900

DTS_E_INVALIDOUTPUTCOUNT

A component has an invalid number of outputs.

0xC0208005

-1071611899

DTS_E_NOINPUTSOROUTPUTS

A component does not have any inputs or outputs.

0xC0208007

-1071611897

DTS_E_CANTALLOCATECOLUMNINFO

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

0xC0208008

-1071611896

DTS_E_OUTPUTCOLUMNNOTININPUT

Output column "__" (__) references input column with lineage ID __, but no input could be found with that lineage ID.

0xC0208009

-1071611895

DTS_E_SORTNEEDSONEKEY

At least one input column must be marked as a sort key, but no keys were found.

0xC020800A

-1071611894

DTS_E_SORTDUPLICATEKEYWEIGHT

Both column "__" (__) and column "__" (__) were marked with sort key weight __.

0xC020800D

-1071611891

DTS_E_CANTMODIFYINVALID

The component cannot perform the requested metadata change until the validation problem is fixed.

0xC020800E

-1071611890

DTS_E_CANTADDINPUT

An input cannot be added to the inputs collection.

0xC020800F

-1071611889

DTS_E_CANTADDOUTPUT

An output cannot be added to the outputs collection.

0xC0208010

-1071611888

DTS_E_CANTDELETEINPUT

An input cannot be deleted from the inputs collection.

0xC0208011

-1071611887

DTS_E_CANTDELETEOUTPUT

An output cannot be removed from the outputs collection.

0xC0208014

-1071611884

DTS_E_CANTCHANGEUSAGETYPE

The usage type of the column cannot be changed.

0xC0208016

-1071611882

DTS_E_INVALIDUSAGETYPEFORCUSTOMPROPERTY

The __ must be read/write to have custom property "__". The input or output column has the specified custom property, but is not read/write. Remove the property, or make the column read/write.

0xC0208017

-1071611881

DTS_E_READWRITECOLUMNMISSINGREQUIREDCUSTOMPROPERTY

The __ is read/write and is required to have custom property "__". Add the property, or make remove the read/write attribute from the column.

0xC0208018

-1071611880

DTS_E_CANTDELETECOLUMN

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

0xC0208019

-1071611879

DTS_E_CANTADDCOLUMN

The component does not allow adding columns to this input or output.

0xC020801A

-1071611878

DTS_E_CANNOTTFINDRUNTIMECONNECTIONOBJECT

The connection "__" cannot be found. Verify that the connection manager has a connection with that name.

0xC020801B

-1071611877

DTS_E_CANNOTFINDRUNTIMECONNECTIONMANAGER

The runtime connection manager with the ID "__" cannot be found. Verify that the connection manager collection has a connection manager with that ID.

0xC020801C

-1071611876

DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER

SSIS Error Code DTS_E_CANNOTACQUIRECONNECTIONFROMCONNECTIONMANAGER. The AcquireConnection method call to the connection manager "__" failed with error code __. There may be error messages posted before this with more information on why the AcquireConnection method call failed.

0xC020801D

-1071611875

DTS_E_ACQUIREDCONNECTIONISINVALID

The connection acquired from the connection manager "__" is not valid.

0xC020801E

-1071611874

DTS_E_INCORRECTCONNECTIONMANAGERTYPE

The connection manager "__" is an incorrect type. The type required is "__". The type available to the component is "__".

0xC020801F

-1071611873

DTS_E_CANNOTACQUIREMANAGEDCONNECTIONFROMCONNECTIONMANAGER

Cannot acquire a managed connection from the run-time connection manager.

0xC0208020

-1071611872

DTS_E_CANTINITINPUT

An input cannot be created to initialize the inputs collection.

0xC0208021

-1071611871

DTS_E_CANTINITOUTPUT

An output cannot be created to initialize the outputs collection.

0xC0208023

-1071611869

DTS_E_EXTRACTORCANTWRITE

Writing to the file "__" failed with error code __.

0xC0208024

-1071611868

DTS_E_INCORRECTCONNECTIONOBJECTTYPE

The connection manager "__" returned an object of an incorrect type from the AcquireConnection method.

0xC0208025

-1071611867

DTS_E_INPUTCOLPROPERTYNOTFOUND

The "__" property is required on input column "__" (__), but is not found. The missing property should be added.

0xC0208026

-1071611866

DTS_E_EXTRACTORUNREFERENCED

The "__" is marked read-only, but is not referenced by any other column. Unreferenced columns are not allowed.

0xC0208027

-1071611865

DTS_E_EXTRACTORREFERENCEDCOLUMNNOTFOUND

The "__" references column ID __, and that column is not found on the input. A reference points to a nonexistent column.

0xC0208028

-1071611864

DTS_E_EXTRACTORDATACOLUMNNOTBLOB

The "__" references "__", and that column is not of a BLOB type.

0xC0208029

-1071611863

DTS_E_INSERTERREFERENCEDCOLUMNNOTFOUND

The "__" references output column ID __, and that column is not found on the output.

0xC020802A

-1071611862

DTS_E_INSERTERCANTREAD

Reading from the file "__" failed with error code __.

0xC020802B

-1071611861

DTS_E_TXSCD_NOTYPEDCOLUMNSATINPUT

There must be at least one column of Fixed, Changing, or Historical type on the input of a Slowly Changing Dimension transform. Verify that at least one column is a FixedAttribute, ChangingAttribute, or HistoricalAttribute.

0xC020802C

-1071611860

DTS_E_TXSCD_INVALIDINPUTCOLUMNTYPE

The ColumnType property of "__" is not valid. The current value is outside the range of acceptable values.

0xC020802D

-1071611859

DTS_E_TXSCD_CANNOTMAPDIFFERENTTYPES

The input column "__" cannot be mapped to external column "__" because they have different data types. The Slowly Changing Dimension transform does not allow mapping between column of different types except for DT_STR and DT_WSTR.

0xC020802E

-1071611858

DTS_E_NTEXTDATATYPENOTSUPPORTEDWITHANSIFILES

The data type for "__" 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.

0xC020802F

-1071611857

DTS_E_TEXTDATATYPENOTSUPPORTEDWITHUNICODEFILES

The data type for "__" 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.

0xC0208030

-1071611856

DTS_E_IMAGEDATATYPENOTSUPPORTED

The data type for "__" 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.

0xC0208031

-1071611855

DTS_E_FLATFILEFORMATNOTSUPPORTED

Format "__" is not supported by Flat File Connection Manager. Supported formats are Delimited, FixedWidth, RaggedRight, and Mixed.

0xC0208032

-1071611854

DTS_E_EXTRACTORFILENAMECOLUMNNOTSTRING

The "__" should contain a file name, but it is not of a String type.

0xC0208033

-1071611853

DTS_E_EXTRACTORCANTAPPENDTRUNCATE

Error caused by conflicting property settings. The "__" 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.

0xC0208034

-1071611852

DTS_E_EXTRACTORCOLUMNALREADYREFERENCED

The __ references column ID __, but that column is already referenced by __. Remove one of the two reference to the column.

0xC0208035

-1071611851

DTS_E_CONNECTIONMANANGERNOTASSIGNED

A connection manager has not been assigned to the __.

0xC0208036

-1071611850

DTS_E_INSERTERCOLUMNALREADYREFERENCED

The __ references the output column with ID __, but that column is already referenced by __.

0xC0208037

-1071611849

DTS_E_INSERTERCOLUMNNOTREFERENCED

The "__" is not referenced by any input column. Each output column must be referenced by exactly one input column.

0xC0208038

-1071611848

DTS_E_INSERTERDATACOLUMNNOTBLOB

The "__" references "__", 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.

0xC0208039

-1071611847

DTS_E_INSERTERFILENAMECOLUMNNOTSTRING

The "__" should contain a file name, but it is not a String type.

0xC020803A

-1071611846

DTS_E_INSERTEREXPECTBOMINVALIDTYPE

The "__" has the ExpectBOM property set to TRUE for __, 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.

0xC020803B

-1071611845

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.

0xC020803C

-1071611844

DTS_E_TXSCD_FIXEDATTRIBUTECHANGE

If the FailOnFixedAttributeChange property is set to TRUE, the transformation will fail when a fixed attribute change is detected. To send rows to the Fixed Attribute output, set the FailOnFixedAttributeChange property to FALSE.

0xC020803D

-1071611843

DTS_E_TXSCD_LOOKUPFAILURE

The Lookup transformation failed to retrieve any rows. The transform fails when the FailOnLookupFailure is set to TRUE and no rows are retrieved.

0xC020803E

-1071611842

DTS_E_TXSCD_INVALIDNUMBERSOFPARAMETERS

There must be at least one column type of Key on the input of a Slowly Changing Dimension transformation. Set at least one column type to Key.

0xC020803F

-1071611841

DTS_E_TXSCD_CANNOTFINDEXTERNALCOLUMN

Cannot find external column with name "__".

0xC0208040

-1071611840

DTS_E_TXSCD_INFFEREDINDICATORNOTBOOL

Inferred indicator column "__" must be of type DT_BOOL.

0xC0208107

-1071611641

DTS_E_ERRORROWDISPMUSTBENOTUSED

The __ must have its error row disposition value set to RD_NotUsed.

0xC0208108

-1071611640

DTS_E_TRUNCROWDISPMUSTBENOTUSED

The __ must have its truncation row disposition value set to RD_NotUsed.

0xC0208201

-1071611391

DTS_E_TXAGG_INPUTNOTFOUNDFOROUTPUT

Cannot find input column with lineage ID __ needed by output column with ID __.

0xC0208202

-1071611390

DTS_E_TXAGG_INVALIDOUTPUTDATATYPEFORAGGREGATE

Invalid output data type for aggregate type specified at output column ID __.

0xC0208203

-1071611389

DTS_E_TXAGG_INVALIDINPUTDATATYPEFORAGGREGATE

Invalid input data type for __ used for the specified aggregate at __.

0xC0208204

-1071611388

DTS_E_TXAGG_INPUTOUTPUTDATATYPEMISMATCH

Data types of input column lineage ID __ and output column ID __ do not match.

0xC0208205

-1071611387

DTS_E_UNABLETOGETINPUTBUFFERHANDLE

Cannot get input buffer handle for input ID __.

0xC0208206

-1071611386

DTS_E_UNABLETOGETOUTPUTBUFFERHANDLE

Cannot get output buffer handle for output ID __.

0xC0208207

-1071611385

DTS_E_UNABLETOFINDCOLUMNHANDLEINOUTPUTBUFFER

Cannot find column with lineage ID __ in output buffer.

0xC0208208

-1071611384

DTS_E_UNABLETOFINDCOLUMNHANDLEININPUTBUFFER

Cannot find column with lineage ID __ in input buffer.

0xC0208209

-1071611383

DTS_E_CANNOTHAVEZEROOUTPUTCOLUMNS

The number of output columns for __ cannot be zero.

0xC020820A

-1071611382

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 __, while the number of columns for the flat file adapter is __.

0xC020820B

-1071611381

DTS_E_MISMATCHCONNECTIONMANAGERCOLUMN

The column "__" at index __ in the flat file connection manager was not found at index __ in the column collection of the flat file adapter.

0xC020820D

-1071611379

DTS_E_EXTERNALMETADATACOLUMNISALREADYMAPPED

The external metadata column with ID __ has already been mapped to __.

0xC020820E

-1071611378

DTS_E_TXAGG_STRING_TOO_LONG

The transform encountered a key column that was larger than __ characters.

0xC020820F

-1071611377

DTS_E_DERIVEDRESULT_TOO_LONG

The transform encountered a result value that was longer than __ bytes.

0xC0208210

-1071611376

DTS_E_TXAGG_MEMALLOCERROUTPUTDESCRIPTORS

Unable to allocate memory.

0xC0208211

-1071611375

DTS_E_TXAGG_MEMALLOCERRWORKSPACEDESCRIPTORS

Unable to allocate memory.

0xC0208212

-1071611374

DTS_E_TXAGG_MEMALLOCERRSORTORDERDESCRIPTORS

Unable to allocate memory.

0xC0208213

-1071611373

DTS_E_TXAGG_MEMALLOCERRNUMERICDESCRIPTORS

Unable to allocate memory.

0xC0208214

-1071611372

DTS_E_TXAGG_MEMALLOCERRCOUNTDISTINCTDESCRIPTOR

Unable to allocate memory.

0xC0208215

-1071611371

DTS_E_TXAGG_MEMALLOCERRWORKSPACESORTORDERDESCRIPTORS

Unable to allocate memory.

0xC0208216

-1071611370

DTS_E_TXAGG_MEMALLOCERRWORKSPACENUMERICDESCRIPTORS

Unable to allocate memory.

0xC0208217

-1071611369

DTS_E_TXAGG_MEMALLOCERRWORKSPACEBUFFCOLS

Unable to allocate memory.

0xC0208218

-1071611368

DTS_E_UNREFERENCEDINPUTCOLUMN

The input column "__" is not referenced.

0xC0208219

-1071611367

DTS_E_CANTBUILDTHREADPOOL

The Sort transformation could not create a thread pool with __ threads. Not enough memory is available.

0xC020821A

-1071611366

DTS_E_QUEUEWORKITEMFAILED

The Sort transformation cannot queue a work item to its thread pool. There is not enough memory available.

0xC020821B

-1071611365

DTS_E_SORTTHREADSTOPPED

A worker thread in the Sort transformation stopped with error code __. A catastrophic error was encountered while sorting a buffer.

0xC020821E

-1071611362

DTS_E_SORTBADTHREADCOUNT

MaxThreads was __, and should be between 1 and __, inclusive or -1 to default to the number of CPUs.

0xC020821F

-1071611361

DTS_E_DTPXMLLOADFAILURE

Unable to load from XML.

0xC0208220

-1071611360

DTS_E_DTPXMLSAVEFAILURE

Unable to save to XML.

0xC0208221

-1071611359

DTS_E_DTPXMLINT32CONVERTERR

Unable to convert the value "__" to an integer.

0xC0208222

-1071611358

DTS_E_DTPXMLBOOLCONVERTERR

Unable to convert the value "__" to a Boolean.

0xC0208223

-1071611357

DTS_E_DTPXMLPARSEERRORNEARID

Load error encountered near object with ID __.

0xC0208226

-1071611354

DTS_E_DTPXMLPROPERTYTYPEERR

The value "__" is not valid for the attribute "__".

0xC0208228

-1071611352

DTS_E_DTPXMLSETUSAGETYPEERR

The value "__" is not valid for the attribute "__".

0xC0208229

-1071611351

DTS_E_DTPXMLDATATYPEERR

The value "__" is not valid for the attribute "__".

0xC020822A

-1071611350

DTS_E_UNMAPPEDINPUTCOLUMN

The __ is not mapped to an output column.

0xC020822B

-1071611349

DTS_E_INPUTCOLUMNBADMAP

The __ has a mapping that is not valid. An output column with an ID of __ does not exist on this component.

0xC020822D

-1071611347

DTS_E_MULTIPLYMAPPEDOUTCOL

The __ is mapped to an output column that already has a mapping on this input.

0xC020822E

-1071611346

DTS_E_TXAGG_STRINGPROMOTIONFAILED

Could not convert input column with Lineage ID __ to DT_WSTR due to error __.

0xC0208230

-1071611344

DTS_E_DTPXMLIDLOOKUPERR

Referenced object with ID __ not found in package.

0xC0208231

-1071611343

DTS_E_DTPXMLINVALIDXMLPERSISTPROPERTY

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

0xC0208232

-1071611342

DTS_E_DTPXMLPROPERTYSTATEERR

The value "__" is not valid for the attribute "__".

0xC0208233

-1071611341

DTS_E_CANTGETCUSTOMPROPERTY

Cannot retrieve custom property "__".

0xC0208234

-1071611340

DTS_E_UNABLETOLOCATEINPUTCOLUMNID

An input column with the lineage ID __, referenced in the ParameterMap custom property with the parameter on position number __, cannot be found in the input columns collection.

0xC0208235

-1071611339

DTS_E_TXLOOKUP_UNABLETOLOCATEREFCOLUMN

Unable to locate reference column "__".

0xC0208236

-1071611338

DTS_E_TXLOOKUP_INCOMPATIBLEDATATYPES

__ and reference column named "__" have incompatible data types.

0xC0208237

-1071611337

DTS_E_TXLOOKUP_PARAMMETADATAMISMATCH

The parameterized SQL statement yields metadata which does not match the main SQL statement.

0xC0208238

-1071611336

DTS_E_TXLOOKUP_INCORRECTNUMOFPARAMETERS

The parameterized SQL statement contains an incorrect number of parameters. Expected __, but found __.

0xC0208239

-1071611335

DTS_E_TXLOOKUP_INVALIDJOINTYPE

__ has a datatype which cannot be joined on.

0xC020823A

-1071611334

DTS_E_TXLOOKUP_INVALIDCOPYTYPE

__ has a datatype which cannot be copied.

0xC020823B

-1071611333

DTS_E_INSERTERINVALIDCOLUMNDATATYPE

The __ has an unsupported datatype. It must be DT_STR or DT_WSTR.

0xC020823C

-1071611332

DTS_E_EXTRACTORINVALIDCOLUMNDATATYPE

The __ has an unsupported datatype. It must be DT_STR, DT_WSTR, DT_TEXT, DT_NTEXT, or DT_IMAGE.

0xC020823D

-1071611331

DTS_E_TXCHARMAPINVALIDCOLUMNDATATYPE

The __ has an unsupported datatype. It must be DT_STR, DT_WSTR, DT_TEXT, or DT_NTEXT.

0xC020823E

-1071611330

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.

0xC020823F

-1071611329

DTS_E_SORTCANTCREATETHREAD

The Sort transformation cannot create a worker thread. Not enough memory is available to Sort transformation.

0xC0208240

-1071611328

DTS_E_SORTCANTCOMPARE

The Sort transformation failed to compare row __ in buffer ID __ to row __ in buffer ID __.

0xC0208242

-1071611326

DTS_E_TXLOOKUP_TOOFEWREFERENCECOLUMNS

The Lookup transformation reference metadata contains too few columns. Check the SQLCommand property. The SELECT statement must return at least one column.

0xC0208243

-1071611325

DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNINFO

Unable to allocate memory for an array of ColumnInfo structures.

0xC0208244

-1071611324

DTS_E_TXLOOKUP_MALLOCERR_REFERENCECOLUMNPAIR

Could not allocate memory for an array of ColumnPair structures.

0xC0208245

-1071611323

DTS_E_TXLOOKUP_MALLOCERR_BUFFCOL

Unable to allocate memory for an array of BUFFCOL structures for the creation of a main workspace.

0xC0208246

-1071611322

DTS_E_TXLOOKUP_MAINWORKSPACE_CREATEERR

Unable to create a main workspace buffer.

0xC0208247

-1071611321

DTS_E_TXLOOKUP_HASHTABLE_MALLOCERR

Unable to allocate memory for hash table.

0xC0208248

-1071611320

DTS_E_TXLOOKUP_HASHNODEHEAP_CREATEERR

Unable to allocate memory to create a heap for hash nodes.

0xC0208249

-1071611319

DTS_E_TXLOOKUP_HASHNODEHEAP_MALLOCERR

Unable to allocate memory for a hash node heap.

0xC020824A

-1071611318

DTS_E_TXLOOKUP_LRUNODEHEAP_CREATEERR

Unable to create a heap for LRU nodes. An out-of-memory condition occurred.

0xC020824B

-1071611317

DTS_E_TXLOOKUP_LRUNODEHEAP_MALLOCERR

Unable to allocate memory for the LRU node heap. An out-of-memory condition occurred.

0xC020824C

-1071611316

DTS_E_TXLOOKUP_OLEDBERR_LOADCOLUMNMETADATA

OLE DB error occurred while loading column metadata. Check SQLCommand and SqlCommandParam properties.

0xC020824D

-1071611315

DTS_E_TXLOOKUP_OLEDBERR_GETIROWSET

OLE DB error occurred while fetching rowset. Check SQLCommand and SqlCommandParam properties.

0xC020824E

-1071611314

DTS_E_TXLOOKUP_OLEDBERR_FILLBUFFER

OLE DB error occurred while populating internal cache. Check SQLCommand and SqlCommandParam properties.

0xC020824F

-1071611313

DTS_E_TXLOOKUP_OLEDBERR_BINDPARAMETERS

OLE DB error occurred while binding parameters. Check SQLCommand and SqlCommandParam properties.

0xC0208250

-1071611312

DTS_E_TXLOOKUP_OLEDBERR_CREATEBINDING

OLE DB error occurred while creating bindings. Check SQLCommand and SqlCommandParam properties.

0xC0208251

-1071611311

DTS_E_TXLOOKUP_INVALID_CASE

An invalid case was encountered in a switch statement during runtime.

0xC0208252

-1071611310

DTS_E_TXLOOKUP_MAINWORKSPACE_MALLOCERR

Unable to allocate memory for a new row for the main workspace buffer. An out-of-memory condition occurred.

0xC0208253

-1071611309

DTS_E_TXLOOKUP_OLEDBERR_GETPARAMIROWSET

OLE DB error occurred while fetching parameterized rowset. Check SQLCommand and SqlCommandParam properties.

0xC0208254

-1071611308

DTS_E_TXLOOKUP_OLEDBERR_GETPARAMSINGLEROW

OLE DB error occurred while fetching parameterized row. Check SQLCommand and SqlCommandParam properties.

0xC0208255

-1071611307

DTS_E_TXAGG_MAINWORKSPACE_MALLOCERR

Unable to allocate memory for a new row for the main workspace buffer. An out-of-memory condition occurred.

0xC0208256

-1071611306

DTS_E_TXAGG_MAINWORKSPACE_CREATEERR

Unable to create a main workspace buffer.

0xC0208257

-1071611305

DTS_E_TXAGG_HASHTABLE_MALLOCERR

Unable to allocate memory for the hash table.

0xC0208258

-1071611304

DTS_E_TXAGG_HASHNODEHEAP_CREATEERR

Unable to allocate memory to create a heap for the hash nodes.

0xC0208259

-1071611303

DTS_E_TXAGG_HASHNODEHEAP_MALLOCERR

Unable to allocate memory for the hash node heap.

0xC020825A

-1071611302

DTS_E_TXAGG_CDNODEHEAP_CREATEERR

Unable to allocate memory to create a heap for CountDistinct nodes.

0xC020825B

-1071611301

DTS_E_TXAGG_CDNODEHEAP_MALLOCERR

Unable to allocate memory for CountDistinct node heap.

0xC020825C

-1071611300

DTS_E_TXAGG_CDCHAINHEAP_CREATEERR

Unable to allocate memory to create a heap for CountDistinct chains.

0xC020825D

-1071611299

DTS_E_TXAGG_CDHASHTABLE_CREATEERR

Unable to allocate memory for CountDistinct hash table.

0xC020825E

-1071611298

DTS_E_TXAGG_CDWORKSPACE_MALLOCERR

Unable to allocate memory for a new row for the CountDistinct workspace buffer.

0xC020825F

-1071611297

DTS_E_TXAGG_CDWORKSPACE_CREATEERR

Unable to create a CountDistinct workspace buffer.

0xC0208260

-1071611296

DTS_E_TXAGG_CDCOLLASSEARRAY_MALLOCERR

Unable to allocate memory for CountDistinct Collapse array.

0xC0208261

-1071611295

DTS_E_TXAGG_CDCHAINHEAP_MALLOCERR

Unable to allocate memory for CountDistinct chains.

0xC0208262

-1071611294

DTS_E_TXCOPYMAP_MISMATCHED_COLUMN_METADATA

Columns with lineage IDs __ and __ have mismatched metadata. The input column that is mapped to an output column for copymap does not have the same metadata (datatype, precision, scale, length, or codepage).

0xC0208263

-1071611293

DTS_E_TXCOPYMAP_INCORRECT_OUTPUT_COLUMN_MAPPING

The output column with lineage ID "__" is incorrectly mapped to an input column. The CopyColumnId property of the output column is not correct.

0xC0208265

-1071611291

DTS_E_CANTGETBLOBDATA

Failed to retrieve long data for column "__".

0xC0208266

-1071611290

DTS_E_CANTADDBLOBDATA

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

0xC0208267

-1071611289

DTS_E_MCASTOUTPUTCOLUMNS

Output "__" (__) has output columns, but multicast outputs do not declare columns. The package is damaged.

0xC0208273

-1071611277

DTS_E_UNABLETOGETLOCALIZEDRESOURCE

Unable to load a localized resource ID __. Verify that the RLL file is present.

0xC0208274

-1071611276

DTS_E_DTPXMLEVENTSCACHEERR

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

0xC0208275

-1071611275

DTS_E_DTPXMLPATHLOADERR

An error occurred while setting a path object during XML load.

0xC0208276

-1071611274

DTS_E_DTPXMLINPUTLOADERR

Error setting input object during XML load.

0xC0208277

-1071611273

DTS_E_DTPXMLOUTPUTLOADERR

Error setting output object during XML load.

0xC0208278

-1071611272

DTS_E_DTPXMLINPUTCOLUMNLOADERR

Error setting input column object during XML load.

0xC0208279

-1071611271

DTS_E_DTPXMLOUTPUTCOLUMNLOADERR

Error setting output column object during XML load.

0xC0208280

-1071611264

DTS_E_DTPXMLPROPERTYLOADERR

Error setting property object during XML load.

0xC0208281

-1071611263

DTS_E_DTPXMLCONNECTIONLOADERR

Error setting connection object during XML load.

0xC0208282

-1071611262

DTS_E_FG_MISSING_OUTPUT_COLUMNS

Special transformation-specific columns are either missing or have incorrect types.

0xC0208283

-1071611261

DTS_E_FG_PREPARE_TABLES_AND_ACCESSORS

Fuzzy Grouping transformation failed to create required tables and accessors.

0xC0208284

-1071611260

DTS_E_FG_COPY_INPUT

Fuzzy Grouping transformation failed to copy input.

0xC0208285

-1071611259

DTS_E_FG_GENERATE_GROUPS

Fuzzy Grouping transformation failed to generate groups.

0xC0208286

-1071611258

DTS_E_FG_LEADING_TRAILING

An unexpected error occurred in Fuzzy Grouping when applying the settings of property '__'.

0xC0208287

-1071611257

DTS_E_FG_PICK_CANONICAL

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

0xC0208288

-1071611256

DTS_E_FG_NOBLOBS

Fuzzy Grouping does not support input columns of type IMAGE, TEXT, or NTEXT.

0xC0208289

-1071611255

DTS_E_FG_FUZZY_MATCH_ON_NONSTRING

A fuzzy match is specified on column "__" (__) that is not a data type of DT_STR or DT_WSTR.

0xC020828A

-1071611254

DTS_E_FUZZYGROUPINGINTERNALPIPELINEERROR

A Fuzzy Grouping transformation pipeline error occurred and returned error code __: "__".

0xC020828B

-1071611253

DTS_E_CODE_PAGE_NOT_SUPPORTED

The code page __ specified on column "__" (__) 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.

0xC0208294

-1071611244

DTS_E_SETEODFAILED

Failure encountered while setting end of data flag for the buffer driving output "__" (__).

0xC0208296

-1071611242

DTS_E_CANTCLONE

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

0xC02082F9

-1071611143

DTS_E_TXCHARMAP_CANTKATAKANAHIRAGANA

Column "__" requests that Katakana and Hiragana characters be produced at the same time.

0xC02082FA

-1071611142

DTS_E_TXCHARMAP_CANTSIMPLECOMPLEX

Column "__" requests that Simple Chinese and Traditional Chinese characters be produced at the same time.

0xC02082FB

-1071611141

DTS_E_TXCHARMAP_CANTFULLHALF

Column "__" requests operations to generate both full width and half width characters.

0xC02082FC

-1071611140

DTS_E_TXCHARMAP_CANTCHINAJAPAN

Column "__" combines operations on Japanese characters with operations for Chinese characters.

0xC02082FD

-1071611139

DTS_E_TXCHARMAP_CANTCASECHINESE

Column "__" combines operations on Chinese characters with uppercase and lowercase operations.

0xC02082FE

-1071611138

DTS_E_TXCHARMAP_CANTCASEJAPANESE

Column "__" combines operations on Japanese characters with uppercase and lowercase operations.

0xC02082FF

-1071611137

DTS_E_TXCHARMAP_CANTBOTHCASE

Column "__" maps the column to both uppercase and lowercase.

0xC0208300

-1071611136

DTS_E_TXCHARMAP_CANTLINGUISTIC

Column "__" combines flags other than uppercase and lowercase with the linguistic casing operation.

0xC0208301

-1071611135

DTS_E_TXCHARMAP_INVALIDMAPFLAGANDDATATYPE

The data type of column "__" cannot be mapped as specified.

0xC0208302

-1071611134

DTS_E_TXFUZZYLOOKUP_UNSUPPORTED_MATCH_INDEX_VERSION

The version (__) of the pre-existing match index "__" is not supported. The version expected is "__". This error occurs if the version persisted in the index metadata does not match the version which the current code was built for. Fix the error by rebuilding the index with the current version of the code.

0xC0208303

-1071611133

DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX

The table "__" does not appear to be a valid pre-built match index. This error occurs if the metadata record cannot be loaded from the specified pre-built index.

0xC0208304

-1071611132

DTS_E_TXFUZZYLOOKUP_UNABLE_TO_READ_MATCH_INDEX

Unable to read specified pre-built match index "__". OLEDB Error code: __.

0xC0208305

-1071611131

DTS_E_TXFUZZYLOOKUP_NO_JOIN_COLUMNS

There were no input columns with a valid join to a reference table column. Make sure that there is at least one join defined using the input column properties JoinToReferenceColumn and JoinType.

0xC0208306

-1071611130

DTS_E_TXFUZZYLOOKUP_INDEX_DOES_NOT_CONTAIN_COLUMN

The specified pre-existing match index "__" was not originally built with fuzzy match information for column "__". It must be rebuilt to include this information. This error occurs when the index was built with the column not being a fuzzy join column.

0xC0208307

-1071611129

DTS_E_TXFUZZYLOOKUP_IDENTIFIER_PROPERTY

The name "__" given for property "__" is not a valid SQL identifier name. This error occurs if the name for the property does not conform to the specifications for a valid SQL identifier name.

0xC0208309

-1071611127

DTS_E_TXFUZZYLOOKUP_MINSIMILARITY_INVALID

The MinSimilarity threshold property on the Fuzzy Lookup transformation must be a value greater than or equal to 0.0 but less than 1.0.

0xC020830A

-1071611126

DTS_E_TXFUZZYLOOKUP_INVALID_PROPERTY_VALUE

The value "__" for property "__" is not valid.

0xC020830B

-1071611125

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_FUZZY_JOIN_DATATYPES

The fuzzy lookup specified between input column "__" and reference column "__" is not valid because fuzzy joins are only supported between string columns, types DT_STR and DT_WSTR.

0xC020830C

-1071611124

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_EXACT_JOIN_DATATYPES

The exact lookup columns, "__" and "__", do not have equal data types or are not comparable string types. Exact joins are supported between columns with equal data types or a DT_STR and DT_WSTR combination.

0xC020830D

-1071611123

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_COPYCOLUMN_DATATYPES

The copy columns, "__" and "__", do not have equal data types or are not trivially convertible string types. This occurs because copying from reference to output between columns with equal data types, or a DT_STR and DT_WSTR combination, is supported, but other types are not.

0xC020830E

-1071611122

DTS_E_TXFUZZYLOOKUP_INCOMPATIBLE_PASSTHRUCOLUMN_DATATYPES

The passthrough columns, "__" and "__", do not have equal data types. Only columns with equal data types are supported as passthrough columns from input to output.

0xC020830F

-1071611121

DTS_E_TXFUZZYLOOKUP_UNABLETOLOCATEREFCOLUMN

Cannot locate reference column "__".

0xC0208311

-1071611119

DTS_E_TXFUZZYLOOKUP_OUTPUT_COLUMN_MUST_BE_PASSTHRU_COLUMN_OR_A_COPY_COLUMN

An output column must have exactly one CopyColumn or PassThruColumn property specified. This error occurs when neither the CopyColumn or the PassThruColumn properties, or both the CopyColumn and PassThruColumn properties, are set to non-empty values.

0xC0208312

-1071611118

DTS_E_TXFUZZYLOOKUP_PASSTHRU_COLUMN_NOT_FOUND

The source lineage id '__' specified for property '__' on output column '__' was not found in the input column collection. This occurs when the input column id specified on an output column as a passthrough column is not found in the set of inputs.

0xC0208313

-1071611117

DTS_E_TXFUZZYLOOKUP_INDEXED_COLUMN_NOT_FOUND_IN_REF_TABLE

The column "__" in the pre-built index "__" was not found in the reference table/query. This happens if the schema/query of the reference table has changed since the pre-existing match index was built.

0xC0208314

-1071611116

DTS_E_TXFUZZYLOOKUP_TOKEN_TOO_LONG

The component encountered a token that was larger than 2147483647 characters.

0xC0208315

-1071611115

DTS_E_RAWMETADATAMISMATCHTYPE

The output file cannot be appended. Column "__" matches by name, but the column in the file has type __ and the input column has type __. The metadata for the column does not match on data type.

0xC0208316

-1071611114

DTS_E_RAWMETADATAMISMATCHSIZE

The output file cannot be appended. Column "__" matches by name, but the column in the file has maximum length __ and the input column has maximum length __. The metadata for the column does not match in length.

0xC0208317

-1071611113

DTS_E_RAWMETADATAMISMATCHCODEPAGE

The output file cannot be appended. Column "__" matches by name, but the column in the file has code page __ and the input column has code page __. The metadata for the named column does not match on code page.

0xC0208318

-1071611112

DTS_E_RAWMETADATAMISMATCHPRECISION

The output file cannot be appended. Column "__" matches by name, but the column in the file has precision __ and the input column has precision __. The metadata for the named column does not match on precision.

0xC0208319

-1071611111

DTS_E_RAWMETADATAMISMATCHSCALE

The output file cannot be appended. Column "__" matches by name, but the column in the file has scale __ and the input column has scale __. The metadata for the named column does not match on scale.

0xC020831A

-1071611110

DTS_E_COULD_NOT_DETERMINE_DATASOURCE_DBMSNAME

Unable to determine the DBMS name and version on "__". This occurs if the IDBProperties on the connection did not return information needed to verify the DBMS name and version.

0xC020831B

-1071611109

DTS_E_INCORRECT_SQL_SERVER_VERSION

The DBMS type or version of "__" 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.

0xC020831D

-1071611107

DTS_E_CANTDELETEERRORCOLUMNS

The __ is a special error output column and cannot be deleted.

0xC020831E

-1071611106

DTS_E_UNEXPECTEDCOLUMNDATATYPE

The data type specified for column "__" is not the expected type "__".

0xC020831F

-1071611105

DTS_E_INPUTCOLUMNNOTFOUND

The input column lineage ID "__" referenced by property "__" on output column "__" could not be located in the input column collection.

0xC0208320

-1071611104

DTS_E_TXGROUPDUPS_INPUTCOLUMNNOTJOINED

The input column "__" referenced by the "__" property on output column "__" must have property ToBeCleaned=True and have a valid ExactFuzzy property value.

0xC0208322

-1071611102

DTS_E_TXFUZZYLOOKUP_REF_TABLE_MISSING_IDENTITY_INDEX

The reference table '__' does not have a clustered index on an integer identity column, which is required if the property 'CopyRefTable' is set to FALSE. If CopyRefTable is false, the reference table must have a clustered index on an integer identity column.

0xC0208323

-1071611101

DTS_E_TXFUZZYLOOKUP_REF_CONTAINS_NON_INTEGER_IDENT_COLUMN

The reference table '__' contains a non-integer type identity column which is not supported. Use a view of the table without the column '__'. This error occurs because when a copy is made of the reference table, an integer identity column is added, and only one identity column is allowed per table.

0xC0208324

-1071611100

DTS_E_TXFUZZY_MATCHCONTRIBUTION_AND_HIERARCHY_SPECIFIED

Both MatchContribution and hierarchy information cannot be specified at the same time. This is not allowed because these properties are both weighing factors for scoring.

0xC0208325

-1071611099

DTS_E_TXFUZZY_HIERARCHY_INCORRECT

Levels in hierarchy should be unique numbers . Valid level in hierarchy values are integers greater than or equal to 1. The smaller the number is, the lower the column is in the hierarchy. The default value is 0, indicating that the column is not part of a hierarchy. Overlaps and gaps are not allowed.

0xC0208326

-1071611098

DTS_E_TXFUZZYGROUPING_INSUFFICIENT_FUZZY_JOIN_COLUMNS

No columns to fuzzy group on were defined. There must be at least one input column with column properties ToBeCleaned=true and ExactFuzzy=2.

0xC0208329

-1071611095

DTS_E_TXFUZZYLOOKUP_COLUMNINVALID

The column with ID '__' was not valid for an undetermined reason.

0xC020832A

-1071611094

DTS_E_TXFUZZYLOOKUP_UNSUPPORTEDDATATYPE

The data type of column '__' is not supported.

0xC020832C

-1071611092

DTS_E_TXFUZZYLOOKUP_OUTPUTLENGTHMISMATCH

The length of output column '__' is less than that of its source column '__'.

0xC020832F

-1071611089

DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFINPUTCOLUMNS

There should be only one input column.

0xC0208330

-1071611088

DTS_E_TERMEXTRACTION_INCORRECTEXACTNUMBEROFOUTPUTCOLUMNS

There should be exactly two output columns.

0xC0208331

-1071611087

DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFINPUTCOLUMN

The input column can only have DT_WSTR or DT_NTEXT as its data type.

0xC0208332

-1071611086

DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFOUTPUTCOLUMN

The output column [__] can only have '__' as its data type.

0xC0208333

-1071611085

DTS_E_TERMEXTRACTION_INCORRECTDATATYPEOFREFERENCECOLUMN

The reference column can only have DT_STR or DT_WSTR as its data type.

0xC0208334

-1071611084

DTS_E_TERMEXTRACTION_UNABLETOLOCATEREFCOLUMN

An error occurred while locating the reference column '__'.

0xC0208335

-1071611083

DTS_E_TERMEXTRACTION_INCORRECTTERMTYPE

The Term Type of the transformation can only be WordOnly, PhraseOnly or WordPhrase.

0xC0208336

-1071611082

DTS_E_TERMEXTRACTION_INCORRECTFREQUENCYTHRESHOLD

The value of Frequency Threshold should not be lower than '__'.

0xC0208337

-1071611081

DTS_E_TERMEXTRACTION_INCORRECTMAXLENOFTERM

The value of Max Length of Term should not be lower than '__'.

0xC0208338

-1071611080

DTS_E_TERMEXTRACTION_TOOFEWREFERENCECOLUMNS

Term Extraction reference metadata contains too few columns.

0xC0208339

-1071611079

DTS_E_TERMEXTRACTION_MALLOCERR_REFERENCECOLUMNINFO

An error occurred while allocating memory.

0xC020833A

-1071611078

DTS_E_TERMEXTRACTION_MAINWORKSPACE_CREATEERR

An error occurred while creating a workspace buffer.

0xC020833B

-1071611077

DTS_E_TERMEXTRACTION_OLEDBERR_CREATEBINDING

An OLEDB error occurred while creating bindings.

0xC020833C

-1071611076

DTS_E_TERMEXTRACTION_OLEDBERR_GETIROWSET

An OLEDB error occurred while fetching rowsets.

0xC020833D

-1071611075

DTS_E_TERMEXTRACTION_OLEDBERR_FILLBUFFER

An OLEDB error occurred while populating internal cache.

0xC020833E

-1071611074

DTS_E_TERMEXTRACTION_PROCESSERR

An error occurred while extracting terms on row __, column __. The error code returned was __. Please remove it from the input as a work-around.

0xC020833F

-1071611073

DTS_E_TERMEXTRACTIONORLOOKUP_PROCESSERR_DEPOSITFULL

The number of the term candidates exceeds its limit, 4G.

0xC0208340

-1071611072

DTS_E_TERMEXTRACTION_INVALIDOUTTERMTABLEORCOLUMN

The reference table, view, or column that is used for Exclusion Terms is not valid.

0xC0208341

-1071611071

DTS_E_TXFUZZYLOOKUP_STRINGCOLUMNTOOLONG

The length of string column '__' exceeds 4000 characters. A conversion from DT_STR to DT_WSTR is necessary, so a truncation would occur. Either reduce the column width or use only DT_WSTR column types.

0xC0208342

-1071611070

DTS_E_TERMEXTRACTION_OUTTERMTABLEANDCOLUMNNOTSET

The reference table, view, or column to be used for an Exclusion Terms has not been set.

0xC0208343

-1071611069

DTS_E_TERMLOOKUP_TOOFEWOUTPUTCOLUMNS

Term Lookup contains too few output columns.

0xC0208344

-1071611068

DTS_E_TERMLOOKUP_INCORRECTDATATYPEOFREFERENCECOLUMN

The reference column can only have DT_STR or DT_WSTR as its data type.

0xC0208345

-1071611067

DTS_E_TERMLOOKUP_UNABLETOLOCATEREFCOLUMN

An error occurred while locating the reference column '__'.

0xC0208346

-1071611066

DTS_E_TERMLOOKUP_TOOFEWREFERENCECOLUMNS

Term Lookup reference metadata contains too few columns.

0xC0208347

-1071611065

DTS_E_TERMEXTRACTIONORLOOKUP_TESTOFFSETERROR

An error occurred while normalizing words.

0xC0208348

-1071611064

DTS_E_TERMLOOKUP_MAINWORKSPACE_CREATEERR

An error occurred while creating a workspace buffer.

0xC0208349

-1071611063

DTS_E_TERMLOOKUP_OLEDBERR_CREATEBINDING

An OLEDB error occurred while creating bindings.

0xC020834A

-1071611062

DTS_E_TERMLOOKUP_OLEDBERR_GETIROWSET

An OLEDB error occurred while fetching rowsets.

0xC020834B

-1071611061

DTS_E_TERMLOOKUP_OLEDBERR_FILLBUFFER

An OLEDB error occurred while populating internal cache.

0xC020834C

-1071611060

DTS_E_TERMLOOKUP_PROCESSERR

An error occurred while looking up terms on row __, column __. The error code returned was __. Please remove it from the input as a work-around.

0xC020834D

-1071611059

DTS_E_TERMLOOKUP_TEXTIDINPUTCOLUMNNOTMAPPEDWITHOUTPUTCOLUMN

At least one Passthrough column is not mapped to an output column.

0xC020834E

-1071611058

DTS_E_TERMLOOKUP_INCORRECTEXACTNUMBEROFTEXTCOLUMNS

There should be exactly one input column mapped to one reference column.

0xC020834F

-1071611057

DTS_E_TERMLOOKUP_TEXTINPUTCOLUMNHAVEINCORRECTDATATYPE

The input column mapped to a reference column can only have DT_NTXT or DT_WSTR as its data type.

0xC0208354

-1071611052

DTS_E_TXFUZZYLOOKUP_INVALID_MATCH_INDEX_NAME

The reference table name "__" is not a valid SQL identifier. This error occurs if the table name cannot be parsed from the input string. There may be unquoted spaces in the name. Verify that the name is correctly quoted.

0xC0208355

-1071611051

DTS_E_TERMEXTRACTION_TERMFILTERSTARTITERATIONERROR

An error occurred while the Term Filter was starting its iteration.

0xC0208356

-1071611050

DTS_E_TERMEXTRACTION_EMPTYTERMRESULTERROR

An error occurred while reclaiming the buffer used for caching terms. The error code returned was __.

0xC0208357

-1071611049

DTS_E_TERMEXTRACTION_STDLENGTHERROR

An std::length_error occurred from the STL containers.

0xC0208358

-1071611048

DTS_E_TERMLOOKUP_SAVEWORDWITHPUNCTERROR

An error occurred while saving words with punctuation characters. The error code returned was __.

0xC0208359

-1071611047

DTS_E_TERMLOOKUP_ADDREFERENCETERM

An error occurred while processing the __ reference term. The error code returned was __. Please remove the reference term from your reference table as a work-around.

0xC020835A

-1071611046

DTS_E_TERMLOOKUP_SORREFERENCETERM

An error occurred while sorting reference terms. The error code returned was __.

0xC020835B

-1071611045

DTS_E_TERMLOOKUP_COUNTTERM

An error occurred while counting term candidates. The error code returned was __.

0xC020835C

-1071611044

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.

0xC020835D

-1071611043

DTS_E_TERMLOOKUP_INITIALIZE

An error occurred while initializing the engine of Term Lookup. The error code returned was __.

0xC020835E

-1071611042

DTS_E_TERMLOOKUP_PROCESSSENTENCE

An error occurred while processing sentences. The error code returned was __.

0xC020835F

-1071611041

DTS_E_TEXTMININGBASE_APPENDTOTEMPBUFFER

An error occurred while adding strings to an internal buffer. The error code returned was __.

0xC0208360

-1071611040

DTS_E_TERMEXTRACTION_SAVEPOSTAG

An error occurred while saving part-of-speech tags from an internal buffer. The error code returned was __.

0xC0208361

-1071611039

DTS_E_TERMEXTRACTION_COUNTTERM

An error occurred while counting term candidates. The error code returned was __.

0xC0208362

-1071611038

DTS_E_TERMEXTRACTION_INITPOSPROCESSOR

An error occurred while initializing the part-of-speech processor. The error code returned was __.

0xC0208363

-1071611037

DTS_E_TERMEXTRACTION_INITFSA

An error occurred while loading the finite state automata. The error code returned was __.

0xC0208364

-1071611036

DTS_E_TERMEXTRACTION_INITIALIZE

An error occurred while initializing the engine of Term Extraction. The error code returned was __.

0xC0208365

-1071611035

DTS_E_TERMEXTRACTION_PROCESSSENTENCE

An error occurred while processing within a sentence. The error code returned was __.

0xC0208366

-1071611034

DTS_E_TERMEXTRACTION_INITPOSTAGVECTOR

An error occurred while initializing the part-of-speech processor. The error code returned was __.

0xC0208367

-1071611033

DTS_E_TERMEXTRACTION_SAVEPTRSTRING

An error occurred while adding strings to an internal buffer. The error code returned was __.

0xC0208368

-1071611032

DTS_E_TERMEXTRACTION_ADDWORDTODECODER

An error occurred while adding words to a statistical decoder. The error code returned was __.

0xC0208369

-1071611031

DTS_E_TERMEXTRACTION_DECODE

An error occurred while decoding for a sentence. The error code returned was __.

0xC020836A

-1071611030

DTS_E_TERMEXTRACTION_SETEXCLUDEDTERM

An error occurred while setting exclusion terms. The error code returned was __.

0xC020836B

-1071611029

DTS_E_TERMEXTRACTION_PROCESSDOCUMENT

An error occurred while processing a document in the input. The error code returned was __.

0xC020836C

-1071611028

DTS_E_TEXTMININGBASE_TESTPERIOD

An error occurred while testing whether a dot is a part of an acronym. The error code returned was __.

0xC020836D

-1071611027

DTS_E_TERMLOOKUP_ENGINEADDREFERENCETERM

An error occurred while setting reference terms. The error code returned was __.

0xC020836E

-1071611026

DTS_E_TERMLOOKUP_PROCESSDOCUMENT

An error occurred while processing a document in the input. The error code returned was __.

0xC020836F

-1071611025

DTS_E_INVALIDBULKINSERTPROPERTYVALUE

The value for the property __ is __, which is not allowed. The value must be greater than or equal to __.

0xC0208370

-1071611024

DTS_E_INVALIDBULKINSERTFIRSTROWLASTROWVALUES

The value for the property __ is __, which must be less than or equal to the value of __ for property __.

0xC0208371

-1071611023

DTS_E_FUZZYLOOKUPUNABLETODELETEEXISTINGMATCHINDEX

An error was encountered when trying to delete the existing fuzzy match index named "__". 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 "__" or specify a different name for the MatchIndexName property.

0xC0208372

-1071611022

DTS_E_TERMEXTRACTION_INCORRECTSCORETYPE

The Score Type of the transformation can only be Frequency or TFIDF.

0xC0208373

-1071611021

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.

0xC0208374

-1071611020

DTS_E_FUZZYLOOKUPUNABLETODETERMINEREFERENCETABLESIZE

Unable to determine the size of the reference table '__'. 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.

0xC0208377

-1071611017

DTS_E_XMLSRCOUTPUTCOLUMNDATATYPENOTSUPPORTED

The SSIS Data Flow Task data type "__" on the __ is not supported for the __.

0xC0208378

-1071611016

DTS_E_XMLSRCCANNOTFINDCOLUMNTOSETDATATYPE

Unable to set data type properties for the output column with ID __ on the output with ID __. The output or column could not be found.

0xC0208379

-1071611015

DTS_E_CUSTOMPROPERTYISREADONLY

The value of custom property "__" on the __ cannot be changed.

0xC020837A

-1071611014

DTS_E_OUTPUTCOLUMNHASNOERRORCOLUMN

The __ on the non-error output has no corresponding output column on the error output.

0xC020837B

-1071611013

DTS_E_ERRORCOLUMNHASNOOUTPUTCOLUMN

The __ on the error output has no corresponding output column on the non-error output.

0xC020837C

-1071611012

DTS_E_ERRORCOLUMNHASINCORRECTPROPERTIES

The __ on the error output has properties that do not match the properties of its corresponding data source column.

0xC020837D

-1071611011

DTS_E_ADOSRCOUTPUTCOLUMNDATATYPECANNOTBECHANGED

The data type of output columns on the __ cannot be changed, except for DT_WSTR and DT_NTEXT columns.

0xC020837F

-1071611009

DTS_E_ADOSRCDATATYPEMISMATCH

The data type of "__" does not match the data type "__" of the source column "__".

0xC0208380

-1071611008

DTS_E_ADOSRCCOLUMNNOTINSCHEMAROWSET

The __ does not have a matching source column in the schema.

0xC0208381

-1071611007

DTS_E_TERMLOOKUP_INVALIDREFERENCETERMTABLEORCOLUMN

The reference table/view or column used for the reference terms is invalid.

0xC0208382

-1071611006

DTS_E_TERMLOOKUP_REFERENCETERMTABLEANDCOLUMNNOTSET

The reference table/view or column used for the reference terms has not been set.

0xC0208383

-1071611005

DTS_E_COLUMNMAPPEDTOALREADYMAPPEDEXTERNALMETADATACOLUMN

The __ is mapped to the external metadata column with ID __, which is already mapped to another column.

0xC0208384

-1071611004

DTS_E_TXFUZZYLOOKUP_TOOMANYPREFIXES

The SQL object name '__' specified for property '__' contains more than the maximum number of prefixes. The maximum is 2.

0xC0208385

-1071611003

DTS_E_MGDSRCSTATIC_OVERFLOW

The value was too large to fit in the column.

0xC0208386

-1071611002

DTS_E_DATAREADERDESTREADERISCLOSED

The SSIS IDataReader is closed.

0xC0208387

-1071611001

DTS_E_DATAREADERDESTREADERISATEND

The SSIS IDataReader is past the end of the result set.

0xC0208388

-1071611000

DTS_E_DATAREADERDESTINVALIDCOLUMNORDINAL

The ordinal position of the column is not valid.

0xC0208389

-1071610999

DTS_E_DATAREADERDESTCANNOTCONVERT

Cannot convert the __ from data type "__" to data type "__".

0xC020838A

-1071610998

DTS_E_DATAREADERDESTINVALIDCODEPAGE

The __ has unsupported code page __.

0xC020838B

-1071610997

DTS_E_XMLSRCEXTERNALMETADATACOLUMNNOTINSCHEMA

The __ has no mapping to the XML schema.

0xC020838D

-1071610995

DTS_E_TXTERMLOOKUP_MISMATCHED_COLUMN_METADATA

Columns with lineage IDs __ and __ have mismatched metadata. The input column that is mapped to an output column does not have the same metadata (datatype, precision, scale, length, or codepage).

0xC020838E

-1071610994

DTS_E_DATAREADERDESTREADERTIMEOUT

The SSIS IDataReader is closed. The read timeout has expired.

0xC020838F

-1071610993

DTS_E_ADOSRCINVALIDSQLCOMMAND

An error occurred executing the provided SQL command: "__". __

0xC0208390

-1071610992

DTS_E_JOINTYPEDOESNTMATCHETI

The JoinType property specified for input column '__' 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.

0xC0208392

-1071610990

DTS_E_SQLCEDESTDATATYPENOTSUPPORTED

The data type "__" found on column "__" is not supported for the __.

0xC0208393

-1071610989

DTS_E_DATAREADERDESTDATATYPENOTSUPPORTED

The data type "__" found on __ is not supported for the __.

0xC0208394

-1071610988

DTS_E_RECORDSETDESTDATATYPENOTSUPPORTED

The data type of the __ is not supported for the __.

0xC0208446

-1071610810

DTS_E_TXSCRIPTMIGRATIONCOULDNOTADDREFERENCE

Failed to add project reference "__" while migrating __. Migration might need to be completed manually.

0xC0208447

-1071610809

DTS_E_TXSCRIPTMIGRATIONMULTIPLEENTRYPOINTSFOUND

Multiple entry points with the name "__" were found during the migration of __. Migration might need to be completed manually.

0xC0208448

-1071610808

DTS_E_TXSCRIPTMIGRATIONNOENTRYPOINTFOUND

No entry point was found during the migration of __. Migration might need to be completed manually.

0xC020844B

-1071610805

DTS_E_ADODESTINSERTIONFAILURE

An exception has occurred during data insertion, the message returned from the provider is: __

0xC020844C

-1071610804

DTS_E_ADODESTCONNECTIONTYPENOTSUPPORTED

Failed to retrieve the provider invariant name from __, it is currently not supported by ADO NET Destination component

0xC020844D

-1071610803

DTS_E_ADODESTARGUMENTEXCEPTION

An argument exception has occurred while data provider tried to insert data to destination. The returned message is : __

0xC020844E

-1071610802

DTS_E_ADODESTWRONGBATCHSIZE

The BatchSize property must be a non-negative integer

0xC020844F

-1071610801

DTS_E_ADODESTERRORUPDATEROW

An error has occurred while sending this row to destination data source.

0xC0208450

-1071610800

DTS_E_ADODESTEXECUTEREADEREXCEPTION

Executing tSQL command throws an exception, the message is : __

0xC0208451

-1071610799

DTS_E_ADODESTDATATYPENOTSUPPORTED

The data type "__" found on column "__" is not supported for the __.

0xC0208452

-1071610798

DTS_E_ADODESTFAILEDTOACQUIRECONNECTION

ADO NET Destination has failed to acquire the connection __. The connection may have been corrupted.

0xC0208453

-1071610797

DTS_E_ADODESTNOTMANAGEDCONNECTION

The specified connection __ is not managed, please use managed connection for ADO NET destination.

0xC0208454

-1071610796

DTS_E_ADODESTNOERROROUTPUT

The destination component does not have an error output. It may have been corrupted.

0xC0208455

-1071610795

DTS_E_ADODESTNOLINEAGEID

The lineageID __ associated with external column __ does not exist at run time.

0xC0208456

-1071610794

DTS_E_ADODESTEXTERNALCOLNOTEXIST

The __ does not exist in the database. It may have been removed or renamed.

0xC0208457

-1071610793

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

0xC0208458

-1071610792

DTS_E_ADODESTCOLUMNERRORDISPNOTSUPPORTED

Input column error disposition is not supported by ADO NET Destination component.

0xC0208459

-1071610791

DTS_E_ADODESTCOLUMNTRUNDISPNOTSUPPORTED

Input column truncation disposition is not supported by ADO NET Destination component.

0xC020845A

-1071610790

DTS_E_ADODESTINPUTTRUNDISPNOTSUPPORTED

Input truncation row disposition is not supported by ADO NET Destination component.

0xC020845B

-1071610789

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.

0xC0209001

-1071607807

DTS_E_FAILEDTOFINDCOLUMNINBUFFER

Failed to find column "__" with lineage ID __ in the buffer. The buffer manager returned error code __.

0xC0209002

-1071607806

DTS_E_FAILEDTOGETCOLUMNINFOFROMBUFFER

Failed to get information for column "__" (__) from the buffer. The error code returned was __.

0xC0209011

-1071607791

DTS_E_TXAGG_ARITHMETICOVERFLOW

Arithmetic overflow encountered while aggregating "__".

0xC0209012

-1071607790

DTS_E_FAILEDTOGETCOLINFO

Failed to get information for row __, column __ from the buffer. The error code returned was __.

0xC0209013

-1071607789

DTS_E_FAILEDTOSETCOLINFO

Failed to set information for row __, column __ into the buffer. The error code returned was __.

0xC0209015

-1071607787

DTS_E_REQUIREDBUFFERISNOTAVAILBLE

A required buffer is not available.

0xC0209016

-1071607786

DTS_E_FAILEDTOGETBUFFERBOUNDARYINFO

The attempt to get buffer boundary information failed with error code __.

0xC0209017

-1071607785

DTS_E_FAILEDTOSETBUFFERENDOFROWSET

Setting the end of rowset for the buffer failed with error code __.

0xC0209018

-1071607784

DTS_E_FAILEDTOGETDATAFORERROROUTPUTBUFFER

Failed to get data for the error output buffer.

0xC0209019

-1071607783

DTS_E_FAILEDTOREMOVEROWFROMBUFFER

Removing a row from the buffer failed with error code __.

0xC020901B

-1071607781

DTS_E_FAILEDTOSETBUFFERERRORINFO

The attempt to set buffer error information failed with error code __.

0xC020901C

-1071607780

DTS_E_COLUMNSTATUSERROR

There was an error with __ on __. The column status returned was: "__".

0xC020901D

-1071607779

DTS_E_TXLOOKUP_METADATAXMLCACHEERR

Unable to cache reference metadata.

0xC020901E

-1071607778

DTS_E_TXLOOKUP_ROWLOOKUPERROR

Row yielded no match during lookup.

0xC020901F

-1071607777

DTS_E_INVALIDERRORDISPOSITION

The __ has an invalid error or truncation row disposition.

0xC0209022

-1071607774

DTS_E_FAILEDTODIRECTERRORROW

Directing the row to the error output failed with error code __.

0xC0209023

-1071607773

DTS_E_FAILEDTOPREPARECOLUMNSTATUSESFORINSERT

Preparing column statuses for insert failed with error code __.

0xC0209024

-1071607772

DTS_E_FAILEDTOFINDCOLUMNBYLINEAGEID

An attempt to find __ with lineage ID __ in the Data Flow Task buffer failed with error code __.

0xC0209025

-1071607771

DTS_E_FAILEDTOFINDNONSPECIALERRORCOLUMN

Failed to find any non-special error column in __.

0xC0209029

-1071607767

DTS_E_INDUCEDTRANSFORMFAILUREONERROR

SSIS Error Code DTS_E_INDUCEDTRANSFORMFAILUREONERROR. The "__" failed because error code __ occurred, and the error row disposition on "__" 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.

0xC020902A

-1071607766

DTS_E_INDUCEDTRANSFORMFAILUREONTRUNCATION

The "__" failed because truncation occurred, and the truncation row disposition on "__" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

0xC020902B

-1071607765

DTS_E_TXSPLITEXPRESSIONEVALUATEDTONULL

The expression "__" on "__" evaluated to NULL, but the "__" requires a Boolean results. Modify the error row disposition on the output to treat this result as False (Ignore Failure) or to redirect this row to the error output (Redirect Row). The expression results must be Boolean for a Conditional Split. A NULL expression result is an error.

0xC020902C

-1071607764

DTS_E_TXSPLITSTATIC_EXPRESSIONEVALUATEDTONULL

The expression evaluated to NULL, but a Boolean result is required. Modify the error row disposition on the output to treat this result as False (Ignore Failure) or to redirect this row to the error output (Redirect Row). The expression results must be Boolean for a Conditional Split. A NULL expression result is an error.

0xC020902D

-1071607763

DTS_E_UTF16BIGENDIANFORMATNOTSUPPORTED

The file format of UTF-16 big endian is not supported. Only UTF-16 little endian format is supported.

0xC020902E

-1071607762

DTS_E_UTF8FORMATNOTSUPPORTEDASUNICODE

The file format of UTF-8 is not supported as Unicode.

0xC020902F

-1071607761

DTS_E_DTPXMLCANTREADIDATTR

Cannot read ID attribute.

0xC020903E

-1071607746

DTS_E_TXLOOKUP_INDEXCOLUMNREUSED

The cache index column __ is referenced by more than one lookup input column.

0xC020903F

-1071607745

DTS_E_TXLOOKUP_INDEXCOLUMNSMISMATCH

Lookup does not reference all cache connection manager index columns. Number of joined columns in lookup: __. Number of index columns: __.

0xC0209069

-1071607703

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE

The data value cannot be converted for reasons other than sign mismatch or data overflow.

0xC020906A

-1071607702

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION

The data value violated the schema constraint.

0xC020906B

-1071607701

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_TRUNCATED

The data was truncated.

0xC020906C

-1071607700

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_SIGNMISMATCH

Conversion failed because the data value was signed and the type used by the provider was unsigned.

0xC020906D

-1071607699

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_DATAOVERFLOW

Conversion failed because the data value overflowed the type used by the provider.

0xC020906E

-1071607698

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_UNAVAILABLE

No status is available.

0xC020906F

-1071607697

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_PERMISSIONDENIED

The user did not have the correct permissions to write to the column.

0xC0209070

-1071607696

DTS_E_COMMANDDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION

The data value violated the integrity constraints for the column.

0xC0209071

-1071607695

DTS_E_OLEDBSOURCEADAPTERSTATIC_UNAVAILABLE

No status is available.

0xC0209072

-1071607694

DTS_E_OLEDBSOURCEADAPTERSTATIC_CANTCONVERTVALUE

The data value cannot be converted for reasons other than sign mismatch or data overflow.

0xC0209073

-1071607693

DTS_E_OLEDBSOURCEADAPTERSTATIC_TRUNCATED

The data was truncated.

0xC0209074

-1071607692

DTS_E_OLEDBSOURCEADAPTERSTATIC_SIGNMISMATCH

Conversion failed because the data value was signed and the type used by the provider was unsigned.

0xC0209075

-1071607691

DTS_E_OLEDBSOURCEADAPTERSTATIC_DATAOVERFLOW

Conversion failed because the data value overflowed the type used by the provider.

0xC0209076

-1071607690

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SCHEMAVIOLATION

The data value violated the schema constraint.

0xC0209077

-1071607689

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_CANTCONVERTVALUE

The data value cannot be converted for reasons other than sign mismatch or data overflow.

0xC0209078

-1071607688

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_TRUNCATED

The data was truncated.

0xC0209079

-1071607687

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_SIGNMISMATCH

Conversion failed because the data value was signed and the type used by the provider was unsigned.

0xC020907A

-1071607686

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_DATAOVERFLOW

Conversion failed because the data value overflowed the type used by the provider.

0xC020907B

-1071607685

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_UNAVAILABLE

No status is available.

0xC020907C

-1071607684

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_PERMISSIONDENIED

The user did not have the correct permissions to write to the column.

0xC020907D

-1071607683

DTS_E_OLEDBDESTINATIONADAPTERSTATIC_INTEGRITYVIOLATION

The data value violates integrity constraints.

0xC020907F

-1071607681

DTS_E_TXDATACONVERTSTATIC_CANTCONVERTVALUE

The data value cannot be converted for reasons other than sign mismatch or data overflow.

0xC0209080

-1071607680

DTS_E_TXDATACONVERTSTATIC_TRUNCATED

The data was truncated.

0xC0209081

-1071607679

DTS_E_TXDATACONVERTSTATIC_SIGNMISMATCH

Conversion failed because the data value was signed and the type used by the provider was unsigned.

0xC0209082

-1071607678

DTS_E_TXDATACONVERTSTATIC_DATAOVERFLOW

Conversion failed because the data value overflowed the type used by the data conversion transform.

0xC0209083

-1071607677

DTS_E_FLATFILESOURCEADAPTERSTATIC_UNAVAILABLE

No status is available.

0xC0209084

-1071607676

DTS_E_FLATFILESOURCEADAPTERSTATIC_CANTCONVERTVALUE

The data value cannot be converted for reasons other than sign mismatch or data overflow.

0xC0209085

-1071607675

DTS_E_FLATFILESOURCEADAPTERSTATIC_TRUNCATED

The data was truncated.

0xC0209086

-1071607674

DTS_E_FLATFILESOURCEADAPTERSTATIC_SIGNMISMATCH

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

0xC0209087

-1071607673

DTS_E_FLATFILESOURCEADAPTERSTATIC_DATAOVERFLOW

Conversion failed because the data value overflowed the type used by the flat file source adapter.

0xC020908E

-1071607666

DTS_E_TXDATACONVERTSTATIC_UNAVAILABLE

No status is available.

0xC0209090

-1071607664

DTS_E_FILEOPENERR_FORREAD

Opening the file "__" for reading failed with error code __.

0xC0209091

-1071607663

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD

Failed to open file for reading.

0xC0209092

-1071607662

DTS_E_FILEOPENERR_FORWRITE

Opening the file "__" for writing failed with error code __.

0xC0209093

-1071607661

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE

Failed to open file for writing.

0xC0209094

-1071607660

DTS_E_TXFILEINSERTERSTATIC_INSERTERCANTREAD

Failed to read from file.

0xC0209095

-1071607659

DTS_E_TXFILEEXTRACTORSTATIC_EXTRACTORCANTWRITE

Failed to write to file.

0xC0209099

-1071607655

DTS_E_DTPXMLINVALIDPROPERTYARRAYTOOMANYVALUES

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

0xC020909A

-1071607654

DTS_E_DTPXMLINVALIDPROPERTYARRAYNOTENOUGHVALUES

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

0xC020909E

-1071607650

DTS_E_FILEOPENERR_FORWRITE_FILENOTFOUND

Opening the file "__" for writing failed. The file cannot be found.

0xC020909F

-1071607649

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILENOTFOUND

Opening the file for writing failed. The file cannot be found.

0xC02090A0

-1071607648

DTS_E_FILEOPENERR_FORWRITE_PATHNOTFOUND

Opening the file "__" for writing failed. The path cannot be found.

0xC02090A1

-1071607647

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_PATHNOTFOUND

Opening the file for writing failed. The path cannot be found.

0xC02090A2

-1071607646

DTS_E_FILEOPENERR_FORWRITE_TOOMANYOPENFILES

Opening the file "__" for writing failed. There are too many files open.

0xC02090A3

-1071607645

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_TOOMANYOPENFILES

Opening the file for writing failed. There are too many files open.

0xC02090A4

-1071607644

DTS_E_FILEOPENERR_FORWRITE_ACCESSDENIED

Opening the file "__" for writing failed. You do not have the correct permissions.

0xC02090A5

-1071607643

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_ACCESSDENIED

Opening the file for writing failed. You do not have the correct permissions.

0xC02090A6

-1071607642

DTS_E_FILEOPENERR_FORWRITE_FILEEXISTS

Opening the file "__" 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.

0xC02090A7

-1071607641

DTS_E_TXFILEEXTRACTORSTATIC_FILEOPENERR_FORWRITE_FILEEXISTS

Opening a file for writing failed. The file already exists and cannot be overwritten. If both the AllowAppend property and the ForceTruncate property are set to FALSE, the existence of the file will cause this failure.

0xC02090A8

-1071607640

DTS_E_INCORRECTCUSTOMPROPERTYVALUEFOROBJECT

The value for custom property "__" on __ is incorrect.

0xC02090A9

-1071607639

DTS_E_COLUMNSHAVEINCOMPATIBLEMETADATA

Columns "__" and "__" have incompatible metadata.

0xC02090AD

-1071607635

DTS_E_FILEWRITEERR_DISKFULL

Opening the file "__" for writing failed because the disk is full. There is not sufficient disk space to save this file.

0xC02090AE

-1071607634

DTS_E_TXFILEEXTRACTORSTATIC_FILEWRITEERR_DISKFULL

Attempting to open the file for writing failed because the disk is full.

0xC02090B9

-1071607623

DTS_E_TXAGG_SORTKEYGENFAILED

Generating a sort key failed with error __. The ComparisonFlags are enabled, and generating a sortkey with LCMapString failed.

0xC02090BA

-1071607622

DTS_E_TXCHARMAPLCMAPFAILED

Transform failed to map string and returned error __. The LCMapString failed.

0xC02090BB

-1071607621

DTS_E_FILEOPENERR_FORREAD_FILENOTFOUND

Opening the file "__" for reading failed. The file was not found.

0xC02090BC

-1071607620

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_FILENOTFOUND

Opening a file for reading failed. The file was not found.

0xC02090BD

-1071607619

DTS_E_FILEOPENERR_FORREAD_PATHNOTFOUND

Opening the file "__" for reading failed. The path cannot be found.

0xC02090BE

-1071607618

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_PATHNOTFOUND

Opening a file for reading failed. The path was not found.

0xC02090BF

-1071607617

DTS_E_FILEOPENERR_FORREAD_TOOMANYOPENFILES

Opening the file "__" for reading failed. There are too many files open.

0xC02090C0

-1071607616

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_TOOMANYOPENFILES

Opening the file for reading failed. There are too many files open.

0xC02090C1

-1071607615

DTS_E_FILEOPENERR_FORREAD_ACCESSDENIED

Attempting to open the file "__" for reading failed. Access is denied.

0xC02090C2

-1071607614

DTS_E_TXFILEINSERTERSTATIC_FILEOPENERR_FORREAD_ACCESSDENIED

Opening the file for reading failed. You do not have the correct permissions.

0xC02090C3

-1071607613

DTS_E_INSERTERINVALIDBOM

The byte order mark (BOM) value for the file "__" is __.4X!, but the expected value is __.4X!. The ExpectBOM property was set for this file, but the BOM value in the file is missing or not valid.

0xC02090C4

-1071607612

DTS_E_TXFILEINSERTERSTATIC_INSERTERINVALIDBOM

The byte order mark (BOM) value for the file is not valid. The ExpectBOM property was set for this file, but the BOM value in the file is missing or not valid.

0xC02090C5

-1071607611

DTS_E_NOCOMPONENTATTACHED

The __ is not attached to a component. It is required that a component be attached.

0xC02090C9

-1071607607

DTS_E_TXLOOKUP_INVALIDMAXMEMORYPROP

The value for custom property __ is incorrect. It should be a number between __ and __.

0xC02090CA

-1071607606

DTS_E_TXAGG_COMPFLAGS_BADAGGREGATIONTYPE

The custom property "__" cannot be specified for the aggregation type selected for this column. The comparison flags custom property can only be specified for group by and count distinct aggregation types.

0xC02090CB

-1071607605

DTS_E_TXAGG_COMPFLAGS_BADDATATYPE

The comparison flags custom property "__" can only be specified for columns of with datatype DT_STR or DT_WSTR.

0xC02090CD

-1071607603

DTS_E_TXAGG_AGGREGATION_FAILURE

Aggregation on __ failed with error code __.

0xC02090CF

-1071607601

DTS_E_MAPPINGSETUPERROR

There was an error setting up the mapping. __

0xC02090D0

-1071607600

DTS_E_XMLSRCUNABLETOREADXMLDATA

The __ was unable to read the XML data.

0xC02090D1

-1071607599

DTS_E_XMLSRCUNABLETOGETXMLDATAVARIABLE

The __ was unable to get the variable specified by the "__" property.

0xC02090D2

-1071607598

DTS_E_NODATATABLEMATCHROWID

The __ contains a RowsetID with a value of __ that does not reference a data table in the schema.

0xC02090D6

-1071607594

DTS_E_TXAGG_BADKEYSVALUE

The property __ must either be empty, or a number between __ and __. The Keys or CountDistinctKeys property has a invalid value. The property should be a number between 0 and ULONG_MAX, inclusive, or not be set.

0xC02090D7

-1071607593

DTS_E_TXAGG_TOOMANYKEYS

The aggregate component encountered too many distinct key combinations. It cannot accommodate more than __ distinct key values. There are more than ULONG_MAX distinct key values in the main workspace.

0xC02090D8

-1071607592

DTS_E_TXAGG_TOOMANYCOUNTDISTINCTVALUES

The aggregate component encountered too many distinct values while calculating the count distinct aggregate. It cannot accommodate more than __ distinct values. There were more than ULONG_MAX distinct values while calculating the count distinct aggregation.

0xC02090D9

-1071607591

DTS_E_FAILEDTOWRITETOTHEFILENAMECOLUMN

The attempt to write to the filename column failed with error code __.

0xC02090DC

-1071607588

DTS_E_FAILEDTOFINDERRORCOLUMN

An error occurred, but the column that caused the error cannot be determined.

0xC02090E3

-1071607581

DTS_E_TXLOOKUP_FAILEDUPGRADE_BAD_VERSION

Unable to upgrade lookup metadata from version __ to __. The Lookup transform was unable to upgrade metadata from the existing version number in a call to PerformUpgrade().

0xC02090E5

-1071607579

DTS_E_TERMEXTRACTIONORLOOKUP_NTEXTSPLITED

Failed to locate the ending boundary of a sentence.

0xC02090E6

-1071607578

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.

0xC02090E7

-1071607577

DTS_E_XMLSRCFAILEDTOCREATEREADER

The __ was unable to read the XML data. __

0xC02090F0

-1071607568

DTS_E_TXLOOKUP_REINITMETADATAFAILED

The call to Lookup transform method, ReinitializeMetadata, failed.

0xC02090F1

-1071607567

DTS_E_TXLOOKUP_NOJOINS

The lookup transform must contain at least one input column joined to a reference column, and none were specified. You must specify at least one join column.

0xC02090F2

-1071607566

DTS_E_MANAGEDERR_BADFORMATSPECIFICATION

The message string being posted by the managed error infrastructure contains a bad format specification. This is an internal error.

0xC02090F3

-1071607565

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.

0xC02090F5

-1071607563

DTS_E_DATAREADERSRCUNABLETOPROCESSDATA

The __ was unable to process the data. __

0xC02090F6

-1071607562

DTS_E_XMLSRCEMPTYPROPERTY

The property "__" on the __ was empty.

0xC02090F7

-1071607561

DTS_E_XMLSRCINVALIDOUTPUTNAME

Attempting to create an output with the name "__" for the XML table with the path "__" failed because the name is invalid.

0xC02090F8

-1071607560

DTS_E_MGDSRC_OVERFLOW

The value was too large to fit in the __.

0xC02090F9

-1071607559

DTS_E_DATAREADERDESTUNABLETOPROCESSDATA

The __ was unable to process the data.

0xC02090FA

-1071607558

DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONTRUNCATION

The "__" failed because truncation occurred, and the truncation row disposition on "__" at "__" specifies failure on truncation. A truncation error occurred on the specified object of the specified component.

0xC02090FB

-1071607557

DTS_E_XMLSRC_INDUCEDTRANSFORMFAILUREONERROR

The "__" failed because error code __ occurred, and the error row disposition on "__" at "__" specifies failure on error. An error occurred on the specified object of the specified component.

0xC0209291

-1071607151

DTS_E_SQLCEDESTSTATIC_FAILEDTOSETVALUES

The SQLCE destination could not set the column values for the row.

0xC0209292

-1071607150

DTS_E_SQLCEDESTSTATIC_FAILEDTOINSERT

The SQLCE destination could not insert the row.

0xC0209293

-1071607149

DTS_E_TXFUZZYLOOKUP_OLEDBERR_LOADCOLUMNMETADATA

Encountered OLEDB error while loading column metadata.

0xC0209294

-1071607148

DTS_E_TXFUZZYLOOKUP_TOOFEWREFERENCECOLUMNS

Lookup reference metadata contains too few columns.

0xC0209295

-1071607147

DTS_E_TXSCD_OLEDBERR_LOADCOLUMNMETADATA

Encountered OLEDB error while loading column metadata.

0xC0209296

-1071607146

DTS_E_TXSCD_TOOFEWREFERENCECOLUMNS

Lookup reference metadata contains too few columns.

0xC0209297

-1071607145

DTS_E_TXSCD_MALLOCERR_REFERENCECOLUMNINFO

Unable to allocate memory.

0xC0209298

-1071607144

DTS_E_TXSCD_MALLOCERR_BUFFCOL

Unable to allocate memory.

0xC0209299

-1071607143

DTS_E_TXSCD_MAINWORKSPACE_CREATEERR

Unable to create workspace buffer.

0xC020929A

-1071607142

DTS_E_DTPXMLDOMCREATEERROR

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

0xC020929B

-1071607141

DTS_E_DTPXMLDOMLOADERROR

Unable to load XML data into a local DOM for processing.

0xC020929C

-1071607140

DTS_E_RSTDESTBADVARIABLETYPE

The type of the runtime variable "__" is incorrect. The runtime variable type must be Object.

0xC020929E

-1071607138

DTS_E_XMLDATAREADERMULTIPLEINLINEXMLSCHEMASNOTSUPPORTED

The XML Source Adapter was unable to process the XML data. Multiple inline schemas are not supported.

0xC020929F

-1071607137

DTS_E_XMLDATAREADERANYTYPENOTSUPPORTED

The XML Source Adapter was unable to process the XML data. The content of an element can not be declared as anyType.

0xC02092A0

-1071607136

DTS_E_XMLDATAREADERGROUPREFNOTSUPPORTED

The XML Source Adapter was unable to process the XML data. The content of an element can not contain a reference (ref) to a group.

0xC02092A1

-1071607135

DTS_E_XMLDATAREADERMIXEDCONTENTFORCOMPLEXTYPESNOTSUPPORTED

The XML Source Adapter does not support mixed content model on Complex Types.

0xC02092A2

-1071607134

DTS_E_XMLDATAREADERINLINESCHEMAFOUNDINSOURCEXML

The XML Source Adapter was unable to process the XML data. An inline schema must be the first child node in the source Xml.

0xC02092A3

-1071607133

DTS_E_XMLDATAREADERNOINLINESCHEMAFOUND

The XML Source Adapter was unable to process the XML data. No inline schema was found in the source XML, but the "UseInlineSchema" property was set to true.

0xC02092A4

-1071607132

DTS_E_CONNECTIONMANAGERTRANSACTEDANDRETAINEDINBULKINSERT

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

0xC02092A5

-1071607131

DTS_E_OUTPUTREDIRECTINTRANSACTIONNOTALLOWED

The __ cannot be set to redirect on error using a connection in a transaction.

0xC02092A6

-1071607130

DTS_E_FOUNDORPHANEDEXTERNALMETADATACOLUMN

The __ does not have a corresponding input or output column.

0xC02092A9

-1071607127

DTS_E_RAWDESTNOINPUTCOLUMNS

There is no selected column to be written to the file.

0xC02092AA

-1071607126

DTS_E_RAWDESTBLOBDATATYPE

The __ has an invalid data type. Columns with data types DT_IMAGE, DT_TEXT and DT_NTEXT cannot be written to raw files.

0xC02092AB

-1071607125

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.

0xC02092AC

-1071607124

DTS_E_RAWDESTMAPPEDINPUTCOLUMN

The __ is mapped to an external metadata column with the id __. Input columns should not be mapped to external metadata columns when selected Write Option value is Create Always.

0xC02092AD

-1071607123

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.

0xC02092AE

-1071607122

DTS_E_FAILEDTOACCESSLOBCOLUMN

Failed to access LOB data from the data flow buffer for data source column "__" with error code __.

0xC02092AF

-1071607121

DTS_E_XMLSRCUNABLETOPROCESSXMLDATA

The __ was unable to process the XML data. __

0xC02092B0

-1071607120

DTS_E_XMLSRCSTATIC_UNABLETOPROCESSXMLDATA

The XML Source Adapter was unable to process the XML data.

0xC02092B1

-1071607119

DTS_E_RAWINVALIDACCESSMODE

The value __ is not recognized as a valid access mode.

0xC02092B2

-1071607118

DTS_E_INCOMPLETEDATASOURCECOLUMNFOUND

Complete metadata information for the data source column "__" is not available. Make sure the column is correctly defined in the data source.

0xC02092B3

-1071607117

DTS_E_TXAUDIT_ONLYSTRINGLENGTHCHANGEALLOWED

Only lengths of User Name column, Package Name column, Task Name column and Machine Name column can be changed. All other audit column datatype information is read only.

0xC02092B4

-1071607116

DTS_E_ROWSETUNAVAILABLE

A rowset based on the SQL command was not returned by the OLE DB provider.

0xC02092B5

-1071607115

DTS_E_COMMITFAILED

A commit failed.

0xC02092B6

-1071607114

DTS_E_USEBINARYFORMATREQUIRESANSIFILE

The custom property "__" on __ can only be used with ANSI files.

0xC02092B7

-1071607113

DTS_E_USEBINARYFORMATREQUIRESBYTES

The custom property "__" on __ can only be used with DT_BYTES.

0xC0209302

-1071607038

DTS_E_OLEDB_NOPROVIDER_ERROR

SSIS Error Code DTS_E_OLEDB_NOPROVIDER_ERROR. The requested OLE DB provider __ is not registered. Error code: __.

0xC0209303

-1071607037

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

0xC0209306

-1071607034

DTS_E_MULTICACHECOLMAPPINGS

The cache column, "__", is mapped to more than one column. Remove the duplicate column mappings.

0xC0209307

-1071607033

DTS_E_COLNOTMAPPEDTOCACHECOL

The __ is not mapped to valid cache column.

0xC0209308

-1071607032

DTS_E_CACHECOLDATATYPEINCOMPAT

Cannot map the input column, "__", and the cache column, "__", because the data types do not match.

0xC0209309

-1071607031

DTS_E_INCORRECTINPUTCACHECOLCOUNT

The number of input columns does not match the number of cache columns.

0xC020930A

-1071607030

DTS_E_INVALIDCACHEFILENAME

The cache file name is either not provided or is not valid. Provide a valid cache file name.

0xC020930B

-1071607029

DTS_E_CACHECOLINDEXPOSMISMATCH

The index position of column, "__", is different from index position of Cache connection manager column, "__".

0xC020930C

-1071607028

DTS_E_FAILEDTOLOADCACHE

Failed to load the cache from file, "__".

0xC020930D

-1071607027

DTS_E_TXLOOKUP_REFCOLUMNISNOTINDEX

The lookup input column __ references non-index cache column __.

0xC020930E

-1071607026

DTS_E_FAILEDTOGETCONNECTIONSTRING

Failed to get the connection string.

0xC020930F

-1071607025

DTS_E_CACHECOLDATATYPEPROPINCOMPAT

Cannot map the input column, "__", and the cache column, "__", because one or more data type properties do not match.

0xC0209311

-1071607023

DTS_E_CACHECOLUMNOTFOUND

Cache column "__" was not found in the cache.

0xC0209312

-1071607022

DTS_E_CACHECOLUMNMAPPINGFAILED

Failed to map __ to a cache column. The hresult is __.

0xC0209313

-1071607021

DTS_E_CACHELOADEDFROMFILE

The __ cannot write to the cache because the cache has been loaded from a file by __.

0xC0209314

-1071607020

DTS_E_CACHERELOADEDDIFFERENTFILES

The __ cannot load the cache from file "__" because the cache has already been loaded from file "__".

0xC0209316

-1071607018

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.

0xC0209317

-1071607017

DTS_E_CACHEFILEWRITEFAILED

The __ failed to write the cache to file "__". The hresult is __.

0xC0209318

-1071607016

DTS_E_XMLDATATYPECHANGED

The XML schema data type information for "__" on element "__" has changed. Please re-initialize the metadata for this component and review column mappings.

0xC0209319

-1071607015

DTS_E_TXLOOKUP_UNUSEDINPUTCOLUMN

__ not used in join or copy. Please remove the unused column from the input column list.

0xC020931A

-1071607014

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.

0xC020F42A

-1071582166

DTS_E_OLEDB_OLDPROVIDER_ERROR

Consider changing the PROVIDER in the connection string to __ or visit https://www.microsoft.com/downloads to find and install support for __.

Warning Messages

The symbolic names of Integration Services warning messages begin with DTS_W_.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0x80000036

-2147483594

DTS_W_COUNTDOWN

There are __ days left in the evaluation. When it expires, packages will not be able to be executed.

0x80000037

-2147483593

DTS_W_EXPIRED_DEBUGONLY

Integration Services evaluation period has expired. The package can only be executed in debug mode.

0x8000931B

-2147445989

DTS_W_LOGPROVIDERPRODUCTLEVEL

The log provider "__" cannot log messages on the installed __ of SQL Server. The log provider requires __ or higher.

0x80010015

-2147418091

DTS_W_GENERICWARNING

Warning(s) raised. There should be more specific warnings preceding this one that explain the specifics of the warning(s).

0x80012010

-2147409904

DTS_W_FAILEDXMLDOCCREATION

Cannot create an XML document object instance. Verify that MSXML is installed and registered correctly.

0x80012011

-2147409903

DTS_W_FAILEDCONFIGLOAD

Cannot load the XML configuration file. The XML configuration file may be malformed or not valid.

0x80012012

-2147409902

DTS_W_CONFIGFILENAMEINVALID

The configuration file name "__" is not valid. Check the configuration file name.

0x80012013

-2147409901

DTS_W_CONFIGFILEINVALID

The configuration file loaded, but is not valid. The file is not formatted correctly, may be missing an element, or may be damaged.

0x80012014

-2147409900

DTS_W_CONFIGFILENOTFOUND

The configuration file "__" cannot be found. Check the directory and file name.

0x80012015

-2147409899

DTS_W_CONFIGKEYNOTFOUND

Configuration registry key "__" was not found. A configuration entry specifies a registry key that is not available. Check the registry to ensure that the key is there.

0x80012016

-2147409898

DTS_W_CONFIGTYPEINVALID

The configuration type in one of the configuration entries was not valid. Valid types are listed in the DTSConfigurationType enumeration.

0x80012017

-2147409897

DTS_W_CANNOTFINDOBJECT

The package path referenced an object that cannot be found: "__". This occurs when an attempt is made to resolve a package path to an object that cannot be found.

0x80012018

-2147409896

DTS_W_CONFIGFORMATINVALID_PACKAGEDELIMITER

The configuration entry, "__", has an incorrect format because it does not begin with the package delimiter. Prepend "\package" to the package path.

0x80012019

-2147409895

DTS_W_CONFIGFORMATINVALID

The configuration entry "__" had an incorrect format. This can occur because of a missing delimiter or formatting errors, like an invalid array delimiter.

0x8001201A

-2147409894

DTS_W_NOPARENTVARIABLES

Configuration from a parent variable "__" did not occur because there was no parent variable collection.

0x8001201B

-2147409893

DTS_W_CONFIGFILEFAILEDIMPORT

Failure importing configuration file: "__".

0x8001201C

-2147409892

DTS_W_PARENTVARIABLENOTFOUND

Configuration from a parent variable "__" did not occur because there was no parent variable. Error code: __.

0x8001201D

-2147409891

DTS_W_CONFIGFILEEMPTY

The configuration file was empty and contained no configuration entries.

0x80012023

-2147409885

DTS_W_INVALIDCONFIGURATIONTYPE

The configuration type for configuration "__" is not valid. This may occur when an attempt is made to set the type property of a configuration object to an invalid configuration type.

0x80012025

-2147409883

DTS_W_REGISTRYCONFIGURATIONTYPENOTFOUND

The configuration type for the registry configuration was not found in key "__". Add a value called ConfigType to the registry key and give it a string value of "Variable", "Property", "ConnectionManager", "LoggingProvider", or "ForEachEnumerator".

0x80012026

-2147409882

DTS_W_REGISTRYCONFIGURATIONVALUENOTFOUND

The configuration value for the registry configuration was not found in key "__". Add a value called Value to the registry key of type DWORD or String.

0x80012028

-2147409880

DTS_W_PROCESSCONFIGURATIONFAILEDSET

Process configuration failed to set the destination at the package path of "__". This occurs when attempting to set the destination property or variable fails. Check the destination property or variable.

0x80012032

-2147409870

DTS_W_CONFIGUREDVALUESECTIONEMPTY

Failed to retrieve value from the .ini file. The ConfiguredValue section is either empty, or does not exist: "__".

0x80012033

-2147409869

DTS_W_CONFIGUREDTYPESECTIONEMPTY

Failed to retrieve value from the .ini file. The ConfiguredType section is either empty, or does not exist: "__".

0x80012034

-2147409868

DTS_W_PACKAGEPATHSECTIONEMPTY

Failed to retrieve value from the .ini file. The PackagePath section is either empty, or does not exist: "__".

0x80012035

-2147409867

DTS_W_CONFIGUREDVALUETYPE

Failed to retrieve value from the .ini file. The ConfiguredValueType section is either empty, or does not exist: "__".

0x80012051

-2147409839

DTS_W_SQLSERVERFAILEDIMPORT

Configuration from SQL Server was not successfully imported: "__".

0x80012052

-2147409838

DTS_W_INICONFIGURATIONPROBLEM

The .ini configuration file is not valid due to empty or missing fields.

0x80012054

-2147409836

DTS_W_NORECORDSFOUNDINTABLE

Table "__" does not have any records for configuration. This occurs when configuring from a SQL Server table that has no records for the configuration.

0x80012055

-2147409835

DTS_W_DUPLICATECUSTOMEVENT

Error using same name for different custom events. The custom event "__" was defined differently by different children of this container. There may be an error when executing the event handler.

0x80012057

-2147409833

DTS_W_CONFIGREADONLYVARIABLE

The configuration attempted to change a read-only variable. The variable is at the package path "__".

0x80012058

-2147409832

DTS_W_CONFIGPROCESSCONFIGURATIONFAILED

Calling ProcessConfiguration on the package failed. The configuration attempted to change the property at the package path "__".

0x80012059

-2147409831

DTS_W_ONEORMORECONFIGLOADFAILED

Failed to load at least one of the configuration entries for the package. Check configuration entries for "__" and previous warnings to see descriptions of which configuration failed.

0x8001205A

-2147409830

DTS_W_CONFIGNODEINVALID

The configuration entry "__" in the configuration file was not valid, or failed to configure the variable. The name indicates which entry failed. In some cases, the name will not be available.

0x80014058

-2147401640

DTS_W_FAILURENOTRESTARTABLE

This task or container has failed, but because FailPackageOnFailure property is FALSE, the package will continue. This warning is posted when the SaveCheckpoints property of the package is set to TRUE and the task or container fails.

0x80017101

-2147389183

DTS_W_EMPTYPATH

The path is empty.

0x80019002

-2147381246

DTS_W_MAXIMUMERRORCOUNTREACHED

SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (__) reached the maximum allowed (__); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.

0x80019003

-2147381245

DTS_W_CONFIGENVVARNOTFOUND

The configuration environment variable was not found. The environment variable was: "__". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the configurations collection in the package and verify that the specified environment variable is available and valid.

0x80019316

-2147380458

DTS_W_CONNECTIONPROVIDERCHANGE

The provider name for the connection manager "__" has been changed from "__" to "__".

0x80019317

-2147380457

DTS_W_READEXTMAPFAILED

An exception occurred while reading the upgrade mapping files. The exception is "__".

0x80019318

-2147380456

DTS_W_DUPLICATEMAPPINGKEY

There is a duplicate mapping in file, "__". The tag is "__", and the key is "__".

0x80019319

-2147380455

DTS_W_IMPLICITUPGRADEMAPPING

The extension, "__", was implicitly upgraded to "__". Add a mapping for this extension to the UpgradeMappings directory.

0x8001931A

-2147380454

DTS_W_INVALIDEXTENSIONMAPPING

A mapping in the file, "__", is not valid. Values cannot be null or empty. The tag is "__", the key is "__", and the value is "__".

0x8001931C

-2147380452

DTS_W_ADOCONNECTIONDATATYPECOMPATCHANGE

The DataTypeCompatibility property of ADO type connection manager "__" was set to 80 for backward compatibility reasons.

0x8001C004

-2147368956

DTS_W_FILEENUMEMPTY

The For Each File enumerator is empty. The For Each File enumerator did not find any files that matched the file pattern, or the specified directory was empty.

0x8001F02F

-2147356625

DTS_W_COULDNOTRESOLVEPACKAGEPATH

Cannot resolve a package path to an object in the package "__". Verify that the package path is valid.

0x8001F203

-2147356157

DTS_W_ITERATIONEXPRESSIONISNOTASSIGNMENT

The iteration expression is not an assignment expression: "__". This error usually occurs when the expression in the assignment expression on the ForLoop is not an assignment expression.

0x8001F204

-2147356156

DTS_W_INITIALIZATIONEXPRESSIONISNOTASSIGNMENT

The initialization expression is not an assignment expression: "__". This error usually occurs when the expression in the iterate expressions on the ForLoop is not an assignment expression.

0x8001F205

-2147356155

DTS_W_LOGPROVIDERNOTDEFINED

The executable "__" was pasted successfully. However a log provider that was associated with the executable was not found in the collection "LogProviders". The executable was pasted without log provider information.

0x8001F300

-2147355904

DTS_W_PACKAGEUPGRADED

Succeeded in upgrading the package.

0x8001F42B

-2147355605

DTS_W_LEGACYPROGID

The "__" ProgID has been deprecated. The new ProgID for this component "__" should be used instead.

0x80020918

-2147350248

DTS_W_FTPTASK_OPERATIONFAILURE

Operation "__" failed.

0x800283A5

-2147318875

DTS_W_MSMQTASK_USE_WEAK_ENCRYPTION

The encryption algorithm "__" uses weak encryption.

0x80029164

-2147315356

DTS_W_FSTASK_OPERATIONFAILURE

Task failed to execute operation "__".

0x80029185

-2147315323

DTS_W_EXECPROCTASK_FILENOTINPATH

File/Process "__" is not in path.

0x800291C6

-2147315258

DTS_W_SENDMAILTASK_SUBJECT_MISSING

The subject is empty.

0x800291C7

-2147315257

DTS_W_SENDMAILTASK_ERROR_IN_TO_LINE

The address in the "To" line is malformed. It is either missing the "@" symbol or is not valid.

0x800291C8

-2147315256

DTS_W_SENDMAILTASK_AT_MISSING_IN_FROM

The address in the "From" line is malformed. It is either missing the "@" symbol or is not valid.

0x8002927A

-2147315078

DTS_W_XMLTASK_DIFFFAILURE

The two XML documents are different.

0x8002928C

-2147315060

DTS_W_XMLTASK_DTDVALIDATIONWARNING

DTD Validation will use the DTD file defined in the DOCTYPE line in the XML document. It will not use what is assigned to the property "__".

0x8002928D

-2147315059

DTS_W_XMLTASK_VALIDATIONFAILURE

Task failed to validate "__".

0x80029291

-2147315055

DTS_W_TRANSFERDBTASK_ACTIONSETTOCOPY

The transfer action value was invalid. It is being set to copy.

0x80029292

-2147315054

DTS_W_TRANSFERDBTASK_METHODSETTOONLINE

The transfer method value was invalid. It is being set to an online transfer.

0x8002F304

-2147290364

DTS_W_PROBLEMOCCURREDWITHFOLLOWINGMESSAGE

A problem occurred with the following messages: "__".

0x8002F322

-2147290334

DTS_W_ERRMSGTASK_ERRORMESSAGEALREADYEXISTS

The error message "__" already exists at destination server.

0x8002F331

-2147290319

DTS_W_JOBSTASK_JOBEXISTSATDEST

The job "__" already exists at destination server.

0x8002F332

-2147290318

DTS_W_JOBSTASK_SKIPPINGJOBEXISTSATDEST

Skipping the transfer of job "__" since it already exists at destination.

0x8002F333

-2147290317

DTS_W_JOBSTASK_OVERWRITINGJOB

Overwriting the job "__" at destination server.

0x8002F339

-2147290311

DTS_W_LOGINSTASK_ENUMVALUEINCORRECT

Persisted enumeration value of property "FailIfExists" was changed and rendered invalid. Resetting to default.

0x8002F343

-2147290301

DTS_W_LOGINSTASK_OVERWRITINGLOGINATDEST

Overwriting Login "__" at destination.

0x8002F356

-2147290282

DTS_W_TRANSOBJECTSTASK_SPALREADYATDEST

Stored procedure "__" already exists at destination.

0x8002F360

-2147290272

DTS_W_TRANSOBJECTSTASK_RULEALREADYATDEST

Rule "__" already exists at destination.

0x8002F364

-2147290268

DTS_W_TRANSOBJECTSTASK_TABLEALREADYATDEST

Table "__" already exists at destination.

0x8002F368

-2147290264

DTS_W_TRANSOBJECTSTASK_VIEWALREADYATDEST

View "__" already exists at destination.

0x8002F372

-2147290254

DTS_W_TRANSOBJECTSTASK_UDFALREADYATDEST

User Defined Function "__" already exists at destination.

0x8002F376

-2147290250

DTS_W_TRANSOBJECTSTASK_DEFAULTALREADYATDEST

Default "__" already exists at destination.

0x8002F380

-2147290240

DTS_W_TRANSOBJECTSTASK_UDDTALREADYATDEST

User Defined Data Type "__" already exists at destination.

0x8002F384

-2147290236

DTS_W_TRANSOBJECTSTASK_PFALREADYATDEST

Partition Function "__" already exists at destination.

0x8002F388

-2147290232

DTS_W_TRANSOBJECTSTASK_PSALREADYATDEST

Partition Scheme "__" already exists at destination.

0x8002F391

-2147290223

DTS_W_TRANSOBJECTSTASK_SCHEMAALREADYATDEST

Schema "__" already exists at destination.

0x8002F396

-2147290218

DTS_W_TRANSOBJECTSTASK_SQLASSEMBLYALREADYATDEST

SqlAssembly "__" already exists at destination.

0x8002F400

-2147290112

DTS_W_TRANSOBJECTSTASK_AGGREGATEALREADYATDEST

User Defined Aggregate "__" already exists at destination.

0x8002F404

-2147290108

DTS_W_TRANSOBJECTSTASK_TYPEALREADYATDEST

User Defined Type "__" already exists at destination.

0x8002F408

-2147290104

DTS_W_TRANSOBJECTSTASK_XMLSCHEMACOLLECTIONALREADYATDEST

XmlSchemaCollection "__" already exists at destination.

0x8002F412

-2147290094

DTS_W_TRANSOBJECTSTASK_NOELEMENTSPECIFIEDTOTRANSFER

There are no elements specified to transfer.

0x8002F415

-2147290091

DTS_W_TRANSOBJECTSTASK_LOGINALREADYATDEST

Login "__" already exists at destination.

0x8002F41A

-2147290086

DTS_W_TRANSOBJECTSTASK_USERALREADYATDEST

User "__" already exists at destination.

0x80047007

-2147192825

DTS_W_NOLINEAGEVALIDATION

The lineage IDs of the input columns cannot be validated because the execution trees contain cycles.

0x80047034

-2147192780

DTS_W_EMPTYDATAFLOW

The DataFlow task has no components. Add components or remove the task.

0x80047069

-2147192727

DTS_W_SORTEDOUTPUTHASNOSORTKEYPOSITIONS

The IsSorted property of __ is set to TRUE, but all of its output columns' SortKeyPositions are set to zero.

0x8004706F

-2147192721

DTS_W_SOURCEREMOVED

Source "__" (__) will not be read because none of its data ever becomes visible outside the Data Flow Task.

0x80047076

-2147192714

DTS_W_UNUSEDOUTPUTDATA

The output column "__" (__) on output "__" (__) and component "__" (__) is not subsequently used in the Data Flow task. Removing this unused output column can increase Data Flow task performance.

0x800470AE

-2147192658

DTS_W_COMPONENTREMOVED

Component "__" (__) has been removed from the Data Flow task because its output is not used and its inputs either have no side effects or are not connected to outputs of other components. If the component is required, then the HasSideEffects property on at least one of its inputs should be set to true, or its output should be connected to something.

0x800470B0

-2147192656

DTS_W_NOWORKTODO

Rows were given to a thread, but that thread has no work to do. The layout has a disconnected output. Running the pipeline with the RunInOptimizedMode property set to TRUE will be faster, and prevents this warning.

0x800470C8

-2147192632

DTS_W_EXTERNALMETADATACOLUMNSOUTOFSYNC

The external columns for __ are out of synchronization with the data source columns. __

0x800470C9

-2147192631

DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSADDITION

The column "__" needs to be added to the external columns.

0x800470CA

-2147192630

DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSUPDATE

The external column "__" needs to be updated.

0x800470CB

-2147192629

DTS_W_EXTERNALMETADATACOLUMNCOLLECTIONNEEDSREMOVAL

The __ needs to be removed from the external columns.

0x800470D8

-2147192616

DTS_W_EXPREVALPOTENTIALSTRINGTRUNCATION

The result string for expression "__" may be truncated if it exceeds the maximum length of __ characters. The expression could have a result value that exceeds the maximum size of a DT_WSTR.

0x800470E9

-2147192599

DTS_W_COMPONENTLEAKPROCESSINPUT

A call to the ProcessInput method for input __ on __ unexpectedly kept a reference to the buffer it was passed. The refcount on that buffer was __ before the call, and __ after the call returned.

0x800470EB

-2147192597

DTS_W_EXPREVALUNREFERENCEDINPUTCOLUMN

The "__" on "__" has usage type READONLY, but is not referenced by an expression. Remove the column from the list of available input columns, or reference it in an expression.

0x8004801E

-2147188706

DTS_W_COULDNOTFINDCURRENTVERSION

Cannot find the "__" value for component __. The CurrentVersion value for the component cannot be located. This error occurs if the component has not set its registry information to contain a CurrentVersion value in the DTSInfo section. This message occurs during component development, or when the component is used in a package, if the component is not registered properly.

0x80049300

-2147183872

DTS_W_BUFFERGETTEMPFILENAME

The buffer manager could not get a temporary file name.

0x80049301

-2147183871

DTS_W_UNUSABLETEMPORARYPATH

The buffer manager could not create a temporary file on the path "__". The path will not be considered for temporary storage again.

0x80049304

-2147183868

DTS_W_DF_PERFCOUNTERS_DISABLED

Warning: Could not open global shared memory to communicate with performance DLL; data flow performance counters are not available. To resolve, run this package as an administrator, or on the system's console.

0x8020200F

-2145378289

DTS_W_PARTIALROWFOUNDATENDOFFILE

There is a partial row at the end of the file.

0x8020202B

-2145378261

DTS_W_ENDOFFILEREACHWHILEREADINGHEADERROWS

The end of the data file was reached while reading header rows. Make sure the header row delimiter and the number of header rows to skip are correct.

0x80202066

-2145378202

DTS_W_CANTRETRIEVECODEPAGEFROMOLEDBPROVIDER

Cannot retrieve the column code page info from the OLE DB provider. If the component supports the "__" property, the code page from that property will be used. Change the value of the property if the current string code page values are incorrect. If the component does not support the property, the code page from the component's locale ID will be used.

0x802020F7

-2145378057

DTS_W_TXSORTSORTISTHESAME

The data is already sorted as specified so the transform can be removed.

0x8020400D

-2145370099

DTS_W_NOPIPELINEDATATYPEMAPPINGAVAILABLE

The __ references an external data type that cannot be mapped to a Data Flow task data type. The Data Flow task data type DT_WSTR will be used instead.

0x802070CC

-2145357620

DTS_W_STATICTRUNCATIONINEXPRESSION

The expression "__" will always result in a truncation of data. The expression contains a static truncation (the truncation of a fixed value).

0x8020820C

-2145353204

DTS_W_UNMAPPEDINPUTCOLUMN

The input column "__" with ID __ at index __ is unmapped. The lineage ID for the column is zero.

0x80208305

-2145352955

DTS_W_TXFUZZYLOOKUP_DELIMITERS_DONT_MATCH

The specified delimiters do not match the delimiters used to build the pre-existing match index "__". This error occurs when the delimiters used to tokenize fields do not match. This can have unknown effects on the matching behavior or results.

0x80208308

-2145352952

DTS_W_TXFUZZYLOOKUP_MAXRESULTS_IS_ZERO

The MaxOutputMatchesPerInput property on the Fuzzy Lookup transformation is zero. No results will be produced.

0x80208310

-2145352944

DTS_W_TXFUZZYLOOKUP_NO_FUZZY_JOIN_COLUMNS

There were no valid input columns with JoinType column property set to Fuzzy. Performance on Exact joins may be improved by using the Lookup transform instead of FuzzyLookup.

0x8020831C

-2145352932

DTS_W_TXFUZZYLOOKUP_TIMESTAMPCAVEAT

The reference column "__" may be a SQL timestamp column. When the fuzzy match index is built, and a copy of the reference table is made, all reference table timestamps will reflect the current state of the table at the time of the copy. Unexpected behavior may occur if the CopyReferenceTable is set to false.

0x80208321

-2145352927

DTS_W_MATCHINDEXALREADYEXISTS

A table with the name '__' given for MatchIndexName already exists and DropExistingMatchIndex is set to FALSE. Transform execution will fail unless this table is dropped, a different name is specified, or DropExisitingMatchIndex is set to TRUE.

0x8020832B

-2145352917

DTS_W_TXFUZZYLOOKUP_JOINLENGTHMISMATCH

The length of input column '__' is not equal to the length of the reference column '__' that it is being matched against.

0x8020832D

-2145352915

DTS_W_TXFUZZYLOOKUP_CODEPAGE_MISMATCH

The code pages of the DT_STR source column "__" and the DT_STR dest column "__" do not match. This may cause unexpected results.

0x8020832E

-2145352914

DTS_W_FUZZYLOOKUP_TOOMANYEXACTMATCHCOLUMNS

There are more than 16 exact match joins, so performance may not be optimal. Reduce the number of exact match joins to improve performance. SQL Server has a limit of 16 columns per index, the inverted index will be used for all lookups.

0x80208350

-2145352880

DTS_W_FUZZYLOOKUP_MEMLIMITANDEXHAUSTIVESPECIFIED

The Exhaustive option requires that the entire reference be loaded into main memory. Since a memory limit has been specified for the MaxMemoryUsage property, it is possible that the entire reference table will not fit within this bound and that the match operation will fail at runtime.

0x80208351

-2145352879

DTS_W_FUZZYLOOKUP_EXACTMATCHCOLUMNSEXCEEDBYTELIMIT

The cumulative lengths of the columns specified in the exact match joins exceeds the 900 byte limit for index keys. Fuzzy Lookup creates an index on the exact match columns to increase lookup performance and there is a possibility that creation of this index may fail and the lookup will fall back to an alternative, possibly slower, method of finding matches. If performance is a problem, try removing some exact match join columns or reduce the maximum lengths of variable length exact match columns.

0x80208352

-2145352878

DTS_W_FUZZYLOOKUP_EXACTMATCHINDEXCREATIONFAILED

Failed to create an index for exact match columns. Reverting to alternative fuzzy lookup method.

0x80208353

-2145352877

DTS_W_FUZZYGROUPINGINTERNALPIPELINEWARNING

The following Fuzzy Grouping internal pipeline warning occurred with warning code __: "__".

0x80208375

-2145352843

DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTODEFAULT

No maximum length was specified for the __ with external data type __. The SSIS Data Flow Task data type "__" with a length of __ will be used.

0x80208376

-2145352842

DTS_W_XMLSRCOUTPUTCOLUMNDATATYPEMAPPEDTOSTRING

The __ references external data type __, which cannot be mapped to a SSIS Data Flow Task data type. The SSIS Data Flow Task data type DT_WSTR with a length of __ will be used instead.

0x80208385

-2145352827

DTS_W_NOREDIRECTWITHATTACHEDERROROUTPUTS

No rows will be sent to error output(s). Configure error or truncation dispositions to redirect rows to the error output(s), or delete data flow transformations or destinations that are attached to the error output(s).

0x80208386

-2145352826

DTS_W_REDIRECTWITHNOATTACHEDERROROUTPUTS

Rows sent to the error output(s) will be lost. Add new data flow transformations or destinations to receive error rows, or reconfigure the component to stop redirecting rows to the error output(s).

0x80208391

-2145352815

DTS_W_XMLSRCOUTPUTCOLUMNLENGTHSETTOMAXIMUM

For the __ with external data type __, the XML schema specified a maxLength constraint of __, which exceeds the maximum allowed column length of __. The SSIS Data Flow Task data type "__" with a length of __ will be used.

0x802090E4

-2145349404

DTS_W_TXLOOKUP_DUPLICATE_KEYS

The __ encountered duplicate reference key values when caching reference data. This error occurs in Full Cache mode only. Either remove the duplicate key values, or change the cache mode to PARTIAL or NO_CACHE.

0x802092A7

-2145348953

DTS_W_POTENTIALTRUNCATIONFROMDATAINSERTION

Truncation may occur due to inserting data from data flow column "__" with a length of __ to database column "__" with a length of __.

0x802092A8

-2145348952

DTS_W_POTENTIALTRUNCATIONFROMDATARETRIEVAL

Truncation may occur due to retrieving data from database column "__" with a length of __ to data flow column "__" with a length of __.

0x802092AA

-2145348950

DTS_W_ADODESTBATCHNOTSUPPORTEDFORERRORDISPOSITION

Batch mode is not currently supported when error row disposition is used. The BatchSize property will be set to 1.

0x802092AB

-2145348949

DTS_W_ADODESTNOROWSINSERTED

No rows were successfully inserted into the destination. This may be due to a data type mismatch between columns, or due to the use of a datatype that is unsupported by your ADO.NET provider. Since the error disposition for this component is not "Fail component", error messages are not shown here; set the error disposition to "Fail component" to see error messages here.

0x802092AC

-2145348948

DTS_W_ADODESTPOTENTIALDATALOSS

Potential data loss may occur due to inserting data from input column "__" with data type "__" to external column "__" with data type "__". If this is intended, an alternative way to do conversion is using a Data Conversion component before ADO NET destination component.

0x802092AD

-2145348947

DTS_W_ADODESTEXTERNALCOLNOTMATCHSCHEMACOL

The __ has been out of synchronization with the database column. The latest column has __. Use advanced editor to refresh available destination columns if needed.

0x802092AE

-2145348946

DTS_W_ADODESTEXTERNALCOLNOTEXIST

The __ does not exist in the database. It may have been removed or renamed. Use Advanced Editor to refresh the available destination columns if needed.

0x802092AF

-2145348945

DTS_W_ADODESTNEWEXTCOL

A new column with name __ has been added to the external database table. Use advanced editor to refresh available destination columns if needed.

0x8020930C

-2145348852

DTS_W_NOMATCHOUTPUTGETSNOROWS

No rows will be sent to the no match output. Configure the transformation to redirect rows with no matching entries to the no match output, or delete the data flow transformations or destinations that are attached to the no match output.

0x8020931B

-2145348837

DTS_W_ADODESTINVARIANTEXCEPTION

Exception received while enumerating ADO.Net providers. The invariant was "__". The exception message is: "__"

0xC020822C

-1071611348

DTS_W_UNMAPPEDOUTPUTCOLUMN

The __ has no input column mapped to it.

0x930D

37645

DTS_W_EXTERNALTABLECOLSOUTOFSYNC

The table "__" has changed. New columns might have been added to the table.

Informational Messages

The symbolic names of Integration Services informational messages begin with DTS_I_.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0x4001100A

1073811466

DTS_I_STARTINGTRANSACTION

Starting distributed transaction for this container.

0x4001100B

1073811467

DTS_I_COMMITTINGTRANSACTION

Committing distributed transaction started by this container.

0x4001100C

1073811468

DTS_I_ABORTINGTRANSACTION

Aborting the current distributed transaction.

0x40013501

1073820929

DTS_I_GOTMUTEXFROMWAIT

Mutex "%1" was successfully acquired.

0x40013502

1073820930

DTS_I_RELEASEACQUIREDMUTEX

Mutex "%1" was successfully released.

0x40013503

1073820931

DTS_I_NEWMUTEXCREATED

Mutex "%1" was successfully created.

0x40015101

1073828097

DTS_I_DUMP_ON_ANY_ERR

Debug dump files will be generated for any error event.

0x40015102

1073828098

DTS_I_DUMP_ON_CODES

Debug dump files will be generated for the following event codes: "%1"

0x40015103

1073828099

DTS_I_START_DUMP

Event code, 0x%1!8.8X!, triggered generation of debug dump files in the folder "%2".

0x40015104

1073828100

DTS_I_SSIS_INFO_DUMP

Creating SSIS information dump file "%1".

0x40015106

1073828102

DTS_I_FINISH_DUMP

Debug dump files successfully created.

0x40016019

1073831961

DTS_I_PACKAGEMIGRATED

The package format was migrated from version %1!d! to version %2!d!. It must be saved to retain migration changes.

0x4001601A

1073831962

DTS_I_SCRIPTSMIGRATED

The scripts in the package were migrated. The package must be saved to retain migration changes.

0x40016025

1073831973

DTS_I_FTPRECEIVEFILE

Receiving file "%1".

0x40016026

1073831974

DTS_I_FTPSENDFILE

Sending file "%1".

0x40016027

1073831975

DTS_I_FTPFILEEXISTS

File "%1" already exists.

0x40016028

1073831976

DTS_I_FTPERRORLOADINGMSG

Cannot get extra error information due to an internal error.

0x40016036

1073831990

DTS_I_FTPDELETEFILE

The attempt to delete file "%1" failed. This may occur when the file does not exist, the file name was spelled incorrectly, or you do not have permissions to delete the file.

0x40016037

1073831991

DTS_I_CONFIGFROMREG

The package is attempting to configure from a registry entry using the registry key "%1".

0x40016038

1073831992

DTS_I_CONFIGFROMENVVAR

The package is attempting to configure from the environment variable "%1".

0x40016039

1073831993

DTS_I_CONFIGFROMINIFILE

The package is attempting to configure from the .ini file "%1".

0x40016040

1073832000

DTS_I_CONFIGFROMSQLSERVER

The package is attempting to configure from SQL Server using the configuration string "%1".

0x40016041

1073832001

DTS_I_CONFIGFROMFILE

The package is attempting to configure from the XML file "%1".

0x40016042

1073832002

DTS_I_CONFIGFROMPARENTVARIABLE

The package is attempting to configure from the parent variable "%1".

0x40016043

1073832003

DTS_I_ATTEMPTINGUPGRADEOFDTS

Attempting an upgrade of SSIS from version "%1" to version "%2". The package is attempting to upgrade the runtime.

0x40016044

1073832004

DTS_I_ATTEMPTINGUPGRADEOFANEXTOBJ

Attempting to upgrade "%1". The package is attempting to upgrade an extensible object.

0x40016045

1073832005

DTS_I_SAVECHECKPOINTSTOFILE

The package will be saving checkpoints to file "%1" during execution. The package is configured to save checkpoints.

0x40016046

1073832006

DTS_I_RESTARTFROMCHECKPOINTFILE

The package restarted from checkpoint file "%1". The package was configured to restart from checkpoint.

0x40016047

1073832007

DTS_I_CHECKPOINTSAVEDTOFILE

Checkpoint file "%1" was updated to record completion of this container.

0x40016048

1073832008

DTS_I_CHECKPOINTFILEDELETED

Checkpoint file "%1" was deleted after successful completion of the package.

0x40016049

1073832009

DTS_I_CHECKPOINTSAVINGTOFILE

Checkpoint file "%1" update starting.

0x40016051

1073832017

DTS_I_CHOSENMAXEXECUTABLES

Based on the system configuration, the maximum concurrent executables are set to %1!d!.

0x40016052

1073832018

DTS_I_MAXEXECUTABLES

Maximum concurrent executables are set to %1!d!.

0x40016053

1073832019

DTS_I_PACKAGESTART

Beginning of package execution.

0x40016054

1073832020

DTS_I_PACKAGEEND

End of package execution.

0x40029161

1073910113

DTS_I_FSTASK_DIRECTORYDELETED

Directory "%1" was deleted.

0x40029162

1073910114

DTS_I_FSTASK_FILEDELETED

File or directory "%1" was deleted.

0x400292A8

1073910440

DTS_I_TRANSFERDBTASK_OVERWRITEDB

Overwriting the database "%1" on the destination server "%2".

0x4002F304

1073935108

DTS_I_SOMETHINGHAPPENED

"%1".

0x4002F323

1073935139

DTS_I_ERRMSGTASK_SKIPPINGERRORMESSAGEALREADYEXISTS

Skipping error message "%1" since it already exists on the destination server.

0x4002F326

1073935142

DTS_I_ERRMSGTASK_TRANSFEREDNERRORMESSAGES

"%1" Error Messages were transferred.

0x4002F351

1073935185

DTS_I_STOREDPROCSTASKS_TRANSFEREDNSPS

The task transferred "%1" Stored Procedures.

0x4002F352

1073935186

DTS_I_TRANSOBJECTSTASK_TRANSFEREDNOBJECTS

Transferred "%1" objects.

0x4002F358

1073935192

DTS_I_TRANSOBJECTSTASK_NOSPSTOTRANSFER

There are no Stored Procedures to transfer.

0x4002F362

1073935202

DTS_I_TRANSOBJECTSTASK_NORULESTOTRANSFER

There are no Rules to transfer.

0x4002F366

1073935206

DTS_I_TRANSOBJECTSTASK_NOTABLESTOTRANSFER

There are no Tables to transfer.

0x4002F370

1073935216

DTS_I_TRANSOBJECTSTASK_NOVIEWSTOTRANSFER

There are no Views to transfer.

0x4002F374

1073935220

DTS_I_TRANSOBJECTSTASK_NOUDFSTOTRANSFER

There are no User Defined Functions to transfer.

0x4002F378

1073935224

DTS_I_TRANSOBJECTSTASK_NODEFAULTSTOTRANSFER

There are no Defaults to transfer.

0x4002F382

1073935234

DTS_I_TRANSOBJECTSTASK_NOUDDTSTOTRANSFER

There are no User Defined Data Types to transfer.

0x4002F386

1073935238

DTS_I_TRANSOBJECTSTASK_NOPFSTOTRANSFER

There are no Partition Functions to transfer.

0x4002F390

1073935248

DTS_I_TRANSOBJECTSTASK_NOPSSTOTRANSFER

There are no Partition Schemes to transfer.

0x4002F394

1073935252

DTS_I_TRANSOBJECTSTASK_NOSCHEMASTOTRANSFER

There are no Schemas to transfer.

0x4002F398

1073935256

DTS_I_TRANSOBJECTSTASK_NOSQLASSEMBLIESTOTRANSFER

There are no SqlAssemblies to transfer.

0x4002F402

1073935362

DTS_I_TRANSOBJECTSTASK_NOAGGREGATESTOTRANSFER

There are no User Defined Aggregates to transfer.

0x4002F406

1073935366

DTS_I_TRANSOBJECTSTASK_NOTYPESTOTRANSFER

There are no User Defined Types to transfer.

0x4002F410

1073935376

DTS_I_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONSTOTRANSFER

There are no XmlSchemaCollections to transfer.

0x4002F418

1073935384

DTS_I_TRANSOBJECTSTASK_NOLOGINSTOTRANSFER

There are no Logins to transfer.

0x4002F41D

1073935389

DTS_I_TRANSOBJECTSTASK_NOUSERSTOTRANSFER

There are no Users to transfer.

0x4002F41E

1073935390

DTS_I_TRANSOBJECTSTASK_TRUNCATINGTABLE

Truncating table "%1"

0x40043006

1074016262

DTS_I_EXECUTIONPHASE_PREPAREFOREXECUTE

Prepare for Execute phase is beginning.

0x40043007

1074016263

DTS_I_EXECUTIONPHASE_PREEXECUTE

Pre-Execute phase is beginning.

0x40043008

1074016264

DTS_I_EXECUTIONPHASE_POSTEXECUTE

Post Execute phase is beginning.

0x40043009

1074016265

DTS_I_EXECUTIONPHASE_CLEANUP

Cleanup phase is beginning.

0x4004300A

1074016266

DTS_I_EXECUTIONPHASE_VALIDATE

Validation phase is beginning.

0x4004300B

1074016267

DTS_I_ROWS_WRITTEN

"%1" wrote %2!ld! rows.

0x4004300C

1074016268

DTS_I_EXECUTIONPHASE_EXECUTE

Execute phase is beginning.

0x4004800C

1074036748

DTS_I_CANTRELIEVEPRESSURE

The buffer manager detected that the system was low on virtual memory, but was unable to swap out any buffers. %1!d! buffers were considered and %2!d! were locked. Either not enough memory is available to the pipeline because not enough is installed, other processes are using it, or too many buffers are locked.

0x4004800D

1074036749

DTS_I_CANTALLOCATEMEMORYPRESSURE

The buffer manager failed a memory allocation call for %3!d! bytes, but was unable to swap out any buffers to relieve memory pressure. %1!d! buffers were considered and %2!d! were locked. Either not enough memory is available to the pipeline because not enough are installed, other processes were using it, or too many buffers are locked.

0x4004800E

1074036750

DTS_I_ALLOCATEDDURINGMEMORYPRESSURE

The buffer manager has allocated %1!d! bytes, even though the memory pressure has been detected and repeated attempts to swap buffers have failed.

0x400490F4

1074041076

DTS_I_TXLOOKUP_CACHE_PROGRESS

%1 has cached %2!d! rows.

0x400490F5

1074041077

DTS_I_TXLOOKUP_CACHE_FINAL

%1 has cached a total of %2!d! rows.

0x4020206D

1075847277

DTS_I_RAWSOURCENOCOLUMNS

The raw source adapter opened a file, but the file contains no columns. The adapter will not produce data. This could indicate a damaged file, or that there are zero columns and, therefore, no data.

0x402020DA

1075847386

DTS_I_OLEDBINFORMATIONALMESSAGE

An OLE DB informational message is available.

0x40208327

1075872551

DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_COLLATIONS_DONT_MATCH

Fuzzy match performance can be improved if the exact join FuzzyComparisonFlags on the input column "%1" are set to match with the default SQL collation for reference table column "%2". It is also necessary that no fold flags are set in FuzzyComparisonFlagsEx.

0x40208328

1075872552

DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_INDEX_MISSING

Fuzzy match performance can be improved if an index is created upon the reference table across all of the specified exact match columns.

0x40208387

1075872647

DTS_I_DISPSNOTREVIEWED

Error and truncation dispositions were not reviewed. Make sure this component is configured to redirect rows to error outputs, if you wish to further transform those rows.

0x402090DA

1075876058

DTS_I_TXAGG_WORKSPACE_REHASH

The Aggregate transformation has encountered %1!d! key combinations. It has to re-hash data because the number of key combinations is more than expected. The component can be configured to avoid data re-hash by adjusting the Keys, KeyScale, and AutoExtendFactor properties.

0x402090DB

1075876059

DTS_I_TXAGG_COUNTDISTINCT_REHASH

The Aggregate transformation has encountered %1!d! distinct values while performing a "count distinct" aggregation on "%2". The transformation will re-hash data because the number of distinct values is more than expected. The component can be configured to avoid data re-hash by adjusting the CountDistinctKeys, CountDistinctKeyScale, and AutoExtendFactor properties.

0x402090DC

1075876060

DTS_I_STARTPROCESSINGFILE

The processing of file "%1" has started.

0x402090DD

1075876061

DTS_I_FINISHPROCESSINGFILE

The processing of file "%1" has ended.

0x402090DE

1075876062

DTS_I_TOTALDATAROWSPROCESSEDFORFILE

The total number of data rows processed for file "%1" is %2!I64d!.

0x402090DF

1075876063

DTS_I_FINALCOMMITSTARTED

The final commit for the data insertion in "%1" has started.

0x402090E0

1075876064

DTS_I_FINALCOMMITENDED

The final commit for the data insertion in "%1" has ended.

0x402090E1

1075876065

DTS_I_BEGINHASHINGCACHE

%1!u! rows are added to the cache. The system is processing the rows.

0x402090E2

1075876066

DTS_I_SUCCEEDEDHASHINGCACHE

The %1 processed %2!u! rows in the cache. The processing time was %3 seconds. The cache used %4!I64u! bytes of memory.

0x402090E3

1075876067

DTS_I_FAILEDHASHINGCACHE

The %1 failed to process the rows in the cache. The processing time was %2 second(s).

0x402090E4

1075876068

DTS_I_SUCCEEDEDPREPARINGCACHE

The %1 succeeded in preparing the cache. The preparation time was %2 seconds.

0x40209314

1075876628

DTS_I_TXLOOKUP_PARTIALPERF

The %1 has performed the following operations: processed %2!I64u! rows, issued %3!I64u! database commands to the reference database, and performed %4!I64u! lookups using partial cache.

0x40209315

1075876629

DTS_I_TXLOOKUP_PARTIALPERF2

The %1 has performed the following operations: processed %2!I64u! rows, issued %3!I64u! database commands to the reference database, performed %4!I64u! lookups using partial cache and %5!I64u! lookups using the cache for rows with no matching entries in the initial lookup.

0x40209316

1075876630

DTS_I_CACHEFILEWRITESTARTED

The %1 is writing the cache to file "%2".

0x40209317

1075876631

DTS_I_CACHEFILEWRITESUCCEEDED

The %1 has written the cache to file "%2".

0x4020F42C

1075901484

DTS_I_OLEDBDESTZEROMAXCOMMITSIZE

The Maximum insert commit size property of the OLE DB destination "%1" is set to 0. This property setting can cause the running package to stop responding. For more information, see the F1 Help topic for OLE DB Destination Editor (Connection Manager Page).

Information Messages

The symbolic names of Integration Services informational messages begin with DTS_I_.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0x4001100A

1073811466

DTS_I_STARTINGTRANSACTION

Starting distributed transaction for this container.

0x4001100B

1073811467

DTS_I_COMMITTINGTRANSACTION

Committing distributed transaction started by this container.

0x4001100C

1073811468

DTS_I_ABORTINGTRANSACTION

Aborting the current distributed transaction.

0x40013501

1073820929

DTS_I_GOTMUTEXFROMWAIT

Mutex "__" was successfully acquired.

0x40013502

1073820930

DTS_I_RELEASEACQUIREDMUTEX

Mutex "__" was successfully released.

0x40013503

1073820931

DTS_I_NEWMUTEXCREATED

Mutex "__" was successfully created.

0x40015101

1073828097

DTS_I_DUMP_ON_ANY_ERR

Debug dump files will be generated for any error event.

0x40015102

1073828098

DTS_I_DUMP_ON_CODES

Debug dump files will be generated for the following event codes: "__"

0x40015103

1073828099

DTS_I_START_DUMP

Event code, __, triggered generation of debug dump files in the folder "__".

0x40015104

1073828100

DTS_I_SSIS_INFO_DUMP

Creating SSIS information dump file "__".

0x40015106

1073828102

DTS_I_FINISH_DUMP

Debug dump files successfully created.

0x40016019

1073831961

DTS_I_PACKAGEMIGRATED

The package format was migrated from version __ to version __. It must be saved to retain migration changes.

0x4001601A

1073831962

DTS_I_SCRIPTSMIGRATED

The scripts in the package were migrated. The package must be saved to retain migration changes.

0x40016025

1073831973

DTS_I_FTPRECEIVEFILE

Receiving file "__".

0x40016026

1073831974

DTS_I_FTPSENDFILE

Sending file "__".

0x40016027

1073831975

DTS_I_FTPFILEEXISTS

File "__" already exists.

0x40016028

1073831976

DTS_I_FTPERRORLOADINGMSG

Cannot get extra error information due to an internal error.

0x40016036

1073831990

DTS_I_FTPDELETEFILE

The attempt to delete file "__" failed. This may occur when the file does not exist, the file name was spelled incorrectly, or you do not have permissions to delete the file.

0x40016037

1073831991

DTS_I_CONFIGFROMREG

The package is attempting to configure from a registry entry using the registry key "__".

0x40016038

1073831992

DTS_I_CONFIGFROMENVVAR

The package is attempting to configure from the environment variable "__".

0x40016039

1073831993

DTS_I_CONFIGFROMINIFILE

The package is attempting to configure from the .ini file "__".

0x40016040

1073832000

DTS_I_CONFIGFROMSQLSERVER

The package is attempting to configure from SQL Server using the configuration string "__".

0x40016041

1073832001

DTS_I_CONFIGFROMFILE

The package is attempting to configure from the XML file "__".

0x40016042

1073832002

DTS_I_CONFIGFROMPARENTVARIABLE

The package is attempting to configure from the parent variable "__".

0x40016043

1073832003

DTS_I_ATTEMPTINGUPGRADEOFDTS

Attempting an upgrade of SSIS from version "__" to version "__". The package is attempting to upgrade the runtime.

0x40016044

1073832004

DTS_I_ATTEMPTINGUPGRADEOFANEXTOBJ

Attempting to upgrade "__". The package is attempting to upgrade an extensible object.

0x40016045

1073832005

DTS_I_SAVECHECKPOINTSTOFILE

The package will be saving checkpoints to file "__" during execution. The package is configured to save checkpoints.

0x40016046

1073832006

DTS_I_RESTARTFROMCHECKPOINTFILE

The package restarted from checkpoint file "__". The package was configured to restart from checkpoint.

0x40016047

1073832007

DTS_I_CHECKPOINTSAVEDTOFILE

Checkpoint file "__" was updated to record completion of this container.

0x40016048

1073832008

DTS_I_CHECKPOINTFILEDELETED

Checkpoint file "__" was deleted after successful completion of the package.

0x40016049

1073832009

DTS_I_CHECKPOINTSAVINGTOFILE

Checkpoint file "__" update starting.

0x40016051

1073832017

DTS_I_CHOSENMAXEXECUTABLES

Based on the system configuration, the maximum concurrent executables are set to __.

0x40016052

1073832018

DTS_I_MAXEXECUTABLES

Maximum concurrent executables are set to __.

0x40016053

1073832019

DTS_I_PACKAGESTART

Beginning of package execution.

0x40016054

1073832020

DTS_I_PACKAGEEND

End of package execution.

0x40029161

1073910113

DTS_I_FSTASK_DIRECTORYDELETED

Directory "__" was deleted.

0x40029162

1073910114

DTS_I_FSTASK_FILEDELETED

File or directory "__" was deleted.

0x400292A8

1073910440

DTS_I_TRANSFERDBTASK_OVERWRITEDB

Overwriting the database "__" on the destination server "__".

0x4002F304

1073935108

DTS_I_SOMETHINGHAPPENED

"__".

0x4002F323

1073935139

DTS_I_ERRMSGTASK_SKIPPINGERRORMESSAGEALREADYEXISTS

Skipping error message "__" since it already exists on the destination server.

0x4002F326

1073935142

DTS_I_ERRMSGTASK_TRANSFEREDNERRORMESSAGES

"__" Error Messages were transferred.

0x4002F351

1073935185

DTS_I_STOREDPROCSTASKS_TRANSFEREDNSPS

The task transferred "__" Stored Procedures.

0x4002F352

1073935186

DTS_I_TRANSOBJECTSTASK_TRANSFEREDNOBJECTS

Transferred "__" objects.

0x4002F358

1073935192

DTS_I_TRANSOBJECTSTASK_NOSPSTOTRANSFER

There are no Stored Procedures to transfer.

0x4002F362

1073935202

DTS_I_TRANSOBJECTSTASK_NORULESTOTRANSFER

There are no Rules to transfer.

0x4002F366

1073935206

DTS_I_TRANSOBJECTSTASK_NOTABLESTOTRANSFER

There are no Tables to transfer.

0x4002F370

1073935216

DTS_I_TRANSOBJECTSTASK_NOVIEWSTOTRANSFER

There are no Views to transfer.

0x4002F374

1073935220

DTS_I_TRANSOBJECTSTASK_NOUDFSTOTRANSFER

There are no User Defined Functions to transfer.

0x4002F378

1073935224

DTS_I_TRANSOBJECTSTASK_NODEFAULTSTOTRANSFER

There are no Defaults to transfer.

0x4002F382

1073935234

DTS_I_TRANSOBJECTSTASK_NOUDDTSTOTRANSFER

There are no User Defined Data Types to transfer.

0x4002F386

1073935238

DTS_I_TRANSOBJECTSTASK_NOPFSTOTRANSFER

There are no Partition Functions to transfer.

0x4002F390

1073935248

DTS_I_TRANSOBJECTSTASK_NOPSSTOTRANSFER

There are no Partition Schemes to transfer.

0x4002F394

1073935252

DTS_I_TRANSOBJECTSTASK_NOSCHEMASTOTRANSFER

There are no Schemas to transfer.

0x4002F398

1073935256

DTS_I_TRANSOBJECTSTASK_NOSQLASSEMBLIESTOTRANSFER

There are no SqlAssemblies to transfer.

0x4002F402

1073935362

DTS_I_TRANSOBJECTSTASK_NOAGGREGATESTOTRANSFER

There are no User Defined Aggregates to transfer.

0x4002F406

1073935366

DTS_I_TRANSOBJECTSTASK_NOTYPESTOTRANSFER

There are no User Defined Types to transfer.

0x4002F410

1073935376

DTS_I_TRANSOBJECTSTASK_NOXMLSCHEMACOLLECTIONSTOTRANSFER

There are no XmlSchemaCollections to transfer.

0x4002F418

1073935384

DTS_I_TRANSOBJECTSTASK_NOLOGINSTOTRANSFER

There are no Logins to transfer.

0x4002F41D

1073935389

DTS_I_TRANSOBJECTSTASK_NOUSERSTOTRANSFER

There are no Users to transfer.

0x4002F41E

1073935390

DTS_I_TRANSOBJECTSTASK_TRUNCATINGTABLE

Truncating table "__"

0x40043006

1074016262

DTS_I_EXECUTIONPHASE_PREPAREFOREXECUTE

Prepare for Execute phase is beginning.

0x40043007

1074016263

DTS_I_EXECUTIONPHASE_PREEXECUTE

Pre-Execute phase is beginning.

0x40043008

1074016264

DTS_I_EXECUTIONPHASE_POSTEXECUTE

Post Execute phase is beginning.

0x40043009

1074016265

DTS_I_EXECUTIONPHASE_CLEANUP

Cleanup phase is beginning.

0x4004300A

1074016266

DTS_I_EXECUTIONPHASE_VALIDATE

Validation phase is beginning.

0x4004300B

1074016267

DTS_I_ROWS_WRITTEN

"__" wrote __ rows.

0x4004300C

1074016268

DTS_I_EXECUTIONPHASE_EXECUTE

Execute phase is beginning.

0x4004800C

1074036748

DTS_I_CANTRELIEVEPRESSURE

The buffer manager detected that the system was low on virtual memory, but was unable to swap out any buffers. __ buffers were considered and __ were locked. Either not enough memory is available to the pipeline because not enough is installed, other processes are using it, or too many buffers are locked.

0x4004800D

1074036749

DTS_I_CANTALLOCATEMEMORYPRESSURE

The buffer manager failed a memory allocation call for __ bytes, but was unable to swap out any buffers to relieve memory pressure. __ buffers were considered and __ were locked. Either not enough memory is available to the pipeline because not enough are installed, other processes were using it, or too many buffers are locked.

0x4004800E

1074036750

DTS_I_ALLOCATEDDURINGMEMORYPRESSURE

The buffer manager has allocated __ bytes, even though the memory pressure has been detected and repeated attempts to swap buffers have failed.

0x400490F4

1074041076

DTS_I_TXLOOKUP_CACHE_PROGRESS

__ has cached __ rows.

0x400490F5

1074041077

DTS_I_TXLOOKUP_CACHE_FINAL

__ has cached a total of __ rows.

0x4020206D

1075847277

DTS_I_RAWSOURCENOCOLUMNS

The raw source adapter opened a file, but the file contains no columns. The adapter will not produce data. This could indicate a damaged file, or that there are zero columns and, therefore, no data.

0x402020DA

1075847386

DTS_I_OLEDBINFORMATIONALMESSAGE

An OLE DB informational message is available.

0x40208327

1075872551

DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_COLLATIONS_DONT_MATCH

Fuzzy match performance can be improved if the exact join FuzzyComparisonFlags on the input column "__" are set to match with the default SQL collation for reference table column "__". It is also necessary that no fold flags are set in FuzzyComparisonFlagsEx.

0x40208328

1075872552

DTS_I_TXFUZZYLOOKUP_EXACT_MATCH_PERF_INDEX_MISSING

Fuzzy match performance can be improved if an index is created upon the reference table across all of the specified exact match columns.

0x40208387

1075872647

DTS_I_DISPSNOTREVIEWED

Error and truncation dispositions were not reviewed. Make sure this component is configured to redirect rows to error outputs, if you wish to further transform those rows.

0x402090DA

1075876058

DTS_I_TXAGG_WORKSPACE_REHASH

The Aggregate transformation has encountered __ key combinations. It has to re-hash data because the number of key combinations is more than expected. The component can be configured to avoid data re-hash by adjusting the Keys, KeyScale, and AutoExtendFactor properties.

0x402090DB

1075876059

DTS_I_TXAGG_COUNTDISTINCT_REHASH

The Aggregate transformation has encountered __ distinct values while performing a "count distinct" aggregation on "__". The transformation will re-hash data because the number of distinct values is more than expected. The component can be configured to avoid data re-hash by adjusting the CountDistinctKeys, CountDistinctKeyScale, and AutoExtendFactor properties.

0x402090DC

1075876060

DTS_I_STARTPROCESSINGFILE

The processing of file "__" has started.

0x402090DD

1075876061

DTS_I_FINISHPROCESSINGFILE

The processing of file "__" has ended.

0x402090DE

1075876062

DTS_I_TOTALDATAROWSPROCESSEDFORFILE

The total number of data rows processed for file "__" is __.

0x402090DF

1075876063

DTS_I_FINALCOMMITSTARTED

The final commit for the data insertion in "__" has started.

0x402090E0

1075876064

DTS_I_FINALCOMMITENDED

The final commit for the data insertion in "__" has ended.

0x402090E1

1075876065

DTS_I_BEGINHASHINGCACHE

__ rows are added to the cache. The system is processing the rows.

0x402090E2

1075876066

DTS_I_SUCCEEDEDHASHINGCACHE

The __ processed __ rows in the cache. The processing time was __ seconds. The cache used __ bytes of memory.

0x402090E3

1075876067

DTS_I_FAILEDHASHINGCACHE

The __ failed to process the rows in the cache. The processing time was __ second(s).

0x402090E4

1075876068

DTS_I_SUCCEEDEDPREPARINGCACHE

The __ succeeded in preparing the cache. The preparation time was __ seconds.

0x40209314

1075876628

DTS_I_TXLOOKUP_PARTIALPERF

The __ has performed the following operations: processed __ rows, issued __ database commands to the reference database, and performed __ lookups using partial cache.

0x40209315

1075876629

DTS_I_TXLOOKUP_PARTIALPERF2

The __ has performed the following operations: processed __ rows, issued __ database commands to the reference database, performed __ lookups using partial cache and __ lookups using the cache for rows with no matching entries in the initial lookup.

0x40209316

1075876630

DTS_I_CACHEFILEWRITESTARTED

The __ is writing the cache to file "__".

0x40209317

1075876631

DTS_I_CACHEFILEWRITESUCCEEDED

The __ has written the cache to file "__".

0x4020F42C

1075901484

DTS_I_OLEDBDESTZEROMAXCOMMITSIZE

The Maximum insert commit size property of the OLE DB destination "__" is set to 0. This property setting can cause the running package to stop responding. For more information, see the F1 Help topic for OLE DB Destination Editor (Connection Manager Page).

General and Event Messages

The symbolic names of Integration Services error messages begin with DTS_MSG_.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0x1

1

DTS_MSG_CATEGORY_SERVICE_CONTROL

Incorrect function.

0x2

2

DTS_MSG_CATEGORY_RUNNING_PACKAGE_MANAGEMENT

The system cannot find the file specified.

0x100

256

DTS_MSG_SERVER_STARTING

Starting Microsoft SSIS Service.

Server version __

0x101

257

DTS_MSG_SERVER_STARTED

Microsoft SSIS Service started.

Server version __

0x102

258

DTS_MSG_SERVER_STOPPING

The wait operation timed out.

0x103

259

DTS_MSG_SERVER_STOPPED

No more data is available.

0x104

260

DTS_MSG_SERVER_START_FAILED

Microsoft SSIS Service failed to start.

Error: __

0x105

261

DTS_MSG_SERVER_STOP_ERROR

Error stopping Microsoft SSIS Service.

Error: __

0x110

272

DTS_MSG_SERVER_MISSING_CONFIG

Microsoft SSIS Service configuration file does not exist.

Loading with default settings.

0x111

273

DTS_MSG_SERVER_BAD_CONFIG

Microsoft SSIS Service configuration file is incorrect.

Error reading config file: __

Loading server with default settings.

0x112

274

DTS_MSG_SERVER_MISSING_CONFIG_REG

Microsoft SSIS Service:

Registry setting specifying configuration file does not exist.

Attempting to load default config file.

0x150

336

DTS_MSG_SERVER_STOPPING_PACKAGE

Microsoft SSIS Service: stopping running package.

Package instance ID: __

Package ID: __

Package name: __

Package description: __

Package started by: __.

0x40013000

1073819648

DTS_MSG_PACKAGESTART

Package "__" started.

0x40013001

1073819649

DTS_MSG_PACKAGESUCCESS

Package "__" finished successfully.

0x40013002

1073819650

DTS_MSG_PACKAGECANCEL

Package "__" has been cancelled.

0x40013003

1073819651

DTS_MSG_PACKAGEFAILURE

Package "__" failed.

0x40013004

1073819652

DTS_MSG_CANTDELAYLOADDLL

Module __ cannot load DLL __ to call entry point __ because of error __. The product requires that DLL to run, but the DLL could not be found on the path.

0x40013005

1073819653

DTS_MSG_CANTDELAYLOADDLLFUNCTION

Module __ loaded DLL __, but cannot find entry point __ because of error __. The named DLL could not be found on the path, and the product requires that DLL to run.

0x40103100

1074802944

DTS_MSG_EVENTLOGENTRY

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103101

1074802945

DTS_MSG_EVENTLOGENTRY_PREEXECUTE

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103102

1074802946

DTS_MSG_EVENTLOGENTRY_POSTEXECUTE

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103103

1074802947

DTS_MSG_EVENTLOGENTRY_PREVALIDATE

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103104

1074802948

DTS_MSG_EVENTLOGENTRY_POSTVALIDATE

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103105

1074802949

DTS_MSG_EVENTLOGENTRY_WARNING

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103106

1074802950

DTS_MSG_EVENTLOGENTRY_ERROR

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103107

1074802951

DTS_MSG_EVENTLOGENTRY_TASKFAILED

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103108

1074802952

DTS_MSG_EVENTLOGENTRY_PROGRESS

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x40103109

1074802953

DTS_MSG_EVENTLOGENTRY_EXECSTATCHANGE

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x4010310A

1074802954

DTS_MSG_EVENTLOGENTRY_VARVALCHANGE

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x4010310B

1074802955

DTS_MSG_EVENTLOGENTRY_CUSTOMEVENT

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x4010310C

1074802956

DTS_MSG_EVENTLOGENTRY_PACKAGESTART

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x4010310D

1074802957

DTS_MSG_EVENTLOGENTRY_PACKAGEEND

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

0x4010310E

1074802958

DTS_MSG_EVENTLOGENTRY_INFORMATION

Event Name: __

Message: __

Operator: __

Source Name: __

Source ID: __

Execution ID: __

Start Time: __

End Time: __

Data Code: __

Success Messages

The symbolic names of Integration Services success messages begin with DTS_S_.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0x40003

262147

DTS_S_NULLDATA

The value is NULL.

0x40005

262149

DTS_S_TRUNCATED

The string value was truncated. The buffer received a string that was too long for the column, and the string was truncated by the buffer.

0x200001

2097153

DTS_S_EXPREVALTRUNCATIONOCCURRED

A truncation occurred during evaluation of the expression. The truncation occurred during evaluation, which may include any point in an intermediate step.

Data Flow Component Error Messages

The symbolic names of Integration Services error messages begin with DTSBC_E_, where "BC" refers to the native base class from which most Microsoft data flow components are derived.

Hexadecimal code

Decimal Code

Symbolic Name

Description

0xC8000002

-939524094

DTSBC_E_INCORRECTEXACTNUMBEROFTOTALOUTPUTS

The total number of outputs and error outputs, __, is incorrect. There must be exactly __.

0xC8000003

-939524093

DTSBC_E_FAILEDTOGETOUTPUTBYINDEX

Cannot retrieve output with index __.

0xC8000005

-939524091

DTSBC_E_INCORRECTEXACTNUMBEROFERROROUTPUTS

The number of error outputs, __, is incorrect. There must be exactly __.

0xC8000006

-939524090

DTSBC_E_INVALIDVALIDATIONSTATUSVALUE

Incorrect validation status value, "__ ". It must be one of the values found in the DTSValidationStatus enumeration.

0xC8000007

-939524089

DTSBC_E_INPUTHASNOOUTPUT

The input "__" has no synchronous output.

0xC8000008

-939524088

DTSBC_E_INPUTHASNOERROROUTPUT

The input "__" has no synchronous error output.

0xC8000009

-939524087

DTSBC_E_INVALIDHTPIVALUE

The HowToProcessInput value, __, is not valid. It must be one of the values from the HowToProcessInput enumeration.

0xC800000A

-939524086

DTSBC_E_FAILEDTOGETCOLINFO

Failed to get information for row "__", column "__" from the buffer. The error code returned was __.

0xC800000B

-939524085

DTSBC_E_FAILEDTOSETCOLINFO

Failed to set information for row "__", column "__" into the buffer. The error code returned was __.

0xC800000C

-939524084

DTSBC_E_INVALIDPROPERTY

The property "__" is not valid.

0xC800000D

-939524083

DTSBC_E_PROPERTYNOTFOUND

The property "__" was not found.

0xC8000010

-939524080

DTSBC_E_READONLYPROPERTY

Error assigning a value to the read-only property "__".

0xC8000011

-939524079

DTSBC_E_CANTINSERTOUTPUTCOLUMN

The __ does not allow the insertion of output columns.

0xC8000012

-939524078

DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCH

The output columns' metadata does not match the associated input columns' metadata. The output columns' metadata will be updated.

0xC8000013

-939524077

DTSBC_E_OUTPUTCOLUMNSMISSING

There are input columns that do not have associated output columns. The output columns will be added.

0xC8000014

-939524076

DTSBC_E_TOOMANYOUTPUTCOLUMNS

There are output columns that do not have associated input columns. The output columns will be removed.

0xC8000015

-939524075

DTSBC_E_OUTPUTCOLUMNSMETADATAMISMATCHUNMAP

The output columns' metadata does not match the associated input columns' metadata. The input columns will be unmapped.

0xC8000016

-939524074

DTSBC_E_UNMAPINPUTCOLUMNS

There are input columns that do not have associated output columns. The input columns will be unmapped.

0xC8000017

-939524073

DTSBC_E_MULTIPLEINCOLSTOOUTCOL

There is an input column associated with an output column, and that output column is already associated with another input column on the same input.

0xC8000018

-939524072

DTSBC_E_CANTINSERTEXTERNALMETADATACOLUMN

The __ does not allow the insertion of external metadata columns.

Change History

Updated content

Added information about new error messages for the Execute Package task.