Re: [Dhis2-users] [Dhis2-devs] Show highlight color of Comment in Data Set

2014-04-08 Thread Lars Helge Øverland
Hi Channara, On Thu, Apr 3, 2014 at 4:47 AM, channara rin wrote: > Dear all Developers, > I want suggest 2 things: > 1. In DHIS2 should highlight color in textbox of data-value in data entry, > If that textbox of data-value has comments inside. SO it is easy for look > if those textbox has some

Re: [Dhis2-users] [Dhis2-devs] Limit characters in Comment

2014-04-09 Thread Lars Helge Øverland
Hi Channara, the max is actually 255 characters, backed by a "varchar" column in the database. I'm sorry but we don't plan to change it to a "text" type column anytime soon - reason is just that most comments are pretty short and "text" requires more storage space on disk. Now that said you are o

Re: [Dhis2-users] [Dhis2-devs] Limit characters in Comment

2014-04-09 Thread Lars Helge Øverland
t data value in > dataset that has text in that comment? SO it is easy for us(M&E staff) to > view if that data value has comment.. > > Thank you > CHANNARA > > > > > > On Wed, Apr 9, 2014 at 3:02 PM, Lars Helge Øverland > wrote: > >> Hi Channara, &

Re: [Dhis2-users] [Dhis2-devs] Limit characters in Comment

2014-04-09 Thread Lars Helge Øverland
-- >>> function handleError( xhr, textStatus, errorThrown ) >>> { >>> markComment( COLOR_RED ); >>> window.alert( i18n_saving_comment_failed_error_code + '\n\n' + >>> xhr.responseText ); >>> } >>> &g

Re: [Dhis2-users] DHIS2 - Db Server / Postgresql Max Connections (FATAL: remaining connection slots are reserved...)

2014-04-09 Thread Lars Helge Øverland
Okay. So each DHIS instance will require its own set of connections, so you should take required connections per instance and multiply with number of dhis instances for your max_connections. Running 12 dhis instances on a single database servers sounds a bit too much, then the db must have enough

Re: [Dhis2-users] DHIS2 - Db Server / Postgresql Max Connections (FATAL: remaining connection slots are reserved...)

2014-04-09 Thread Lars Helge Øverland
Hi Jason, some questions: - Have you scheduled nightly data mart process? - Are you running multiple dhis instances on the same database server? - What is your current max_connections setting in postgresql.conf? Lars On Wed, Apr 9, 2014 at 2:02 PM, Jason Phillips wrote: > Hi all, > > > >

Re: [Dhis2-users] DHIS2 - Db Server / Postgresql Max Connections (FATAL: remaining connection slots are reserved...)

2014-04-09 Thread Lars Helge Øverland
> > > > Lars, I haven't looked very recently, but to what extent are we creating > new jdbc connections outside of the c3p0 pool? If we are only strictly > using the pool its easier to provision these things. > Like you point about we have deliberately moved away from direct acquisition of connec

Re: [Dhis2-users] DHIS2 - Db Server / Postgresql Max Connections (FATAL: remaining connection slots are reserved...)

2014-04-09 Thread Lars Helge Øverland
Yes I would say 50. On Wed, Apr 9, 2014 at 4:29 PM, Bob Jolliffe wrote: > On 9 April 2014 15:27, Lars Helge Øverland wrote: > >> >>> >>> Lars, I haven't looked very recently, but to what extent are we creating >>> new jdbc connections outsid

Re: [Dhis2-users] Analytics tables - only data elements - where are indicators?

2014-04-10 Thread Lars Helge Øverland
Hi Randy, On Thu, Apr 10, 2014 at 4:12 PM, Wilson,Randy wrote: > I'm trying to pull some data from the analytics tables rather than using > the datamart tables. Unlike aggregatedindicatorvalue table from the > datamart it seems like the indicators are not pre-calculated in the > analytics tab

Re: [Dhis2-users] DHIS-live: NO JSP Support for /,

2014-04-14 Thread Lars Helge Øverland
There is no use of JSP in DHIS 2. Lars On Mon, Apr 14, 2014 at 2:02 AM, Mark Spohr wrote: > I'll have to try commenting out the section (unless somebody > can think of a reason it's needed). > > The LXDE window manager seems to handle dhis-live just fine since it does > put up the menubar ic

Re: [Dhis2-users] Assigning data set on organisation Unit group in 2.14

2014-04-15 Thread Lars Helge Øverland
Hi Gloria, it should not at all be necessary to assign data sets through org unit groups. I cannot reproduce this issue on our demo. regards, Lars PS. I will get in contact with Andrew and try to get this sorted out. On Tue, Apr 15, 2014 at 4:46 PM, Umutoni Gloria wrote: > Hello DHIS2 user

Re: [Dhis2-users] [issue-tracker] Re: A series of (Hibernate-related?) errors when attempting to create new data elements

2014-04-15 Thread Lars Helge Øverland
Hi Cenk, could it be that you have set the hibernate_sequence manually in your database, more specifically decreased it ? DHIS 2/hibernate will pop the next value from the sequence, assume its unique and use as primary key. If this is the case, the fix is to bump the sequence higher than the high

[Dhis2-users] DHIS version 2.15 released

2014-04-22 Thread Lars Helge Øverland
Hi all, DHIS version 2.15 is out. We have a great set of new features for you: - *Event reports app*: We have a completely new "event reports" app for analysis of events. This app lets you do aggregated analysis of events directly without building aggregation queries and create pivot-style table

Re: [Dhis2-users] runing Analytics errors.

2014-04-24 Thread Lars Helge Øverland
Hi, This is not a bug, dhis drops the resource tables and needs to know about views depending on them. You can simply create the views as dhis sql views in data admin and it will be handled properly. regards, Lars On Apr 24, 2014 5:26 PM, "Emmanuel Willer CHARLES" wrote: > Hi all, > > It is su

[Dhis2-users] java 7

2014-04-29 Thread Lars Helge Øverland
Hi, we are now requiring Java 7 for building the DHIS 2 source code. This means that starting from *DHIS version 2.16 you will need JDK 7* to deploy and run DHIS 2 on your server. Most versions of Java 6 are not supported nor receiving security updates anymore (including Oracle) so it's in any c

Re: [Dhis2-users] [Dhis2-devs] [DHIS2 Indicators] TRUNC function for Converting Numbers with Decimals to Integers.

2014-05-05 Thread Lars Helge Øverland
Hi Busoye, yes agree that would be useful. Are you referring to web pivot table now? Lars On Thu, May 1, 2014 at 11:16 PM, Adebusoye Anifalaje wrote: > Hi, > > Can anyone advise on how to get the equivalent of the TRUNC function in > Excel in DHIS2 indicators? > > We have defined indicators f

Re: [Dhis2-users] Creation of bulk user.

2014-05-07 Thread Lars Helge Øverland
Hi, it is correct that missing UIDs will be generated on system startup. I think what is being referred to here is dhis UID and not an UUID. There are ways to generate dhis UIDs through the web api but it's just much simpler to restart tomcat. regards, Lars On Wed, May 7, 2014 at 10:19 AM, K

Re: [Dhis2-users] Problem with data approval

2014-05-15 Thread Lars Helge Øverland
Hi Ese, to get the latest 2.15 build you can simply download the war file again from http://www.dhis2.org/downloads regards, Lars On Thu, May 15, 2014 at 7:02 PM, Jim Grace wrote: > Hello Ese, > > Also, there were some data approval bug fixes on May 4, revision 15144. > Are you running that

[Dhis2-users] dhis 2.15 web page

2014-05-22 Thread Lars Helge Øverland
Hi all, we have made a new web page which highlights the new features in version 2.15 here: http://www.dhis2.org/215 Could be useful for presentations. Have a look and spread the word - feel free to share so that we can get +1's, likes, endorsements, pokes and what have you. regards, Lars

Re: [Dhis2-users] Fwd: Can't select parameter in Jasper reports

2014-05-28 Thread Lars Helge Øverland
Hi Cenk, there is no link between the jasper reports format and the dhis version per se, rather the jasper reports version, so it should not be necessary to re-create the report design itself (unless there has been some breaking changes in jasper lately). By the way from your screenshot it seems

Re: [Dhis2-users] [Dhis2-devs] Speed up the " Data capture and maintenance organisation units"

2014-06-04 Thread Lars Helge Øverland
Hi Chuong, what do mean by "largest one" ? The idea is that you can set the levels to a lower number, e.g. 3, so that you only load the 3 next levels in the hierarchy relative to the org unit of the current user in the browser's storage. That is most of the time more than enough. regards, Lars

Re: [Dhis2-users] Link to App store?

2014-06-08 Thread Lars Helge Øverland
Its dhis2.org/appstore Lars On Jun 8, 2014 10:02 AM, "Morten Olav Hansen" wrote: > Hi, > > The URL is actually http://appstore.dhis2.org/appstore, not sure why > http://appstore.dhis2.org/ doesn't redirect.. would be a bit nicer > > -- > Morten > > > On Sun, Jun 8, 2014 at 10:00 AM, Knut Staring

Re: [Dhis2-users] [Dhis2-devs] Daily Period

2014-06-15 Thread Lars Helge Øverland
Hi John, I get your point and I think we made a mistake with the "allow future period" property - it should instead have been an enumeration with at least three options - allow past periods - allow current and past periods - allow future, current and past periods Blueprint here

Re: [Dhis2-users] How to use CSV OrgUnit import?

2014-06-16 Thread Lars Helge Øverland
Hi, I have added support for parent org unit in 2.15. See docs here in 5 min: http://www.dhis2.org/doc/snapshot/en/user/html/ch21.html#d5e3351 Lars On Tue, Jun 10, 2014 at 10:35 AM, Knut Staring wrote: > Hello all, > > I cannot see how to indicate the *parent* OU in the CSV metadata import? >

