Re: [h2] Schema "XXXX" not found; SQL statement: GRANT SELECT ON SCHEMA XXXX TO USERX [90079-192]

2017-02-19 Thread Kerry Sainsbury
Presumably Squirrel-sql is sending "GRANT SELECT ON SCHEMA TO USERX" to H2, which is now an error because you've renamed to , but not told Squirrel-sql about it. That's not H2's problem -- you need to reconfigure Squirrel-sql somehow. (I can't help. I use SQL-Workbench/J) -- You re

[h2] Schema "XXXX" not found; SQL statement: GRANT SELECT ON SCHEMA XXXX TO USERX [90079-192]

2017-02-18 Thread Ashok Rai
I am getting below error : java.util.concurrent.ExecutionException: java.lang.RuntimeException: org.h2.jdbc.JdbcSQLException: Schema "" not found; SQL statement: GRANT SELECT ON SCHEMA TO USERX[90079-192] Steps to reproduce: 1) Connect to H2 db using Squirrel-sql client . Connection url