[Dhis2-users] Help! for crossDomain issue

2016-09-07 Thread DJIBRIL Hakim
Hi all Can anyone please help on this? I am trying to do design a webportal using this authentification jQuery(document).ready(function() { $.post( base + "dhis-web-commons-security/login.action?authOnly=true", { j_username: "admin", j_password: "district" } ); }); I add the

Re: [Dhis2-users] Program Indicator question

2016-09-07 Thread Iuri Fanti
I have a similar issue: I'd like to automatically fill a program field with the patient's age range (i.e. "from 1 to 4", "from 5 to 15", ecc) based on the manually filled age field. A program indicator can only return numbers, and a program rule can only hide sections/fields or show

Re: [Dhis2-users] translate on tracker capture

2016-09-07 Thread Abdul karim Jaafar
Dear Abyot, Thank you for quick answer. I didn’t receive any error massage, also I created a test program for translation with new data elements and attributes and did translation for every think in program, And I cleared cache from DHIS2 and from browser, but it still not working.

[Dhis2-users] Need help on AD integration with DHIS2

2016-09-07 Thread Neeraj Gupta
Dear team, Has some done this earlier? On Mon, Aug 29, 2016 at 4:18 PM, Neeraj Gupta wrote: > Hi Team, > > We are using DHIS2 version 2.21. > We need to use AD integration in the application. Is it possible to > integrate AD with DHIS version 2.21? > > Has anyone used it

Re: [Dhis2-users] Pivot4j integration

2016-09-07 Thread Derek Kahongo Mukenge
Hi Murod, I want to integrate its in my DHIS2 instance, You can share with me at derek.eli...@gmail.com. Thanks. 2016-09-04 6:31 GMT+01:00 Murod Latifov : > Dear devs and users, > > I integrated Pivot4j (its user interface and backend) into DHIS2 codebase. > Its a tooling

Re: [Dhis2-users] Too Many Open Files?

2016-09-07 Thread Bob Jolliffe
Hi Jason Halvdan is right - these are more likely file descriptors associated with sockets. The limit you have dug up is the kernel limit (ie total no of "files" that the kernel can have open in total) which is probably not the limit you are reaching. If you have a very busy server you can have

Re: [Dhis2-users] translate on tracker capture

2016-09-07 Thread Abyot Asalefew Gizaw
Dear Abdul Karim, Tracker app supports translation of both data elements and attributes. Are you getting any error messages? Have you tried to clear your cache? --- Thank you, Abyot. (sent from mobile) On Sep 7, 2016 08:49, "Abdul karim Jaafar" wrote: > Dears,

Re: [Dhis2-users] translate on tracker capture

2016-09-07 Thread Abdul karim Jaafar
Dears, Four your kind reminder Regards, From: Abdul karim Jaafar [mailto:abdulkarim.jaafa...@gmail.com] Sent: Monday, September 5, 2016 1:08 PM To: DHIS 2 Users list Subject: translate on tracker capture Dears all, I tried to use translate on

Re: [Dhis2-users] translate on tracker capture

2016-09-07 Thread Knut Staring
Translation of data elements is supported. If you have run the app before adding the translation strings, you need to clear your browser cache. On 7 Sep 2016 08:49, "Abdul karim Jaafar" wrote: > Dears, > > > > Four your kind reminder > > > > Regards, > > > >

Re: [Dhis2-users] Enrollment date + translation

2016-09-07 Thread Abyot Asalefew Gizaw
Dear Lise, Translation of data elements is supported. If you have run the app before adding the translation strings, you need to clear your browser cache. --- Thank you, Abyot. (sent from mobile) On Sep 6, 2016 19:01, "GROUT, Lise" wrote: > Dear Abyot, > > > > Re: Admission

Re: [Dhis2-users] Too Many Open Files?

2016-09-07 Thread Halvdan Hoem Grelland
Hi Jason, ‘Files’ in this context is really a file descriptor, which is any connectable resource in the system, including both files and sockets. I do agree that it’s unlikely that Tomcat hogs 6.5 million FDs, but I’m not convinced that is the real limit either. You could try: ulimit -n To