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.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SQL Server to Access via DTS and ASP

Author  Topic 

rdugre
Starting Member

32 Posts

Posted - 2001-05-31 : 09:25:11
Please refer to this post for the history behind this topic:
http://www.sqlteam.com/Forums/topic.asp?TOPIC_ID=6534&FORUM_ID=5&CAT_ID=3
-----------------------------

Here is where I stand: I was able to create an ActiveX DLL to be called from my ASP file and run the DTS package.

However, the DTS package has 18 steps and only the last 10 are running successfully. The first 8 are bombing with an error of the Access file is opened exclusively by another user.

The 18 steps are composed of 9 create table steps and 9 copy data into those tables steps. There is absolutely nothing special about the first 8 steps, they are essentially creating 4 tables and copying data into them (same as the last 10 steps). All steps are working with the same Access database.

Does anyone have any idea why these steps are bombing? Like I said, the error message from the DTS package claims that it cannot open the Access database because something has an exclusive lock on it. Then, it cannot copy the data because the table doesn't exist.

Hopefully this message is clear, let me know if you need any clarification.

----------------------------------------------
The higher the monkey climbs, the more he shows his ass.
   

- Advertisement -