[Dhis2-users] Error when saving favourites in Pivot Table, Visualizer

2017-08-16 Thread charles waka
HI, I am seeing this error when saving a favourite (on catalina.out). The favourite is never saved. What can be the issue? It only happens when choosing 'Details' for data elements. ERROR 2017-08-16 13:36:34,998 ERROR: duplicate key value violates unique constraint "dataelement_operand_unique_ke

Re: [Dhis2-users] Upgrade to version 2.22

2016-02-16 Thread charles waka
be the cause of this? Am using java 8, tomcat 8 build 32 on ubuntu server 14.04 Thanks. Charles. On Tue, Feb 16, 2016 at 4:31 PM, Morten Olav Hansen wrote: > Tomcat 7 is ok, but you should upgrade to the latest (7.0.67) > > On Tue, Feb 16, 2016 at 7:47 PM, charles waka wrote: >

Re: [Dhis2-users] Upgrade to version 2.22

2016-02-16 Thread charles waka
Seems this could be a bug in Tomcat 8. Try upgrading to latest version. > > https://bz.apache.org/bugzilla/show_bug.cgi?id=53735 > > regards, > > Lars > > > On Tue, Feb 16, 2016 at 12:52 PM, charles waka wrote: > >> Hi DHIS2 Community, >> >> I have b

[Dhis2-users] Upgrade to version 2.22

2016-02-16 Thread charles waka
Hi DHIS2 Community, I have been trying to upgrade to version 2.22 from version 2.20, however i encounter an error in catalina.out. I have done what is advised on the upgrade notes but still encounter an error. The error is "SEVERE: Error deploying web application archive ROOT.war org.apache.tomcat

Re: [Dhis2-users] Android App

2016-01-11 Thread charles waka
; > > > ------ > *From:* Dhis2-users logicaloutcomes@lists.launchpad.net> on behalf of charles waka < > charl...@gmail.com> > *Sent:* January 11, 2016 5:55 AM > *To:* dhis2-users@lists.launchpad.net > *Subject:* [Dhis2-users] Android App > > Hi Guys,

[Dhis2-users] Android App

2016-01-11 Thread charles waka
Hi Guys, I was wondering, how do you make lower level organisation units available for data entry in the mobile app? I have a community unit attached to a facility, but when i try to use the android app, the facility and CU data entry forms are not available. Its only when i use a province is when

Re: [Dhis2-users] Unit Level

2016-01-11 Thread charles waka
Thanks. It works. On 11 Jan 2016 11:12, "Uwe Wahser" wrote: > Hi Charles, > > if you add a new unit as child to a unit on the lowest level, DHIS2 will > create > the new level automatically. You'll just have to give it a name in the > level-editor. > >

[Dhis2-users] Unit Level

2016-01-11 Thread charles waka
Hi DHIS2 users, I want to add an extra level to the instance of DHIS2 we are running. How is that done in version 2.20 Thanks. Charles ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : http

[Dhis2-users] DHIS2 Data Import

2015-12-07 Thread charles waka
Hi All, I have setup a local instance of DHIS2. I have fully configured the organisation units, data elements, indicators, and the respective data sets. When i enter data online, it can be saved but when i try to import data using the csv template i encouter this error: "Data element not found or

Re: [Dhis2-users] DHIS2 Web Api - using C#

2015-08-20 Thread charles waka
think WebClient it's easy to use for > calling a web API in c#. > > Cheers, > On Aug 20, 2015 7:41 AM, "charles waka" wrote: > >> Hi, >> >> Can anyone have an example of an established connection to DHIS2 using C# >> HttpWebRequest or WebClient

[Dhis2-users] DHIS2 Web Api - using C#

2015-08-19 Thread charles waka
Hi, Can anyone have an example of an established connection to DHIS2 using C# HttpWebRequest or WebClient methods? I have written this method and all i get are errors when establishing the connection. private void ConnectDHIS() { string uname = "admin", pwd = "district";