How do you undeploy a BizTalk ESB itinerary?

399 Views Asked by At

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

2

There are 2 best solutions below

0
On

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.

0
On

There is no executable within ESB folder to undeploy your Itinerary, basically EsbImportUtil utility was created to deploy your Itinerary on a server doesn't run Visual studio, and because ESB is just a toolkit, they have not thought about undeploying