AX 2012 - AIF - Inbound Port - FileSystem adapter - Inbound Transform problem

Hi,

I have setup an AIF inbound port using the filesystem adapter with inbound transform. For the transform I use a .NET assembly developed by me.

The input file is a CSV file and the transform library transform the CSV to a valid XML message in order to create a sales order. My problem is that I generate exceptions on the transform library which I can visualice later on the Exceptions form of AIF.

But when my original CSV file is processed the file dissapear for the inbound folder and after an exception I can not find the way to move this file to a folder or to visualice the original CSV file in the Queue Manager.

What do you think I should do in this case to be able to make something easy for the final user to identify and reprocess failed CSV messages??

Thanks