File System Task
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
September 13th, 2012 5:18am

Make sure all the connections , COm Objects are all Killed or are set to Nothing after they are used because of this You are getting this error. Regards, ManjunathRV
Free Windows Admin Tool Kit Click here and download it now
September 13th, 2012 5:23am

Thats because the file is still being used by the Data Flow task and hence you cannot move it from within the OnError event handler of the data flow task. Would suggest moving the file archiving process from the OnError event handler to the control flow and use "error precedence constraints" Check this to further your understanding on precedence contraints.http://btsbee.wordpress.com/
September 13th, 2012 5:26am

Thats because the file is still being used by the Data Flow task and hence you cannot move it from within the OnError event handler of the data flow task. Would suggest moving the file archiving process from the OnError event handler to the control flow and use "error precedence constraints" Check this to further your understanding on precedence contraints.http://btsbee.wordpress.com/
Free Windows Admin Tool Kit Click here and download it now
September 13th, 2012 5:30am

Thats because the file is still being used by the Data Flow task and hence you cannot move it from within the OnError event handler of the data flow task. Would suggest moving the file archiving process from the OnError event handler to the control flow and use "error precedence constraints" Check this to further your understanding on precedence contraints. http://btsbee.wordpress.com/ Ensure you maintain a notification(via email or any alternate mechanism) in place as to determine the files which were failed.Please vote as helpful or mark as answer, if it helps Cheers, Raunak | t: @raunakjhawar | My Blog
September 13th, 2012 6:05am

Hi Raunak, I am very new to SSIS,can u please explore how to use notification in SSIS Thanks and Regards Mukesh SIngh
Free Windows Admin Tool Kit Click here and download it now
September 19th, 2012 6:21am

Check this to get you started on how to send mail notifications on error.http://btsbee.wordpress.com/
September 19th, 2012 6:44am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics