Problem in DTS
I'm facing a unique problem when executing a DTS package (residing on the server) to load ASCII file thru ASP. If there is no data error the file gets loaded and every thing is fine. If there is some data error in the file, the file is not loaded and an error message is generated. So far so good. Now if I try to delete or move this file I get an OS error
"Cannot delete/move file: It is being used by another person or program"..blah..blah
I have taken care to uninitialize the package and all the objects associated with it.
Any ideas anybody ????
|