Re: [Dhis2-devs] [Dhis2-users] Merge and Deleting Facilities

2016-07-29 Thread Jason Pickering
They are deleted when you perform the merge by that function. On Fri, Jul 29, 2016, 19:01 gerald thomas wrote: > Dear Jason, > Thanks for your help and i will do a test on my laptop. > > How can i delete these facilities after merging > > On 7/29/16, Jason Pickering

Re: [Dhis2-devs] [Dhis2-users] Merge and Deleting Facilities

2016-07-29 Thread gerald thomas
Dear Jason, Thanks for your help and i will do a test on my laptop. How can i delete these facilities after merging On 7/29/16, Jason Pickering wrote: > Hi Gerald, > This has been raised a few times on the list already. There were some > serious flaws with that

Re: [Dhis2-devs] [Dhis2-users] Merge and Deleting Facilities

2016-07-29 Thread Jason Pickering
Hi Gerald, This has been raised a few times on the list already. There were some serious flaws with that functionality, and it was removed and has yet to be put back in place. In the meantime, you can try this https://github.com/dhis2/dhis2-utils/blob/master/resources/sql/merge_orgunits.sql and

[Dhis2-devs] Merge and Deleting Facilities

2016-07-29 Thread gerald thomas
Dear All, On previous DHIS2 version we were using merge for duplicate sites but on version 2.22 i can't find merge. Please can someone help me? Also, after merging i will like to remove the duplicate facility, what are the procedures to remove or delete a facility. Thanks in advance for your

Re: [Dhis2-devs] [Dhis2-users] Upgrading DHIS2 from version 2.5 to 2.22

2016-07-29 Thread Jason Pickering
Hi Chameera, I did not really use any scripts for this process when I upgraded a very old version (although it was not 2.6) . Like I said, it went pretty well. I monitored both the Tomcat log as well as the Postgresql database log during startup, and resolved the problems as they arose. In

[Dhis2-devs] Application Security testing for DHIS 2

2016-07-29 Thread Aamer Mohammed
Hi Team, We are now beginning to look at application security of DHIS 2. We want to understand if there is already any security testing in place for DHIS and any guidelines around it. This will be helpful in security testing the features which we have already contributed and the ones which we are

Re: [Dhis2-devs] FileResources CleanUp Task

2016-07-29 Thread Halvdan Hoem Grelland
This should now be fixed in latest 2.25, 2.24 and 2.23 (currently building on CI, war-file available within the hour). Anyone using Tracker with File data values will need to upgrade. Please let me know if you have any more issues. On Mon, Jul 25, 2016 at 5:50 PM, Halvdan Hoem Grelland

Re: [Dhis2-devs] [Dhis2-users] Upgrading DHIS2 from version 2.5 to 2.22

2016-07-29 Thread Knut Staring
Switching databases is another use case for trying export and import. But the emphasis is on trying, not sure how much exists in terms of ready scripts that take care of everything. Jason does a lot of R scripting. Using Node and the web api is yet another approach. Ideally we should build up a

Re: [Dhis2-devs] dhis charts using highcharts and png downloads

2016-07-29 Thread Morten Olav Hansen
Hi Aamer Jan is currently away on vacation, he will be back next week. -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Fri, Jul 29, 2016 at 1:47 PM, Aamer Mohammed wrote: > Hi Team, > > Any updates on the below questions? > >

Re: [Dhis2-devs] dhis charts using highcharts and png downloads

2016-07-29 Thread Aamer Mohammed
Hi Team, Any updates on the below questions? On Tue, Jul 26, 2016 at 5:07 PM, Aamer Mohammed wrote: > Hi Jan / Team, > > Few additional questions apart from the ones below. > >- Is any other image utility supported apart from png? What is the >roadmap for this

[Dhis2-devs] [Bug 1607740] Re: userRoles[id] never returns value in the User API calls

2016-07-29 Thread Morten Olav Hansen
Hi There is nothing called userRoles on the user object, please use: https://play.dhis2.org/demo/api/users.json?fields=id,displayName,userCredentials[userRoles[id]] In 2.25 we will validate and throw exception if you try and use a invalid property. ** Changed in: dhis2 Status: New =>

Re: [Dhis2-devs] [Dhis2-users] Upgrading DHIS2 from version 2.5 to 2.22

2016-07-29 Thread Halvdan Hoem Grelland
There is a fairly in-depth collection of resources on migrating to PostgreSQL on the official PostgreSQL wiki On Fri, Jul 29, 2016 at 12:03 PM, Chameera Mirihella wrote: > Hi Jason, >

