Configuring MSMQ adapter from binding file

Home Page Forums BizTalk 2004 – BizTalk 2010 Configuring MSMQ adapter from binding file

Viewing 1 reply thread
  • Author
    Posts
    • #21163

      Starter with BizTalk, so apologies if this is an well known query …

      I’m setting up a solution to deploy, driven by a batch file so it’s reproducible

      – I’ve got a binding file that works but I’ve now added on my MSMQ adapters

      – works on my local machine, but I’ve found I have to add a userid and password to get it to work on the actual server

         – it’s in the domain, my virtual dev machine is just workgroup

      Is there someway to add the userid and password to the file ?

        – seems unlikely as that’d have the password in clear text, but what’s the solution

        – I sort of think something w.r.t. SSO, but that is an area I’ve not been near

    • #21169

      I got an answer from over at StackOverflow …

       

      http://stackoverflow.com/questions/269725/biztalk-msmq-userid-and-password-in-a-bindings-file#270409

      from David Hall …

      What you are looking for in your binding file is the
      <TransportTypeData> element of your MSMQ send port. This contains
      all of your adapter config information as encoded data.

      Within that element there is a userName and password section. The
      password will be masked out with asterisks. Put the password for the
      environment there and import the binding.

      The part of the encoded data with username and password will look something like below:

      &amp;lt;userName&amp;gt;YourUserName&amp;lt;/userName&
      amp;gt;&amp;lt;password&amp;gt;**&amp;lt;/password&amp;gt;

Viewing 1 reply thread
  • The forum ‘BizTalk 2004 – BizTalk 2010’ is closed to new topics and replies.