This is the forum to discuss the Wrox book Professional SQL Server 2000 DTS (Data Transformation Services) by Mark Chaffin, Brian Knight, Todd Robinson; ISBN: 9780764543685
You are currently viewing the BOOK: Professional SQL Server 2000 DTS section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
I'm importing the file data into sql server using DTS - Bulk Insert. While running the package the Bulk Insert task failed for the last 3 times, prior to that it was running absolutely fine. Please find the below error.
------------------------------------------------------------------
DTSRun OnError: DTSStep_DTSBulkInsertTask_1, Error = -2147217900 (80040E14)
Error string: Could not bulk insert because file 'C:\test.txt' could not be opened.
Operating system error code 32(The process cannot access the file because it is being used by another process.).
Error source: Microsoft OLE DB Provider for SQL Server
------------------------------------------------------------------
In order to resolve this issue, i tried to run the package again by pointing the source file path differently and manually copied the source file to that location (running with the same location failed again). I'm wondering the issue did not escalated during previous run.