Question : SQL SERVER 2005 - Problem  with sp_addlinkedsrvlogin

Hi
When I am executing

USE [master]
GO
EXEC master.dbo.sp_addlinkedsrvlogin @rmtsrvname = N'REAL_DB_SQL', @locallogin = NULL , @useself = N'False', @rmtuser = N'RealCas_RND_remote_server', @rmtpassword = N'RealCas_RND_remote_server'

I get this error :
Msg 15466, Level 16, State 2, Procedure sp_addlinkedsrvlogin, Line 91
An error occurred during decryption.
Msg 15185, Level 16, State 1, Procedure sp_addlinkedsrvlogin, Line 98
There is no remote user 'RealCas_RND_remote_server' mapped to local user '(null)' from the remote server 'REAL_DB_SQL'.


1. RealCas_RND_remote_server  login exisnt on the destanation server and the password is correct
2 both instances services (source and destenation)  started with DOMAIN\sqlservice user that is administrator on the machin
3. both instances (source and destenation) are on the same machin


Thanks in advence
Guy H

Answer : SQL SERVER 2005 - Problem  with sp_addlinkedsrvlogin

Random Solutions  
 
programming4us programming4us