June 23, 2005 at 12:20 am
I cannot find the reason why I cannot run this distributed transacion cross domain.
I've enabled the w2k3 registry key, disabled my xp-sp2 firewall for this test, ...
still "unable to enlist...)
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
June 24, 2005 at 9:39 am
I'm no expert here but have the proper 'trust' relationships and permissions been set up ?
RegardsRudy KomacsarSenior Database Administrator"Ave Caesar! - Morituri te salutamus."
June 24, 2005 at 10:25 am
Can you run it in the same domain?
K. Brian Kelley
@kbriankelley
June 24, 2005 at 12:15 pm
Hi,
we had a discussion here some time ago on this topic, I am getting this very error a lot between Windows 2000 and Windows 2003 servers, everything is in the same domain. Other people too. See
http://www.sqlservercentral.com/forums/shwmessage.aspx?forumid=5&messageid=183398#bm185242
The script running for example from Windows 2003 server SQL 2000 has no problems connecting to Windows 2000 servers, can connect (run distributed transaction) to one Windows 2003 server, can not do disributed transaction to itself (2003 server) and can not connect to another Windows 2003 server.
Someone said that if he is running only Windows 2003 servers with SQL Server 2000 and installed SP1 for Windows 2003 then the error go away.
In my particular case in the environment with different OS versions I tested that if I run my script from Windows XP workstation with SQL Server CTP 2005 towards Windows 2000 and Windows 2003 servers with SQL Server 2000 it works.
So it may be not a domain problem but different OS of the servers
Yelena
Regards,Yelena Varsha
June 26, 2005 at 4:01 pm
Had similar problems before. If you haven't tried the following, I would try these things first:
1 - Ping both the servers from the other (domain or name resolution problem).
2 - Make sure MSDTC is started and all the other related services are started (e.g. Network DDE or something, I can't remember off-hand).
3 - Use the DTCPing utility. Gives you a little detail on where the failure is.
4 - Check the firewall and if certain ports (I think it is 135, I could be wrong) is enabled.
5 - If the servers are not on the same domain, then check to see if the default gateway is correct.
My 2 cents.
June 27, 2005 at 12:07 am
thank you all for your replies.
MSDTC is working fine when in the same domain.
Now I'm focussing on the VLANs to check if there are port issues. (I'm not a network expert, but our network guy is very helpfull  
If that VLAN does not come up with something, SP1 on the W2k will be tested.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
June 27, 2005 at 12:11 am
Resolved a similar issue of "across domains" just a couple days ago. The default gateway on one of the servers was incorrect.
June 27, 2005 at 12:15 am
The issue occurs when I plug one of the servers to another vlan. I'll check on the impact of the gateways.
Johan
Learn to play, play to learn !
Dont drive faster than your guardian angel can fly ...
but keeping both feet on the ground wont get you anywhere :w00t:
- How to post Performance Problems
- How to post data/code to get the best help[/url]
- How to prevent a sore throat after hours of presenting ppt
press F1 for solution, press shift+F1 for urgent solution 😀
Need a bit of Powershell? How about this
Who am I ? Sometimes this is me but most of the time this is me
June 27, 2005 at 1:04 pm
Hi,
The IP configuration of the server should be based on Default Gateway IP and Subnet Mask for this subnet as I understand. If you move this server to another subnet with another Default Gateway you need to reconfigure your server. Also check DNS settings
Regards,Yelena Varsha
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply