[Dhis2-devs] Change of SMS Gateway configuration in DHIS2 v2.23

2016-06-08 Thread Jasper Timm
Hi there DHIS2 devs, We're running our own DHIS2 instance and we've recently upgraded from version 2.21 to version 2.23. I'm having trouble configuring the SMS Gateway. We're using a 'Generic HTTP' gateway and I've added this in the Mobile Configuration page but I can't seem to see the 'SMS

[Dhis2-devs] Check if existing analytics table update is running

2016-07-18 Thread Jasper Timm
Hi all, We have a cron job which triggers the analytics tables to be generated and we seem to run into issues when the job takes too long and a new request to update is sent before the old one completes. Currently running a PUT every 20 minutes (extended from previously using 5 minutes due to

Re: [Dhis2-devs] Check if existing analytics table update is running

2016-07-19 Thread Jasper Timm
date process started", > - completed: false > } > > ] > > when analytics is done, "completed" will change to "true". > > Regards, > Jason > > > On Mon, Jul 18, 2016 at 5:04 PM, Jasper Timm < > jasper.t...@ehealthniger

[Dhis2-devs] SMS Gateway in 2.25

2017-01-30 Thread Jasper Timm
Hi there DHIS2 devs, We've recently upgraded our DHIS2 instance from 2.22 to 2.25 (incrementally through 2.23, 2.24 e.t.c. and the SQL upgrade scripts). As part of the upgrade we were forced to remove our previous SMS gateway configuration and re-add it after the upgrade to 2.25. When looking at

[Dhis2-devs] Using SMS Commands for data capture

2016-08-24 Thread Jasper Timm
Hi there, We're considering using the SMS Commands functionality of DHIS2 to receive data from the data capture Android App when there is no internet connectivity. I'm working from the documentation here: http://dhis2.github.io/dhis2-docs/master/en/user/html/mobile_sms_command.html

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-08-30 Thread Jasper Timm
Still hoping for a response on this regarding the more specific questions regarding identifying OrgUnit by phone and how to specify OrgUnit/Period. Zubair - are you aware of how that works? Or any other DHIS2 dev? Thanks, - Jasper On Wed, Aug 24, 2016 at 1:38 PM, Jasper Timm <jaspe

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-09-07 Thread Jasper Timm
pe there is no prefix because the date mentioned in SMS text > is used to create PeriodType. If Date is not mentioned in SMS then it is > retrieved from DataSet. > > I will test and share sample SMS command by tomorrow. > > > > > > > On 01. sep. 2016 16:55, Jasper Ti

[Dhis2-devs] Generating analytics for a specific dataset

2016-09-07 Thread Jasper Timm
Hi all, We're currently hitting the /resourceTables/analytics endpoint regularly from a cron script to keep our reports up to date. On our current DHIS2 instance this takes around 2 minutes to complete. However, we're soon planning on migrating to another instance with a LOT more

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-09-01 Thread Jasper Timm
ll > be retrieved from DataSet attached to SMSCommand. > > > > > > > On 30. aug. 2016 20:17, Jasper Timm wrote: > > Still hoping for a response on this regarding the more specific questions > regarding identifying OrgUnit by phone and how to specify OrgUnit/Period. > >

[Dhis2-devs] DHIS2 (2.22) not identifying user from SMS phone number

2016-10-04 Thread Jasper Timm
Hey devs, We're currently working on an SMS submission method for our mobile app for our data gathering. Unfortunately it seems as though DHIS2 (v2.22) doesn't recognise the user's number upon the initial receipt of SMS. However, when looking at the 'Received SMSs' log and running a 'Re-import'

Re: [Dhis2-devs] Using SMS Commands for data capture

2016-08-24 Thread Jasper Timm
to complete the form. Thanks, - Jasper On Wed, Aug 24, 2016 at 1:04 PM, Zubair Asghar Raja <zub...@dhis2.org> wrote: > Hi Jasper, > > please find the answers in line. > > > > > On 24. aug. 2016 13:58, Jasper Timm wrote: > > Hi there, > > We're considering u

Re: [Dhis2-devs] [Dhis2-users] Compulsory data element not seems to be working

2016-10-27 Thread Jasper Timm
Hi all, Any chance we could get a DHIS2 developer to respond to these issues with compulsory data elements? As I understand then, it seems to be two issues: 1.) Attempting to add data elements as compulsory to *certain* data sets seems to result in a crash related to a uniqueness constraint

Re: [Dhis2-devs] [Dhis2-users] Compulsory data element not seems to be working

