Error message when you try to edit the connection manager for a migrated package in SQL Server 2005: "The specified provider is not supported" (915189)



The information in this article applies to:

  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Workgroup


SYMPTOMS

Consider the following scenario. You migrate a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to a SQL Server 2005 Integration Services (SSIS) package. You open the migrated package by using Business Intelligence Development Studio, and then try to edit the connection manager for the SSIS package. In this scenario, you receive the following error message:
The specified provider is not supported. Please choose different provider in connection manager.
Note You can execute the migrated package correctly. No data loss or data corruption occurs.

CAUSE

This problem occurs when you migrate a DTS package that contains ODBC connections, and the SQL Server 2005 Package Migration Wizard migrates ODBC connections to use the native ODBC provider.

WORKAROUND

You can execute the package correctly. However, if you want to edit the connection manager in Business Intelligence Development Studio, you must delete the connection manager, and then manually create a new connection manager for the migrated package.

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

Modification Type:MajorLast Reviewed:3/14/2006
Keywords:kbsql2005ssis kbExpertiseAdvanced kbprb KB915189 kbAudDeveloper kbAudITPRO