Hi
I have an ssis package that uses excel files. I am using the Run As
with an admin account.
when I call it from a batch file it runs fine
"C:\Program Files (x86)\Microsoft SQL Server\90\DTS\Binn\DTExec.exe" /SQL "\SOME_SSIS_PACKAGE" /SERVER "MYSERVER,PORT" /DECRYPT "Password" /VALIDATE /REPORTING E
when I schedule it as a job, it fails with the error message : 'The system cannot find the path specified'
what path are you trying to find ?
the excel file path is accessed like this : \\server\folder\template.xls
when I'm logged on the server and punch in the address \\server\folder\template.xls
the file is found