Re: DTS FTP & Scheduling
From: aaron kempf via SQLMonster.com (forum_at_SQLMonster.com)
Date: 01/25/05
- Next message: aaron kempf via SQLMonster.com: "Re: Data transformation and deletion of the transfered Data"
- Previous message: Sal: "DTS FTP & Scheduling"
- In reply to: Sal: "DTS FTP & Scheduling"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 Jan 2005 21:51:53 GMT
it's because when it's runnig as a scheduled job, it runs under that persons' permissions (that the SQL agent is running as)
check these 2 thigns:
1) make sure that user has perms
2) change to a UNC path instead of pushing to a F drive-- i assume you're talking about a mapped network drive (from your verbage)
or if you are really hard up, you could probably map the network drive programmatically using this:
exec xp_cmdshell 'net use f: \\happyserver\happyshare'
-- Message posted via http://www.sqlmonster.com
- Next message: aaron kempf via SQLMonster.com: "Re: Data transformation and deletion of the transfered Data"
- Previous message: Sal: "DTS FTP & Scheduling"
- In reply to: Sal: "DTS FTP & Scheduling"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|