Friday, March 9, 2012

server/DTC Error in WinXP Vs Win2003Server

Client side: WinXP Pro with MSDE 2000

Server side: Win2003 Server with SQL Server 2000

I've got the error message when creating linked server and running the DTC across two database servers, ""Error 18452: Login failed for user 'sa'. Reason: Not associated with a trusted SQL Server connection."

But, orginially, if the Server side is Win2000 Server with SQL Server 2000, everything is okay. When I migrate it to the Win2003Server platform, this thing happened.

I've also applied the following solution but it still doesn't work.

http://support.microsoft.com/default.aspx?scid=kb;en-us;827805http://support.microsoft.com/default.aspx?scid=kb;en-us;827805
and

http://support.microsoft.com/?kbid=873160

and the login mode is set to Mixed mode.

Many thanks.

You're possibly facing a "double-hop" issue, and you can read more about that here:

http://blogs.msdn.com/sql_protocols/archive/2006/08/10/694657.aspx

This provides a good starting point for tracing this down.

No comments:

Post a Comment