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
List all tables command
Office apps terminated by Runtime in an unusual way. Windows Installer also an issue.
Auto Fill Combo Box Using VBA
Terminal Server Regional Settings
Installing SQL Server in Vista
How to uncheck a radio button
How to enable IIS in window xp?
w3svc iis 6 wont start -2147467262
how to debug a stored procedure in mysql
Code for Section Break in VB for Word