Re: [Dhis2-users] Link to App store?

2014-06-16 Thread Lars Helge Øverland
OK fixed. On Tue, Jun 10, 2014 at 3:43 AM, Knut Staring wrote: > Ok, but then we need to update the link in several places, for example > here: > http://apps.dhis2.org/demo/dhis-web-maintenance-appmanager/appList.action > > > On Sun, Jun 8, 2014 at 10:20 AM, Lars Helge

Re: [Dhis2-users] [Dhis2-devs] Resource table Erro after Manual Aggregation

2014-06-16 Thread Lars Helge Øverland
Hi Sumudu, my guess is that someone has done manual inserts of periods in the period table, and that you have a mismatch between the period (start / end date) and the period type. E.g. you have periods which are days but has the monthly period type. Please investigate this. This SQL will give you

Re: [Dhis2-users] Discrepancy in Reporting Rates

2014-06-16 Thread Lars Helge Øverland
Hi, yes they actually have different implementations, although the logic should be the same. On the demo database they are equal (except for some rounding errors). We are planning to replace the reporting rate summary by extending pivot table to support the same output. cheers Lars On Mon,

Re: [Dhis2-users] [Dhis2-devs] Resource table Erro after Manual Aggregation

2014-06-16 Thread Lars Helge Øverland
. > > Cheers. > > Busoye > > > On 16 Jun 2014, at 15:39, Lars Helge Øverland wrote: > > Hi Sumudu, > > my guess is that someone has done manual inserts of periods in the period > table, and that you have a mismatch between the period (start / end date) > and th

Re: [Dhis2-users] [Dhis2-devs] Resource table Erro after Manual Aggregation

2014-06-16 Thread Lars Helge Øverland
Thanks Sumudo, glad it works. Mind you this might still be a bug with the aggregation queries, we are working it. Lars On Mon, Jun 16, 2014 at 8:23 PM, sumudu weerasinghe wrote: > Thanks Lars and Adebusoye! > > Yes, your guess is correct i have done the thing wrong way > >- during manual a

Re: [Dhis2-users] Fwd: Pivot Table does not display correct data

2014-06-16 Thread Lars Helge Øverland
Hi Jose, you likely have an SQL view in your database which depends on the _orgunitstructure resource table which DHIS 2 needs to drop during re-generation. Please remove that SQL view and rather create it through DHIS 2 under data administration > SQL views - the system will then take care of dro

Re: [Dhis2-users] [Dhis2-devs] Great video from Norad on DHIS 2 in Ghana

2014-06-17 Thread Lars Helge Øverland
You can also find it here now: https://www.dhis2.org/inaction Lars On Wed, Jun 4, 2014 at 10:18 PM, Prosper BT wrote: > Thanks for sharing, good piece for DHIS2 promotion. > > However there is mix between DHIS and HISP, sometimes referring to HISP > instead of DHIS > > Regards > > > On Wed,

Re: [Dhis2-users] mobile sms implementation

2014-06-17 Thread Lars Helge Øverland
Hi William, thanks for your interest. It sounds like DHIS can do what you are looking for. It would be nice with a bit more info about your projects and your goals in order to help you. regards, Lars On Wed, Jun 4, 2014 at 11:28 AM, Long Ngo Thanh wrote: > Hi Quango, > > The things you may

Re: [Dhis2-users] Sudden disappearance of modules in Apps menu list

2014-06-17 Thread Lars Helge Øverland
Hi Kader, sorry about this, this issue is really annoying, not able to reproduce it although I am definitely aware it happens for others. I have included some more logging in 2.15 which says i) which apps are detected on startup and ii) which apps the current user is denied access to. If folks cou

Re: [Dhis2-users] Has anyone used DHIS2 for Animal Health

2014-06-18 Thread Lars Helge Øverland
Hi, this sounds like a quite interesting use-case. Would you be dealing with aggregate data or cases/data about individuals? With the tracker generalization, you can define animals as tracked entities. cheers Lars On Wed, Jun 18, 2014 at 9:50 AM, Adebusoye Anifalaje wrote: > Hi Gamal, > >

Re: [Dhis2-users] DHIS2 - No available data elements in program stage

2014-06-18 Thread Lars Helge Øverland
Hi Robin, when creating/editing the data element, make sure you set "domain type" to "patient". This is not completely logical and has been changed to "tracker" in the upcoming version. regards, Lars On Wed, Jun 18, 2014 at 4:53 PM, Robin Martens wrote: > Dear all, > > > > We're developin

Re: [Dhis2-users] Upgrading DHIS2 db from 2.0 to 2.15: Any advice?

