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

SQL SERVER - DTS

Status
Not open for further replies.

adeola

Programmer
Jul 2, 2001
1
US
Hi,
I have some packages in SQL 7.0 that connect to an Oracle data source to download data into my SQL SERVER.Running these packages manually works fine, but when they are scheduled as a job, they don't run and i get no error messages.The job even says that it's executed successfully but no data is pulled down from the Oracle Data source.Please help.Thanks

Adeola
 

Have you looked at the run history detail? Sometimes, it contains info that helps determine what happened.

You can create a log of the run. Open the Job properties. Click on the Steps tab. Edit each Step. Click on the Advanced tab for each step and fill in the Output file box. Close and let the Job run. Check the output file for Job run info. Terry Broadbent

"The greatest obstacle to discovery is not ignorance -- it is the illusion of knowledge." - Daniel J Boorstin
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top