Re: [Dhis2-users] importing datasets between 2 2.25 instances

2017-02-27 Thread Morten Olav Hansen
Hi Nick I'm looking into it (I can reproduce it locally) -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Sat, Feb 25, 2017 at 2:05 PM, Shurajit Dutta wrote: > Hi, > > I am trying to import a dataset from a development instance (on 2.25) over > to a pro

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Uwe Wahser
Dear Julhas, we are doing something like that (on the aggregate level) in a datawarehouse setting without 0-values, where we have to update whole datasets every night. Basically we download all data with kettle, compare the differences to the incoming data, and then push only changed values b

Re: [Dhis2-users] Pivot Table and Data Visualizer failing to load on DHIS2 v2.21

2017-02-27 Thread John Mukulu
Hello Sovello, Analytics tables are generated by running analytics through reports module. At times analytics may fails mid process due to some errors with resource tables or any other reason, be sure to run maintenance under Apps > Data administration > Maintenance. check the relevant options an

Re: [Dhis2-users] How to implement interoperability between 2 DHIS2 instance

2017-02-27 Thread vunda limbe
It seems that david change is mail adress. On Mon, Feb 27, 2017 at 9:22 PM, vunda limbe wrote: > Hi David and Everybody, > > I begun to learn what you told me, but I'm stucked at the begining. Do you > have an example of script that I can based on to build mine that work? > Thanks for your suppo

Re: [Dhis2-users] How to implement interoperability between 2 DHIS2 instance

2017-02-27 Thread vunda limbe
Hi David and Everybody, I begun to learn what you told me, but I'm stucked at the begining. Do you have an example of script that I can based on to build mine that work? Thanks for your support. On Tue, Apr 5, 2016 at 9:18 AM, David Huser wrote: > Hi Vunda > > The nature of a Web API is its ope

Re: [Dhis2-users] dhis2 pivot table not loading

2017-02-27 Thread vunda limbe
Could you try to see: 1. your ngnix cache 2. analytics 3. check in the approval settings the "hide unapproved data in analytic" if it's checked Try to clean and check and copy your log file if not work. On Fri, Feb 17, 2017 at 3:38 PM, Mr. Owino Moses Junior < owinomosesjun...@gmail.com> wrote:

Re: [Dhis2-users] Pivot Table and Data Visualizer failing to load on DHIS2 v2.21

2017-02-27 Thread Knut Staring
Hi Hannan, The reason is that DHIS2 was using a character which is not strictly allowed in URLs, namely "|". Tomcat used to accept this even though it is not standard, but in more recent versions, Tomcat has become much stricter, and only accept a small set of characters. Therefore, this has also

[Dhis2-users] Fw: Tracker Events period issue

2017-02-27 Thread Absolom MURAMIRA
Someone please help On Friday, February 24, 2017 8:01 AM, Absolom MURAMIRA wrote: Dear Community, I have a program in Tracker (DHIS v2.26) configured with 2 repeatable program stages. My issue is that when i try to add new events, I am not able to see months/year for 2017. it is only

Re: [Dhis2-users] Pivot Table and Data Visualizer failing to load on DHIS2 v2.21

2017-02-27 Thread Sovello Hildebrand Mgani
Hi Hannan, I think you need to upgrade to 2.23. I tried upgrading tomcat and it didn't work because 2.22 does support that feature (I in URLs). Then so you either downgrade tomcat (something I wouldn't recommend) or upgrade dhis 2 to 2.23 at least and you'll be sorted. Cheers On Feb 27, 2017 20:1

Re: [Dhis2-users] Pivot Table and Data Visualizer failing to load on DHIS2 v2.21

2017-02-27 Thread Hannan Khan
Dear Knut I have similar problem. But I am using DHIS2.22 and tomcat version is 8.0.30. What is the reason? Regards Hannan On Fri, Feb 24, 2017 at 1:03 AM, Knut Staring wrote: > Hi there, > > My guess is that you are a victim of a Tomcat upgrade. The issue is > described here: > > https://li

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Lars Helge Øverland
Thanks Julhas. Let us know how it goes. Lars On Feb 27, 2017 4:26 PM, "Julhas Sujan" wrote: > Hi Lars, > > Thank you very much. Yes this is possible to set zero for each field. I > will follow your recommendation and share with you the update. > > > *Best Regards* > > *Julhas * > > On Mon, Feb

Re: [Dhis2-users] Pivot Table and Data Visualizer failing to load on DHIS2 v2.21

2017-02-27 Thread Sovello Hildebrand Mgani
Thanks Knut. I have got this working now. I had to upgrade DHIS2 to 2.26 because those were flagged as security updates for Tomcat and our organizational policy couldn't allow a roll-back. I have a side question which maybe needed a separate thread, but after this upgrade I can't run pivot tables

Re: [Dhis2-users] [Dhis2-devs] Aggregated Data Capture using Android app

