[Dhis2-devs] compulsory DE accepting empty values through the API on 2.22 server

2016-05-27 Thread Ignacio Foche
Hi devs, We're developing our app integrating the Android SDK and we've experimenting an strange behaviour when pushing empty values for DEs whose compulsory flag is enabled. The SDK is making a POST API call of the event and the empty values are accepted by the server. Is this the way API is inte

[Dhis2-devs] Web Api Error in DHIS 221

2016-05-27 Thread Guy Ekani
Hello Team, Please, I have an error when trying to run the following completeDataSetRegistrations web api in Dhis 221 (20998): http:..api/completeDataSetRegistrations?dataSet=E2cBlfTJKqU&period=WEEKLY&startDate=2016-01-01&endDate=2016-02-22&orgUnit=LEVEL-1 if someone could help or explain ? Th

Re: [Dhis2-devs] [Dhis2-users] dhis2 2.20 War file fail to be executed:SEVERE: Error configuring application listener of class org.hisp.dhis.system.startup.StartupListener

2016-05-27 Thread Kamugunga Adolphe
Thank you very much dear team It ok now. Regards, *Adolphe Kamugunga* *MIS Technical Advisor* *Knowledge Management, Data Use and Research* Rwanda Health System Strengthening Activity Management Sciences for Health Rwanda-Kigali Mobile: +250 788 740 578 Email:kaa...@gmail.com Skype: ka.adolphe <

[Dhis2-devs] Issue with tracker capture

2016-05-27 Thread Seid Hussein
Hi all, I was testing tracker capture and after syncing with the server, it doesn't show the list of organization units. The only thing it shows when I trap on Choose an Organization Unit is a search box to find organization units. Is that a normal behavior? I've tested it both with my instance an

Re: [Dhis2-devs] Issue with tracker capture

2016-05-27 Thread Erling Fjelstad
Hello Seid, This is a very strange behavior that I haven't seen before. Which Android device are you testing on? Which version of DHIS2 are you testing on? Where did you download the Android app? Regards, Erling On Fri, May 27, 2016 at 2:25 PM, Seid Hussein wrote: > Hi all, > > I was testing tra

Re: [Dhis2-devs] Issue with tracker capture

2016-05-27 Thread Seid Hussein
Hi Erling, I'm using the current app on Google Play. My mobile is Huawei P8 with Android 5.0 lollipop. And I was testing it on the demo site. P.S. Is there any apk compatible with DHIS2 version 2.20? Where can I get it? Regards, Seid, On May 27, 2016 3:33 PM, "Erling Fjelstad" wrote: > Hello

Re: [Dhis2-devs] Issue with tracker capture

2016-05-27 Thread Erling Fjelstad
Do you see this behavior every time? What happens if you reinstall the app from Google Play and log in to play.dhis2.org/demo with user credentials username: android , password: Android123 You can find APK for DHIS 2.20 here: https://github.com/dhis2/dhis2-android-trackercapture/releases/download/0

[Dhis2-devs] Switching between data entry formats

2016-05-27 Thread Johan Ivar Sæbø
Hi, if I remember correctly, it used to be possible to switch between default, section, and custom data entry form while in the data entry app. I can't see that this is possible now. Is there a way to do this, without affecting all users? Or better, to switch between two custom forms? Our ca

[Dhis2-devs] Discrepancy in reporting rates while using pivot table and the reports module

2016-05-27 Thread Ayub Manya
Questions arising from the field indicate that there is a discrepancy in the reporting rates using the pivot tables and the reporting rate in the reports module. Pivot tables even gives rates above 100% Kisumu county MOH 731-2PMTCT 2014. Version: 2.20 Build revision: 20029 organisation unit nam

Re: [Dhis2-devs] [Dhis2-users] dhis2 2.20 War file fail to be executed:SEVERE: Error configuring application listener of class org.hisp.dhis.system.startup.StartupListener

2016-05-27 Thread Paulo Grácio
Hi Adolphe, another option is to use Docker to start the training environments. You can find some more information here https://github.com/pgracio/dhis2-docker docker images https://hub.docker.com/r/pgracio/dhis2-web/tags/ https://hub.docker.com/r/pgracio/dhis2-db/tags/ Regards, Paulo On Fri, M

Re: [Dhis2-devs] [Dhis2-users] dhis2 2.20 War file fail to be executed:SEVERE: Error configuring application listener of class org.hisp.dhis.system.startup.StartupListener

2016-05-27 Thread Craig A
Hi, There's a mismatch with your java version. The default Java version for Ubuntu 14.04 is Java 7. You'll have to autoremove Java 7 and install Java 8. The instructions for installing Java 8 can be found near the bottom of this page