I have two different packages that load data from flat files into SQL Server tables. Once its done there is a file system task that renames the file to a different location. I deployed the package and scheduled the job using SSMS. Yesterday the job did not fail but neither the files were copied to the Archive folder. When i tried to run the package manually i am getting the following error:
[File System Task] Error: An error occurred with the following error message: "Access to the path is denied."
Another thing is both the packages rename the files to different locations and only one package is not renaming the files to the Archive location. I have same level of security on both the folders for both the packages.
Please see the attached settings of the file system task
Thanks
.