2016-10-27 Thread Jasper Timm
t; > > regards, > > Lars > > > > > > On Thu, Oct 27, 2016 at 5:43 AM, Jasper Timm <jasper.timm@ehealthnigeria. > org> wrote: > >> Hi all, >> >> Any chance we could get a DHIS2 developer to respond to these issues with >> compulsory da

[Dhis2-devs] Update data of completed form via SMS

2016-10-28 Thread Jasper Timm
Hi DHIS2 devs, It appears as though once a data set for a given period/orgUnit is completed, if we submit any further SMS commands with updated data for the same form the SMS will not change the existing data submitted. I understand there are multiple rules for when the received SMS should be

[Dhis2-devs] Character limit on incoming SMS message

2016-11-04 Thread Jasper Timm
Hi DHIS2 Devs, I'm encountering an error when attempting to send a long incoming SMS message to the DHIS2 (v2.22) API - /api/sms/incoming The message is 809 characters, which the phone, telco and SMS gateway all seem to be fine with, presumably via a concatenated SMS, but DHIS2 seems to respond

Re: [Dhis2-devs] Character limit on incoming SMS message

2016-11-04 Thread Jasper Timm
Hi Zubair, Yes that's right, we're running 2.22 here. Thanks in advance! - Jasper On Fri, Nov 4, 2016 at 3:41 PM, Zubair Asghar Raja <zub...@dhis2.org> wrote: > Hi Jasper, > > Yes it is doable. You are using 2.22 right ? > > > Zubair > > > > > On

Re: [Dhis2-devs] Retrieving validation rules for a dataSet fails in >=2.26

2017-08-11 Thread Jasper Timm
Any devs care to comment on this? Would it help if I add it as a Jira issue? On Mon, Aug 7, 2017 at 5:56 PM, Jasper Timm <jasper.t...@ehealthnigeria.org> wrote: > Hi all, > > It looks like a request to the /validationRules endpoint where you specify > the dataSet you're in

[Dhis2-devs] Retrieving validation rules for a dataSet fails in >=2.26

2017-08-07 Thread Jasper Timm
: { "httpStatus": "Internal Server Error", "httpStatusCode": 500, "status": "ERROR", "message": "could not resolve property: dataElementsInExpression of: org.hisp.dhis.expression.Expression" } Any ideas? -- *Jasper

Re: [Dhis2-devs] [Dhis2-users] Error Message on Log

2017-05-29 Thread Jasper Timm
Maybe someone should change the logging level from 'Error' to 'Info' for the message then? On Mon, May 29, 2017 at 12:34 PM, gerald thomas wrote: > Noted Lars!!! > > Thanks > > On 5/29/17, Lars Helge Ă˜verland wrote: > > Hi Gerald, > > > > this is normal

Re: [Dhis2-devs] Retrieving validation rules for a dataSet fails in >=2.26

2017-08-29 Thread Jasper Timm
solution to this to keep supporting > it, but for now there is no easy fix for bug. > > > On Fri, Aug 11, 2017 at 2:23 PM, Jasper Timm <jasper.timm@ehealthnigeria. > org> wrote: > >> Any devs care to comment on this? Would it help if I add it as a Jira >>

Re: [Dhis2-devs] Adding compulsory data elements

2017-11-21 Thread Jasper Timm
Hey devs, Be great to get a response on this. At the moment it's preventing us from using compulsory data elements at all. I've reproduced it on other 2.26 instances too. Thanks, - Jasper On Tue, Nov 14, 2017 at 1:02 PM, Jasper Timm <jasper.t...@ehealthnigeria.org > wrote: >

Re: [Dhis2-devs] Customising timely submissions to a specific time

2018-06-11 Thread Jasper Timm
472 <+27%2021%20685%206472> > > Cell:+27 (0)82 853 5352 > > Iridium SatPhone: +8816-315-19119 <+881%206%20315%2019119> (usually OFF) > > E-mail1: ca...@hisp.org > > E-mail2: calle.hedb...@gmail.com > > E-mail3: chedb...@telkomsa.net > > Skype: c

Re: [Dhis2-devs] Customising timely submissions to a specific time

2018-06-07 Thread Jasper Timm
feature request for it in? On Fri, Jun 1, 2018 at 4:11 PM Jasper Timm wrote: > Hi there DHIS2 folks, > > At the moment there is a field within aggregate dataSets for "days after > period to qualify for timely submissions". > > Is there any plan to make this a little m

[Dhis2-devs] Customising timely submissions to a specific time

