Re: [Dhis2-devs] [Bug 1538443] Re: Metadata import of users fails

2016-06-23 Thread Morten Olav Hansen
Hi, Well, we didn't have an exact plan for when to switch over the import/export UI, but seeing as we only switched to the new importer in the maintenance app this week, we will wait for 2.25 to switch over the import/export UI (to test it more). We are probably phasing out the legacy importer

Re: [Dhis2-devs] [Bug 1538443] Re: Metadata import of users fails

2016-06-23 Thread Vanya Seth
Hi Morten The plan to move the UI as well to the new importer functionality was supposed to be out in 2.24. Is it not the right understanding? Regards Vanya On Fri, Jun 24, 2016 at 4:56 AM, Morten Olav Hansen wrote: > It's only available as a API at this point (probably will

Re: [Dhis2-devs] Tracker UI issue

2016-06-23 Thread Pramil Liyanage
Hi Lars, In that case, what happens to the blank space? Any method to use it in default forms? Like by having two columns for elements? Regards Pramil On Fri, Jun 24, 2016 at 1:51 AM, Lars Helge Øverland wrote: > Hi Muturi, > > this is in fact by design. We would like to keep

Re: [Dhis2-devs] [Bug 1538443] Re: Metadata import of users fails

2016-06-23 Thread Morten Olav Hansen
It's only available as a API at this point (probably will be changed in 2.25), and yes you can import multiple users at the same time. If you are using json you can use something like this: curl -X POST -d @file.json -H "Content-Type: application/json" -u username:password

Re: [Dhis2-devs] [Bug 1538443] Re: Metadata import of users fails

2016-06-23 Thread ifeanyiokoye
‎Hello Morten, Would the upgrade to 2.23 allow me to do the import from the metadata import app or I would have to do it from the API? If I had to do it from the API, is there step-by-step guidance on how to do this? I have to import 59 users and would I have to do that one after the other or

Re: [Dhis2-devs] Tracker UI issue

2016-06-23 Thread Lars Helge Øverland
Hi Muturi, this is in fact by design. We would like to keep the labels close to the input fields to make it easier to visually connect them. The regular input fields don't need to be wider than they currently are for numbers and option sets. If you would like free text and larger text areas you

[Dhis2-devs] Tracker UI issue

2016-06-23 Thread David Muturi
Hi Devs, I have noticed that the UI for the tracker for default forms collapses instead of expanding as before based on length of label. See attached screen shot. This resilts in a default form that is not user friendly based on the length of the label. This is happening in v 2.23 rgds David

Re: [Dhis2-devs] Data Import does not allow a combination of identifier types in 2.22

2016-06-23 Thread Laura E. Lincks
Asking if anyone has experienced this problem one more time... *Laura E. Lincks* Database Manager/Developer ICAP - Columbia University Mailman School of Public Health 60 Haven Ave, Floor B1 New York, NY 10032 Tel: 212 304 7132 On Wed, Apr 20, 2016 at 5:15 PM, Laura E. Lincks <

[Dhis2-devs-core] summer party tomorrow

2016-06-23 Thread Lars Helge Øverland
Hi team, just a reminder, tomorrow Friday at 4 PM we have the summer party at Kristin's place. Address: Nordbergveien 58, 0875 Oslo Link You can get on the metro to Sognsvann and get

[Dhis2-devs] Tracker Linking a Child to more than one Mother

2016-06-23 Thread David Muturi
Hi Devs, I have noticed that it is possible to link a child enrolled in a child program to more than one mother. I have even tested on the online dhis2 demo using the mnch and child programmes. Is it possible to prevent this or atleast show a message that the child is already linked to a mother so

Re: [Dhis2-devs] Issue with DHIS event capture page - 2.24

2016-06-23 Thread Lars Helge Øverland
Hi Aamer, can you replicate this on dev ? regards, Lars On Thu, Jun 23, 2016 at 5:43 PM, Aamer Mohammed wrote: > Hi > > We are on the latest build from trunk, 23409. On opening the event >

