[Dhis2-devs] "Analytics table dimensions contain duplicates" Error

2016-08-08 Thread Lorill Crees
Hi, When running analytics on one of our instances, we get the error "Process failed: Analytics table dimensions contain duplicates: ["oZXosvGYth6"]". The full stack is pasted below. How can I fix this? I took a quick look through a couple tables to see if I could find this UID but no success,

Re: [Dhis2-devs] API dataStore - 403 forbidden

2016-08-08 Thread Olav Poppe
Thanks, the user that gets "403 forbidden" has a user role with only "See " and "See dashboard..." authorities and nothing else. I have the same setup (user role with only "See dashboard..." and "See ") on 2.23 (though different database), but there it works fine. Olav > 8. aug. 2016 kl.

Re: [Dhis2-devs] [Dhis2-users] About filter in Data visualizer

2016-08-08 Thread riddy ndoma
Hi Carlos, are you sure that some OrgUnit are not in the OrgUnit group ?? screenshot please. cheers, 2016-08-08 16:20 GMT+01:00 Carlos Nyembwe : > Hi all > > I have a problem for making my data visualizer, > > The problem is, if I select organisation unit only, I see the

[Dhis2-devs] About filter in Data visualizer

2016-08-08 Thread Carlos Nyembwe
Hi all I have a problem for making my data visualizer, The problem is, if I select organisation unit only, I see the data correctly, but If I add my selection for filter in group ou in the same place with organisation unit, I find different data, No matter for that but, for the same group ou, I

Re: [Dhis2-devs] API dataStore - 403 forbidden

2016-08-08 Thread Halvdan Hoem Grelland
In order to access the data store your user needs either of the following: - The "ALL" authority (i.e. a Superuser) - The "M_dhis-web-maintenance-appmanager" authority (aka. "See apps maintenance module) - The "See " authority (the implicit app user auth) I'm guessing your user doesn't have the

[Dhis2-devs] API dataStore - 403 forbidden

2016-08-08 Thread Olav Poppe
Hi devs, I’m having issues with access to a namespace in api/dataStore on 2.24. It works for superusers, but not with a "regular" user with access to the app that defines the namespace. I have the following setup: - custom app with this in the manifest.webapp: ... "activities": {

Re: [Dhis2-devs] [Dhis2-users] Step by step process of building dependencies and making them available in a local maven repo

2016-08-08 Thread Morten Olav Hansen
Hi I think this might be related to smslib dependency... what I would do if I was you, is to checkout a later release (2.16-17 maybe) and check the pom.xml file, and see if there was any changed to the repos, probably you can easily change that old repo to something new. -- Morten Olav Hansen

Re: [Dhis2-devs] [Dhis2-users] Step by step process of building dependencies and making them available in a local maven repo

2016-08-08 Thread Collins McAdoyo
Hi Michael, This system was originally done version 2.12 but customized so much that i may not have time to upgrade to the latest version and fix the issue. I thought building the local repos would help me fix the issue at hand as i arrange to fix the upgrade at a later date. Collins On Mon, Aug

Re: [Dhis2-devs] [Dhis2-users] Step by step process of building dependencies and making them available in a local maven repo

2016-08-08 Thread Michael Mwebaze
Hi Collins, the maven repository: http://maven.dhis2.org/ isn't available. Is there a particular reason why you want to build version 2.12 and not a later version? Regards, Michael On 8 August 2016 at 06:36, Collins McAdoyo wrote: > Dear Team, > > I get the error

[Dhis2-devs] Step by step process of building dependencies and making them available in a local maven repo

2016-08-08 Thread Collins McAdoyo
Dear Team, I get the error below whenever, I try to built my system previously done on DHIS2 Version 2.12. I am aware some of these repos are old and are nolonger supported so I want to build them locally. I have tried downloading some of these compile dependencies but still its not able to

Re: [Dhis2-devs] Analytics crashed in DHIS2 Live - how do I drop H2 tables?

2016-08-08 Thread Knut Staring
Hi Sam, Even with DHIS2 Live, I usually link it to Postgresql. But there is a console for H2: http://www.h2database.com/html/quickstart.html Not sure how many people are actually using H2 much, so would be very interesting for us to hear about your experience and problems. Cheers, Knut On Mon,

Re: [Dhis2-devs] Error in Tracker capture

2016-08-08 Thread Bridget Magoba
Dear Abyot, Am using Mozilla Firefox. From: Abyot Asalefew Gizaw [mailto:ab...@dhis2.org] Sent: Monday, August 8, 2016 10:44 AM To: Bridget Magoba Cc: DHIS 2 Users List; dhis2-devs Subject: Re: [Dhis2-devs] Error in Tracker capture Hi Bridget, If you are using chrome, go to tools ->

Re: [Dhis2-devs] Error in Tracker capture

2016-08-08 Thread Abyot Asalefew Gizaw
Hi Bridget, If you are using chrome, go to tools -> developer tools -> Network see for red lines, click on them and please send us more details. -- Abyot A. Gizaw. Senior Engineer, DHIS2 University of Oslo http://www.dhis2.org On Mon, Aug 8, 2016 at 9:28 AM, Bridget Magoba

Re: [Dhis2-devs] SQL View : ERROR: column "uid" specified more than once.

2016-08-08 Thread Harsh Atal
Oh yes! Thank you Knut. Regards harsh On 8 August 2016 at 12:07, Knut Staring wrote: > Hi Harsh, you should give each uid a unique alias, eg uid1, uid2 etc > > On 8 Aug 2016 08:21, "Harsh Atal" wrote: > >> Dear Devs >> >> I am trying to make a sql

Re: [Dhis2-devs] SQL View : ERROR: column "uid" specified more than once.

2016-08-08 Thread Knut Staring
Hi Harsh, you should give each uid a unique alias, eg uid1, uid2 etc On 8 Aug 2016 08:21, "Harsh Atal" wrote: > Dear Devs > > I am trying to make a sql view for getting the uid and name of all the org > unit hierarchy . Have used following query : - > > select >> >>

[Dhis2-devs] SQL View : ERROR: column "uid" specified more than once.

2016-08-08 Thread Harsh Atal
Dear Devs I am trying to make a sql view for getting the uid and name of all the org unit hierarchy . Have used following query : - select > > ou1.uid,max(ou1.name), > ou2.uid,max(ou2.name), > ou3.uid,max(ou3.name), > ou4.uid,max(ou4.name), > ou5.uid,max(ou5.name), > ou6.uid,max(ou6.name), >