Sql – sp_FuzzyLookupTableMaintenanceInstall not found while running SSIS package

oledbsqlssis

I have an error while running a SSIS package:

DTS_E_OLEDBERROR. An OLE DB Error has ocurred…..
"Could not find stored procedure sys.sp_FuzzyLookupTableMaintenanceInstall"

I connect to to my db and I´m able to find the stored procedure.

sp_FuzzyLookupTableMaintenanceInstall
sys assembly stored procedure 2008-11-24 14:23:08.930

I don´t know what it is happening.

I Have Installed:
Microsoft SQL Server Management Studio 9.00.4035.00
Microsoft Analysis Services Client Tools 2005.090.4035.00
Microsoft Data Access Components (MDAC) 2000.086.3959.00 (srv03_sp2_rtm.070216-1710)
Microsoft MSXML 2.6 3.0 4.0 6.0
Microsoft Internet Explorer 6.0.3790.3959
Microsoft .NET Framework 2.0.50727.3082
Operating System 5.2.3790

Thanks for your support!

Best Answer

Worth a very quick check: Which edition of SQL Server is it running on? Fuzzy lookup one of the enterprise only feature I am thinking.

Related Topic