Microsoft
Software
Hardware
Network
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
SSIS - Extract from joining 2 derived tables with parameters.
Exchange 2007 Transition - Final cutover tasks
Access - drag and drop in tabular form
Where can i get an iso image of windows 2000 sp4
Explanatin needed for the following code
can't re-link split database tables
Header file path
SSRS v2005 -- conditional report
IIS 5.1 and XP Pro, Virtual Domains...
Uninstall a program - Vista OS