Hello, With 7.6 the Analyser seems not to work, I can see the following error in DBAN.err:
ERROR 5: Cannot execute SQL statement. [MySQL MaxDB][SQLOD32 DLL][MaxDB] Column not found;-4005 POS(66) Unknown column name:ADDRESS CREATE OR REPLACE VIEW READER_WRITER_LOCKSTATISTICS_AR AS SELECT ADDRESS ADDRESS, SPINLOCKPOOLNAME LOCKNAME, WAITCOUNT NUM_TASKS_WAITING, EXCLUSIVEACCESSCOUNT EXCLUSIVEACCESSCOUNT, NONEXCLUSIVEACCESSCOUNT NONEXCLUSIVEACCESSCOUNT, COLLISIONCOUNT COLLISIONCOUNT FROM SYSINFO.READERWRITERLOCKSTATISTICS WHERE COLLISIONCOUNT > 0 OR WAITCOUNT > 0 INTERNAL Looks like the missing information schema tables are affecting the software. This was started from DBMGUI 7.6.0.3 on MaxDB Windows32 7.6.0.10. Are there any release notes which describe those kind of changes (beside the change list which is just too long to follow, imho). Greetings Bernd