LonnieJohnson
Programmer
How many transfers can you put in a DTS package to ensure safe execution?
I have a process that copies data from about 25 SQL tables into Access tables each day. The purpose of this is to have the data in a shared drive as a back up. Each time a use logs on this is copied to their hard drives by a batch job. Then if the system goes down they can view data via an emergency front end that is linked to the access tables on their hard drive.
My problem is that some of the table won't copy over. I get a message saying...
The number of failing rows exceeds the maximum specified.
Could not update; currently locked by user on machine 'kvc-ks'
It never happens on the same table twice. I have nothing open on this computer so nothing can be locking it. Sometimes it runs ok. Do I have too many jobs trying to run at once?
My DTS package deletes the data then copies (appends) new data. The append for each table is dependent upon the success of the delete.
Help.
ProDev, MS Access Applications
Visit me at ==> Contact me at ==>lonniejohnson@prodev.us
May God bless you beyond your imagination!!!
I have a process that copies data from about 25 SQL tables into Access tables each day. The purpose of this is to have the data in a shared drive as a back up. Each time a use logs on this is copied to their hard drives by a batch job. Then if the system goes down they can view data via an emergency front end that is linked to the access tables on their hard drive.
My problem is that some of the table won't copy over. I get a message saying...
The number of failing rows exceeds the maximum specified.
Could not update; currently locked by user on machine 'kvc-ks'
It never happens on the same table twice. I have nothing open on this computer so nothing can be locking it. Sometimes it runs ok. Do I have too many jobs trying to run at once?
My DTS package deletes the data then copies (appends) new data. The append for each table is dependent upon the success of the delete.
Help.
ProDev, MS Access Applications
Visit me at ==> Contact me at ==>lonniejohnson@prodev.us
May God bless you beyond your imagination!!!