Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Jason Pickering
That did not work, but this did ALTER TABLE relationship DROP COLUMN patientaid; ALTER TABLE relationship DROP COLUMN patientbid; Does this point to potentially other problems, perhaps like a missed upgrade script or problems with the startup routines which alter the tables? Regards, Jason O

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Abyot Gizaw
Yes the upgrade script was supposed to take care of that. Try to manually clear and see if the error goed. See here https://github.com/dhis2/dhis2-utils/blob/master/resources/sql/rename-patient-to-trackedentity.sql -- relationship ALTER TABLE relationship RENAME COLUMN patientaid TO trackedentit

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Jason Pickering
It has been upgraded from and earlier version. Maybe this needs to be deleted or missing in an upgrade script? On Thu, Jun 25, 2015, 15:12 Abyot Gizaw wrote: > Hi Jason, > > Seems a database issue... it complains about missing "patientaid". Is this > really a 2.19 db? > > Thank you, > Abyot. > >

Re: [Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Abyot Gizaw
Hi Jason, Seems a database issue... it complains about missing "patientaid". Is this really a 2.19 db? Thank you, Abyot. On Thu, Jun 25, 2015 at 12:37 PM Jason Pickering < jason.p.picker...@gmail.com> wrote: > I have posted the full stack trace here. Occurs when attempting to save a > new relat

[Dhis2-devs] Error in adding a relationship with tracker capture app

2015-06-25 Thread Jason Pickering
I have posted the full stack trace here. Occurs when attempting to save a new relationship. http://pastebin.com/ap1XxWea Version:2.19Build revision:19247 Regards,Jason ___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.la