Re: shutil.copyfile problem for GIS data

2007-07-23 Thread supercooper
import shutil import os src = "c:\mydata\test\mygeo.mdb" dst = "v:\updated\data\mygeo.mdb" shutil.copyfile(src,dst) This should totally work, do it all the time, but no one can be connected to the database, ie have ArcMap or ArcCatalog open at the time of copy, or the .ldb lock will kill it. I d

Re: shutil.copyfile problem for GIS data

2007-07-18 Thread Larry Bates
Ahmed, Shakir wrote: > Need help to copy a personal geodatabase from one location to another: > > > Trying to copy a personal geodatabase from one location to another > location where all the users are retrieving data from the second > location: > > 1.I can copy over the updated personal geo

Re: shutil.copyfile problem for GIS data

2007-07-16 Thread Gabriel Genellina
En Mon, 16 Jul 2007 14:47:30 -0300, Ahmed, Shakir <[EMAIL PROTECTED]> escribió: > 2.But problem is that I can't copy over if the same updated > personal geodatabase to the working location, if users uses that same > geodatabase through CITRIX - ArcGIS ( user does not have permission to >

shutil.copyfile problem for GIS data

2007-07-16 Thread Ahmed, Shakir
Need help to copy a personal geodatabase from one location to another: Trying to copy a personal geodatabase from one location to another location where all the users are retrieving data from the second location: 1. I can copy over the updated personal geodatabase to the working location a