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

DTS import from Excel sometimes hangs

Status
Not open for further replies.

leveyp

MIS
Sep 23, 2002
59
GB
I have a DTS job that imports an Excel spreadsheet into SQL server. Most nights it runs fine but occasionally it justs hangs. It doesn't fail - just sits there for hours. I don't believe any other job/task could have a lock on the file. I tried adding Data Pump task logging but no joy. Is there anyway I can get more diagnostics to reveal where the problem lies?
 
Do you know where the point in the DTS package is failing. Is it truely the import of the Excel file or is it some processing after the file is imported that may be hanging. I would enable the option to write your package steps out to a text file to see where the hang up is occuring.


To enable the logging, choose from the menu bar:

Package..Properties..Logging

Thanks

J. Kusch
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top