I have been trying to setup Replication and have been getting the following error on the Distributor:
Error 18483: Could not connect to Server 'SERVERDB02' because 'distributor_admin' is not defined as a remote login at the server.
I have searched for info on this and I believe it is something to do with the servername. If I run SELECT @@SERVERNAME it returns 'DB-TEST'. Should these names be the same? I have tried doing a sp_dropserver and sp_addserver and restarting the service, but I still cannot get it to work.
Is this the problem? How do I fix it?
Error 18483: Could not connect to Server 'SERVERDB02' because 'distributor_admin' is not defined as a remote login at the server.
I have searched for info on this and I believe it is something to do with the servername. If I run SELECT @@SERVERNAME it returns 'DB-TEST'. Should these names be the same? I have tried doing a sp_dropserver and sp_addserver and restarting the service, but I still cannot get it to work.
Is this the problem? How do I fix it?