[Solved] 1: user lacks privilege or object not found: INFORMATION_SCHEMA.

Discuss the database features
Post Reply
Dalke55
Posts: 24
Joined: Sat Jan 19, 2019 11:08 pm

[Solved] 1: user lacks privilege or object not found: INFORMATION_SCHEMA.

Post by Dalke55 »

Attempted upgrade of haqldb.jar from 2.5 to 2.6.1. After running SQL code: SHUTDOWN SCRIPT and replacing the 2.5 hsqldb.jar with the 2.6.1 file opened SQL command and executed SELECT * FROM "INFORMATION_SCHEMA","SQL_IMPLEMENTATION_INFO" to verify; I received this status
1: user lacks privilege or object not found: INFORMATION_SCHEMA.

Can you give me some idea what I have to look for to resolve this?

AOO 4.1.13
My operating system is VMWare workstation 15.5.7 running Windows 10 64bit build 10.0.19043
Java 1.8.0_341

Thank You in advance.
Last edited by Dalke55 on Thu Sep 15, 2022 7:42 pm, edited 1 time in total.
Apache OpenOffice 4.1.6 Windows 10
UnklDonald418
Volunteer
Posts: 1547
Joined: Wed Jun 24, 2015 12:56 am
Location: Colorado, USA

Re: 1: user lacks privilege or object not found: INFORMATION_SCHEMA.

Post by UnklDonald418 »

In the part of the statement
"INFORMATION_SCHEMA","SQL_IMPLEMENTATION_INFO"
replace the comma with a period.
If your problem has been solved, please edit this topic's initial post and add "[Solved]" to the beginning of the subject line
Apache OpenOffice 4.1.14 & LibreOffice 7.6.2.1 (x86_64) - Windows 10 Professional- Windows 11
Post Reply