Re: [Dhis2-devs] Problems in generating Resource Tables

2015-08-24 Thread Lars Helge Øverland
Hi Victor, we believe this error is related to the calendar solution and the server timezone settings. We have made a fix for this in 2.19 so you should be good by upgrading your instance. regards, Lars On Mon, Aug 24, 2015 at 4:03 PM, Victor Garcia vgarcia...@gmail.com wrote: Hi, we

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread Juan Manuel Alcantara Acosta
El 24/08/2015, a las 08:00, gerald thomas gerald17...@gmail.com escribió: Dear Juan, Under Maintenance column i am seeing the following: Clear analytics tables Clear data mart Rebuild data mart index Clear zero values Clear data set completeness Prune periods Remove

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread gerald thomas
Dear Juan, Please find the attached updated combo query. On 8/24/15, gerald thomas gerald17...@gmail.com wrote: Dear Juan, Noted!!! It is now generating resource table and i will keep you posted once it had been completed On 8/24/15, Juan Manuel Alcantara Acosta jmalcanta...@gmail.com wrote:

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread Juan Manuel Alcantara Acosta
Select Update category option combinations and click on perform maintenance. After that finished select from the menu of the left Resource Table and click on Generate tables. Regards, JM El 24/08/2015, a las 08:00, gerald thomas gerald17...@gmail.com escribió: Dear Juan, Under Maintenance

[Dhis2-devs] [Bug 1297793] Re: Unable to load the data entry page for a user

2015-08-24 Thread Lars Helge Øverland
Hi, can you check that the relevant category combo (with uid hpgMJ5bmcBq ) has public read sharing? -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1297793 Title: Unable to load the data entry

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread gerald thomas
Dear Juan, Noted!!! It is now generating resource table and i will keep you posted once it had been completed On 8/24/15, Juan Manuel Alcantara Acosta jmalcanta...@gmail.com wrote: Select Update category option combinations and click on perform maintenance. After that finished select from the

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread Juan Manuel Alcantara Acosta
Hello Gerald What was the result of the datavalue query? You should also check the sharing settings of the data elements that are giving you trouble. JM El 24/08/2015, a las 08:43, gerald thomas gerald17...@gmail.com escribió: Dear Juan, Please find the attached updated combo query. On

Re: [Dhis2-devs] Problems in generating Resource Tables

2015-08-24 Thread Victor Garcia
Hi, we have experienced the same problem in our dhis instances (using version 2.18), and also about 10th August. We have no idea about the reason, but it would be good to find it out so we can know if it is going to happen again in the future. To solve the issue, try with: 1. In Data

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread gerald thomas
Dear Juan, Under Maintenance column i am seeing the following: Clear analytics tables Clear data mart Rebuild data mart index Clear zero values Clear data set completeness Prune periods Remove expired invitations Drop SQL views Create SQL views Update category option combinations What

[Dhis2-devs] java 8 now required for dhis snapshot version

2015-08-24 Thread Lars Helge Øverland
Hi, we have now set the compiler target version to 1.8 in the source code, meaning you will need Java 8 installed in order to build and deploy DHIS 2 trunk. If you are on Ubuntu 14.04 LTS you may want to use Oracle Java 8, instructions for installing through webup8 here

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19835: Set compiler target version to 1.8. Java 8 is now required to build and deploy trunk.

2015-08-24 Thread noreply
revno: 19835 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 15:04:55 +0200 message: Set compiler target version to 1.8. Java 8 is now required to build and deploy trunk. modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19836: GIS layer order + plugin.

2015-08-24 Thread noreply
revno: 19836 committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 16:51:10 +0200 message: GIS layer order + plugin. modified:

Re: [Dhis2-devs] [Dhis2-users] Data Loss

2015-08-24 Thread gerald thomas
Dear Juan, I am still having issues with datavalue query. Please can you help me by checking the query again. It is still giving On 8/24/15, Juan Manuel Alcantara Acosta jmalcanta...@gmail.com wrote: Hello Gerald What was the result of the datavalue query? You should also check the sharing

Re: [Dhis2-devs] Problems in generating Resource Tables

2015-08-24 Thread Lars Helge Øverland
Yes, at least you could set it up on a test server and see if it fixes the problem. On Aug 24, 2015 5:21 PM, Victor Garcia vgarcia...@gmail.com wrote: Thanks Lars. So this could be a good reason to think about moving to 2.19. regards, Víctor On 24 August 2015 at 09:10, Lars Helge Øverland

