Distributed Transaction Error

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

  1. #1

    Default Distributed Transaction Error

    Hi there
    We have a asp page in which we are making some update calls connecting
    to SQL Server 2000.
    it's been done by transaction(@Transaction=......).
    Web Sever and Db Server are separated
    The web Sever is domain controller.
    The db Server is stand alone.


    the strange part is this
    was working fine with the directive given in the page till last week
    monday.

    Since then it is giving this error when we try to display this page.
    Then we
    tried out by removing this directvie ...strangely its works fine.


    I pinged each other by name. it was working well.


    I do not understand what the problem is ... please somebody help me



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

  2. Similar Questions and Discussions

    1. Distributed Transaction in different web services
      Hello All We have 3 differen services (in 3 different server) Service A,B,C . We want to implement distributed transaction when call methods of B...
    2. COM+ unable to talk to Microsoft Distributed Transaction Coordinator
      I have a Windows 2003 Server machine on which I am getting the following error, when I try to access the COM+ Applications. "An error occured...
    3. 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...
    4. Transaction Error
      Hi, I am working on ASP 3.0 with MS SQL 2000. We have an online registration form where in once the information is submitted (along with credit...
    5. SIMULATING DISTRIBUTED TRANSACTION FAILURE
      Hi all, has anybody ever simulated a distributed transaction failure? I would like to make some test, and in order to have the views...
  3. #2

    Default Re: Distributed Transaction Error

    What is the *exact* error that you are seeing?

    Cheers
    Ken


    "dh kim" <dh7176@chol.com> wrote in message
    news:eppZ0padDHA.3232@TK2MSFTNGP10.phx.gbl...
    : Hi there
    : We have a asp page in which we are making some update calls connecting
    : to SQL Server 2000.
    : it's been done by transaction(@Transaction=......).
    : Web Sever and Db Server are separated
    : The web Sever is domain controller.
    : The db Server is stand alone.
    :
    :
    : the strange part is this
    : was working fine with the directive given in the page till last week
    : monday.
    :
    : Since then it is giving this error when we try to display this page.
    : Then we
    : tried out by removing this directvie ...strangely its works fine.
    :
    :
    : I pinged each other by name. it was working well.
    :
    :
    : I do not understand what the problem is ... please somebody help me
    :
    :
    :
    : *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
    : Don't just participate in USENET...get rewarded for it!


    Ken Schaefer 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