Deployment Problem

Home Page Forums BizTalk 2004 – BizTalk 2010 Deployment Problem

Viewing 1 reply thread
  • Author
    Posts
    • #14188

      Experts,

      I have got a headache with this deployment problem. I have 2 Biztalk App Server + 1 SQL Server Configuration and I am trying to deploy an assembly on the primary Biztalk app box. There is a port in the assembly which talks with an Oracle database on a remote Oracle server (in the same subnet). The binding file has got the following TransportTypeData for the Port:

      <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;Data Source=ABC.WORLD;User Id=BizTalk;Password=password;&lt;/connectionString&gt;&lt;uri&gt;Oracle://&lt;/uri&gt;&lt;TransactionSupport&gt;None&lt;/TransactionSupport&gt;&lt;/Send&gt;</AdapterConfig></CustomProps></TransportTypeData>

      This has got the actual password and I am able to connect to the oracle database from Biztalk boxes but while deploying, I get the following error

      Failed updating binding information. BindingException: Could not validate TransportTypeData or Address properties for Primary Transport of Send Port ‘TransactionOracleAdapter’. The system cannot find the file specified

      I have checked the MSDTC SEcurity settings and I have got the following checked on both biztalk boxes
      – Network DTC Access
      – Allow Remote Client
      – Allow Remote Admin
      – Allow Inbound
      – Allow Outbound
      – Enable XA Transactions
      and the DTS Logon Account is NT Authority\\Network Services

      Anybody has got any idea what else I might look into.

      Thanks…….

    • #14189

      I was able to solve it myself. A dll named Microsoft.Biztalk.CoreAdapterMgmt.dll was missing from the GAC. It was needed by the Oracle adapter.

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