2017-02-27 Thread Calle Hedberg
Araz, I've just assisted Gerald with getting into the "Data capture for DHIS2" app - the server is running 2.25 and we downloaded the latest app from Google store. What is really perplexing is that the app only shows ONE data set - the one called "Population estimates". Furthermore, the data elem

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Hannan Khan
Thanks Adolphe. Our plan is to implement DHIS2 tracker as well. We are gradually moving towards DHIS2 TB Tracker, so your experience will be helpful for us. Hopefully in the next financial year we can move towards DHIS2 TB tracker. Regards Hannan On Mon, Feb 27, 2017 at 8:14 PM, Kamugunga Adolp

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Hannan Khan
We are not allowing '0' in the data until and unless it is essential. In your case '0' will be you significant amount; so we cant allow that. On Mon, Feb 27, 2017 at 9:25 PM, Julhas Sujan wrote: > Hi Lars, > > Thank you very much. Yes this is possible to set zero for each field. I > will follow

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Hannan Khan
Dear Julhas Please be note that, for security reason we are not allowing 'data delete' from any data set through API externally if it is not exclusive (data only enter through API). So audit log is monitored. If identifies the user could be blocked. As your eTB system suppose to be send aggregated

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Julhas Sujan
Hi Lars, Thank you very much. Yes this is possible to set zero for each field. I will follow your recommendation and share with you the update. *Best Regards* *Julhas * On Mon, Feb 27, 2017 at 8:59 PM, Lars Helge Øverland wrote: > Hi Julhas, > > that's an interesting problem. We could certai

Re: [Dhis2-users] Aggregated Data Capture using Android app

2017-02-27 Thread gerald thomas
Araz, This is very new to me and i will like to know the best possible way we should implement this project. Please if you can kindly share everything with reference to similar project(s), i will be grateful. Also i know there will be challenges with reference to android devices, so i am kindly req

Re: [Dhis2-users] Aggregated Data Capture using Android app

2017-02-27 Thread Araz Abishov
Hi Gerald, Do you questions regarding android specifically or more about configuration part of the server? Best regards, — Araz Abishov, Android developer, DHIS 2 University of Oslo https://www.dhis2.org/ On February 27, 2017 at 3:15:27 PM, gerald thomas (gerald17...@gmail.com) wrote: Dear All

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Lars Helge Øverland
Hi Julhas, that's an interesting problem. We could certainly implement support for deletion per org unit/period. I would however recommend another approach: For each aggregate report you send from eTBM, make sure you send a value, including 0, for* each field* in the aggregate TB form. This will

Re: [Dhis2-users] dhis2 pivot table not loading

2017-02-27 Thread Mr. Owino Moses Junior
Lkllkmjhg Sent from my HTC On 16 Feb 2017 16:42, Knut Staring wrote: > > The only way I know of fixing this issue is to upgrade DHIS2, or downgrade > Tomcat. > > On Thu, Feb 16, 2017 at 2:21 PM, Joao Mazuze wrote: >> >> Knuth, >> >> I am not sure on what could have happened, the only thing we

[Dhis2-users] Aggregated Data Capture using Android app

2017-02-27 Thread gerald thomas
Dear All, We want to capture our aggregated data (HF1 to HF8 forms) at CHC level (partial electricity & network coverage) to an android device and later synced all information to our cloud hosting instance. Please can anyone help me with the procedures to achieve it. I will also like to know the ch

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Julhas Sujan
Hi Adolphe, Thank you very much. Yes we are deleting records one by one but we need to delete all records of a form for a single orgunit and period. *Best Regards* *Julhas * On Mon, Feb 27, 2017 at 8:14 PM, Kamugunga Adolphe wrote: > Dear Sujan, > Here in Rwanda, we have implemented TB and

Re: [Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Kamugunga Adolphe
Dear Sujan, Here in Rwanda, we have implemented TB and MDR TB tracking systems in DHIS2, collecting summarized patient level data to generate quarterly forms but when it comes to delete records for different reasons into this multi-stages system we re also having hard time to delete recorded data.

[Dhis2-users] Integration of Electronic Tuberculosis Management (eTBM) with DHIS2

2017-02-27 Thread Julhas Sujan
Dear All, Good evening! We are working on DHIS2 TB-10,11 and 12 forms (for Bangladesh) to integrate with external eTB manager application . The TB forms have developed in DHIS2 for collecting TB -10,11 and 12 data from Upazila level in Bangladesh but we have a local leve

Re: [Dhis2-users] DHIS2 Dashboard App

2017-02-27 Thread Araz Abishov
Hi Matt, Thanks for reporting this. I guess there are changes in API which broke dashboard application. We have not invested time into dashboard app, since there were a lot of issues which we had to focus on for tracker and event capture apps. I will patch it and let you know as soon as it is don