When moving to a new release of ArcGIS, it’s common for an organization to migrate some of their users to the new release, while leaving others at the current release. One example of where this is necessary is in a distributed environment, it’s not always possible for the users who are off-site to upgrade to the latest release of ArcGIS at the same time as the central office.
This has always posed a problem when it came time to share data between users at different releases of ArcGIS. When the geodatabase is upgraded to the latest release, as with ArcGIS 10, it’s not always possible for previous releases of ArcGIS to connect to and use those geodatabases. We’ve made a few changes at the 10 release which we think will help users in this scenario.
The Create File GDB and Create Personal GDB geoprocessing tools in the Data Management toolbox have been augmented to include an optional parameter that allows you to specify which version of the geodatabase you want to create. You can create a version 10, 9.3, or 9.2 release file or personal geodatabase. You can also create a version 9.1 release personal geodatabase.
Being able to create an older release geodatabase from an ArcGIS 10 client allows you to more easily share data with people or agencies who are using older releases of ArcGIS. You can copy the data from a geodatabase in a current release and paste it into a geodatabase you create to be from a previous release. And, since ArcGIS 10 can access and edit these geodatabases, you can continue to use them without upgrading. You can also easily integrate these tools into Models and Python Scripts that will allow you to automate data extraction.
3 Responses to Creating an earlier version of a file or personal geodatabase
Leave a Reply
You must be logged in to post a comment.
Kind of funny that I had to do this earlier today and this reminder shows up here… After I figured it out…
Oh well — now you have a reference if you need it!
Just watch out if you need to create a toolbox. I created a 9.2 compatible personal geodatabase with Arc 10′s Create Personal GDB tool and added some models to it. I then copy/pasted in some models that came from another Arc 10 toolbox. When I opened this geodatabase with Arc 9.3.1, it could see the toolbox but none of the models were visible.
I do not know whether the problem is simply that Arc 10 cannot create 9.x compatible toolboxes and/or models, or that models pasted in from an Arc 10 toolbox will not be compatible. In any case, just be careful to not assume that toolboxes will work with earlier versions.