hey guys i am a newbie when it comes to biztalk
how do i enable a file by file ftp transfer job on biztalk where biztalk acknowledges for every file transfer whether it was a success or failure
i also need to update my db with boolean values for each file (1 for success, 0 for failure)
so how can i enable some sort of transaction with biztalk where either both (ftp + db) is successful or both fail...