Executing Process Task Through Scheduled Job fails -
11-07-2006
, 07:42 AM
I created a DTS job which executes a Process Task. It is set up as follows:
Win32Process: \\us.ricoh.ds\rfg\nj02\shared\service\D1
RefreshLogs\Jobs\DelLogFiles.cmd
Parameters: Atlanta
Return Code: 0
Timeout: 0
The DelLogFiles.cmd batch job deletes the error logs from the prior job run.
When I run the DTS from Enterprise manager, it ends successfully and the
error logs are deleted. When I run as a scheduled task, it ends successfully
but the error logs are not deleted. Since the application is able to
transmit data to the directory containing the error logs, I assume it would
not be a security issue in accessing the batch command. Does anyone have any
ideas what it could be ? |