How do you undeploy a BizTalk 2010 ESB 2.1 itinerary?
I can see the EsbImportUtil.exe
in C:\Program Files (x86)\Microsoft BizTalk ESB Toolkit 2.1\Bin
, but there isn't a corresponding undeploy tool.
Or is it a brute force DELETE FROM dbo.Itinerary WHERE XXX
!!
There is no explicit exe provided for undeploying the itineraries. However, you could use a post deployment SQL script that deletes the Itinerary from the database.