Import Biztalk Assembly from file fails

Home Page Forums BizTalk 2004 – BizTalk 2010 Import Biztalk Assembly from file fails

Viewing 1 reply thread
  • Author
    Posts
    • #13414

      On Import Biztalk Assembly from file, i get the error:

      Failed updating binding information. BindingException: Could not validate TransportTypeData or Address properties for Primary Transport of Send Port ‘GetInfo’. Exception from HRESULT: 0x80131500

      The PRIMARY TRANSPORT node in the xml binding file for this port is like this:

      – <PrimaryTransport>
      <Address>SQL://MYSERVER/MYDB/</Address>
      <TransportType Name=\”SQL\” Capabilities=\”15627\” ConfigurationClsid=\”6e688659-1374-4f37-90dc-40cb6dd3c73d\” />
      <TransportTypeData><CustomProps><AdapterConfig vt=\”8\”>&lt;Send xmlns:xsd=\”http://www.w3.org/2001/XMLSchema\” xmlns:xsi=\”http://www.w3.org/2001/XMLSchema-instance\”&gt;&lt;connectionString&gt;Provider=SQLOLEDB.1;Password=mypassword;Persist Security Info=True;User ID=sa;Initial Catalog=MYDB;Data Source=MYSERVER&lt;/connectionString&gt;&lt;outputRootElementName&gt;receiveMainSpecs&lt;/outputRootElementName&gt;&lt;documentTargetNamespace&gt;http://DOMAIN.BPA&lt;/documentTargetNamespace&gt;&lt;uri&gt;SQL://MYSERVER/MYDB/&lt;/uri&gt;&lt;/Send&gt;</AdapterConfig></CustomProps></TransportTypeData&gt;
      <RetryCount>3</RetryCount>
      <RetryInterval>5</RetryInterval>
      <ServiceWindowEnabled>false</ServiceWindowEnabled>
      <FromTime>2004-10-19T00:00:00.0000000-04:00</FromTime>
      <ToTime>2004-10-19T23:59:59.0000000-04:00</ToTime>
      <Primary>true</Primary>
      <OrderedDelivery>false</OrderedDelivery>
      </PrimaryTransport>

      The credentials for SQL connection are correct. Any suggestions?

    • #13415

      Well i dont know how you created the binding file and did you modify it after creating it.The only solution i would tell you to try is delete the send port.Create a new binding file through wizard. Edit this file in notepad,rename the password and then try importing it. I may not check this forum regularly,so better mail me.

      Regards
      NISHIL
      http://biztalkblogs.com/nishil/default.aspx

      • #13416

        There is also this KB article, describing a similar problem

        [url]http://support.microsoft.com/?kbid=843543[/url]

        • #13417

          And here:
          [url]http://www.winterdom.com/weblog/PermaLink,guid,496.aspx[/url]

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