"DTS package BAM_DM_InterchangeStatusActivity already exists"
Its because the EDI/AS2 Data Transformation Services (DTS) packages are not automatically removed from SQL Integration Services after you unconfigure the EDI/AS2 Runtime feature (when you uninstalled).
Simple solution is to use the Bm.exe utility from the command prompt to remove the DTS packages:
(Note: If your BizTalk is not installed in the default folder i.e. "C:\Program Files\Microsoft BizTalk Server 2006" replace this string with the folder where your R2 is installed)
Go to BizTalk Server Configuration and configure the BizTalk EDI/AS2 Runtime again and Apply configuration. Look at the following article for more details:
http://support.microsoft.com/kb/939549
PingBack from http://msdnrss.thecoderblogs.com/2007/08/26/error-re-configuring-edias2-on-biztalk-2006-r2/
Thank you!
This fix works for re-configuring BizTalk 2009 aswell.
With BizTalk Server 2009 (upgraded from BTS 2006), it did work after this additional step:
4. Bm.exe remove-all -DefinitionFile:"C:\Program Files\Microsoft BizTalk Server 2006\AS2ResendActivityDefs.xml"
Thanks for sharing the above informations folks..