Re: Job Failure
From: Tibor Karaszi (tibor_please.no.email_karaszi_at_hotmail.nomail.com)
Date: 03/24/04
- Next message: Tibor Karaszi: "Re: Is possible restore only a MDF file from backup file?"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Sql server scheduled job failed"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: Job Failure"
- Next in thread: Adam: "Re: Job Failure"
- Reply: Adam: "Re: Job Failure"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 24 Mar 2004 22:20:30 +0100
Do you get the same error regardless of which login owns the job?
You will get problems is the job owner isn't sysadmin, as Agent then tries to emulate the job owner's login's
user name in the database using the SETUSER command. And after executing SETUSER, you are not allowed to do
operations at the server level. accessing linked server is a server (long) level operation.
-- Tibor Karaszi, SQL Server MVP http://www.karaszi.com/sqlserver/default.asp <anonymous@discussions.microsoft.com> wrote in message news:12d7401c411df$be50c4c0$a401280a@phx.gbl... > Yes, I am accessing several linked servers. I have tried > running the job with the owner as sysadmin and as another > user. Both fail. > >-----Original Message----- > >Is the job owner sysadmin? Are you accessing linked > server? > > > >-- > >Tibor Karaszi, SQL Server MVP > >http://www.karaszi.com/sqlserver/default.asp > > > > > >"Adam" <anonymous@discussions.microsoft.com> wrote in > message news:fed501c411be$81b90020$a601280a@phx.gbl... > >> I have a job that runs stored procedures. I ran the > stored > >> procedures in the correct order myself and they ran > fine. > >> But when I try to run them in a job the job fails > >> immediately. I tried changing the user for the job so > >> that it matches the creator of the database and stored > >> procedures, and the job still failed. So then I wrote > the > >> output of the job to a file, and this is the error that > is > >> happening. > >> > >> Msg 7399, Sev 16: OLE DB provider 'SQLOLEDB' reported an > >> error. [SQLSTATE 42000] > >> Msg 7312, Sev 16: [SQLSTATE 01000] > >> > >> Does anyone have any ideas? > >> > >> Thank you for your assistance, > >> Adam > > > > > >. > >
- Next message: Tibor Karaszi: "Re: Is possible restore only a MDF file from backup file?"
- Previous message: anonymous_at_discussions.microsoft.com: "Re: Sql server scheduled job failed"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: Job Failure"
- Next in thread: Adam: "Re: Job Failure"
- Reply: Adam: "Re: Job Failure"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|