2014-06-18 Thread Lars Helge Øverland
Hi Busoye, sorry I think it will not work to do smooth exchange through DXF - brute force hacking likely needed. cheers Lars On Wed, Jun 18, 2014 at 5:03 PM, Adebusoye Anifalaje wrote: > Hi all, > > I saw (for the first time) a DHIS2 implementation version 2.0 build date > circa 2010. It us

Re: [Dhis2-users] mobile sms implementation

2014-06-18 Thread Lars Helge Øverland
Thanks. On Wed, Jun 18, 2014 at 11:24 AM, OUANGO William wrote: > Hi Lars, > It's a real pleasure for me to know that you are interested by > our project and i'll give you more informations soon. > > Thank's for taking time to help all of us > > William > ___

[Dhis2-users] downloading from ci server

2014-06-19 Thread Lars Helge Øverland
Hi, we have set up SSL on dhis2.org and apps.dhis2.org to get a more realistic testing environment. This exposed an issue with older wget versions (1.12) related to certificate handling. If you are seeing problems related to certificate not matching host name or similar you can append the --no-ch

Re: [Dhis2-users] downloading from ci server

2014-06-19 Thread Lars Helge Øverland
Another alternative is to get the file directly from dhis2.org - we copy the file automatically over from the CI server: wget https://www.dhis2.org/download/releases/trunk/dhis.war ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-

Re: [Dhis2-users] Sharing Pivot Table details between DHIS instances

2014-06-19 Thread Lars Helge Øverland
Hi, agree with Jason. On an additional note, if the meta-data (data elements in particular) actually are consistent across several instances it might be a good effort to standardize the UID, will be useful if you want to do comparative analysis across countries at a later stage. Lars On Thu, J

[Dhis2-users] halvdan grelland joins as developer

2014-06-20 Thread Lars Helge Øverland
Hi all, I have the pleasure to announce that Halvdan Grelland has joined the team as software developer on a 30% basis. Halvdan is currently a student at University of Oslo and has demonstrated solid skills during the dhis-related course. He has previously worked for the norwegian defence researc

Re: [Dhis2-users] [Dhis2-devs] halvdan grelland joins as developer

2014-06-20 Thread Lars Helge Øverland
On Fri, Jun 20, 2014 at 12:08 PM, Bob Jolliffe wrote: > Welcome Halvdan. Lars keep up the good work attracting talent away from > the industrial-military complex :-) > > Yup we have trying to move from destruction to construction ;) > ___ Mailing lis

Re: [Dhis2-users] Problems with category combination

2014-06-20 Thread Lars Helge Øverland
HI Chris, try to the following: - go to data administration > maintenance > update category option combinations. - go to data administration > cache statistics > clear cache - clear your browser cache completely, and try again. regards, Lars On Mon, Jun 16, 2014 at 6:40 PM, Chris Onoja wr

Re: [Dhis2-users] DHIS2 - No available data elements in program stage

2014-06-20 Thread Lars Helge Øverland
tiple "Option Set for comment" fields for 1 dataset, > simulating a combined category as for aggregated data? > > > > Regards, > > > > Robin > > > > *From:* Lars Helge Øverland [mailto:larshe...@gmail.com > ] > *Sent:* 18 June 2014 17:04 > *To:* Robi

Re: [Dhis2-users] Migration from 2.14 to 2.15 errors

2014-06-21 Thread Lars Helge Øverland
Hi Marko, yes that's correct. Sorry about the extra work inflicted. We want to re-use option sets for the predefined attribute values. cheers Lars On Tue, May 27, 2014 at 5:05 PM, Marko David Garcia wrote: > Hello all. > > This is a conceptual error: > > After the migration from 2.14 to 2.

[Dhis2-users] dhis 2.16 update

2014-06-22 Thread Lars Helge Øverland
Hi all, here comes a quick update and preview of version 2.16. We plan to release in the first weeks on July. The major features being included: - Event visualizer: New app for visualizations / charts of aggregated event data. Preview

Re: [Dhis2-users] reading large bulks of data on dhis 2.13

2014-06-26 Thread Lars Helge Øverland
Hi Lavi, the dataValueSets resource uses streaming XML serialization so you should be able to load a large payload. - What format do you read (XML/JSON/CSV)? - Did you set JAVA_OPTS on your server to give more memory to Java? - What does the stack trace look like / which java error do you get?

Re: [Dhis2-users] dhis 2.16 update

2014-06-26 Thread Lars Helge Øverland
Hi, thanks for the feedback. David: Yes its fixed - download in event reports now returns all records, not paged. Jerome: Sorting of categories is not yet implemented, but its on the plan. Jose: Sorry we have not yet had time to implement standard report with customizable parameters, although

Re: [Dhis2-users] Import OrgUnits Via CSV file

2014-06-26 Thread Lars Helge Øverland
Hi Felix, we actually fixed and back-ported this to 2.15 a few weeks ago. Could you please upgrade your DHIS instance to the latest 2.15 from dhis2.org/downloads? regards, Lars On Thu, Jun 26, 2014 at 12:51 PM, Felix Obareh wrote: > Hi, > > I man trying import OrgUnits using CSV but it doe

