Hi Markus, thanks for your answer. At other machines I am able to do the tasks.
> First, try to reload the system tables using e.g. DBMGui. With DBMGui you mean the Database Manager? Where can I find the option to reload the tables there? >If problems persist, turn on the "Trace All" checkbox of the log window and >post the (error) messages that are generated by an attempt to view >or alter table structures. ++++ Execute +++++++++++++++++++++++++++++++ Auto Commit: On, SQL Mode: Internal, Isolation Level: Committed SELECT TABLENAME,TYPE,TABLETYPE FROM DOMAIN.TABLES WHERE OWNER = 'DBA' AND (TYPE = 'SYSTEM' OR TYPE = 'TABLE' OR TYPE = 'VIEW' OR TYPE = 'SYNONYM' OR TYPE = 'SNAPSHOT') AND TABLENAME LIKE '%' ORDER BY TABLENAME Execution Time: 15:06:45.079 - 15:06:45.124 (00.045 sec) >The versions of SQL Studio and the database kernel you are connected to >would be helpful too. Studio ist the lates 7.5.0.11 Database kernel is the latest 7.4.x.x (With Studio 7.4.x.x on my machine I get the same errors) -- MaxDB Discussion Mailing List For list archives: http://lists.mysql.com/maxdb To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]
