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

Issue with installing the MSI package generated through BTDF 5.6 #410

Closed tfabraham closed 6 years ago

tfabraham commented 6 years ago

I am new to BTDF and have read the blogs of Thomas Abraham.

I have generated a MSI package through BTDF 5.6 and I also have SettingsFile Generator and PortBindingsMaster XML files.

When i Install the package i am getting 2 errors

Cannot update Send Port XX Cannot Update Transmport XX

The Following items could not be matched up to hosts due to name and/or Trust level mismatches

Item : 'HTTP' Host : 'BizTalkSend' Trust level : 'Trusted'

Please help.

Attachments

BTDF.jpg

This work item was migrated from CodePlex

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

tfabraham commented 6 years ago

[tfabraham@3/22/2016] Hi -- this is not a Deployment Framework issue. It's a mismatch between your bindings file (PortBindings.xml, typically generated from PortBindingsMaster.xml) and your BizTalk group configuration. This can happen if you make a host trusted but the bindings file expects untrusted, as one example.

tfabraham commented 6 years ago

[Nivi241990@3/23/2016] This is due to the Trusted Host instances which I created is not added as a handler into the Adapter in which the send port is using.

tfabraham commented 6 years ago

[UnknownUser@3/28/2016]

tfabraham commented 6 years ago

Issue closed by tfabraham with comment Bindings file/configuration issue

Reason closed Not BTDF