flaviooooo
Programmer
Hi,
I have created a DTS package that empties a table, and then gets some data from an Access-database.
When I run the DTS package, it runs without a problem. When I schedule it through the SQL Server Agent however, it fails. When I check the log of the DTS Package, I get this error:
Step Error Source: Microsoft JET Database Engine
Step Error Description:Could not use '\\UNC\database.mdb'; file already in use.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003045
I have allready altered the SQL Server Agent so it's started by the system administrator account, so it shouldn't be a permission-problem...
The strangest thing is that it works fine manually...
What can be the problem here?
Thanks in advance
I have created a DTS package that empties a table, and then gets some data from an Access-database.
When I run the DTS package, it runs without a problem. When I schedule it through the SQL Server Agent however, it fails. When I check the log of the DTS Package, I get this error:
Step Error Source: Microsoft JET Database Engine
Step Error Description:Could not use '\\UNC\database.mdb'; file already in use.
Step Error code: 80004005
Step Error Help File:
Step Error Help Context ID:5003045
I have allready altered the SQL Server Agent so it's started by the system administrator account, so it shouldn't be a permission-problem...
The strangest thing is that it works fine manually...
What can be the problem here?
Thanks in advance