Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. MSDTC - TransactionManagerCommunicationException

MSDTC - TransactionManagerCommunicationException

Scheduled Pinned Locked Moved C#
helpdatabasesysadmin
2 Posts 1 Posters 1 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    dodoxor
    wrote on last edited by
    #1

    Hello, i've implemented an application that read from a local db and write on a server db using a transaction scope. When I try to commit the transaction i receive an exception error : System.Transactions.TransactionManagerCommunicationException: Impossible to comunicate with transaction manager...System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL ... in System.Transactions.Oletx.IDtcProxyShimFactory.ReceiveTransaction(UInt32 propgationTokenSize, Byte[] propgationToken, IntPtr managedIdentifier, Guid& transactionIdentifier, OletxTransactionIsolationLevel& isolationLevel, ITransactionShim& transactionShim) in System.Transactions.TransactionInterop.GetOletxTransactionFromTransmitterPropigationToken(Byte[] propagationToken) I've enabled MSDTC on client and server but something is wrong. Please help if you know the solution. Thanks in advance

    D 1 Reply Last reply
    0
    • D dodoxor

      Hello, i've implemented an application that read from a local db and write on a server db using a transaction scope. When I try to commit the transaction i receive an exception error : System.Transactions.TransactionManagerCommunicationException: Impossible to comunicate with transaction manager...System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL ... in System.Transactions.Oletx.IDtcProxyShimFactory.ReceiveTransaction(UInt32 propgationTokenSize, Byte[] propgationToken, IntPtr managedIdentifier, Guid& transactionIdentifier, OletxTransactionIsolationLevel& isolationLevel, ITransactionShim& transactionShim) in System.Transactions.TransactionInterop.GetOletxTransactionFromTransmitterPropigationToken(Byte[] propagationToken) I've enabled MSDTC on client and server but something is wrong. Please help if you know the solution. Thanks in advance

      D Offline
      D Offline
      dodoxor
      wrote on last edited by
      #2

      I've resolved. The client open a comunication with the server. Then close the comunication and wait. The server open a new comunication(with a dinamic port number) with the client and try to send information. So if on the client there's a firewall that block msdtc.exe process the comunication failed. So to resolve create a specific rule for the msdtc.exe process on client. Bye.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups