MSDTC error code 0x8004D02A
Hace varios días, he venido trabajando en lograr la comunicación entre Biztalk y un servidor SQL Server, para esto, use un Receive Location que recibía un XML y lo insertaba en la base de datos por medio de un Send Port usando el adaptador WCF-SQL Adapter, al momento de la prueba me genero el siguiente error "The MSDTC transaction manager was unable to push the transaction to the destination transaction manager due to communication problems. Possible causes are: a firewall is present and it doesn't have an exception for the MSDTC process, the two machines cannot find each other by their NetBIOS names, or the support for network transactions is not enabled for one of the two transaction managers. (Exception from HRESULT: 0x8004D02A)" Lo primero que hice fue comprar la configuración y comunicación del DTC con la herramienta DTCPing y al ver que la conectividad entre ambos servidores era exitosa, pase a la configuración del a...