Re: [Dhis2-devs] Upgrading to 2.24 and /api/24/metadata issue

2016-08-23 Thread Morten Olav Hansen
Maybe you should turn of PG logging the DDL statements.. maybe there is startdate failed because of xyz, could be useful in hunting down the issue.. -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Tue, Aug 23, 2016 at 3:55 PM, Vanya Seth

Re: [Dhis2-devs] Upgrading to 2.24 and /api/24/metadata issue

2016-08-23 Thread Vanya Seth
We can try that. Regards Vanya On Tue, Aug 23, 2016 at 2:34 PM, Morten Olav Hansen wrote: > Maybe you should turn of PG logging the DDL statements.. maybe there is > startdate failed because of xyz, could be useful in hunting down the issue.. > > -- > Morten Olav Hansen >

Re: [Dhis2-devs] Upgrading to 2.24 and /api/24/metadata issue

2016-08-23 Thread Vanya Seth
Well its very strange as this works fine in our local machines. On the VM's even tried dropping the db, creating new and then deploying the war. Still to no avail. Mostly this manual creation of columns should work. But what if there are other such things that might have been missed and will

Re: [Dhis2-devs] Upgrading to 2.24 and /api/24/metadata issue

2016-08-23 Thread Morten Olav Hansen
That sounds strange Vanya, looked at the HBM files and there was nothing special about those fields. Could you try a manual add: alter table mapview add column startdate timestamp without time zone alter table mapview add column enddate timestamp without time zone and see if that fixes it (I