Re: [Dhis2-devs] [Bug 1538443] Re: Metadata import of users fails

2016-06-23 Thread Morten Olav Hansen
Hi Are you able to update to 2.23? in 2.23 we have a new importer at the /api/23/metadata endpoint which has much better support for (among other types) users -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Thu, Jun 23, 2016 at 6:13 PM, Ifeanyi Okoye

Re: [Dhis2-devs] Issue with DHIS event capture page - 2.24

2016-06-23 Thread Knut Staring
Seems the same is happening on the demo: https://play.dhis2.org/dev/dhis-web-event-capture/index.html#/ Any messages in your Tomcat log? Knut On Thu, Jun 23, 2016 at 5:43 PM, Aamer Mohammed wrote: > Hi > > We are on the latest build from trunk, 23409. On opening the

[Dhis2-devs] Issue with DHIS event capture page - 2.24

2016-06-23 Thread Aamer Mohammed
Hi We are on the latest build from trunk, 23409. On opening the event capture page, we are unable to register any event as the data elements are not showing. See screenshot below. [image: Inline image 1] Is anyone else facing this issue? Thanks Aamer.

[Dhis2-devs] [Bug 1595071] Re: Self Registration Captcha not working

2016-06-23 Thread evert.bothma
Dear Halvdan and Lars, Thank you very very much for your assistance. We managed to get a solution from the link that Lars gave us. We ran the command update-ca-certificates -f. This updates and refreshes the certificates in /etc/ssl/certs. It is working 100%. Again I want to say thank you. --

Re: [Dhis2-devs] Two shortName errors

2016-06-23 Thread Greg Wilson
It seems like part of this has been recorded in https://github.com/dhis2/maintenance-app/issues/176. I will add to it for better documentation. On Thu, Jun 23, 2016 at 8:47 AM, Greg Wilson wrote: > Ah yes, thank you. > > Greg > > On Thu, Jun 23, 2016 at 8:40 AM, Knut

Re: [Dhis2-devs] Two shortName errors

2016-06-23 Thread Greg Wilson
Ah yes, thank you. Greg On Thu, Jun 23, 2016 at 8:40 AM, Knut Staring wrote: > Hi Greg, > > This seems like a good bug report. I think the team prefers to gather good > ones here: > https://github.com/dhis2/maintenance-app/issues/ > > Regards, > Knut > > On Thu, Jun 23, 2016

[Dhis2-devs] Issues with partial updates on Data Elements using the API - 2.22

2016-06-23 Thread Adedapo Adejumo
Hi Devs, I am trying to update one attribute value for a data element via the Web API in 2.22 and there is no success - the error thrown is shown below. The syntax is in the format curl -X PATCH -d "{\"attribute\": \"\"}" -H "Content-Type: application/json" -u user:pass

Re: [Dhis2-devs] Two shortName errors

2016-06-23 Thread Knut Staring
Hi Greg, This seems like a good bug report. I think the team prefers to gather good ones here: https://github.com/dhis2/maintenance-app/issues/ Regards, Knut On Thu, Jun 23, 2016 at 1:51 PM, Greg Wilson wrote: > Greetings. Hopefully this is the right location for this

Re: [Dhis2-devs] [Bug 1595071] Re: Self Registration Captcha not working

2016-06-23 Thread Halvdan Hoem Grelland
I am not referring to SSL for your domain. The recaptcha functionality is dependent on doing a server-to-server web request to Google's recaptcha servers. Your Tomcat instance fails to set up the HTTPS connection to said server because it cannot resolve any root certificates (which would be in

Re: [Dhis2-devs] [Bug 1595071] Re: Self Registration Captcha not working

2016-06-23 Thread Lars Helge Øverland
Hi Evert, yes it does seem like you have an issue with the Tomcat setup - have a look at this thread: http://stackoverflow.com/questions/4764611/java-security-invalidalgorithmparameterexception-the-trustanchors-parameter-mus Lars On Thu, Jun 23, 2016 at 1:37 PM, evert.bothma

