Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
constraints (i.e. a FR > must be referenced by a DataValue). > > On Fri, Jun 3, 2016 at 4:58 AM, Morten Olav Hansen > wrote: > >> Hi Mike >> >> I'm adding in the dev list, and Halvdan (who knows about file resource >> API). I will have a look at the sta

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
Olav Hansen wrote: > Hi Mike > > I'm adding in the dev list, and Halvdan (who knows about file resource > API). I will have a look at the start as app functionality. > > -- > Morten > > On Thu, Jun 2, 2016 at 5:00 PM, Mike Nelushi > wrote: > >> Hi C

[Dhis2-devs] [Bug 1588797] [NEW] messageConversations api not sending email per user

2016-06-03 Thread Mike Nelushi
Public bug reported: Hi All, The messageConversations web-api is still a big issue because we need to send each user specific information to their e-mails. 1. Using {"subject": subject, "text": message, "users": user} json object, the mail gets stored on DHIS2 mail and does not send it to the

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
Olav Hansen >>> Senior Engineer, DHIS 2 >>> University of Oslo >>> http://www.dhis2.org >>> >>> On Fri, Jun 3, 2016 at 6:26 PM, Morten Olav Hansen >>> wrote: >>> >>>> Hi Mike >>>> >>>> I'm adding in

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
Senior Engineer, DHIS 2 > University of Oslo > http://www.dhis2.org > > On Fri, Jun 3, 2016 at 7:18 PM, Mike Nelushi > wrote: > >> Hi Morten, >> >> The pinCode is not the the DHIS2-Account it is for specific program that >> they registered for. But the main

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
Hi Halvdan, I'm still failing to understand how you would link each user's files(Tracker Program) to a datavalue(DE, PE, OU). Can you please give an example on this scenario? Regards, Mike On Fri, Jun 3, 2016 at 1:13 PM, Mike Nelushi wrote: > Hi Halvdan, > > We are usin

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
rten, >>>> >>>> Sorry if my brief wasn't 100% clear on that - the DHIS user reg is a >>>> separate thing. All users logging in will be able to view (but not change) >>>> the general routine stuff around positions available etc. The pin-code

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-03 Thread Mike Nelushi
i/fileResources, get id: “a1” back. > PUT the event as usual: > > { > "event" : "", > "dataValues" : [ > { > "value" : "a1", > "dataElement" : "" > } > ] >

Re: [Dhis2-devs] [Bug 1588797] Re: messageConversations api not sending email per user

2016-06-05 Thread Mike Nelushi
Hi Lars, We are using 2.23(Build #101 (Jun 2, 2016 5:43:26 PM)) Regards, Mike On Sun, Jun 5, 2016 at 6:11 PM, Lars Helge Øverland wrote: > Which DHIS 2 version is this? > > Can you reproduce against the play demo instance? > > -- > You received this bug notification because you are subscribed

Re: [Dhis2-devs] WebApi failing Email, FileResources and

2016-06-06 Thread Mike Nelushi
ead and understand the constraints (i.e. a FR >> must be referenced by a DataValue). >> >> On Fri, Jun 3, 2016 at 4:58 AM, Morten Olav Hansen >> wrote: >> >>> Hi Mike >>> >>> I'm adding in the dev list, and Halvdan (who knows about file resour

Re: [Dhis2-devs] [Bug 1588797] Re: messageConversations api not sending email per user

2016-06-08 Thread Mike Nelushi
emo? > > Can you post the exact URL and payload you used?? > On Jun 5, 2016 1:01 PM, "Mike Nelushi" wrote: > > Hi Lars, > > We are using 2.23(Build #101 (Jun 2, 2016 5:43:26 PM)) > > Regards, > Mike > > On Sun, Jun 5, 2016 at 6:11 PM, Lars Helge Øverlan

Re: [Dhis2-devs] [Bug 1588797] Re: messageConversations api not sending email per user

2016-06-13 Thread Mike Nelushi
Hi Lars, Where you able to look at this issue? I saw similar bug report*([Dhis2-devs] [Bug 1591697] [NEW] Feedback and Sending Messages via api/messageConversations fails with Null Pointer* *). * Please advice, Regards, Mike On Wed, Jun 8, 2016 at 10:41 PM, Mike Nelushi wrote: > Hi L

[Dhis2-devs] FileResources CleanUp Task

2016-07-24 Thread Mike Nelushi
Hi Halvdan/Morten, There seem to be a cleanup task which is ran at 2AM every 24H which necessary maintenance which removes orphaned files (FileResources) which have been posted to the instance but are marked for deletion as Halvdan explained here

Re: [Dhis2-devs] FileResources CleanUp Task

2016-07-25 Thread Mike Nelushi
rces is step 1 of 2 in the process of uploading a file (it > needs to be tied to a DV afterwards). > > In practice this means that in order to use FR you need to create data > elements (and datasets) to contain your files. > > Hope that answers your question. If not, please let me

Re: [Dhis2-devs] FileResources CleanUp Task

2016-07-25 Thread Mike Nelushi
;link' between the fields, but you could use a > construct such as a data set (aggr) or programstageinstance/event (tracker) > to group DEs. > > On Mon, Jul 25, 2016 at 1:02 PM, Mike Nelushi > wrote: > >> Hi Halvdan, >> >> The following are the steps I'm u

[Dhis2-devs] Removing the limit on the number of users to send a message

2016-10-23 Thread Mike Nelushi
Hi Lars/Morten, We want to remove the limit on the number of users to send a DHIS2(2.23) message. At the moment the limit is 200 users per group. I would like to implement this change since we have a system that need to send 10 000+ emails to our users for notifications. Was the limitation creat

Re: [Dhis2-devs] Removing the limit on the number of users to send a message

2016-10-25 Thread Mike Nelushi
+ emails > Does that mean 10.000 personalized (distinct) emails in one go, or is it a > generic email going out to 10.000 email addresses in one go? > > On Mon, Oct 24, 2016 at 8:03 AM, Mike Nelushi > wrote: > >> Hi Lars/Morten, >> >> We want to remove th

[Dhis2-devs] [Bug 1507529] Re: Future period setting for datasets is only valid for the number of future periods from the date of saving the dataset

2015-11-18 Thread Mike Nelushi
Hi Lars, The bug occurs when executing startup routine TableAlteror when it updates the dataset table on the "openfutureperiods" field. The update on the "openfutureperiods" field is based on the allowfutureperiods field(boolean) and on version 2.19-2.20 allowfutureperiods field has been remove fr

[Dhis2-devs] indicators with a value of 1 as a denominator failing data integrity check[dhis2 2.19]

2015-07-01 Thread Mike Nelushi
Hi all, During the import process from DHIS1.4 all the indicators with a "Constant of 1" as the denominatordescription are populated with a value of "1" on the denominator. The bug happens when the ExpressionUpgrader is executed during the tomcat startup routine, these denominators(with a denomin