Ronald van de Walle wrote : > >Hello all, > >When I try to DROP a table, I get the following error : > General error; -28534 POS(1) Package must be recreated: > >In the online help I read as "User Action" : > "Delete the package and create it again." > >Very useful indeed... >What package and how to delete it/create it again ? > >Thanks, > >-- >Ronald van de Walle - Verzekeringen NV >Oostkaai 23 >B-2170 Merksem > >Tel. : +32 3 641 66 71 >GSM : +32 485 600 023 > >www.verzekeringen.be > >
I assume you installed a new MaxDB version. You have to upgrade the system tables after that. (DBMGui->Configuration->Upgrade System Tables or dbmcli -d <db name> -u <dbmuser>,<dbmpassword> load_systab). Best Regards, Thomas -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
