An error occured while...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
I have an asp.net app that is using a sql-database localted on a different
machine. These two machines are in the same network and there is no firewalls
in between. The app is using Serviced Components and are installed in the
Component Service.

When I try to update the database this error occures:
"An error occured while enlisting in a distributed transaction".

What is wrong and how can I fix this.

Thanks
Julia
 
Hi,
I have an asp.net app that is using a sql-database localted on a different
machine. These two machines are in the same network and there is no firewalls
in between. The app is using Serviced Components and are installed in the
Component Service.

When I try to update the database this error occures:
"An error occured while enlisting in a distributed transaction".

What is wrong and how can I fix this.

See if MSDTC is running.

Administrative Tools -> Services -> Distributed Transaction
Coordinator.

I believe it will need to be running on the database server, and on
the server with the serviced component.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top