|
 |
asp_components thread: MTS Components not Resolved Yet!!!
Message #1 by "Umair" <umair_devil@h...> on Tue, 19 Dec 2000 09:40:13 -0000
|
|
The Component I made is actually getting saving and updating values in
database.I also included the Component in MMC.
I used TRANSACTION=Required on the top of ASP pages.
when i compiled asp page First It gave errors of MSDTC. I then removed
this error by using .begintrans .committrans etc and so this problem was
solved. But it was out of the Frying pan into the fire.
Then the following error started coming.
ADODB.Connection error '800a0e78'
Operation is not allowed when the object is closed.
/ASPTrans/trans.asp, line 34 Unable to complete the Transaction
When I remove TRANSACTION=Required from the top of the ASP page and then
compile; it the page and the component works perfectly. But I want it to
use it with MTS. I dont know which object is closed and why is this not
working. Please give detail suggestions.
Umair
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com
Message #2 by "Harsh Nandu" <harsh_stgil@h...> on Wed, 20 Dec 2000 07:13:53 -0000
|
|
Check if your MS DTC service is on.
>From: "Umair" <umair_devil@h...>
>Reply-To: "ASP components" <asp_components@p...>
>To: "ASP components" <asp_components@p...>
>Subject: [asp_components] MTS Components not Resolved Yet!!!
>Date: Tue, 19 Dec 2000 09:40:13 -0000
>
>The Component I made is actually getting saving and updating values in
>database.I also included the Component in MMC.
> I used TRANSACTION=Required on the top of ASP pages.
>when i compiled asp page First It gave errors of MSDTC. I then removed
>this error by using .begintrans .committrans etc and so this problem was
>solved. But it was out of the Frying pan into the fire.
>Then the following error started coming.
>
>ADODB.Connection error '800a0e78'
>
>Operation is not allowed when the object is closed.
>
>/ASPTrans/trans.asp, line 34 Unable to complete the Transaction
>
>
>
>When I remove TRANSACTION=Required from the top of the ASP page and then
>compile; it the page and the component works perfectly. But I want it to
>use it with MTS. I dont know which object is closed and why is this not
>working. Please give detail suggestions.
>
>
>Umair
>
---
http://www.asptoday.com - the leading site for timely,
in-depth information for ASP developers everywhere.
---
You are currently subscribed to asp_components as: $subst('Recip.EmailAddr')
To unsubscribe send a blank email to leave-asp_components-$subst('Recip.MemberIDChar')@p2p.wrox.com
|
|
 |