[EMAIL PROTECTED] wrote: > When I try to RENAME USER I get -9406 Trigger failed -27019.
Within SAP DB some triggers are defined to care about SQL Studio objects if a user is droped or renamed. Looks like these triggers doesn't work propper on your database. It might help to reload the system tables, try "dbmcli -d <dbname> -u <user,pwd> load_systab -ud <domainpwd>". If not please provide a vtrace from the error so we could analyze the problem (http://sapdb.2scale.net/moin.cgi/VTrace). As a workaround you could disable these triggers with the command "dbmcli -d <dbname> -u <user,pwd> util_execute diagnose trigger off". They stayed disabled until the next restart of database Kind regards, Holger SAP Labs Berlin _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
