Hello, not sure if SSIS can move files when integrated into the Integrated Service Catalog. Back story is I have madepackages for Server 2016 whereit imports .csv files and updates the data in to SQl and then moves the files that have been processed to a 'Done'folder. All good.
We have a SQL server that is running 2012 and I incorrectly tried to make a package in VS2017. Oops didn't work with angry errors! After looking up I found that I needed to create the package on Visual Studio 2010 0r 2012 to be able to integrate it to the Services Catalog.
I did this and made sure that I created it from scratch. Also worth noting that you need SSMS 2012 version to integrate it as that can go wrong if you use a later version. I am currently using 11.0.2100.60 which integrated the package perfectly. Good show!
I can run the package by right clicking...