2018-06-01 Thread Jasper Timm
currently using custom external scripts to calculate our own 'timely' values because this isn't possible, but it would be great to use the built in Reporting Rate Summary. Thanks, - Jasper -- Jasper Timm Lead Software Developer <http://www.ehealthafrica.org/> eHealth Africa 4A Renner Dri

[Dhis2-devs] SMS response for already approved data

2018-01-16 Thread Jasper Timm
a response SMS at all for this case? Thanks, - Jasper -- *Jasper Timm* Lead Software Developer *eHealth Africa* Mobile +232 99891119 <+23299891119> www.ehealthafrica.org <http://www.ehealthafrica.org/> ___ Mailing list: https://l

[Dhis2-devs] Offline support for validation rules in Data Entry (aggregate)

2018-01-16 Thread Jasper Timm
, - Jasper -- *Jasper Timm* Lead Software Developer *eHealth Africa* Mobile +232 99891119 <+23299891119> www.ehealthafrica.org <http://www.ehealthafrica.org/> ___ Mailing list: https://launchpad.net/~dhis2-devs Post to

Re: [Dhis2-devs] SMS response for already approved data

2018-01-19 Thread Jasper Timm
zub...@dhis2.org> wrote: > Hi Jasper, > No, we don't have this as of now. But it can certainly be provided. You > can track the issue here https://jira.dhis2.org/browse/DHIS2-2719. > > Zubair > > On Tue, Jan 16, 2018 at 4:07 PM, Jasper Timm <jasper.timm@ehealthnigeria. &g

Re: [Dhis2-devs] Offline support for validation rules in Data Entry (aggregate)

2018-01-26 Thread Jasper Timm
Any devs care to comment on this? It looks like data is sent server side to run the validation rules at the moment. Would it be possible to cache the rules and run these checks client side for offline support? On Tue, Jan 16, 2018 at 3:16 PM Jasper Timm <jasper.t...@ehealthnigeria.org>

Re: [Dhis2-devs] Offline support for validation rules in Data Entry (aggregate)

2018-01-26 Thread Jasper Timm
considering doing this when > we rewrite data entry in the new user interface style, probably not before. > > Cheers, > Jim > > > On Fri, Jan 26, 2018 at 11:24 AM, Jasper Timm < > jasper.t...@ehealthnigeria.org> wrote: > >> Any devs care to comment on

[Dhis2-devs] Issue completing dataSets offline

2018-02-02 Thread Jasper Timm
Hi devs, I think I've spotted a couple of issues with completing data sets in Data Entry. There's a couple of uses of the completeDataSetRegistrations endpoint with ds,pe, e.t.c. params but it looks like it's expecting dataSet, period e.t.c.

Re: [Dhis2-devs] Issue completing dataSets offline

2018-02-05 Thread Jasper Timm
n Fri, Feb 2, 2018 at 12:45 PM, Jasper Timm < > jasper.t...@ehealthnigeria.org> wrote: > >> Hi devs, >> >> I think I've spotted a couple of issues with completing data sets in Data >> Entry. >> >> There's a couple of uses of the completeDataSetRegist

[Dhis2-devs] Max number of users for simultaneous submissions

2018-10-22 Thread Jasper Timm
would you consider for this? - How many simultaneous submissions would be possible? - If it had more would the server queue them or would it cause it to halt? Thanks for any help, - Jasper -- Jasper Timm Lead Software Developer <http://www.ehealthafrica.org/> eHealth Africa 4A Renner Dri

Re: [Dhis2-devs] Max number of users for simultaneous submissions

2018-10-24 Thread Jasper Timm
re running (I know it is 2.27, but other don't). > > Best regards from Oslo > Calle > > On Mon, 22 Oct 2018 at 19:12, Jasper Timm > wrote: > >> Hi there DHIS2 devs, >> >> We had an issue earlier where our DHIS2 server halted and we're trying to >> tra

[Dhis2-devs] Use of square brackets [] in metadata field filter

2018-10-30 Thread Jasper Timm
frontend requests are properly encoded. Cheers, - Jasper -- Jasper Timm Lead Software Developer <http://www.ehealthafrica.org/> eHealth Africa 4A Renner Drive Off Wilkinson Road (behind Monoprix Supermarket) Freetown, Sierra Leone mobile +232 99891119 -- <https://web.facebook.com/EHea

Re: [Dhis2-devs] Use of square brackets [] in metadata field filter

2018-10-31 Thread Jasper Timm
e addressing this by >> changing square brackets in the long term, but in the short term solution >> you can make square brackets be exempted on the tomcat side by using >> relaxedQueryChars="[]" in the Tomcat connector configuration. >> >> >> On Tue, Oc