views:

172

answers:

1

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...

+1  A: 

Raj,

I would take a look at using ACKs and NACKs as a way to guarantee delivery in BizTalk. Here's a great starting point. Also look here.

Bryan Corazza