Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

linked server

Status
Not open for further replies.

Bell1991

Programmer
Aug 20, 2003
386
US
I am attempting to use a linked server but i am getting the error "invalid mapping".. Any suggestions how to fix this?
 
the sql user who query your linked server have no rights.

So you msut map this user to an user who have rights on your linked server.

To do it, go in sql server entreprise manager / security
right click on your linked server and choose security.

Here u can do ur mapping.
 
Thank you.

I have the linked server running under an account with sysadmin rights.

Here is what i am trying to do. I am not sure it is possible - since i have been working on it on and off for a week and still can't get it to work.

I have an application that uses an approle - up until now, i never had to access a different database - so i am now.. So, i created a linked server and set it up to run under an account with sysadmin rights and selected impersonate under the security tab... I am still getting an error saying i don't have rights to access this new db.. I think the problem is using the approle.. Any suggestions?

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top