Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

My DTS Failed here is the error:

Status
Not open for further replies.

Guest_imported

New member
Joined
Jan 1, 1970
Messages
0
Help, I have a DTS package that I can execute on the fly and it runs perfectly, BUT when I try to schedule it here is the error I get when it fails:
The job failed. The Job was invoked by Schedule 23

What is invoked by Schedule 23 mean?

Thanks,
Tuleta

 
On EM open the Server Tree, open the Managment Tre, open SQL Server Agen Tree, the select JOBS then Right click on the job, select "View Job History" and then put a check mark on "View Steep Details" and then select the steep that failed and read below the details to find out what the real error message. AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
Thanks, I did that and here is what it said , I have no idea what this means. Any suggestions?

DTSRun: Loading... Error: -2147024809 (80070057); Provider Error: 0 (0) Error string: The parameter is incorrect. Error source: Microsoft Data Transformation Services (DTS) Package Help file: sqldts.hlp Help context: 713. Process Exit Code 1. The step failed.

What is strange is, if I hit Execute the darn thing runs,, it's something about scheduling it.

Thanks,
Tuleta
 
Are you by any chance using SQL server DTS to query Sybase?
or Running the DTS from a VB app? AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
Running DTS packages from a schedule can be touchy in SQL server.

Check the owner of your dts package and make sure it is the same as the ID of whoever set up the schedule. I have had this error message before when I scheduled a dts job with a different object owner then my ID. I changed the DTS owner to my ID and it ran fine.

Hope this helps
 
I agree with DrewConn, Permitions is an issue that you have ot be on top of it.
DTS packeges can only run unders the Authentication Context of sysadmin or the Package owner, therefore the schedule owner has to be the same that created the package. AL Almeida
NT/DB Admin
"May all those that come behind us, find us faithfull"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top