'No login mapping' error message
From: Loic (loic_nospam_at_yahoo.com)
Date: 12/08/04
- Next message: Drasko Ivanisevic: "Re: DBCC permissions"
- Previous message: Mary Bray: "Re: How Do I share SQL Registration from central server"
- Next in thread: Russell Fields: "Re: 'No login mapping' error message"
- Reply: Russell Fields: "Re: 'No login mapping' error message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: 8 Dec 2004 02:01:00 -0800
Thanks for your reply Russell,
To answer your question, @useself is set to 'false'.
In fact, with the following script, I am telling it to ignore the local user name.
Exec sp_addlinkedsrvlogin @rmtsrvname='rmtsqlserver',
@useself='false', @rmtuser='rmtuser',@rmtpassword='rmtpassword'
Thanks
Loic
- Next message: Drasko Ivanisevic: "Re: DBCC permissions"
- Previous message: Mary Bray: "Re: How Do I share SQL Registration from central server"
- Next in thread: Russell Fields: "Re: 'No login mapping' error message"
- Reply: Russell Fields: "Re: 'No login mapping' error message"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|