SQL Server 2008 Developer x64 SP1 on Windows 7 Ultimate x64. VS 2008 BIDS SSIS project.
SSIS package containing a Data Flow Task which contains a Fuzzy Lookup Transform.
Running in debugger, pipeline fills up (components upstream turn yellow and records flowing down pipeline) and then just when the data reaches the Fuzzy Lookup, a DOS box briefly flashes and everything just stops.
The Execution Results tab shows that the last entry for Fuzzy Lookup transform is "Information: Execute phase is beginning", followed by an entry saying the package '<name>' has been canceled.
Anybody have some ideas on what this might be or how to best troubleshoot it?
Thanks