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\”><Send xmlns:xsd=\”http://www.w3.org/2001/XMLSchema\” xmlns:xsi=\”http://www.w3.org/2001/XMLSchema-instance\”><connectionString>Data Source=ABC.WORLD;User Id=BizTalk;Password=password;</connectionString><uri>Oracle://</uri><TransactionSupport>None</TransactionSupport></Send></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…….