Hi,
> I installed sapdb v 7.3 server on Redhat linux 7.2 using rpm > installation. How to unistall this software. > > Please also let me know how to do the same on windows-2000. I didn't > find any entry in Add/Remove programs. on linux you can uninstall sapdb by stopping the service and executing "rpm -e <packagename>" Try "rpm -qa | grep sapdb" to find the package names. On Windows 2000 I did it like that: - change all databases to cold state via Database Manager - stop the sapdb service (xserver) in the service control manager - delete the folders - with regedit remove the registry entriesHKEY_CURRENT_USER\Software\SAP\SAP DBTech and HKEY_LOCAL_MACHINE\SOFTWARE\SAP\SAP DBTech If you do not remove the registry entries, you will have Problems reinstalling sapdb. Regards, Axel _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
