I'm trying to run a procedure on an MS SQLServer DB. The procedure queries tables that are on a linked server. To be able to access this linked server the procedure needs to run as a specific user. I added this (domain) user as a credential. When I run the procedure I get an error that seems to suggest the credential isn't working:
Msg 7416, Level 16, State 1, Procedure src_medewerker_crnt_vw, Line 3
Access to the remote server is denied because no login-mapping exists.
Exception in Task: Access to the remote server is denied because no login-mapping exists.
What should I do to get this working? Might it be that the credential is faulty? (it didn't show up on the 'username' drop down. I had to enter it manually) I tried it with and without local login checked.
Thanks
Edited by moderator
2016-03-23T13:11:15Z
|
Reason: Not specified