[Dhis2-users] Organization Units UIDs

2016-02-10 Thread gerald thomas
Dear All, Please can someone help with the query on PostgreSQL that will return all the facilities and their UIDs?? Thanks for your usual cooperation. -- Regards, Gerald ___ Mailing list: https://launchpad.net/~dhis2-users Post to :

Re: [Dhis2-users] Organization Units UIDs

2016-02-10 Thread Carl Leitner
Hi Gerald, We have an automated way to help extract this data into the InterLinked Registry. You can see an example of a DHIS2 Web App for this here: https://www.youtube.com/watch?v=J7Lefmcl6X0 It can also be automated using this script here:

Re: [Dhis2-users] Data Synchronization of data values and comments not consistent.

2016-02-10 Thread Lars Helge Ă˜verland
Hi Archana, I had a look and I think I found the error. It was in fact not related to data sync, rather a serious bug with the data entry module, which caused data values to be cleared out when entering comments. I have fixed this now in trunk, 2.22 and 2.21. Could you please try again with

Re: [Dhis2-users] [Dhis2-devs] Issue with Settings App after upgrade to 2.22

2016-02-10 Thread Ese Egerega
Thanks a lot Ali. A workaround for me was to setup a new instance of 2.22 and then I imported the meta-data and values from the instance with Settings App issue. This was a bit of a challenge because I had to recreate most of the tracker programs. -Ese On Feb 10, 2016 1:16 PM, "Ali Karisa"

Re: [Dhis2-users] Metadata Import of option sets not working

2016-02-10 Thread Archana Chillala
Hi Morten, We have verified it again, the metadata import of option sets is still not working. From the JSON file you sent us, what we figured out is that, the options we are creating do not have IDs generated. The same is the case on 2.22 as well. Please find the snapshot below that caused

Re: [Dhis2-users] Metadata Import of option sets not working

2016-02-10 Thread Morten Olav Hansen
Hm, ok. I see, let me look into it (I always generate my own UIDs when doing imports.. as its easier for connecting refs etc). On Thu, Feb 11, 2016 at 2:10 PM, Archana Chillala wrote: > Hi Morten, > > We have verified it again, the metadata import of option sets is

Re: [Dhis2-users] Metadata Import of option sets not working

2016-02-10 Thread Morten Olav Hansen
Please try again with latest versions. On Thu, Feb 11, 2016 at 2:13 PM, Morten Olav Hansen wrote: > Hm, ok. I see, let me look into it (I always generate my own UIDs when > doing imports.. as its easier for connecting refs etc). > > On Thu, Feb 11, 2016 at 2:10 PM, Archana

Re: [Dhis2-users] Metadata Import of option sets not working

2016-02-10 Thread Morten Olav Hansen
Hi Archana I have tested this on 2.21, 2.22 and trunk now, and it seems to be working fine on all versions. I'm including a working metadata option/optionSet import which you can check your own dump against. You can import it with: curl -X POST -d @metadata.json -H "Content-Type:

Re: [Dhis2-users] [Dhis2-devs] Issue with Settings App after upgrade to 2.22

2016-02-10 Thread Ali Karisa
Dear Ese, I had a similar issue and enabling code cache flashing resolved my issue; the application was behaving as if there was a memory leak. In your setenv.sh, modify the java_opts as follows export JAVA_OPTS='-Xmx7500m -Xms4000m -XX:+UseCodeCacheFlushing' and/or modify the respective