Re: [Dhis2-users] Meatada import: validation rules and translations

2016-10-06 Thread Knut Staring
Hi Lise, Have you tried to import to https://play.dhis2.org/demo? Can you share (maybe just the first couple of rows) your files? Knut On Thu, Oct 6, 2016 at 6:41 PM, GROUT, Lise wrote: > Dear users, > > > > We are facing some problem regarding metadata import through csv

[Dhis2-users] Meatada import: validation rules and translations

2016-10-06 Thread GROUT , Lise
Dear users, We are facing some problem regarding metadata import through csv files. We are using 2.24. We have prepared the csv according to what’s written in the doc: https://dhis2.github.io/dhis2-docs/2.24/en/developer/html/ch01s11.html For validation rules, the metadata import app does

Re: [Dhis2-users] [Dhis2-devs] error when deploing dhis 2.24 on windows

2016-10-06 Thread Bob Jolliffe
Bad war file is what it looks like to me too. Guy if you are going to do two things (change war file and change jdk) do them one at a time and test. That way you will learn which was the culprit. On 6 October 2016 at 15:06, Morten Olav Hansen wrote: > Probably a damaged war

Re: [Dhis2-users] [Dhis2-devs] error when deploing dhis 2.24 on windows

2016-10-06 Thread Morten Olav Hansen
Probably a damaged war file (java.util.zip.ZipException: invalid LOC header (bad signature)), please try to download the WAR file again -- Morten Olav Hansen Senior Engineer, DHIS 2 University of Oslo http://www.dhis2.org On Thu, Oct 6, 2016 at 8:02 PM, Lars Helge Øverland

Re: [Dhis2-users] [Dhis2-devs] error when deploing dhis 2.24 on windows

2016-10-06 Thread Lars Helge Øverland
Hi Guy, try to upgrade to the latest Java JDK 8 version, and the latest Tomcat 8 version. Suspect this is some JDK bug. regards, Lars On Thu, Oct 6, 2016 at 2:47 PM, Guy Ekani wrote: > Hello Team, > > I get the following error when trying to deploy dhis 2.24 on

[Dhis2-users] error when deploing dhis 2.24 on windows

2016-10-06 Thread Guy Ekani
Hello Team, I get the following error when trying to deploy dhis 2.24 on windows 7 Please could you help ? Windows 7 - 64bits Apache Tomcat/8.0.37 JVM Version: 1.8.0_101-b13 PostGreSql 9.3 -- = EKANI Guy 06-Oct-2016 13:34:13.506 INFO [main]

Re: [Dhis2-users] Reg: DHIS2 docker instance.

2016-10-06 Thread Nalinikanth Meesala
Hey Jason/Paulo, I have sent a pull request to merge the tests that we have till now. I got an issue while running a test for all the APIs The test is calling an API with improper authorization. When an API is called with improper authorization it should give 401 status. I used to get this

Re: [Dhis2-users] [Dhis2-devs] custom form in Tracker Capture

2016-10-06 Thread Alex Tumwesigye
Dear Channara, Use angular $watch to watch the models changes. Attribute model is $scope.selectedTei.uid event model is $scope.currentEvent.uid For Jquery, use $(selectedTei.uid).val("Your value").trigger('input'); For angular, This $scope.selectedTei.uid will pick your value, however, you

[Dhis2-users] custom form in Tracker Capture

2016-10-06 Thread channara rin
Dear all, do you know any jquery script for tracker capture custom form to catch require attributes fields and unique attribute field? for example, when i edit client's profile in tracker capture. if i do some things wrong format of attribute fields, when i click update/save. i didn't see any

[Dhis2-users] Datasets for Approval in Reports Module are limited to 50 (page 1) due to the api query used

2016-10-06 Thread Alex Tumwesigye
Dear Devs, Datasets for Approval in Reports Module are limited to 50 (page 1) due to the api query used " *..api/dataSets.json?fields=id,displayName,periodType,workflow,categoryCombo[id,displayName]"* This line needs to be changed to ".