473,387 Members | 1,529 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Error while running the application using Enterprise Services Transactions.

Hi,

I'm running a VB.NET windows applicatrion that is using the enterprise
services transactions.

While running this application without enterprise services support, a
connection is established and data is retrieved sucessfully.

when the class is configured to run inside enterprise services, it
fails without proper error description.

Error :

An unhandled exception of type 'System.Data.OleDb.OleDbException'
occurred in mscorlib.dll
additional information :No Error information available : E_NOINTERFACE

Thanks,
Srini.

May 2 '07 #1
2 1739

<sr***********************@gmail.comwrote in message
news:11**********************@p77g2000hsh.googlegr oups.com...
Hi,

I'm running a VB.NET windows applicatrion that is using the enterprise
services transactions.

While running this application without enterprise services support, a
connection is established and data is retrieved sucessfully.

when the class is configured to run inside enterprise services, it
fails without proper error description.
Why do you have the solution on a read of data in a Enterprise Services
transaction?

You're reading the data in this case. There should be no need for a
transactional mode on a read of data from a table or tables. What are you
going to Commit or Rollback too on the reading of data. You're just reading
the data.

From a transactional standpoint, a transactional solution should only be
applied to inserting or updating of records where a Commit or Rollback can
be applied.
>
Error :

An unhandled exception of type 'System.Data.OleDb.OleDbException'
occurred in mscorlib.dll
additional information :No Error information available : E_NOINTERFACE
Maybe, you should look into using ADO.NET's transactional features/abilities
insead of
using Enterprise Services, unless you are forced to use a Com+ Server in
this situation. ADO.NET transactions don't carry the processing overhead,
like using Enterprise Services.

I am curious. Are you the infamous Reno, NV Srini?

May 2 '07 #2
On May 1, 10:25 pm, "Mr. Arnold" <MR. Arn...@Arnold.comwrote:
<srinivasan.shanmugapil...@gmail.comwrote in message

news:11**********************@p77g2000hsh.googlegr oups.com...
Hi,
I'mrunninga VB.NET windows applicatrion that isusingtheenterprise
servicestransactions.
Whilerunningthisapplicationwithoutenterpriseservic essupport, a
connection is established and data is retrieved sucessfully.
when the class is configured to run insideenterpriseservices, it
fails without propererrordescription.

Why do you have the solution on a read of data in aEnterpriseServices
transaction?

You're reading the data in this case. There should be no need for a
transactional mode on a read of data from a table or tables. What are you
going to Commit or Rollback too on the reading of data. You're just reading
the data.

From a transactional standpoint, a transactional solution should only be
applied to inserting or updating of records where a Commit or Rollback can
be applied.
Error:
An unhandled exception of type 'System.Data.OleDb.OleDbException'
occurred in mscorlib.dll
additional information :NoErrorinformation available : E_NOINTERFACE

Maybe, you should look intousingADO.NET's transactional features/abilities
insead ofusingEnterpriseServices, unless you are forced to use a Com+ Server in
this situation. ADO.NET transactions don't carry the processing overhead,
likeusingEnterpriseServices.

I am curious. Are you the infamous Reno, NV Srini?
Hi Arnold,

Thanks for your reply.

Actually I just want to test a sample application on how to use the
enterprise services with .NET.

And I am not sure whether we will get all features of MTS(like object
pooling, automatic transaction management, queued components,loosely
coupled events etc), if we are not using a serviced component.

Thanks,
Srini.

May 2 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: Prashanth | last post by:
Hi, We are facing some issues in COM+ deployment. We get system error "Unable to enlist in a distributed transaction" . It has a very inconsistant behaviour. On refreshing the screens couple of...
3
by: Peter | last post by:
If I want to build a web services application (not web application), what is the hardware requirement ? Does anyone have the experience?
1
by: Keith | last post by:
All, I have been told this is an ASP.NET issue and not an IIS issue, so I am posting this here. I have a problem with ASP.NET returning an HTTP 500 error when trying to run ASPX pages on...
4
by: Big Dave | last post by:
Does anyone have suggestions on how to best handle errors in business objects that are part of a business layer? For example: Public Class Person Private _name as string Public Property Name...
0
by: Benny Ng | last post by:
Hi,All, When i deploy Enterprise library with my application ,i used XCOPY to deploy it into my test server. But when application runs, shown some error related registry. (But actually I haven't...
0
by: RJN | last post by:
Hi I'm using ServiceConfig class for handling across component transactions. My .Net application is running on windows 2003 server. database is SQLServer. The application works fine if the...
0
by: RJN | last post by:
Hi Sorry for posting this message again. I'm using ServiceConfig class for handling across component transactions. My .Net application is running on windows 2003 server. database is SQLServer....
6
by: =?Utf-8?B?UGF1bCBQcmV3ZXR0?= | last post by:
Hi - I have 4 webservers in my webfarm. All Win2k3 web edition. Before yesterday, none of them were service packed. I have now applied SP2 to two of them, and I'm getting a very weird MSDTC...
2
Frinavale
by: Frinavale | last post by:
I thought it would be nice to share the solution to my IIS headache with the rest of the world. I have developed a web application that has been distributed. Upon installing my application, some...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.