Account Options

  1. Sign in
Google Groups Home
« Groups Home
TransactionScope - Unable to get error message (6106)
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
BigLuzer  
View profile  
 More options May 8 2007, 10:46 am
Newsgroups: microsoft.public.dotnet.framework.adonet
From: BigLuzer <biglu...@gmail.com>
Date: 8 May 2007 07:46:32 -0700
Local: Tues, May 8 2007 10:46 am
Subject: TransactionScope - Unable to get error message (6106)
hi

using the new TransactionScope class in .NET 2.0, we occasionally get
an "Unable to get error message (6106) message" returned from .net,
after (it seems) 60 seconds.

we are connecting to Oracle 9.2.0.5 database, with the same version
client.

it happens approx 10% of the time.

has anyone else seen this?
google turned up nothing...

thanks
cj


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BigLuzer  
View profile  
 More options May 8 2007, 10:51 am
Newsgroups: microsoft.public.dotnet.framework.adonet
From: BigLuzer <biglu...@gmail.com>
Date: 8 May 2007 07:51:13 -0700
Local: Tues, May 8 2007 10:51 am
Subject: Re: TransactionScope - Unable to get error message (6106)
sample code, using business classes:

using (TransactionScope scope = new TransactionScope())

{

decimal dec1 = SiteProvider.BusinessObject.SaveToDB();

foreach (Item i in BO.Items)

{

//save children to DB in scope

decimal dec2 = SiteProvider.BusinessObject.SaveChildToDB();

}

scope.Complete();

return dec1;


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »