Interestingly if I try a connecting to the LEM DB remotely;
1. Using the hsqldb-2.3.1.jar lem_lucius.jar and lem_util.jar as the driver libraries.
2. Connecting to jdbc:hsqldb:hsql://%LEMHOSTNAME%/alertdb using the contego username and password
I successfully establish a connection BUT the tables all appear empty apart from public.eventsummary, public.alertpath, public.alertdatetimerange,public.internalrules, public.alertdailykeys.
IF we run the report engine in debug mode I can see the log file shows the report engine making reference to both the AlertDB database (as above) but also the AlertDBLucius database - trying to establish a database connection to AlertDBLucius with the same methods above, fails with "unknown db alias" errors.
The Report engine is clearly doing something in its pre-query stage that allows it to access the tables and their content.
Any pointer on what that might be would be greatly appreciated.
Thanks
Ed