Re: Stored Procedure Fails Only When Called By Agent
From: Paul Ibison (Paul.Ibison_at_Pygmalion.Com)
Date: 05/07/04
- Previous message: Denny: "Re: Log Shipping Restore seems to Time out after 10 minutes"
- In reply to: Erik Nelson: "Re: Stored Procedure Fails Only When Called By Agent"
- Next in thread: Erik Nelson: "Re: Stored Procedure Fails Only When Called By Agent"
- Reply: Erik Nelson: "Re: Stored Procedure Fails Only When Called By Agent"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 7 May 2004 20:38:55 +0100
Erik,
my suspicion is that you are using impersonation in your remote server
login. The sql server agent is the account that runs the job, and this
account exists on the server with a different password. If this is the case
then you can use pass-through security by specifying the same password and
username. Alternatively,you can map logins in the security section of the
linked server setup - eg you can map all users on machine A to a single user
on remote machine B.
HTH,
Paul Ibison
- Previous message: Denny: "Re: Log Shipping Restore seems to Time out after 10 minutes"
- In reply to: Erik Nelson: "Re: Stored Procedure Fails Only When Called By Agent"
- Next in thread: Erik Nelson: "Re: Stored Procedure Fails Only When Called By Agent"
- Reply: Erik Nelson: "Re: Stored Procedure Fails Only When Called By Agent"
- Messages sorted by: [ date ] [ thread ]