BTDF / DeploymentFramework

The Deployment Framework for BizTalk is the most powerful and customizable, yet easy-to-use toolkit for deploying and configuring your BizTalk solutions.
MIT License
53 stars 24 forks source link

Feature: Set status of ESB itineraries #200

Open tfabraham opened 7 years ago

tfabraham commented 7 years ago

With the item, it would be good if you could optionally specify if the itinerary should be set to a status of "Published". Currently all itineraries are set to a status of "Deployed".

This work item was migrated from CodePlex

CodePlex work item ID: '8040' Vote count: '1'

tfabraham commented 7 years ago

[tfabraham@3/22/2011] Actually, it just follows whatever you configured in the Itinerary Designer. If you look at the Properties in the designer on the main design surface, you'll find the status. Just switch it to Deployed and export to XML. Please confirm if that takes care of it for you. Thanks!

tfabraham commented 7 years ago

[charliemott@3/23/2011] Hi Tom,

In Visual Studio, while the Database Itinerary Exporter give you the ability to set a status property, the XML Itinerary Exporter does not. When uploading an interary xml file using the EsbImportUtil utility (see: See: http://msdn.microsoft.com/en-us/library/ee384245(v=bts.10).aspx), you set the status using the /c: paramerter.

So the command line can be: EsbImportUtil /f:myitinerary.xml /c:published EsbImportUtil /f:myitinerary.xml /c:deployed

Charlie

tfabraham commented 7 years ago

[tfabraham@3/23/2011] Got it, I misinterpreted the original request in relation to the current behavior. I could add a Status metadata item to the EsbItineraries element.

tfabraham commented 7 years ago

[UnknownUser@10/20/2011]

tfabraham commented 7 years ago

[UnknownUser@2/21/2013]