MS SQL dts to ssis migration error

Posted by Manjot on Server Fault See other posts from Server Fault or by Manjot
Published on 2010-05-23T22:30:05Z Indexed on 2010/05/23 22:32 UTC
Read the original article Hit count: 404

Hi,

I have migrated some DTS packages to SSIS 2005 using "Migration" wizard. When I tried to run it, it fails saying you need a higher version of SSIS even though the destination SSIS server is on 9.0.4211 level.

then I digged in the package using business intelligence studio and saw that one of the package subtasks is "Transform data task" (the dts version) and the package fails to run that. The storage location for this dts task is set to "Embedded in Task". I didn't touch it.

why didn't it convert this task to an SSIS data flow task?

any help please?

Thansk in advance

© Server Fault or respective owner

Related posts about sql-server-2005

Related posts about sql-server-2000