Manual Cleanup of an Uninstalled Development Client

Caution: Be sure to follow the guidelines in the preceding sections of this guide entitled:

If the uninstallation of the Development Client fails for some reason, you need to perform the manual steps in this procedure to completely remove the old installation before reinstalling the Development Client.

  1. Export the OEE tablespaces.

    1. Decrypt the database password by running this program:

      c:\E920\system\bin32\ReconfigureDB.exe

      Note: This program is available in Tools Releases 9.2 and higher. For Tools 9.1, the program is called ReconfigureMSDE.exe. Note that regardless of the fact that the program has the name has "MSDE" in it, it also works with OEE and SSE.The difference between ReconfigureDB and ReconfigureMSDE is that ReconfigureDB includes the options to change to or from Enhanced encryption. Only one type of encryption is available in ReconfigureMSDE and is the same as Legacy encryption in ReconfigureDB.
      This image is described in surrounding text.
    2. Near the top, select the type of local database.

    3. Under Change from password, turn on the appropriate encryption type: .

      If the Tools Release is 9.2 or higher and OEE is used, select Enhanced Encryption.

      ii. All other cases, select Legacy Encryption.

    4. In the To password text field, enter a password that you will remember.

    5. Click the OK button.

    6. Perform the below steps.

      i. Open a command prompt window with Run as administrator.

      ii. Enter this command:

      set ORACLE_HOME=c:\Oracle\E1Local

      iii. Enter this command:

      sqlplus sys as sysdba

      iv. When prompted, enter the password that you specified in ReconfigureDB.exe.

      v. Enter this command:

      select unique tablespace_name from all_tables;

      vi. Note the EnterpriseOne tablespace names.

      vii. Repeat this command for each EnterpriseOne tablespace:

      drop tablespace <tablespace_name> including contents and datafiles;

      viii. Enter this command:

      shutdown;

      ix. Enter this command:

      startup;

      x. Exit the command prompt window.

  2. Delete the following registry keys, where <JDE_Client_Oracle_Home_Name> is the name of the Oracle Home for the Development Client that you specified during installation.

    \HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ORACLE\KEY_<JDE_Client_Oracle_Home_Name>

  3. Delete the following registry keys:

    \HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JDEdwards\BPMBroker

    \HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JDEdwards\HTMLWebServer

    \HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\JDEdwards\OneWorld

  4. Delete the installation directory for the Development Client (for example, c:\E920_1).

    If you cannot delete the installation directory because a file in that directory is locked, follow these steps:

    1. Determine which file is locked and which process has the lock on the file. A freeware program called Process Explorer can be helpful in determining this information. You can obtain a free copy of Process Explorer from this web site:

      http://technet.microsoft.com/en-us/sysinternals

    2. Either kill the locking process with Process Explorer or Microsoft Windows Task Manager or, if the process was started as a Microsoft Windows service, change the Startup Type to Manual and reboot the computer.

    3. Try again to delete the E1Local subdirectory.

  5. Remove the Oracle inventory entries.

    1. With a text editor (such as Notepad), edit the appropriate file:

      • 64-bit Development Client

        c:\Program Files\Oracle\inventory\ContentsXML\inventory.xml

      • 32-bit Development Client

        c:\Program Files (x86)\Oracle\inventory\ContentsXML\inventory.xml

    2. Delete any lines that start with:

      <HOME NAME="JDE_Client_Home_Name"

      where JDE_Client_Home_Name is the name that you gave the installation directory when you installed the Development Client.

    3. Save the file.

  6. Remove the entry from the Windows PATH.

    1. From Windows' Start button, go to Control Panel / System.

    2. Click Advanced system settings on the left.

    3. Click Environment Variables… near the bottom.

    4. In the System variables box near the bottom, highlight Path and click the Edit... button.

    5. In the Variable value field, delete the value <JDE_Client_Home>\system\bin32 where <JDE_Client_Home> is the path that you specified when you installed the Development Client. Be sure to remove the semicolon as well.

    6. In the Variable value field, delete the value <JDE_Client_Home>\<pathcode>\bin32 where <pathcode> is the name of an installed pathcode. Be sure to remove the semicolon as well. Repeat this for each pathcode that you installed.

    7. Click OK.

  7. Remove the JDE_B9_ICU_DATA Windows environment variable.

    1. Navigate to Control Panel > System.

    2. Click Advanced system settings on the left.

    3. Click Environment Variables… near the bottom.

    4. In the System variables box near the bottom, highlight JDE_B9_ICU_DATA and click Delete.

    5. Click OK.