'No login mapping' error message

From: Loic (loic_nospam_at_yahoo.com)
Date: 12/08/04


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



Relevant Pages

  • source text file as input parameter from a stored procedure
    ... I am using an active X script in combination with a global ... transform task that loads data from a .txt file to a table. ... I can also tell that the stored procedure is correctly passing in the ... EXEC sp_OAGeterrorinfo @object, @hr ...
    (microsoft.public.sqlserver.dts)
  • Re: String manipulation - taking one long csv string and putting into separate record fields
    ... From what I can work out, it looks as if the script is taking ... "%2147746132" from the computer VPN-01 when attempting to activate the ... computer VPN-01 when attempting to activate the server: ... EXEC xp_startmail ...
    (microsoft.public.sqlserver.programming)
  • Re: detect shell script language
    ... In the 'old' days, when a user typed in a command, the interactive shell would immediately pass it off to 'exec' to execute. ... So, on return from exec with an error status, the shell would fork a copy of itself to try and run the script. ... As a result of the above, it was hard to tell whether the script was a Bourne shell or C shell, so the convention was introduced of using the Bourne shell no op command, as the first line in a Bourne shell script. ...
    (Debian-User)
  • Re: [PHP] Creating process and do actions with signals
    ... execwill not return control to PHP to "listen" to SIGs until it is ... the exec command or... ... I have this script testing.php that I run on a Linux machine thru the ... sending SIGTERM to the other case it doesn't work. ...
    (php.general)
  • Re: execeute gawk from inside ruby script
    ... On Thu, 3 Nov 2005, Robert Gilaard wrote: ... > The while loop in the script looks like this in test: ... > But in the ruby book I have seen that after the ruby ... > script doesn't get after the exec. ...
    (comp.lang.ruby)