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

Running the MSI with Exported_ProdSettings file #408

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

"C:\Program Files (x86)\BTDFTutorial for BizTalk\1.0\Deployment\Deployment.btdf proj" (Deploy target) (1) -> (ImportBindings target) -> EXEC : error : Failed to update binding information. [C:\Program Files (x86)\ BTDFTutorial for BizTalk\1.0\Deployment\Deployment.btdfproj] C:\Program Files (x86)\BTDFTutorial for BizTalk\1.0\Deployment\Framework\BizT alkDeploymentFramework.targets(1842,5): error MSB3073: The command "BTSTask.exe ImportBindings -Source:"C:\Program Files (x86)\BTDFTutorial for BizTalk\1.0\De ployment\PortBindings.xml" -ApplicationName:"BTDFTutorial"" exited with code 1. [C:\Program Files (x86)\BTDFTutorial for BizTalk\1.0\Deployment\Deployment.btd fproj]

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[chandra18@3/8/2016] Below is the configuration from Deployment.btdfproj file

Debug x86 1.0 BTDFTutorial 1.0 True True False True True False True True True True False True False True True True True True
tfabraham commented 6 years ago

[chandra18@3/8/2016] Attached is the PortBindings.xml file for your reference.

tfabraham commented 6 years ago

[tfabraham@3/8/2016] The PortBindings.xml that is being generated from your PortBindingsMaster.xml is not valid (BTSTask.exe ImportBindings -Source:"C:\Program Files (x86)\BTDFTutorial for BizTalk\1.0\De ployment\PortBindings.xml" is failing.)

More info about the bindings files here: http://www.tfabraham.com/BTDFDocs/V5_5/WorkingwithBindingsFiles.html

tfabraham commented 6 years ago

[UnknownUser@2/7/2017]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment PortBindingsMaster.xml must be adjusted to produce a valid bindings file.

Reason closed As Designed