[Dhis2-devs] Two shortName errors

2016-06-23 Thread Greg Wilson
Greetings. Hopefully this is the right location for this issue. I have discovered a few issues seemingly revolving around the shortName field. On the Maintenance app the field is often shown as not required. This is apparently not entirely the case. *1: 500 Error on creating DE Group with empty

[Dhis2-devs] [Bug 1595071] Re: Self Registration Captcha not working

2016-06-23 Thread evert.bothma
Dear Halvdan, We have deployed ssl and tested.We can access data visualizer and it works on ssl. We do not see any issues with our Tomcat setup and we are still having issues with this. We would like to know what is causing this problem. I can give you login details to our server, are you

[Dhis2-devs] [Bug 1538443] Re: Metadata import of users fails

2016-06-23 Thread Ifeanyi Okoye
Hello, I am trying to move data from one instance of DHIS2 (2.22) to another using metadata export and import. So far everything else has worked except for importing users. It just goes on indefinitely. Please see the logs below: * ERROR 2016-06-23 01:31:31,479 Unexpected error occurred in

Re: [Dhis2-devs] Return number of records in a program stage

2016-06-23 Thread David Muturi
Hi Lars, Many thanks for this. Its definitely useful, I was looking for a method that doesnt rely on analytics because I am using the ID as a field in a custom reg form for a program. rgds Da Hi Muturi, one approach is using the event analytics API. Of course this means that the result will

[Dhis2-devs] [Bug 1595071] Re: Self Registration Captcha not working

2016-06-23 Thread Halvdan Hoem Grelland
I tried self-registering on that URL and got the same issue. It spits out a stack trace in the response which contains a Java security error. In short: your Tomcat is misconfigured and it cannot resolve the Java keystore to use for the HTTPS connection to Google's recaptcha servers. This causes

Re: [Dhis2-devs] Return number of records in a program stage

2016-06-23 Thread Lars Helge Øverland
Hi Muturi, one approach is using the event analytics API. Of course this means that the result will depend on when analytics tables were generated last time. Docs: http://dhis2.github.io/dhis2-docs/master/en/developer/html/ch01s33.html A query that will give you the number of events for a

[Dhis2-devs-core] holiday calendar

2016-06-23 Thread Lars Helge Øverland
Hi team, I have created a new calendar for holidays called "Dev Holiday DHIS 2 Calendar". Please enter your expected holidays in there. It has been shared with everyone. We have 5 weeks of holidays per year, meaning 25 working days. It is much appreciated if you can take most of your summer

[Dhis2-devs] [Bug 1595071] Re: Self Registration Captcha not working

2016-06-23 Thread evert.bothma
Thank you Halvdan Hoem Grelland (halvdanhg), We are using both Chrome and Mozilla and both are giving the same issues. These are the following errors that I receive once I click the create button: jquery.min.js:2 POST http://197.189.252.38:8080/cserv/api/account 500 (Internal Server Error)send

Re: [Dhis2-devs] Event Capture App cannot synchronize data from web ?

2016-06-23 Thread Furqonuddin Ramdhani
Ok thanks Araz. I'll wait the beta/final release. On Thu, Jun 23, 2016 at 1:53 PM, Araz Abishov wrote: > Hi Furqonuddin, > > 0.5.1 version of event capture is considered to be alpha release (it is > not final release): >

Re: [Dhis2-devs] Event Capture App cannot synchronize data from web ?

2016-06-23 Thread Araz Abishov
Hi Furqonuddin, 0.5.1 version of event capture is considered to be alpha release (it is not final release): https://github.com/dhis2/dhis2-android-eventcapture/releases It lacks some core functionality from version 0.3.4, like pulling existing events from server (that’s something what we are

[Dhis2-devs] (no subject)

2016-06-23 Thread baba charles denzel
Jpijy___ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp