Copy geodatabase(mdb) if it is locked

2007-03-08 Thread Ahmed, Shakir
I am trying to copy a geodatabase (.mdb) file from source to destination using shutil.copyfile(src, dest) It is working fine but the main problem when the destination (.mdb) file is locked by other users then it's bumped out and not copied over. Is there any way to copy the locked .mdb

Re: Copy geodatabase(mdb) if it is locked

2007-03-08 Thread Tim Golden
Ahmed, Shakir wrote: I am trying to copy a geodatabase (.mdb) file from source to destination using shutil.copyfile(src, dest) It is working fine but the main problem when the destination (.mdb) file is locked by other users then it's bumped out and not copied over. Is there any way to