DTS_E_PRODUCTLEVELTOLOW

Details

Product Name

SQL Server 

Product Version

10.0

Product Build Number

Event ID

-1073450754

Event Source

SSIS

Component

Integration Services 

Symbolic Name

DTS_E_PRODUCTLEVELTOLOW

Message Text

The product level is insufficient for __.

Explanation

This message indicates that the package cannot run because the appropriate version of Integration Services is not installed.

The hexadecimal value for this error number is 0xC00470FE.

Possible Causes

This message might appear because of one of the following problems:

  • You have installed BI Development Studio but you have not installed Integration Services. Running packages outside Business Intelligence Development Studio requires the installation of Integration Services.

  • Your package may be attempting to use advanced components for Analysis Services, data mining, or text mining that are available only in SQL Server Enterprise.

User Action

Install Integration Services

Although installing BI Development Studio lets you design packages, running packages outside the development environment requires the installation of Integration Services. Subject to the terms of your SQL Server licensing agreement, you may be able to run Setup again to add Integration Services to your installation. Integration Services is now a server component and is not redistributable to client computers in the same manner that the components required for SQL Server 2000 Data Transformation Services (DTS) were redistributable.

Install SQL Server Enterprise or SQL Server Developer

If your package is trying to use advanced components for Analysis Services, data mining, or text mining that are available only in SQL Server Enterprise, you can resolve this error by installing SQL Server Enterprise. SQL Server Enterprise requires a server operating system. For development, you can install SQL Server Developer to work with the advanced components.