Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

SSIS move file task is erroring out.

$
0
0
All,I've got a package that downloads Excel files from an FTP site then loads them to a table in SQL Server at at the end archives the files to another folder.I've written packages like this hundreds of times, and in fact have similar packages running here now.However with this particular package the archive task is failing with the error "The parameter is incorrect".I've compared it to other similar packages and the set up is the same.I'm at a loss as to what could be causing this.I've got source, archive and filename as variables, and the foreachfile container works fine and loops through the files with no issues. It's simply the move file task that fails.Here are some screen shots for clarity's sake:Variables:[img]http://i.imgur.com/9LvVZoM.png[/img]ForeachFile containier:[img]http://i.imgur.com/PeJyhIt.png[/img][img]http://i.imgur.com/Gc6uGRO.png[/img]Move File:[img]http://i.imgur.com/7JNNRSf.png[/img]

Viewing all articles
Browse latest Browse all 3145

Trending Articles