PRB: Issuing RPC to Local Server Executing Sp_sqlexec May FailLast reviewed: January 23, 1998Article ID: Q179149 |
The information in this article applies to:
SYMPTOMSExecuting the sp_sqlexec stored procedure through a remote procedure call (RPC) to the local server will fail with message 18484 if all of the following conditions are true:
exec LOSERVER.master..sp_sqlexec "select * from sysprocesses"The following error message will appear:
Msg 18484, Level 14, State 1 Unable to connect to site 'LOSERVER' because login failed. WORKAROUNDTo work around this problem, do any one of the following:
|
Additional query words: execrpc st proc stproc
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |