I have created a Biztalk orchestration that receives an XML and transforms it into the appropriate format before it calls the SQL adapter and sends the message to the sproc and gets a response. Now the wierd part is when I execute it, the sproc is called multiple times. And it inserts multiple lines of the same record. Is there some setting I need to turn off to prevent it from calling multiple times? If so where can I find it? I'm new at this and have not had a lot of time to work on Biztalk. Your help will be much appreciated. Thank you.