Re: [Dhis2-users] android tracker capture syncing error: 'an event already exists'

2017-07-16 Thread Ignacio Foche
Hi Brian, I think it may be related to this API issue . Could you create a new Jira issue explaining how to replic

[Dhis2-users] Upgrading from 2.16

2017-07-16 Thread Edward Robinson
I have a couple of 2.16 installations that should probably be brought up to date. What are the major caveats I should be looking out for and what is the latest stable DHIS2 version that I should be aiming for? It's critical that service be maintained for the client, I will run the upgrades on a

Re: [Dhis2-users] Upgrading from 2.16

2017-07-16 Thread Elmarie Claasen
Hi Edward, Wow this is quite far back. We upgrading some instances from 2.20 now and everything is going fine, provided that you drop SQL views before the upgrade. SQL views often hold table updates effected through war upgrades. >From 2.23 to 2.23 you need to read about changes required to sms co

Re: [Dhis2-users] Upgrading from 2.16

2017-07-16 Thread Edward Robinson
Some excellent tips, thank you Elmarie. Regards Ed From: Elmarie Claasen [mailto:elma...@hisp.org] Sent: Sunday, 16 July 2017 3:00 PM To: Edward Robinson Cc: DHIS 2 Users list Subject: Re: [Dhis2-users] Upgrading from 2.16 Hi Edward, Wow this is quite far back. We upgrading some instances from

Re: [Dhis2-users] Major speed issue with pg_restore

2017-07-16 Thread Edward Robinson
Hi Bob, apologies, it’s running on this hardware: http://www.dell.com/support/home/ht/en/htbsdt1/product-support/servicetag/d2fvfx1/configuration A bit dated, but definitely not a hardware error given the speedy / successful restore on Windows. Regards Ed From: Bob Jolliffe [mailto:bobjolli...@gm

Re: [Dhis2-users] Upgrading from 2.16

2017-07-16 Thread Bob Jolliffe
Regarding version you should be aiming for, you should always aim to be not more than 3 versions back from latest release. As security issues arise and get addressed they are usually backported as far as is practical. But the developers only guarantee security support for the last 3 versions. On

[Dhis2-users] Database version - how to tell

2017-07-16 Thread Edward Robinson
Hi all, is there a way to tell what version the database is? I'm attempting to get an instance going that was running previously. I was told it was 2.16. Tomcat is having trouble firing up using the 2.16 .war and I notice an error in the stdout log that seems to indicate the app wants to make

Re: [Dhis2-users] Database version - how to tell

2017-07-16 Thread Edward Robinson
An update on this, it turns out the encryption.password setting in the hibernate.properties file was overwritten with an incorrect value. Fortunately someone on the team recalled what it was previously as the file had not been backed up along with the database. That accounts for the org.jasyp

Re: [Dhis2-users] OAuth token api status: 403 access denied.. urgent please!

2017-07-16 Thread Viet Nguyen
Hi guys, I'm investigating this issue, will update you soon. On Fri, Jul 14, 2017 at 9:42 PM, Jesus Solano-Roman < asol...@broadinstitute.org> wrote: > Hello Andrei. > > I believe we have the same issue, also not luck with the demo server. I > had sent an email to the dev listserv but I think th

[Dhis2-users] Drop Down List

2017-07-16 Thread rabbia
Hi, I need to know about how can we make dependent drop down lists in custom data set form? For Example if i select province from one drop down, it shows all the districts present in that specific province in another drop down. Also, How can we get values from DataBase to show in our forms. F