Question : SQL Server Agent can not find my SSIS package

I am trying to deploy a package using SQL Server Agent. This package is located on a shared drive in a folder assigned to only me. I can run the package without a problem either in SSBIS
or in the Execute Package utility and the package is working fine.
When I start the package using SQL Server Agent, it starts the job successfully, I then get an execute error. The error message in the error history log is
"The package could not be found.  The step failed."
Can any one shed some light on this. It would be greatly appreciated.

BTW: Everything is running on my local box.

Answer : SQL Server Agent can not find my SSIS package

In the link I sent there is an example. Make sure to set the type as CMDExec in the job step. Then put this in your command.

dtexec.exe /FILE "C:\YOURPATH\YOURFILE.dtsx" /MAXCONCURRENT " -1 " /CHECKPOINTING OFF /REPORTING E
Random Solutions  
 
programming4us programming4us