To give you more details on the problem, I have created a dts package which
exports an excel file to sql server. Now this works fine in the dts designer
but when I try executing the package via ASP all of the copy tasks fail,
however the create table tasks work fine. After looking at the error log I
found the following error:
Step Error Source: Microsoft JET Database Engine
Step Error Description:Could not lock file.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003050
I was told from my previous post that this might be a permission issue, but
I checked all the permissions I have, and found nothing to stop this from
executing. I am trying to find out how this export process works. Does the
data get stored in a temp folder and then copied into the tables or
something else. Appreciate any help!
Sam