Page 1 of 1

SQL Editor window does not open for one database, others ok

PostPosted: Mon Apr 30, 2012 11:22 pm
by erk123
I have a number of databases that I connect to and for just one of them the SQL Editor window will not open.
The connection is fine, and a schema window can open and faithfully display the row counts of the tables.
I'm using jdbc to connect to Vertica databases.
Is there a place to see logs or anything else that would help ?
Cheers,
E

Re: SQL Editor window does not open for one database, others

PostPosted: Wed May 02, 2012 9:11 am
by EugeneJF
You can find logs in a really strange place - "Error Log" window. ;-)

Re: SQL Editor window does not open for one database, others

PostPosted: Wed May 02, 2012 11:53 am
by Serge
Yep, it is really very strange problem. By the way you may change active connection for SQL editor (first combo in main toolbar).
Error log can be found in "Error Log" view (Main menu ->Window -> Error Log). Or you can check for log files in $USER_HOME/.dbeaver/.metadata directory.

Thanks!