Hi folks, I have a problem with my installation which stalls on step
15 of 16 - where the database connection is verified.
If I look at the logging information on the console I see the
following messages:
Sep 8, 2011 10:22:58 PM
uk.nhs.cfh.dsp.srth.distribution.DBConnectionVerifier verifyConnection
WARNING: Error creating connection. Nested exception is : SELECT
command denied to user 'snofyre'@'localhost' for table 'CONCEPT'
Sep 8, 2011 10:22:58 PM
uk.nhs.cfh.dsp.srth.distribution.JDBCConnectionValidator validateData
INFO: installPath = /home/matt/Applications/Snofyre
Sep 8, 2011 10:22:58 PM
uk.nhs.cfh.dsp.srth.distribution.JDBCConnectionValidator validateData
INFO: varMap = {sappheiros.db.password=[mypassword],
sappheiros.db.schema.name=fakedata2,
sappheiros.db.host.name=localhost, sappheiros.db.port.number=3306,
sappheiros.db.user.name=snofyre}
If I look at the two databases I see there is a "concept" table in
snomed which I can query using the credentials provided in the
installation wizard with "select * from concept limit 0, 10" in the
MySQL Workbench, but which fails if I use the query "select * form
CONCEPT limit 0, 10". Is this perhaps a case sensitivity problem? I
am using Ubuntu 10.04.
regards,
Matt