Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTS Package not running as Scheduled

Status
Not open for further replies.

qsac

Programmer
Jan 22, 2002
242
US
i have a DTS package that writes to a share.

It works wheni run the package, and when i manually run the job. But it fails when it is scheduled.

THe SQLagent runs as a Domain User that is a local admin on server writing to.

ANy ideas?

 
When you manually run the job, it is running as you and not as the 'job owner'. Go to the job and on the General tab, make sure the owner is a login that has permission to access the file. If it's a domain account, it must include the domain. (domain\login)

-SQLBill

Posting advice: FAQ481-4875
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top