Connection to Transaction Manager failed

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Connection to Transaction Manager failed

    I am using <%@ transaction=required %> at the top of my
    ASP page, then doing several very straightforward ADO
    updates to a SQL Server database in the one transaction in
    the page. I don't do any explicit CommitTrans etc, as I
    understand that MTS then handles the transaction
    committing it when the page is finished executing. Most of
    the time this works fine, but every now and then the error
    message "Provider Error '8004d10c' - connection to the
    transaction manager failed" is generated. The only way I
    have found to get out of this is to reboot the server, not
    the ideal solution!!
    Does anyone know why this is happening? My current
    solution is to change all my data access to stored
    procedures and explicitly handle my transaction processing
    there, giving up on the ASP transaction directive.
    Debra McCarney Guest

  2. Similar Questions and Discussions

    1. CF5 Sybase - data access manager failed to initialize
      On our Solaris Test server running CF5 we have Native Driver connections to several test Sybase servers. During testing, our connections all work,...
    2. Error: Cannot create new connection because in manual or distributed transaction mode
      Luke, The first & second SP's both return a Scope_Identity() value for the record that the SP Inserts. However, I ignore the first one, but...
    3. [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectAttr failed
      I have error handling in my application and I get this error message immediately after the conn.open call to an Oracle db... The only reason I...
    4. CLI connection failed. SQL30082N Attempt to establish connection failed with security reason "24"
      Hi, have you found the failure? Because I'm now in the same situation and don't know how to go on??? :( Thanks Originally posted by Prince...
    5. service connection manager
      After setting up and logging on to a user account, I get a message that "SCMan" (service connection manager) is not running or access is denied. I...
  3. #2

    Default RE: Connection to Transaction Manager failed

    Hi Debra

    I did some research on the error and saw some cases which were resolve
    by the following article

    814119 FIX: RPC Bug Causes Threads to Stop Responding in ASP/COM+
    Applications
    [url]http://support.microsoft.com/?id=814119[/url]

    You did not mention what operating system you are running but if this is
    the issue that you are running into the article mentions that this is fixed
    in SP4 for Windows 2000. If you are unable to test this and need want to
    get the hotfix you will need to contact our Product Support 800-936-5800
    who will verify the exact problem and supply the hotfix accordingly.

    HTH

    "This posting is provided "AS IS" with no warranties, and confers no
    rights. You assume all risk for your use. © 2002 Microsoft Corporation. All
    rights reserved."

    Richard Marr
    Microsoft IIS Support Professional

    Richard Marr Guest

  4. #3

    Default RE: Connection to Transaction Manager failed

    I have checked with the Systems Administrator and we are indeed running
    Windows 2000 SP3. He is currently awaiting SP4, so I am hoping that will
    solve the problem. Thanks for your advice.

    Debra McCarney
    Systems Consultant
    DBR Group Pty Ltd

    *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    Don't just participate in USENET...get rewarded for it!
    Debra McCarney Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139