[EMAIL PROTECTED] wrote: > I got a -9404 system error (-9404,System error: AK System > error: VAK19 2) when trying to drop a sequence (drop sequence > <seq_name>). The documentation is very vague for the system > errors (error messages -9001 to -9799). > > Is there someone who can give a hint what is the meaning of > this error message?
This error means that the handling of some meta-data was not ok. In your case it means: there is a bug in the kernel which will be fixed with the next version. The problem occurs if someone has - a sequence, - a role, - granted the sequence to the role, - dropped the role - tries to drop the sequence / the user who is the sequence's owner. Unfortunately you will not get rid of this sequence and therefore you will not get rid of the user. --> New database or unused user in the current database remains. Elke SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