Re: [Dhis2-users] Noted Errors in 2.15

2014-06-27 Thread Lars Helge Øverland
Hi Bayo, On Fri, Jun 27, 2014 at 6:10 PM, Bayo Mohammed Onimode Jnr < bayonim...@yahoo.co.uk> wrote: > Dears, > > While using the Pivot Table, if i select a dataset, say PMTCT for a > period, say September 2012 to October 2013, the Org Unit of State, LGA and > Facility with all the Implementing

Re: [Dhis2-users] [Dhis2-devs] Error when upload war file in tomcat7

2014-06-30 Thread Lars Helge Øverland
Hi Channara, make sure that you have this line at the end of your hibernate.properties, with no white-space at the end of the line: Lars hibernate.hbm2ddl.auto = update On Mon, Jun 30, 2014 at 4:04 AM, channara rin wrote: > Hi dev, users > When i upload dhis2 v2.15.war file into tomcat 7. t

Re: [Dhis2-users] [Dhis2-devs] Ask importing from web API

2014-07-01 Thread Lars Helge Øverland
Hi Channara, these sections are recommended from the web api docs: https://www.dhis2.org/doc/snapshot/en/user/html/ch31s05.html https://www.dhis2.org/doc/snapshot/en/user/html/ch31s08.html regards, Lars On Tue, Jul 1, 2014 at 10:41 AM, channara rin wrote: > Hi all developer, users of DHIS

Re: [Dhis2-users] Import OrgUnits Via CSV file

2014-07-01 Thread Lars Helge Øverland
mports, it’s most likely you need the ParentID. >>> >>> Let’s know if this helps. >>> >>> Busoye >>> >>> On 26 Jun 2014, at 14:24, Felix Obareh wrote: >>> >>> Lars, >>> >>> I have downloaded 2.15 Build Version 1

Re: [Dhis2-users] creating objects with web api, POST fails

2014-07-01 Thread Lars Helge Øverland
Hi Lavi, the problem is the DHIS version - we implemented support for CRUD operations at the various end-points in version 2.15. Could you please update to 2.15 and try again? dhis2.org/downloads regards, Lars PS. we need to version our docs but haven't gotten around to do it yet. On Su

