Hi all,
I need to synchronize an SDE database (ArcSDE 10.2) on my server with a file geodatabase on a client server on a daily basis.
My simplistic design is as follows:
1. create a replica locally on my server using python or arcobjects
2. Copy the replica to the client server using FTP.
3. Import data from replica to file geodatabase on client server using python or arcobjects
Has anyone got experience implementing similar design. Any problems encountered.
O are there other options I could explore for disconnected replication?
Many Thanks