Re: [Dhis2-users] [Dhis2-devs] Require authority to add to view object lists

2017-07-11 Thread Mark Polak
Hey Elmarie, What it should do is the following. When the setting is set to true: The user will need "ADD" permissions for the given objects to be able to view them. When set to false, the user can view everything, no matter if they have the "ADD" permission or not. To give an example: Say i ha

Re: [Dhis2-users] [Dhis2-devs] Require authority to add to view object lists

2017-07-11 Thread Elmarie Claasen
Hi Mark, Your explanation helps a lot – thanks. Regards, *Elmarie Claasen* [image: Hisp logo] Project Manager Health Information Systems Program Tel: 041-367 1027 Cell: 082 374 2209 E-mail: elma...@hisp.org Skype: elmarie.claasen52 *From:* Mark Polak [mailto:m...@dhis2.

[Dhis2-users] Questions: Deleting Org Units and Enabling User Visualization

2017-07-11 Thread Shapiro, Rachel
Good morning everyone, I’m a fairly new DHIS2 user, and I would love your guidance and support about two pesky issues we are having. Many apologies if for whatever reason I’m not sending this to the correct listserv! I am trying to delete organizational units at the country, region, and health f

[Dhis2-users] Bulk removing DEs and Orgunits

2017-07-11 Thread Jesus Solano-Roman
Hello all. I'm trying to bulk remove all existing Orgunits from my database and I found this CLI API https://github.com/baosystems/dish2 that allows to exactly do that. However, it hasn't worked for me, perhaps due to my current system infrastructure. Is there another way to bulk remove metadata f

[Dhis2-users] Invalid column name on Event Capture (error 500)

2017-07-11 Thread Jesus Solano-Roman
Hello all.I am attempting to record events using Event Capture (web app). The event is not being saved into the browser. Right after clicking "save and go back", the browser console shows a 500 Error:GET http://10.252.76.99:8082/api/26/events/query.json?orgUnit=ImspTQPwCqd&progr…ment=dRliZ825YDk&or

Re: [Dhis2-users] Invalid column name on Event Capture (error 500)

2017-07-11 Thread Knut Staring
So you are running it in a terminal window, right? You should have some (server side) error messages in that window. Knut On Tue, Jul 11, 2017 at 12:07 PM, Jesus Solano-Roman < asol...@broadinstitute.org> wrote: > Hello all. > > I am attempting to record events using Event Capture (web app). Th

Re: [Dhis2-users] Questions: Deleting Org Units and Enabling User Visualization

2017-07-11 Thread Em Le Hong
Hi, Which DHIS2 version are you using? For first question, I guess you need to remove soft delete data values or events. Go to Data Administration module and do the performance there, see screenshot. [image: Inline image 1] For your second question, I think you need to assign View user authority

Re: [Dhis2-users] Invalid column name on Event Capture (error 500)

2017-07-11 Thread Jesus Solano-Roman
Hi Knut. Not really. Since I'm using the Live distribution I only run a .jar file that initializes everything. I don't think I can get acesss to a server log. But this is the official Live distribution so the database should have been set up correctly. Thanks, On Tue, Jul 11, 2017 at 12:30 PM K

[Dhis2-users] Interim indicators in Event data Analysis

2017-07-11 Thread Carolyn Tauro
Hi all, When making indicators for events, some require to be Aggregate Indicators. For these we first create "Interim Program Indicators" which are required for formulating the former but not for analysis. Is there any way to hide these indicators on the list that appears on the Visualizer so

Re: [Dhis2-users] Invalid column name on Event Capture (error 500)

2017-07-11 Thread Knut Staring
You can start it from a terminal window by doing "java -jar dhis2-live.jar", alternatively ./startup.sh On Jul 11, 2017 12:52 PM, "Jesus Solano-Roman" wrote: > Hi Knut. > > Not really. Since I'm using the Live distribution I only run a .jar file > that initializes everything. I don't think I can

Re: [Dhis2-users] Invalid column name on Event Capture (error 500)

2017-07-11 Thread Jesus Solano-Roman
Thanks. The terminal returns an error message when I click on the appropriate organization unit in the tree on the left sidebar of the Event Capture App. The entire error can be found here: https://codeshare.io/ayJPvw Otherwise, here's some lines: org.springframework.jdbc.InvalidResultSetAccessE

Re: [Dhis2-users] Questions: Deleting Org Units and Enabling User Visualization

2017-07-11 Thread Shapiro, Rachel
Hello, Thats so much for your help! I am using version 2.25 I have a different menu when I click data administration (see screenshot below). I tried just clicking "permanently remove soft data values," and I am still getting the same error message! [cid:54A251B7-E552-4D35-987F-0DDF0B45665D]

Re: [Dhis2-users] Bulk removing DEs and Orgunits

2017-07-11 Thread Markus Bekken
Hi there, Here is a sql function for deleting the whole or parts of your orgunit tree: https://github.com/dhis2/dhis2-utils/blob/master/resources/sql/delete_orgunittree_with_data.sql If you create this function, you can invoke it with select delete_orgunittree_with_data(''); Best regards, Mark