BizTalk Application delete directly from BizTalk databases:
This is bad approach to delete BizTalk applications directly from BizTalk database. But we are facing challange to delete from BizTalk admin console So changed appoach to delete from databases.
Activity in BizTalkMgmtDb:
Delete application and application’s details from following tables:
- bts_application
- bts_assembly
- bts_item
- bts_itemreference
- bts_orchestration
- bts_receiveport
- bts_sendport
- bts_pipeline
Activity in BizTalkMsgBoxDb:
Delete application from the following tables:
- dbo.Modules
- dbo.Services
Leave a comment