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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DTSRun Error when run as scheduled job

Status
Not open for further replies.

sharonc

Programmer
Jan 16, 2001
189
US
When I try to run my DTS as a scheduled job with the dtsrun utility, I get the following error:

DTSRun: Loading... Error: -2147008507 (80074005); Provider Error: 0 (0)
Error string: Unspecified error
Error source: Microsoft Data Transformation Services (DTS) Package
Help file: sqldts.hlp Help context: 713 Error: -2147467259 (80004005);
Provider Error: 0 (0) Error string: Timeout expired
Error source: Microsoft OLE DB Provider for SQL Server Help file:
Help context: 0

I have verified that sqlagent has full permission to the database. Can anyone help?
 
I went through that document and I don't see anything I need to do different. I still have the problem.
 
Thank you for your help. I fixed my problem by changing the owner of my scheduled job to the name of the same person as sql server agent is connecting with. Now it runs ok.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top