Re: DTS fails on job but runs manually
- From: "Russell Fields" <russellfields@xxxxxxxxxx>
- Date: Wed, 3 Jun 2009 17:38:46 -0400
Costa,
When executed by the SQL Agent your DTS package runs as the local admin account. When you run it, it runs as your login. Therefore, your login has rights to something that the local admin account does not.
Note that the local admin account is "local" and is not good for accessing files on the network, other servers, and so forth. A DTS package is often making use of resources outside the machine where the SQL Server runs.
Recommendation: Your SQL Server should not be running as local admin, but as a domain account that has been granted the needed rights on the SQL Server as well as other domain rights that are necessary to your job.
RLF
"Socrates" <Socrates@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message news:1B260D47-CD2C-4D5E-8894-CB9D37619101@xxxxxxxxxxxxxxxx
All,
My package is failing on the sqlagent jobs but run successfully when
executed manually. The package was created using the local admin login which
is under the sql built-in admin account so I'm not sure why its failing for
the job.
Thanks for your help.
Costa
.
- Follow-Ups:
- Re: DTS fails on job but runs manually
- From: Socrates
- Re: DTS fails on job but runs manually
- References:
- DTS fails on job but runs manually
- From: Socrates
- DTS fails on job but runs manually
- Prev by Date: DTS fails on job but runs manually
- Next by Date: RE: the flat file destination component's error redirect
- Previous by thread: DTS fails on job but runs manually
- Next by thread: Re: DTS fails on job but runs manually
- Index(es):
Relevant Pages
|