WindowsUninstall

  1. remove all existing databases:

    1. dbmcli -d TST -u DBM,DBM db_offline

    2. dbmcli -d TST -u DBM,DBM db_drop

    3. If there exist services starting with SAPDB: remove them:

      • service.exe -r    -d <dbname>

      • service.exe -r -s -d <dbname> for SAPDB: DBNAME (slow)

      • service.exe -r -q -d <dbname> for SAPDB: DBNAME (quick)

      • service.exe -r -t -d <dbname> for SAPDB: DBNAME (omststkernel.exe)

    4. If step ii. failed, you'll have to manually remove the directories and devspaces/volumes.

  2. remove the XML index server if it exists

    1. sapdbxie -u

  3. remove the installation registration

    1. dbmcli -d TST -u DBM,DBM inst_unreg

    2. x_server stop

    3. x_server remove

  4. remove the directories created during the installation

  5. Uninstall DBM Gui and SQLStudio: Start=>Settings=>Control Panel=>Add/Remove Programs

  6. remove the registration key HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech

last edited 2005-10-19 09:41:06 by h4n3c1o291