[Dhis2-devs] Node.js Question for Updating Sharing Settings

2015-08-24 Thread Timothy Harding
Hello DHIS2 Devs, I've got a script that works pretty well for updating a bunch of sharing settings for various objects using node.js. The only problem is, I am getting timeouts when the object update counts get too high (500+). I am a bit new to the asynchronous nature of node.js, and I like

Re: [Dhis2-devs] Problems in generating Resource Tables

2015-08-24 Thread Victor Garcia
Thanks Lars. So this could be a good reason to think about moving to 2.19. regards, Víctor On 24 August 2015 at 09:10, Lars Helge Øverland larshe...@gmail.com wrote: Hi Victor, we believe this error is related to the calendar solution and the server timezone settings. We have made a fix

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19837: GIS minor select handler bug fixes.

2015-08-24 Thread noreply
revno: 19837 committer: Jan Henrik Overland janhenrik.overl...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 18:07:14 +0200 message: GIS minor select handler bug fixes. modified:

Re: [Dhis2-devs] Node.js Question for Updating Sharing Settings

2015-08-24 Thread Pierre Dane
might be best to try a recursive loop using setInterval or setTimeout with a configurable value (I.e. a method calling itself) . or you could look at the async library to make things synchronous . On Monday, August 24, 2015, Timothy Harding hardi...@gmail.com wrote: Hello DHIS2 Devs, I've

Re: [Dhis2-devs] Node.js Question for Updating Sharing Settings

2015-08-24 Thread Timothy Harding
Thanks Pierre, Not sure how I would set up the recursive loop in javascript, I had heard about async from stack overflow as well, I was thinking of trying that, but I kind of like how quickly this works, not needing to wait for the response from one request before sending the next. The DHIS2

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19828: bugfixes for DateTimeUnit.toJodaDateTime when using different chronology than ISO, also allows fo...

2015-08-24 Thread noreply
revno: 19828 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 14:03:59 +0700 message: bugfixes for DateTimeUnit.toJodaDateTime when using different chronology than ISO, also allows for used

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19832: bug fix in drop-down input fields

2015-08-24 Thread noreply
revno: 19832 committer: Abyot Asalefew Gizaw aby...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 12:22:35 +0200 message: bug fix in drop-down input fields modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19833: event-capture: missing tag

2015-08-24 Thread noreply
revno: 19833 committer: Abyot Asalefew Gizaw aby...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 12:27:24 +0200 message: event-capture: missing tag modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19829: minor fixes, make sure to use local chronology as basis for PeriodType.toIsoPeriod = getIsoDate

2015-08-24 Thread noreply
revno: 19829 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 14:46:44 +0700 message: minor fixes, make sure to use local chronology as basis for PeriodType.toIsoPeriod = getIsoDate

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19831: tracker-capture: program validation criteria

2015-08-24 Thread noreply
revno: 19831 committer: Abyot Asalefew Gizaw aby...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 11:55:12 +0200 message: tracker-capture: program validation criteria modified:

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19830: bugfixes for chronology based quarterly period types

2015-08-24 Thread noreply
revno: 19830 committer: Morten Olav Hansen morte...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 15:48:49 +0700 message: bugfixes for chronology based quarterly period types modified:

[Dhis2-devs] [Bug 1297793] Re: Unable to load the data entry page for a user

2015-08-24 Thread Jan Henrik Øverland
** Changed in: dhis2 Milestone: None = 2.21 -- You received this bug notification because you are a member of DHIS 2 developers, which is subscribed to DHIS. https://bugs.launchpad.net/bugs/1297793 Title: Unable to load the data entry page for a user Status in DHIS: New Bug

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 19834: CSS, minor

2015-08-24 Thread noreply
revno: 19834 committer: Lars Helge Overland larshe...@gmail.com branch nick: dhis2 timestamp: Mon 2015-08-24 13:19:37 +0200 message: CSS, minor modified:

[Dhis2-devs] [Bug 1487121] Re: tomcat is not displaying dhis on web browser

2015-08-24 Thread Mohamed Bangura
can someone please help me with this issue?.It's really frustrating because i think that i have done the right thing yet still i am not receiving the desired result. Waiting for your response please,it's urgent.Thanks in advance for your help. -- You received this bug notification because you