Re: [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-02 Thread Lars Helge Øverland
HI Maheed, good spot and you are correct. We simply haven't implemented it yet due to time constraints. We have a blueprint for it here . We will prioritize it and let you know when its done. regards, Lars On Wed

Re: [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-02 Thread Lars Helge Øverland
can be resolved soon. > > > > One question please. When do you think the next version of DHIS (i.e. > 2.16) will be released? > > > > > > Thanks again. > > > > Maheed > > > > > > > > *From:* Lars Helge Øverland [mailto:larshe...

Re: [Dhis2-users] creating objects with web api, POST fails

2014-07-03 Thread Lars Helge Øverland
To add to this, yes you can use the generic meta data resource to import a meta-data payload which can contain all types of objects. Docs here: https://www.dhis2.org/doc/snapshot/en/user/html/ch31s05.html regards, Lars ___ Mailing list: https://launchp

Re: [Dhis2-users] Absence d'option set sur appareils mobiles

2014-07-03 Thread Lars Helge Øverland
Bonjour, Quel client mobile que vous utilisez? Lars 2014-07-02 12:32 GMT+02:00 Assetta BARA : > Salut à tous, > Les éléments des options n'apparaissent pas sur mes appareils mobiles > (téléphone ou tablette). Par exemple j'ai un formulaire mobile de > notification de cas de décès qui contient

Re: [Dhis2-users] DHIS 2 Cold Chain Equipment Inventory System is Released

2014-07-04 Thread Lars Helge Øverland
Good work Bharath and team. Well done getting the release out. regards, Lars On Jul 4, 2014 1:16 PM, "Bharath" wrote: > Dear All, > > > We are pleased to announce the availability of the Cold Chain Equipment > Inventory (CCEI) module in DHIS2 and welcome interested individuals to > visit

Re: [Dhis2-users] [Dhis2-devs] Upgrade dhis from 2.13 to 2.15

2014-07-04 Thread Lars Helge Øverland
Hi Marcos, the approach would be to download the upgrade scripts found on dhis2.org/downloads next to the 2.14 + 2.15 war files: - stop dhis - run 2.14 script - run 2.15 script - start dhis with version 2.15. If some of the sql statements fail then just ignore. To verify you can start a new clea

Re: [Dhis2-users] several links in api/resources pointing to the same ("dimensions") url

2014-07-06 Thread Lars Helge Øverland
Hi Lavi, this has been corrected in latest development version so will be okay in 2.16. It is not intentional but also not completely arbitrary - all those classes implement a common "dimensional" interface and as a result ended up with wrong re-directs. The Web API has undergone a rewrite for 2.1

Re: [Dhis2-users] [Dhis2-devs] Logging into the Demo apps.

2014-07-08 Thread Lars Helge Øverland
Hi Jerome, someone likely changed it. We cannot reset in UI since the password is "district" and we have stronger requirements for password in ui validation. It will be okay after 11 PM CEST. cheers Lars On Tue, Jul 8, 2014 at 6:51 PM, Jerome Shaguy wrote: > Hi, > > Can anyone pls share th

Re: [Dhis2-users] Problem retrieving raw data

2014-07-13 Thread Lars Helge Øverland
Hi, it works, there is just no data for that combination. regards, Lars On Sun, Jul 13, 2014 at 1:38 PM, Knut Staring wrote: > Hi, > I'm trying to retrieve some raw data through the API (not going via > Analytics). > > This is described in the manual: > https://www.dhis2.org/doc/snapshot/

Re: [Dhis2-users] Problem retrieving raw data

2014-07-13 Thread Lars Helge Øverland
OK weird, works on ubuntu without -k, maybe a windows issue. On Sun, Jul 13, 2014 at 1:44 PM, Lars Helge Øverland wrote: > Hi, > > it works, there is just no data for that combination. > > regards, > > Lars > > > > > On Sun, Jul 13, 2014 at 1:38 PM, Knut St

Re: [Dhis2-users] API shifted from HTML to XML?

2014-07-13 Thread Lars Helge Øverland
Hi, yes its intentional. The HTML templates were static and too much hassle to keep in synch with the model. App idea: make an app that renders a nice, linked HTML-view for all resources based on the json resources. Lars On Sun, Jul 13, 2014 at 2:44 PM, Knut Staring wrote: > Or is there jus

Re: [Dhis2-users] Compulsory data elements

2014-07-17 Thread Lars Helge Øverland
That's correct - its used as basis for calculating the compulsory option under reports > reporting rates. Lars On Thu, Jul 17, 2014 at 11:26 AM, Adebusoye Anifalaje wrote: > It’s not enforced in the sense that you have validation violation if the > data value is not completed. It is used as a

[Dhis2-users] pepfar dashboard

2014-07-20 Thread Lars Helge Øverland
Hi, just a heads-up: PEPFAR 's new dashboard solution went public yesterday, showing key indicators about expenditure and performance through maps and charts: https://dashboard.pepfarii.net The data source is a DHIS 2 insta

Re: [Dhis2-users] DHIS2 - Versioning of data

2014-07-22 Thread Lars Helge Øverland
Hi Robin, its a good question and actually something that has been discussed before. You highlight some of the pros and cons in your email. The reason why we haven't done it so far is simply that we want to avoid the complexity that comes with validity dates instead of routine time periods and da

Re: [Dhis2-users] several links in api/resources pointing to the same ("dimensions") url

2014-07-22 Thread Lars Helge Øverland
; the Web API is being rewritten but this is a major bug. Or is 2.15 not to > be regarded as a stable release, with the userbase being encouraged to move > directly to 2.16? > > - Edward - > > On Sunday, July 6, 2014 7:17 PM, Lars Helge Øverland > wrote: > > > > &g

Re: [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Lars Helge Øverland
developers contributing > to make it successful. > > > > As a final request, is there any possible solution that we could use to > get data in batch into DHIS, taking into consideration the requirement we > have? This could be a turnaround or a temporary solution until the issue is

Re: [Dhis2-users] DHIS2 - Tracker data aggregation

2014-07-22 Thread Lars Helge Øverland
Hi Robin, in fact the organisation unit dimension should not be part of the aggregation queries - you can set one aggregation query to run for any number of org units. You could create the gender and disease type as categories + category options. However you are right that to populate all variatio

Re: [Dhis2-users] Dataset Section

2014-07-22 Thread Lars Helge Øverland
Hi there, thanks for the input. I don't think we will implement custom forms in section forms in the near future. When you have a form which is super-wide with mostly unused fields then that's usually a sign that the form itself should be re-designed. I have been thinking of a function for using

Re: [Dhis2-users] Data import to a Dataset linked to a combination of categories

2014-07-22 Thread Lars Helge Øverland
t and useful. > > > > On last question. Any idea when will 2.16 be released? > > > > > > Thank you again for your continuous support. > > > > > > Best Regards, > > > > Maheed > > > > > > *From:* Lars Helge Øverland [m

Re: [Dhis2-users] need solution for running out of disk space generating analytics tables

2014-07-23 Thread Lars Helge Øverland
Hi Lavi, interesting - that sounds like a lot. Approximately how many records do you have in datavalue table? How many dimensions do you see under /api/dimensions ? Normally the datavalue - analytics size ratio should be less. You can have more control over analytics through the web api. Docs her

Re: [Dhis2-users] Compulsory data elements

2014-07-23 Thread Lars Helge Øverland
Hi, I think if we are to create a blueprint it should be for an option per data set, like "Make compulsory data elements required fields in form". Currently the main purpose of the compulsory data elements is to define which elements should be used for completeness / reporting rates. Form validat

Re: [Dhis2-users] Dataset Section

2014-07-24 Thread Lars Helge Øverland
Wrong link due to cache, this is it: https://www.dhis2.org/doc/snapshot/en/user/html/ch32s38.html ___ Mailing list: https://launchpad.net/~dhis2-users Post to : dhis2-users@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-users More help

Re: [Dhis2-users] need solution for running out of disk space generating analytics tables

2014-07-24 Thread Lars Helge Øverland
Hi Lavi, On Thu, Jul 24, 2014 at 9:22 AM, Lavi Shpigelman wrote: > Thanks ! > > Running analytics generation for last 4 years was enough to avoid disk > space limit. > that's great. > The postgresql DB directory grew from 7.5GB to 44GB > > The datavalue table holds 53M records. > The dimensi

Re: [Dhis2-users] Problem with dataset assignment

2014-07-24 Thread Lars Helge Øverland
On Thu, Jul 24, 2014 at 7:53 PM, Knut Staring wrote: > One method to do this is to export the datasets to XML, delete them, and > then reimport. > > This worked well for 3 of my forms, but when trying to Remove the last > form, I got the message below, which I found surprising, since I didn't > t

Re: [Dhis2-users] Dataset Section

2014-07-24 Thread Lars Helge Øverland
Hi Kader, actually what you suggest is already implemented in 2.16. You can upload arbitrary CSS and Javascript through the Web API. So e.g. put an id "form-table" on your custom form table, and then something like that in the CSS: #form-table td { width: 3em; } Docs here: https://www.dhis2.or

Re: [Dhis2-users] Data integrity check produces a server error

2014-07-24 Thread Lars Helge Øverland
Hi Lavi, sorry for trouble, see comments below. On Thu, Jul 24, 2014 at 11:34 AM, Lavi Shpigelman wrote: > Hi > > I am experimenting with a version 2.15 instance of dhis2. > To populate this instance, I imported data from a production instance > running version 2.13 using the web api to grab a

Re: [Dhis2-users] What happened to GIS labels in 2.16?

2014-07-24 Thread Lars Helge Øverland
See "options" inside the layer dialogs. Lars On Fri, Jul 25, 2014 at 7:29 AM, Knut Staring wrote: > Has the menu item been moved somewhere else (for Boundary layer, Thematic > layer etc), or simply vanished? > > -- > Knut Staring > Dept. of Informatics, University of Oslo > +4791880522 > http

Re: [Dhis2-users] Dataset Section

2014-07-24 Thread Lars Helge Øverland
; obvious to implement, would it be possible to fill automatically a template > for the custom forms with style configuration infos provided in a > configuration form? This meets Knut's last suggestion and simplifies the > design process for most users. > Best regards, > Kader &

Re: [Dhis2-users] Problem with dataset assignment

2014-07-24 Thread Lars Helge Øverland
That is hard to say, try deleting the contents from datasetsource and try again. Lars On Fri, Jul 25, 2014 at 2:41 AM, Knut Staring wrote: > Right, but would you have any idea what causes my problem with dataset > assignment and how to fix it? > On Jul 25, 2014 2:16 AM, "Lars

[Dhis2-users] data capture android app

2014-07-25 Thread Lars Helge Øverland
Hi, there has been some uncertainty around the support for the Data capture for DHIS 2 Android app so here comes a small clarification: The data capture app has been developed by Araz Abishov through a Google summer of code project.

Re: [Dhis2-users] Problem with dataset assignment

2014-07-25 Thread Lars Helge Øverland
ything (e.g. maps and PT favorites) are accessible to > everyone even though I try to restrict to certain user groups. > > Knut > > > On Friday, July 25, 2014, Lars Helge Øverland wrote: > >> That is hard to say, try deleting the contents from datasetsource and try >

[Dhis2-users] DHIS version 2.16 released

2014-07-25 Thread Lars Helge Øverland
Hi all, DHIS version 2.16 is out and we have some great new features: *- Tracker capture app:* We have a completely new app for tracking persons and other entities. This app lets you register and search persons. It features a dashboard which gives you the complete overview of the person. It is c

[Dhis2-users] dhis and encryption

2014-07-26 Thread Lars Helge Øverland
Hi, in 2.16 we have slowly introduced encryption of database content, so far just for the password used for remote data synchronization . We plan to build on this in near future by encrypting "confidential" attribute values for tracker

Re: [Dhis2-users] viewing statistics of dataset assignments

2014-08-04 Thread Lars Helge Øverland
On Sun, Aug 3, 2014 at 3:08 PM, Lavi Shpigelman wrote: > Hi > Is there a way of treating the assignment of a dataset to an org unit as > an indicator? > Thinking of datasets assignments as indications that some class of > services is given in a specific org-unit, It would be useful to visualize >

[Dhis2-users] dhis 2.16 upgrade notes

2014-08-04 Thread Lars Helge Øverland
Hi, a note on how to upgrade to dhis version 2.16: The following changes *require* *action* on the implementer's side. - From data administration > scheduling, scheduling should be deactivated, set according to your needs and finally activated. - A property "encryption.password" should

Re: [Dhis2-users] Quick way to add missing ISO weeks going back to 2011?

2014-08-05 Thread Lars Helge Øverland
Hi Randy, at the moment there is no way to do this directly in DHIS 2, sorry. I am sure there is some external way of doing it. Periods will be generated automatically when data is saved/imported into the system but I guess you knew that already. regards, Lars On Mon, Aug 4, 2014 at 6:11 PM

Re: [Dhis2-users] Data Export zip file corrupted

2014-08-05 Thread Lars Helge Øverland
Hi Maheed, sorry for late reply, I know it has been a while but at least this seems to work well now, tested on Win and Linux. regards, Lars On Tue, Jul 15, 2014 at 1:51 PM, Maheed Ramadan wrote: > Dear All, > > I am using the DHIS 2.15 live version on my local machine (windows 7) and > I

Re: [Dhis2-users] [Dhis2-devs] Disabling validation in attributes

2014-08-05 Thread Lars Helge Øverland
Hi Farai, I have reduced the min length to 1 character now in trunk / 2.16. regards, Lars On Mon, Jul 28, 2014 at 4:51 PM, Farai Mutero wrote: > Hi Guys > > Version: 2.15Build revision: 15175Build date: 2014-06-26 02:05 > > Is it possible to disable field validation in Data Element and Indi

Re: [Dhis2-users] DHIS2 - Event capture forms printing & approving

2014-08-05 Thread Lars Helge Øverland
Abyot: Thanks for the quick reaction, well done. Robin: Your suggestions make sense and is something we have considered for a while. We have blueprints for image / document type data elements here: https://blueprints.launchpad.net/dhis2/+spec/document-dataelement-attribute-type https://blueprints

Re: [Dhis2-users] Emails not being sent

2014-08-05 Thread Lars Helge Øverland
Hi Ryan, in 2.16 we added a convenient method for testing your email setup under settings > email: https://apps.dhis2.org/demo/dhis-web-maintenance-settings/systemEmailSettings.action We also added some more logging on failure. So if you are able to upgrade to 2.16 some time that would help. r

Re: [Dhis2-users] Problem with dataset assignment

2014-08-05 Thread Lars Helge Øverland
aybe an alternative would be to give the option to assign either directly > to org units, or to groups, but not both at the same time as is currently > the case? > > Are others using the assignment by org unit group or are we (PSI) the only > ones? > > Thanks, > > bram > &g

Re: [Dhis2-users] Creating indicator with non-numeric values

2014-08-05 Thread Lars Helge Øverland
Hi Nayeem, at the moment it is not possible to use other data element types than numeric in indicator formulas, sorry. Can you give us some details and context for what your are trying to achieve? regards, Lars On Wed, Jul 23, 2014 at 11:03 AM, Nayeem Al Mifthah wrote: > Hi > Is it possibl

Re: [Dhis2-users] DHIS2 - Event list empty

2014-08-07 Thread Lars Helge Øverland
Small note, in 2.15 and later that table for event data records is called "trackedentitydatavalue". On Thu, Aug 7, 2014 at 8:57 AM, Ola Hodne Titlestad wrote: > Hi Robin, > > The event data is stored in the patientdatavalue table. You'll see a > reference to programstageinstance (event) ther

Re: [Dhis2-users] [Dhis2-devs] Data synchronisation DHIS2.16

2014-08-07 Thread Lars Helge Øverland
Hi Riddy, the sync feature is only dealing with data values, not meta-data. Meta data like organisation unit can also be synced, but that requires that you set up a script with curl, pointing to the /metaData web api resource, and is a bit more complicated. regards, Lars On Thu, Aug 7, 2014

Re: [Dhis2-users] ICD10

2014-08-07 Thread Lars Helge Øverland
Hi, as a starting point we have a DHIS XML exchange file with a commonly used IDC10 option set on dhis2.org/downloads. Direct link: https://www.dhis2.org/download/resources/icd10-optionset.xml.zip regards, Lars On Thu, Aug 7, 2014 at 1:35 PM, Bob Jolliffe wrote: > Thanks Nayeem for sharing

Re: [Dhis2-users] [Dhis2-devs] Data synchronisation DHIS2.16

2014-08-07 Thread Lars Helge Øverland
:00 riddy ndoma : > > Thanks Lars, >> Le 7 août 2014 11:00, "Lars Helge Øverland" a >> écrit : >> >> Hi Riddy, >>> >>> the sync feature is only dealing with data values, not meta-data. >>> >>> Meta data like organisation uni

  1   2   3   4   5   6   7   8   9   10   >