Hi
I m working on a simple SSIS package in which i m reading xml files from folders ,then import it in database,after import i just delete processed file,i want to move the faulty file that is not readable into separate folder,i m using Onerror event of the Dataflow task but i m facing the following issue.
[File System Task] Error: An error occurred with the following error message: "The process cannot access the file because it is being used by another process.".
Thanks
Mak