Solved! Go to Solution.
For those ArcSDE Admins who either have never used the GDBT toolset, or those who are already in the 10.2 environment: how do you check for full compression, conflicted versions, orphaned replica versions, etc., and with what regularity?
Thank you!
Did you change any registry or other settings to get the GDBT V10.0 to work in ArcCatalog V10.2? I am needing to install the GDBT and am running ArcMap 10.2.2, I am getting an error message. I have read the older posts to get the 10.0 tool to run in 10.1 by changing registry settings and wondered if that is what you also did to get the tool to run.
You probably can do this by changing the registry values, but I chose not to do that. If you have previously installed Desktop 10.0, the GDBT tools will run after you have upgraded. If you have never had 10.0 on that machine, you can uninstall 10.2.2, install 10.0, install GDBT, uninstall 10.0, then install 10.2.2. I understand this is not supported, but it does work.
Thanks for the prompt reply. I may try that, I also have an older workstation I need to run V10.0 on for the HAZUS software, so I will give it a try on that box...
You can try the below to get the GDBT working for Desktop 10.1 or later release:
----------------------------------------------
The solution for this is mentioned in brief on the following page to download GDBT 10.0:
The 10.0 install wants to read a registry key for some install information. If it finds it, the install will proceed.
I verified that for myself. I installed ArcGIS 10.0 and exported the needed key. I installed 10.1 sp1 onto a computer that never had ArcGIS Desktop and imported the key.
GDBT 10.0 installs without any problem. This would likely work with 10.2.x as well.
The exact contents of the exported key I used is shown below between the ***** lines. If the install directory of your ArcGIS install is as shown below then simply paste into a text editor, save it as a *.reg file and import the .reg file using regedit OR change "InstallDir" as needed then do those steps.
***********************************
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ESRI\Desktop10.0]
"InstallDir"="C:\\Program Files (x86)\\ArcGIS\\Desktop10.1\\"
***********************************
I had created a small clip of the workflow for reference. Have a look at it if you want to:
In many large enterprises (including mine), changing the registry is indefensible and will result in loss of administrative access and any other elevated permissions you have. If that's not your situation, changing the registry is fine. If it is your situation, the uninstall/reinstall workflow will work.
Thanks, the registry hack is simple and painless compared to the hassle of waiting around for the hours it takes to uninstall and reinstall ArcGIS (and all the requisite service packs, patches, bugfixes, extensions, customisations, user environments, ad nauseam...).
I found you do not need to alter the InstallDir key. The GDBT installer only checks the ...\ESRI\Desktop10.0 one.
Simply change whatever version you have to 0 there, install GDBT, then change it back. You don't even need to close regedit.
@andrew_Quee I saw your comment on the blog (Geodatabase Toolset (GDBT) for ArcCatalog – Now available for 10.0! | ArcGIS Blog ) and followed you very quick and temporary registry hack with 10.3.1 and it seems to be working. Only have looked at the tree so far, but that was by far the thing I used (and missed) the most. A bit of a circular search in y case, but glad I found this.
Current download available http://www.esri.com/apps/products/download/index.cfm?fuseaction=download.main&downloadid=680 but you have to be logged in, I'm sure.
Word of caution: as many have mentioned, this is a registry change and not available in many shops. That, and you have to be very careful when messing with the registry since it happens immediately and can have negative effects if done wrong...so proceed with caution.