BTDF Error-BizTalk 2013 , BTDF V6.0(Beta)

Hello ,

I have a situation here , I don't know if I am doing anything wrong or there is any issue with the deployment Framework. Initially I created a deployment package and I deployed and everything went good. I wanted to changed some values in the spreadsheet so I changed and then deleted the old application and again compiled and deployed the solution. This time also I didn't get any error but the changes which I made didn't even get updated. Initially when we deploy the solution ,in the deployment folder there will be one more additional File called"Port Bindings" which will be used in BizTalk , when I tried to open that in Notepad the changed which I made didn't even get updated into it.Now what I did is deleted the portbinding file from the folder not the portbindingmaster.Now VS shoots out a error that it cannot find the Portbinding file from the folder actually it should create a new one when I delete the old one.

September 1st, 2015 5:35pm

Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 5:37pm

Hi Ashwanth,

You only have PortBindingsMaster.xml in the deployment project and the Portbinding file will be automatically created when you set the below property in the.btdfproj file.

  <UsingMasterBindings>true</UsingMasterBindings>
    <IncludeMessagingBindings>true</IncludeMessagingBindings>

I guess you are missing the above tags in your deployment project file.

Cheers

September 1st, 2015 6:29pm

Hi Ashwin,

You can check for the below property if you are importing bindings.

UsingMasterBindings should be true.

<UsingMasterBindings>true</UsingMasterBindings>
<IncludeMessagingBindings>true</IncludeMessagingBindings>

Thanks, SMSVikasK




  • Edited by SMSVikasK 6 hours 54 minutes ago
  • Proposed as answer by SMSVikasK 6 hours 54 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 7:09pm

Hi Ashwin,

You can check for the below property if you are importing bindings.

UsingMasterBindings should be true.

<UsingMasterBindings>true</UsingMasterBindings>
<IncludeMessagingBindings>true</IncludeMessagingBindings>

Thanks, SMSVikasK




  • Edited by SMSVikasK Wednesday, September 02, 2015 12:10 AM
  • Proposed as answer by SMSVikasK Wednesday, September 02, 2015 12:11 AM
September 1st, 2015 11:05pm

Hi Ashwin,

You can check for the below property if you are importing bindings.

UsingMasterBindings should be true.

<UsingMasterBindings>true</UsingMasterBindings>
<IncludeMessagingBindings>true</IncludeMessagingBindings>

Thanks, SMSVikasK




  • Edited by SMSVikasK Wednesday, September 02, 2015 12:10 AM
  • Proposed as answer by SMSVikasK Wednesday, September 02, 2015 12:11 AM
  • Marked as answer by Ashwanth14 13 hours 55 minutes ago
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 11:05pm

Hi Ashwin,

You can check for the below property if you are importing bindings.

UsingMasterBindings should be true.

<UsingMasterBindings>true</UsingMasterBindings>
<IncludeMessagingBindings>true</IncludeMessagingBindings>

Thanks, SMSVikasK




  • Edited by SMSVikasK Wednesday, September 02, 2015 12:10 AM
  • Proposed as answer by SMSVikasK Wednesday, September 02, 2015 12:11 AM
  • Marked as answer by Ashwanth14 Thursday, September 03, 2015 5:09 PM
September 1st, 2015 11:05pm

Hi Ashwin,

You can check for the below property if you are importing bindings.

UsingMasterBindings should be true.

<UsingMasterBindings>true</UsingMasterBindings>
<IncludeMessagingBindings>true</IncludeMessagingBindings>

Thanks, SMSVikasK




  • Edited by SMSVikasK Wednesday, September 02, 2015 12:10 AM
  • Proposed as answer by SMSVikasK Wednesday, September 02, 2015 12:11 AM
  • Marked as answer by Ashwanth14 Thursday, September 03, 2015 5:09 PM
Free Windows Admin Tool Kit Click here and download it now
September 1st, 2015 11:05pm

Hi Ashwin,

You can check for the below property if you are importing bindings.

UsingMasterBindings should be true.

<UsingMasterBindings>true</UsingMasterBindings>
<IncludeMessagingBindings>true</IncludeMessagingBindings>

Thanks, SMSVikasK




  • Edited by SMSVikasK Wednesday, September 02, 2015 12:10 AM
  • Proposed as answer by SMSVikasK Wednesday, September 02, 2015 12:11 AM
  • Marked as answer by Ashwanth14 Thursday, September 03, 2015 5:09 PM
September 1st, 2015 11:05pm

Below is the property group I have mentioned and still it shows that "

Could not find file 'C:\Users\AL\Documents\Visual Studio 2013\Projects\xyz.Integration.tr\Deployment\PortBindings.xml'.

<PropertyGroup>
    <Configuration Condition="'$(Configuration)' == ''">Debug</Configuration>
    <Platform Condition="'$(Platform)' == ''">x86</Platform>
    <SchemaVersion>1.0</SchemaVersion>
    <ProjectName>Brightstar.Integration.truthff</ProjectName>
    <ProjectVersion>1.0</ProjectVersion>
    <IncludeSSO>False</IncludeSSO>
    <UsingMasterBindings>True</UsingMasterBindings>
    <RequireXmlPreprocessDirectives>False</RequireXmlPreprocessDirectives>
    <ApplyXmlEscape>True</ApplyXmlEscape>
    <IncludeOrchestrations>false</IncludeOrchestrations>
    <IncludeTransforms>false</IncludeTransforms>
    <EnableXmlPreprocess>false</EnableXmlPreprocess>
    <SkipIISReset>true</SkipIISReset>
    <IncludeMessagingBindings>True</IncludeMessagingBindings>
  </PropertyGroup>

Free Windows Admin Tool Kit Click here and download it now
September 2nd, 2015 9:38am

Hi,

Are you using the Environment Configuration file for different environments? Do you have tags in the PortBindingMaster for the configuration properties?

If yes then set the following property to true as well:

<EnableXmlPreprocess>true</EnableXmlPreprocess>


Rahul

September 2nd, 2015 5:15pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics