DTS - Bulk Insert Error
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 '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.
Your suggestion is highly appreciated on this.
Thanks,
Chandra
__________________
Thanks,
Chandra
|