Hello,
At our organization we historically updated our data by working in a production File Geodatabase and when needed copy the data to a publication File Geodatabase. This worked very well when there were only a couple GIS users. However, as more people in our organization are using GIS we are running into more lock issues. I am trying to figure out the best workflow for our organization. Recently we have purchased a server that will run ArcServer Workgroup, so this might change how we can update data. Part of me would like to use SDE to host our data however there are several problems:
First,
It appears that there are several bugs when editing parcels in SDE. I am having enough trouble dealing with other bugs related to the parcel fabric, so I don't want to invite any more if I can avoid it.
Second,
I was under the impression that it is quickest to work on a parcel fabric in a File Geodatabase on the local machine. Is this correct?
Third,
We only have one ArcInfo license, all the others are ArcView. I don't think we can justify another ArcInfo / ArcEditor license. So we will still be required to update File Geodatabases for the people that edit generic GIS data in ArcView.
I am trying to decide what route to go.
1) Edit in File Geodatabases, use query layers to access a published postgis / postgresql database (not to be confused with SDE). This way we dont need any special licensing to update the production Geodatabase, which is good for our ArcView users. However, this might be hard to use if users have to learn how to use the shapefile uploader in PGAdmin. I am trying to figoure out updates can be processed in a model via model builder. Also, does postgis have locking issues, or can we reload a layer at anytime?
2) Is it possible to edit in a File Geodatabase, then push updates to ArcSDE without worry of other people connected to the SDE layer? Each person would have to borrow the ArcInfo license to push out updates.
3) Start a versioned Geodatabase in SDE, create a child file geodatabase, edit the file Geodatabase (can we use Arcview at this point?), then use ArcSDE to reconcile the Geodatabase.
4) Deal with the bugs and directly edit in SDE. A versioned database would be used so that I can push updates to the publication database as needed.... This might work for parcels, but what about the ArcView editors?
Thank You