Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
carumuga
Posting Yak Master
174 Posts |
Posted - 2008-11-17 : 04:51:56
|
Hi,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 'I:\IMDB\Mvs\Clean\IPC109TB.JAPASPCR' 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. Your suggestion is highly appreciated on this. |
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-11-17 : 05:10:26
|
http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=105989 |
|
|
|
|
|