cancel
Showing results for 
Search instead for 
Did you mean: 

Caused by: org.hsqldb.HsqlException: user lacks privilege or object not found: DUMMY

0 Kudos

Hello All,

Was trying to integrate an HANA schema and HDI container service(trial version) with a JAVA application on cloud foundry, and encountered an error as below

could any one help me in understanding, what wrong here? am i supposed to assign an authorization? I am just running on cloud foundry trial version.

this is our simple connection test program

and even created an context.xml under META-INF under webapp.

am i missing anything over here? could some one help me in understanding the limitation of technical HANA on a trial version?

Thanks,

Regards,

Girish

pfefferf
Active Contributor
0 Kudos

Did you created and object (e.g. table, synonym, ...) in your HDI Container? In an HDI container you do not have a DUMMY object by default or have access to the SYS.DUMMY object.

If you have created such an object in your HDI Container, did you check that the user has the required privileges to do a query on it?

0 Kudos

Hi Florian,

thanks for getting back,

Tried with SYS.DUMMY, but it throws this below error

I haven't created any Objects inside HDI container, I barely created an SAP HANA Schema and HDI service on Cloud Floundry Trial, and bind'd for the application, just to ensure/check the connectivity between application and HANA on CF trial,

so not able to understand on how to make it working with CF trial and how do we debug this.

Thanks,

Regards,

Girish.

Accepted Solutions (0)

Answers (0)