A Manual Cleanup of a Deinstalled Standalone Client

Caution:

To minimize the possibility that the Standalone Client's installer or deinstaller or SnapShot might fail due to locked files, follow these guidelines:
  1. Exit from all running programs. You can use the Microsoft Windows Task Manager to verify that the programs are stopped. In particular, be sure that EnterpriseOne, JDeveloper, and SQL Developer are stopped, but other programs may also need to be stopped. Exceptions to this rule include the database service(s) which should be running.

  2. Verify that no files in the Standalone Client installation directory or subdirectories are open in any file editors.

  3. Verify that neither the installation directory nor any of its subdirectories are open in Microsoft Windows. Explorer.

  4. Verify that no Command Prompt window has as its current working directory either the Standalone Client installation directory or any of its subdirectories.

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

  1. Drop the OEE tablespaces.

    1. Decrypt the database password by running this program:

      c:\E910\system\bin32\ReconfigureMSDE.exe

      Note:

      When running the program and UAC is turned on, you must right click on the executable or shortcut and select Run as Administrator.
    2. Near the top, select the type of local database.

    3. Under Change from password, turn on "Encrypted E1 Password."

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

    5. Click OK.

    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 ReconfigureMSDE.exe.

      v. Enter this command:

      select unique tablespace_name from all_tables;

      vi. Note the EnterpriseOne tablespace names.

      vii. Repeat this command for each E1 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 Standalone 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 Standalone Client (for example, c:\E910).

    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 32-bit Oracle inventory entries.

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

      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 Standalone 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 <JDE_Client_Home>\system\bin32 where <JDE_Client_Home> is the path that you specified when you installed the Standalone Client. Be sure to remove the semicolon as well.

    6. In the Variable value field, delete <JDE_Client_Home>\DEMO\bin32 where DEMO is the name of the installed pathcode. Be sure to remove the semicolon as well.

    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.