Re: [Dhis2-devs] [Bug 1607293] Re: Cant update Data element attribute using PATCH Web Api command in 2.22

2016-07-29 Thread Dapo Adejumo
Thanks Morten, Worked quite well in 2.21 , will just have to rely on the full functionality in 2.24/25 then. …. Dapo Adejumo DHIS2 Senior Analyst, BAO Systems +1 202-536-1543 | <>d...@baosystems.com | http://www.baosystems.com

Re: [Dhis2-devs] Resource to obtain a dataset form template.

2016-07-29 Thread Victor Garcia
Hi again, Does someone have any insight on this issue? At least if data-entry module is going to be deprecated in the short-term, or if a built-in mechanism to obtain the dataset form template will be implemented. Thanks! Víctor On 22 July 2016 at 11:49, Victor Garcia

[Dhis2-devs] [Bug 1607740] [NEW] userRoles[id] never returns value in the User API calls

2016-07-29 Thread Sam Kasozi
Public bug reported: The user role parameter does not return a value when making API calls i.e .../api/24/users.json?fields=userRoles[id] Returns: {"pager":{"page":1,"pageCount":1,"total":23,"pageSize":50},"users":[{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{},{}]} **

Re: [Dhis2-devs] Bugs in DHIS new importer.

2016-07-29 Thread Sergio Valenzuela
Hi Morten, I've just tried with eventCharts and eventReports (25x and 23x of each type at once) and it works fine. Thanks for your support. Regards! *Sergio Valenzuela* Fundación EHAS Telemedicina para países en desarrollo -* www.ehas.org * E.T.S.I. de Telecomunicación

[Dhis2-devs] [Bug 1607293] Re: Cant update Data element attribute using PATCH Web Api command in 2.22

2016-07-29 Thread Morten Olav Hansen
Hi Dapo Patching was never really properly implemented in versions earlier than 2.24, the reason you are seeing differences in 2.21 and 2.22 might be because you have attribute values there? usually they are the cause of most issues. It should work a lot better in 2.24, but hopefully we will

Re: [Dhis2-devs] Bugs in DHIS new importer.

2016-07-29 Thread Morten Olav Hansen
That's great :) let me know if you see any other issues -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Fri, Jul 29, 2016 at 11:26 AM, Sergio Valenzuela < sergio.valenzu...@ehas.org> wrote: > Hi Morten, > > I've just tried with eventCharts and

Re: [Dhis2-devs] Bugs in DHIS new importer.

2016-07-29 Thread Morten Olav Hansen
Hi Sergio Can you again try with latest 2.24? -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Thu, Jul 28, 2016 at 4:20 PM, Sergio Valenzuela < sergio.valenzu...@ehas.org> wrote: > Ok. Thanks a lot. > > > *Sergio Valenzuela* > Fundación EHAS >

Re: [Dhis2-devs] [Dhis2-users] Error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]

2016-07-29 Thread Knut Staring
You are trying to run two instances on the same port. In other words, DHIS2 is already running, and you are trying to start it again. On Fri, Jul 29, 2016 at 2:51 PM, Collins McAdoyo wrote: > Dear dhis2 users, > > I am trying to run a dhis war file that was done, in

[Dhis2-devs] Error: SEVERE: Failed to initialize end point associated with ProtocolHandler ["http-bio-8080"]

2016-07-29 Thread Collins McAdoyo
Dear dhis2 users, I am trying to run a dhis war file that was done, in dhis version 212 in a local instance running, dhis version 2.23. I am get the error below in the catalina.out file. Kindly any advice on how to fix this: Jul 29, 2016 10:53:58 AM org.apache.catalina.startup.ClassLoaderFactory

[Dhis2-devs] [Bug 1607513] Re: Xbox One 1 855 338 0710 Xbox live support number

2016-07-29 Thread William Grant
** Project changed: dhis2 => null-and-void ** Information type changed from Public to Private ** Changed in: null-and-void Status: New => Invalid -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS.

[Dhis2-devs] EventCapture: Blocking data entry for events

2016-07-29 Thread Jose Garcia Muñoz
Dear devs, Maybe I'm bringing back an old discussion (sorry if this is the case...). I was wondering if you have some plans to allow an option for blocking the data entry after a period of time (days, hours, etc.), similar as implemented with datasets but maybe adding also hours... If so, would