Critical Error when Upgrading to Labkey 15.2

LabKey Support Forum (Inactive)
Critical Error when Upgrading to Labkey 15.2 Brian Connolly  2015-08-25 16:30
Status: Closed
 
Lewis,

From you last message, it looks like you are missing the semicolon(;) from the end of the SQL statements.

For example, the SQL command that you should be running is

     SELECT * FROM core.containers WHERE Parent IS NULL;

and

     SELECT * FROM core.containers;


Can you try the command again, but this time with the semicolon and see if they return any rows.


-Brian