How to reslove the connection denied error?

I need excute replications between two domino servers-A & Bwhenever I excute any replication operations from A to B, it alway prompts the error message as follows:

====

Connection denied. The server you connected to has a different name from the one requested

====

but the replication from B to A is right.

My Domino servers are both in a LAN, share the same domain’s directory ,and not in one cluster.

Could anyone give me some advices or solutions?

Thanks in advance.

Subject: how to reslove the connection denied error?

Going on a lot of assumptions here: make sure you use the full hierarchical server names when using the replicate command at the server console.

Make sure you can PING each of the servers names from each of the servers. and check the IP address returned.

Check for local connection docs that have old or incorrect IP addresses.

Subject: done it!

Thanks,now I have passed the problem.In Domino console,I try to trace the destination server(B) name and find it points to 127.0.0.1,which is configured at default in destination server document, but replica of the document in source server (A) need be modified to actual destination server Ip address,such as 10.9.9.166.

now every replication is ok, thank again.