Microsoft KB Archive/936728

From BetaArchive Wiki
Knowledge Base


FIX: Error message when you run a SQL Server 2005 Integration Services (SSIS) package that contains a Fuzzy Lookup transformation: "System.Data.SqlClient.SqlException Error number 8101 is invalid"

Article ID: 936728

Article Last Modified on 7/3/2007



APPLIES TO

  • Microsoft SQL Server 2005 Developer Edition
  • Microsoft SQL Server 2005 Enterprise Edition
  • Microsoft SQL Server 2005 Standard Edition
  • Microsoft SQL Server 2005 Standard X64 Edition
  • Microsoft SQL Server 2005 Standard Edition for Itanium-based Systems
  • Microsoft SQL Server 2005 Enterprise X64 Edition
  • Microsoft SQL Server 2005 Enterprise Edition for Itanium-based Systems



Bug #: 50001232 (SQL Hotfix)

SYMPTOMS

Consider the following scenario. You create a Microsoft SQL Server 2005 Integration Services (SSIS) package in Business Intelligence Development Studio. The SSIS package contains a Fuzzy Lookup transformation in a data flow task. The Fuzzy Lookup transformation references a table that has an identity column. In the Fuzzy Lookup Transformation Editor dialog box, you click to select the Maintain stored index check box. In this scenario, you receive the following error message when you run the SSIS package:

A .NET Framework error occurred during execution of user-defined routine or aggregate "sp_FuzzyLookupTableMaintenanceInstall": System.Data.SqlClient.SqlException:
Error number 8101 is invalid. The number must be from 13000 through 2147483647 and it cannot be 50000.

If you use SQL Server Profiler to trace this problem when you run the SSIS package, you may also receive the following error message:

Error: 8101, Severity: 16, State: 1
An explicit value for the identity column in table 'tg_DataCleaningMaintenance_PendingInsert__20070402_000000_44253c70-4e6a-4f13-bf24-30c3c793d875' can only be specified when a column list is used and IDENTITY_INSERT is ON.

RESOLUTION

Cumulative update information

To resolve this problem, obtain cumulative update package 2 for SQL Server 2005 Service Pack 2 (build 3175). For more information about how to obtain cumulative update package 2 for SQL Server 2005 Service Pack 2 (build 3175), click the following article number to view the article in the Microsoft Knowledge Base:

936305 Cumulative update package 2 for SQL Server 2005 Service Pack 2 is available


STATUS

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

Keywords: kbsql2005ssis kbexpertiseadvanced kbfix kbpubtypekc kbqfe kbhotfixserver KB936728