Running the Uninstaller

Start the SAP Mobile Platform Server uninstaller through the Windows Start menu.

  1. From the Windows Start menu, select (All) Programs > SAP Mobile Platform 3.0 > Uninstall SAP Mobile Platform 3.0.
  2. On the welcome panel, click Next.
  3. Review the summary information, then click Uninstall.
  4. Click Finish when you see:
    The InstallShield wizard has successfully uninstalled SAP Mobile Platform ...
  5. Delete any folders and files remaining in the SAP Mobile Platform Server installation directory.
  6. If you are using a custom database, archive your data, then execute the appropriate command below to delete the SAP Mobile Platform database tables.
    • ASE – at the isql prompt (if you changed the default database name, replace smp3 with the new name):
      drop database smp3;
    • DB2 – at DB2 prompt (if you changed the default database user name, replace gomobile with the new name):
      drop schema gomobile;
    • Oracle – at SQL*Plus prompt (if you changed the default database user name, replace gomobile with the new name):
      drop user gomobile cascade;