[Dhis2-users] Org Unit Levels (2.24 7088b7e)

2017-02-13 Thread Ifeanyi Okoye
Hello Everyone, We need some help/guidance with cleaning up our Org Unit levels. We initially created org units at 6 levels in a hierarchy i.e. (from top to bottom) National (1) -->State (2) -->Local Government Area (3)-->Comprehensive Site (4)-->Satellite Site (5) -->Outreach Site (6). We were

Re: [Dhis2-users] [Dhis2-devs] Fwd: Import of DHIS metdata taking long time

2017-02-13 Thread Calle Hedberg
Hi, In GENERAL you can import data exported from 2.24 into 2.26 - BUT there seems to be unresolved compatibility issues with the export files of SOME objects. You might be able to identify them by scrutinizing the relevant documentation (which, regrettably, isn't always 100% up-to-date), but I

Re: [Dhis2-users] [Dhis2-devs] Fwd: Import of DHIS metdata taking long time

2017-02-13 Thread Morten Olav Hansen
Please note that the new importer is available in 2.24 as well, but not through the UI, you will need to use cURL (or a similar http client) and send the payload to /api/24/metadata curl -X POST -u username:password -d @filename.json -H "Content-Type: application/json"

Re: [Dhis2-users] Composition of program indicator with multiple conditions

2017-02-13 Thread Markus Bekken
Hi Nick! Generally the grouped and/or filter should work, and we will have to dig deeper to find the cause here. Can you send me your database offline? Markus > 13. feb. 2017 kl. 10.44 skrev Shurajit Dutta : > > Hi everyone, > > Am trying to create a program

Re: [Dhis2-users] [Dhis2-devs] Fwd: Import of DHIS metdata taking long time

2017-02-13 Thread Calle Hedberg
Hi, Importing a 165mb meta-data export file into 2.24 would be awfully slow, in particular if you have a lot of orgunits. I've regularly been exporting/importing ~10,000 OU records - even if I actually only wanted to update a few of them, but DHIS2 do not have any export filters for e.g.

Re: [Dhis2-users] My DHIS2 Reports app not loading

2017-02-13 Thread Kamugunga Adolphe
Dear Gerald, This could be also related to your tomcat version, we had the similar issue here in Rwanda with data visualizer, pivot and event report apps not loading after upgrading to dhis 2.24. We have upgraded to our tomcat from 7.052 to 7.0.68 and it worked. Please trace back Bob,Lars, and

Re: [Dhis2-users] [Dhis2-devs] My DHIS2 Reports app not loading

2017-02-13 Thread Jason Pickering
Its hard to say if this is the same issue but it probably is. The issue is described here https://lists.launchpad.net/dhis2-users/msg12117.html Basically, newer version of Tomcat do not allow for the "|" character in URLs. So, if you have upgraded your operating system to a version which has

Re: [Dhis2-users] Error in Analytics

2017-02-13 Thread Knut Staring
Dear Abludkraim, Unfortunately, I don't know what might be the issue - hopefully someone else on the list will have an idea. Knut On Mon, Feb 13, 2017 at 7:17 AM, Abdul karim Jaafar < abdulkarim.jaafa...@gmail.com> wrote: > Dear Kunt, > > > > For you kindly reminder, > > > > We ‘re in huge

Re: [Dhis2-users] My DHIS2 Reports app not loading

2017-02-13 Thread gerald thomas
Kamugunga, If he had provided the logs then that should had been easy to confirm but currently the information seem like a bug on the war file. So the best option is to replace the war file and monitor the logs. If it is a tomcat issue it will definitely show on the logs. On Feb 13, 2017 08:14,

Re: [Dhis2-users] My DHIS2 Reports app not loading

2017-02-13 Thread Timothy Kiyemba
Thanks Gerald and Adolphe, Let me try out these options. Timothy On Mon, Feb 13, 2017 at 9:48 AM, gerald thomas wrote: > Timothy, > Please run maintenance and delete war file and name of folder which has > the name of your war file. Download a new war and tail -f >

Re: [Dhis2-users] [Dhis2-devs] Import of Organisation Units using CSV / working example with Features Type and Coordinates? [SOLVED]

2017-02-13 Thread Knut Staring
Thanks Stephen, We will update the documentation, it should definitely have a full example in addition to the minimal example that is there currently. Knut On Mon, Feb 13, 2017 at 4:16 PM, Stephen Macauley < stephen.macau...@inductivehealth.com> wrote: > Thanks Ant for your input! > > > > So

Re: [Dhis2-users] [Dhis2-devs] Fwd: Import of DHIS metdata taking long time

2017-02-13 Thread Knut Staring
Are you sure the process was actually running? No errors in the Tomcat log? On Feb 13, 2017 10:43 AM, "Nalinikanth Meesala" wrote: > Hi, > > We are trying to import Meta data of dhis2 exported from (2.23) to our > local instance DHIS 2(2.24) [as import of the exported

Re: [Dhis2-users] My DHIS2 Reports app not loading

2017-02-13 Thread Timothy Kiyemba
Dear Gerald, I have tried replacing the war file but the problem persists. See attached my catalina log file. I am working with Tomcat 8.5.8 and DHIS2 2.26. Jason, do I still need to downgrade my Tomcat to 8.0.36? All my apps work except the Event reports app. Kind regards Timothy On Mon,

[Dhis2-users] Output Raw Data in a matrix format -- DHIS2 2.24

2017-02-13 Thread Raminosoa Rabemanantsoa, Tantely
Dear Community, With DHIS2 2.24, I am trying to output raw data in a matrix format. I have used SQL View to output the data. Data values table is presented as following: *orgUnit UID, dataElement1, Value, Period* *orgUnit UID, dataElement2, Value, Period* *orgUnit UID, dataElement3,

Re: [Dhis2-users] [Dhis2-devs] My DHIS2 Reports app not loading

2017-02-13 Thread Calle Hedberg
Timothy, If you are using the latest version of 2.26, then the more stringent validation of URL characters in recent versions of Tomcat should be supported (for details on the 8.5.x changes, see http://tomcat.apache.org/tomcat-8.5-doc/changelog.html ) If your logs still indicate that this is a