>Hi >I have SAPDB74 server on linux box,and WinMe client. >On server I set _UNICODE=YES and DEFAULT_CODE=UNICODE,becouse I need use double >byte character. >On client I use sapdbstudio with odbc74,I do follows: >1) create table t1 (c1 int) >2) drop table t1 >3) create table ??1 (c1 int) >4) drop table ??1 >-- Above "??" means double byte chinese character. >Result is : >1) -> 3) are done normally,and in sapdbstudio all display are right. >But,after 4) result in error: > Native error: -9406 > Text :[SAP AG][SQLOD32 DLL][SAP DB] General error:-9406 DDL > Trigger failed : -27019 >I can not drop the table evermore ,except drop the user ownning that table . >Why,is it a bug? Are there any solusion solve it?
Ferdi already answered, that this a known bug. As a workaround you may disable the DDL triggers using the following command : DBMCLI -d <db name> -u <dbm user>,<dbm user> -uUTL <dbm user>,<dbm user> UTIL_EXECUTE DIAGNOSE TRIGGER OFF Best Regards Thomas -- Thomas Anhaus SAP DB, SAP Labs Berlin [EMAIL PROTECTED] http://www.sapdb.org/ _______________________________________________ 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
