i went to HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Services and manually deleted the registry entry for the voicesys service. Now the uninstallation of maxdb went fine.
thanks, erick -----Original Message----- From: Erick Perez [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 6:09 PM To: 'John Singleton' Cc: [EMAIL PROTECTED] Subject: RE: remove a failed database instance cannot remove package "Database Kernel" Hi john, the first command gives me: C:\Program Files\sdb\7500\pgm>dbmcli db_enum OK VOICESYS C:\PROGRAM FILES\SDB\7500 7.5.0.8 fast offline VOICESYS C:\PROGRAM FILES\SDB\7500 7.5.0.8 quick offline VOICESYS C:\PROGRAM FILES\SDB\7500 7.5.0.8 slow offline when i do dmcli -d voicesys -u user,pass db_drop the command line hangs forever...maybe my password is incorrect/corrupted. Since i have never used the command line clients, how can i change/check the pass? thanks, erick -----Original Message----- From: John Singleton [mailto:[EMAIL PROTECTED] Sent: Friday, June 04, 2004 5:44 PM To: Erick Perez Cc: [EMAIL PROTECTED] Subject: Re: remove a failed database instance cannot remove package "Database Kernel" Hi Erick, This is a normal error, meant to protect you from accidentally making your databases unavailable. You can check this out like this: # dbmcli db_enum Then have a look at the database it prints. You can drop those databases with the command: # dbmcli -d <instance_name> -u <dbmuser>,<dbmpass> db_drop Be careful though, this will destroy these databases. Cheers, JLS Erick Perez wrote: >Hi, my maxdb crashed and i am reinstalling the maxdb. >While trying to remove the maxdb package (add/remove programs in >control >panel) i got this error >********************************* >uninstall following package(s): > >Database Kernel c:/program files/sdb/7500 7.5.00.08 32 bit >CPC SDK 7500 c:/program files/sdb/programs 7.5.00.08 32 bit >PCR 7500 c:/program files/sdb/programs 7.5.00.08 32 bit >PCR 7403 c:/program files/sdb/programs 7.4.03.30 32 bit >DB Analyzer c:/program files/sdb/programs 7.5.00.08 32 bit >Webtools c:/program files/sdb/programs/web 7.5.00.08 32 bit >XML Indexing Engine c:/program files/sdb/programs/web 7.5.00.08 32 bit >ODBC c:/program files/sdb/programs 7.5.00.08 32 bit >Database Connectivity c:/program files/sdb/programs 7.5.00.08 32 bit >CPC Base c:/program files/sdb/programs 7.5.00.08 32 bit >Server Utilities c:/program files/sdb/programs 7.5.00.08 32 bit >Python Interface c:/program files/sdb/programs 7.5.00.08 32 bit >JDBC c:/program files/sdb/programs 7.5.00.08 >Loader c:/program files/sdb/programs 7.5.00.08 32 bit >Perl Interface c:/program files/sdb/programs 7.5.00.08 32 bit >PCR 7104 c:/program files/sdb/programs 7.1.04.43 >PCR 7300 c:/program files/sdb/programs 7.3.00.46 >PCR 7301 c:/program files/sdb/programs 7.3.01.14 >Base c:/program files/sdb/programs 7.5.00.08 32 bit > > >start uninstallation now (y/n)?y >found instance VOICESYS >cannot remove package "Database Kernel": first you have to remove all >instances fatal error at Fr, Jun 04, 2004 at 17:29:27 > >press any key... >*************************** >The only reference to VOICESYS in the SERVICES section of my windows >2000 pro is Service name: SAP DBTech-VOICESYS (test) Display Name >SAPDB: VOICESYS (omststknl.exe) Path to executable: C:\PROGRAM >FILES\SDB\7500\pgm\omststknl.exe > >I already did >service -d voicesys -R <admin> -r >service -d voicesys -R <admin> -r -q >service -d voicesys -R <admin> -r -s > >So, i cannot uninstall maxdb. >Suggestions? > >erick > > > > -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED] -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
