Re: [Dhis2-devs] Problems using Mysql

2009-08-30 Thread Bob Jolliffe
Hi Knut Seems like something schizophrenic is happening. As far as I know MySQL does not support or use sequences. It uses auto-incrementing instead. It looks almost like you're trying to import something from postgres sql to mysql. What are you doing when you get this error? Any chance that

Re: [Dhis2-devs] Problems using Mysql

2009-08-29 Thread Knut Staring
Indeed. I wonder if someone knows what that query is, as it seems to want to access the information_schema database, and not the DHIS2 database. I suppose DHIS2 needs for there to be a Sequences table in the MySql information_schema base - does anyone know the details? And has anyone encountered t

Re: [Dhis2-devs] Problems using Mysql

2009-08-29 Thread Orvalho Joaquim Augusto
Well, this means that somewhere there is a query referincing a table with name 'sequences' and it does not exist on the database. Start by checking that. Caveman Knut Staring wrote: I am getting the below error. * ERROR 14:11:12,988 could not get database metadata (SchemaUpdate.java [main]