Export Import error 'SSIS Data Flow Task could not be created' ... registering DTSPipeline.dll, cannot create task "STOCK:PipelineTask"
Posted
by
Moin Zaman
on Server Fault
See other posts from Server Fault
or by Moin Zaman
Published on 2010-10-23T06:34:05Z
Indexed on
2014/06/07
15:27 UTC
Read the original article
Hit count: 205
I'm about to throw in the towel on this one.
Running SQL Server 2008 enterprise on Windows 7 x64. Can't get past this issue.
When I try to Import / Export Data from databases through SQL Server Management Studio I get the following Error.
Error:
TITLE: SQL Server Import and Export Wizard
------------------------------
The SSIS Data Flow Task could not be created. Verify that DTSPipeline.dll is available and registered. The wizard cannot continue and it will terminate.
------------------------------
ADDITIONAL INFORMATION:
Cannot create a task with the name "STOCK:PipelineTask". Verify that the name is correct.
({0194F10C-9860-4A4F-AF8B-DE7EFD89859F})
I have tried many solutions found via Google, but none of them have worked.
A side issue that may be related is when I try to create an Integration Services Project in Business Intelligence Studio I get a 'project creation failed' error.
© Server Fault or respective owner