Import of MSDTC transaction failed: Result Code = 0x8004d00e.

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

Guest

I am currently experiencing this error. It is occurring on a multi-tier app
running locally on a machine that has .Net + Sql Server 2000. It is using
the AutoComplete feature from within .net for managing transactions.

Any suggestions would be appreciated.

Thanks
 
I would recommend asking this in a distributed transaction newsgroup, you
are likely going to get better help with distributed transaction set up.

Some basic common problems:
Make sure you have SP4 for win2k
Are your machines in the same domain?
Do you have a firewall?

Here is Florin's blog http://blogs.msdn.com/florinlazar there are quite a
few suggestions about common dtc setup problems.

--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging about ADO.NET: http://weblogs.asp.net/angelsb/
 
I will search out other newsgroups as you suggest. Just to answer your
questions in the event that it may help someone else out there.

- I have all of the latest service packs and it is running on Win XP
professional
- It is all running on the same machine
- There is no firewall

Thanks for taking the time to reply

Ken

Angel Saenz-Badillos said:
I would recommend asking this in a distributed transaction newsgroup, you
are likely going to get better help with distributed transaction set up.

Some basic common problems:
Make sure you have SP4 for win2k
Are your machines in the same domain?
Do you have a firewall?

Here is Florin's blog http://blogs.msdn.com/florinlazar there are quite a
few suggestions about common dtc setup problems.

--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging about ADO.NET: http://weblogs.asp.net/angelsb/




I am currently experiencing this error. It is occurring on a multi-tier app
running locally on a machine that has .Net + Sql Server 2000. It is using
the AutoComplete feature from within .net for managing transactions.

Any suggestions would be appreciated.

Thanks
 
Do you have WinXP SP2? If you don't you need to install Q828758 (contact PSS
directly) If you do have SP2 then be aware that by default SP2 turns on the
firewall and turns off Network DTC access, but neither of these should
matter when running on the same machine.

Make sure to post to this thread if you find out anything,
Thanks,

--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging about ADO.NET: http://weblogs.asp.net/angelsb/




I will search out other newsgroups as you suggest. Just to answer your
questions in the event that it may help someone else out there.

- I have all of the latest service packs and it is running on Win XP
professional
- It is all running on the same machine
- There is no firewall

Thanks for taking the time to reply

Ken

Angel Saenz-Badillos said:
I would recommend asking this in a distributed transaction newsgroup, you
are likely going to get better help with distributed transaction set up.

Some basic common problems:
Make sure you have SP4 for win2k
Are your machines in the same domain?
Do you have a firewall?

Here is Florin's blog http://blogs.msdn.com/florinlazar there are quite a
few suggestions about common dtc setup problems.

--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging about ADO.NET: http://weblogs.asp.net/angelsb/




I am currently experiencing this error. It is occurring on a
multi-tier
app
running locally on a machine that has .Net + Sql Server 2000. It is using
the AutoComplete feature from within .net for managing transactions.

Any suggestions would be appreciated.

Thanks
 
Do you have WinXP SP2? If you don't you need to install Q828758 (contact PSS
directly) If you do have SP2 then be aware that by default SP2 turns on the
firewall and turns off Network DTC access, but neither of these should
matter when running on the same machine.

I have installed WinXP SP2 and still not luck...although the error is
more constant now...thats good since it may help pin point the cause.

Thanks
Ken
 
Any chance of getting this into a small stand alone repro? Any luck on other
newsgroups with setup?

--
Angel Saenz-Badillos [MS] Managed Providers
This posting is provided "AS IS", with no warranties, and confers no
rights.Please do not send email directly to this alias.
This alias is for newsgroup purposes only.
I am now blogging about ADO.NET: http://weblogs.asp.net/angelsb/
 
Back
Top