Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SSIS and Import/Export (2005)
 Move File Task Bugged?

Author  Topic 

Johnph
Posting Yak Master

103 Posts

Posted - 2014-05-08 : 11:00:16
I have a move file task for a For Loop, it doesnt work on one package, but when I copy and paste it to another package it works.

I want to move a file to \\PATH1
but it moves it to \\PATH2 even when path2 doesnt exist in the loop (expressions checked).

When I copy and paste the task to a new package, it works fine.

Is the metadata screwed or do I have to do something?

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2014-05-09 : 05:22:00
see if you've set a configuration in the package. If yes check the config file/table it points to and make sure value mapped for file path property is \\PATH1

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/
https://www.facebook.com/VmBlogs
Go to Top of Page
   

- Advertisement -