[EMAIL PROTECTED] wrote: > When I try to RENAME USER I get -9406 Trigger failed -27019.
Error code -27019 means that an UCS2 string couldn't be converted to ASCII. Within SAP DB some triggers are defined to take care about SQL Studio objects if a user/a table or a column is dropped or renamed. These triggers aren't yet UCS2 enabled! As long as UCS2 characters can be mapped to ASCII characterss ( UCS2 with hi-oder byte = x'00' ) the triggers will work even if used within a Unicode DB! But if real UCS2 is used .... you will get the error ! This is a bug within SAPDB and will be corrected ! Apart from this the error occurs when trying to rename a USER within a Unicode DB even if only characters which can be mapped to ASCII are used for defining the new <user>. This will be corrected within the next release! Regards, Ferdi SAP Labs Berlin -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Freitag, 10. Januar 2003 16:15 To: [EMAIL PROTECTED] Subject: 7.4 - RENAME USER => -9406 Trigger failed -27019 Hello, When I try to RENAME USER I get -9406 Trigger failed -27019. Regards, Wojtek _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
