Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-05 Thread DJIBRIL Hakim
Ok Thank you for feedback
Just a clarification please

Where I am supposed to setup this link? in dhis2 or at the provider side ?
http:///api/sms/inbound?message=&sender=


If at the provider side, shall I need add credentials?


2018-06-06 6:32 GMT+00:00 Stephen Ocaya :

> Hi Hakim,
>
> For Inbound into DHIS2 (from SMS Service provider), you can use this
> endpoint template
>
> http:///api/sms/inbound?message=&sender=
>  ID/PHONE NUMBER>
>
> and to set the OUTBOUND depending on your service Provider,
>
> You specify the following:
>
> Gateway Type: Generic HTTP Gateway
> Gateway Name: put short name
> Message Parameter: depends on your SMS provider e.g. text
> recipient Parameter: depends on your SMS provider e.g. to
> URL template: depends on your SMS provider e.g. http://sms.stephocay.com/
> sendsms
>
> You can add custom other parameters e.g. for our SMS provider could be
>
> 
> e.g. from: STEPHEN
> username:secretuser
> password:password
>
>
> etc.
>
> Regards
>
> On Wed, Jun 6, 2018 at 9:14 AM, DJIBRIL Hakim 
> wrote:
>
>> Hi all,
>> Please Is it possible to have ideas on how can be *URL template*  when
>> setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?
>>
>> Thank you
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> Strategic Information Systems for Actions
> Plot 36 Impala Avenue, Kololo
> 
> P.O. Box 4750, Kampala
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] CAN NOT ADD DATA ELEMENTS TO A DATA SET

2018-06-05 Thread Stanley Kalyati
I am using dhis2 version 2.29.I have just noticed that i can not add new
data elements to my data set.It keeps telling me that "Could not Save Data
Set".

Has anyone experienced this? If so what is the cause?

Its urgent.

Thank you

Stanley
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-05 Thread Zubair Asghar Raja
Hi Hakim
Can you please re-phrase your question.

Zubair


On Wed, 6 Jun 2018, 8:15 am DJIBRIL Hakim,  wrote:

> Hi all,
> Please Is it possible to have ideas on how can be *URL template*  when
> setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?
>
> Thank you
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-05 Thread DJIBRIL Hakim
Sorry Zubair
I want to setup a generic hhtp sms gateway in dhis2, but in documentation I
can't find exemple or use case doing that.
Some of sms national providers have differentes endpoint for sending or
receving sms.

1.So my first question is have an example of URL template doing the both
way task
2.if we have differentes endpoint , it is possible to setup 2 gateways and
work with them?
3. My provider ask us to provide our domain url exemple: *http://mydomaine/test
* so they will triggered sms like this

*http://mydomaine/test?id111&sc=21000&msisdn=221779998877&key=TEST&msg=messagetest
*
where
- id: identifier of the message;
- sc: short number used;
- msisdn: telephone number of the subscriber who sent the message;
- key: keyword used
- msg: message content
How can we deal with that ?

Thank you

2018-06-06 6:24 GMT+00:00 Zubair Asghar Raja :

> Hi Hakim
> Can you please re-phrase your question.
>
> Zubair
>
>
> On Wed, 6 Jun 2018, 8:15 am DJIBRIL Hakim,  wrote:
>
>> Hi all,
>> Please Is it possible to have ideas on how can be *URL template*  when
>> setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?
>>
>> Thank you
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event report is showing data after deleting all events also

2018-06-05 Thread Rajeswari Gottipati
Thanks Markus. I have raised Jira ticket
 for this issue.

On Tue, Jun 5, 2018 at 7:07 PM, Markus Bekken 
wrote:

> Hi,
> based on the behavior you see, my guess is that when you have no rows in
> the database for one year, we are not clearing out the analytics table for
> that event and year as part of the analytics run. We should have cleared
> out analytics tables that would be empty at this stage. I will guess that
> deleting the analytics_event_* tables will be a workaround for you.
>
> This seems like a bug, it is great if you can file a Jira issue for it.
>
> Markus
>
> 5. jun. 2018 kl. 13:45 skrev Rajeswari Gottipati <
> rajes...@thoughtworks.com>:
>
> Yes I was able to reproduce this in different browsers and in incognito
> mode also.
>
> On Tue, Jun 5, 2018 at 5:08 PM, Jason Pickering  gmail.com> wrote:
>
>> Do you have any server caching active?
>>
>> Were you able to reproduce this in incognito mode?
>>
>> Regards,
>> Jason
>>
>>
>> On Tue, Jun 5, 2018 at 12:52 PM, Rajeswari Gottipati > thoughtworks.com> wrote:
>>
>>> Hi Markus,
>>>
>>> Do you think it is an issue in DHIS?
>>>
>>> On Tue, Jun 5, 2018 at 2:43 PM, Rajeswari Gottipati >> thoughtworks.com> wrote:
>>>
 Hi Markus,

 We have tried alternative i.e created a case in 2016 and ran analytics.
 Now in Event Reports we are able to see 1 case under 2016. We will try the
 first option also and let you know the result soon.

 On Tue, Jun 5, 2018 at 12:38 PM, Rajeswari Gottipati >>> thoughtworks.com> wrote:

> Hi Markus,
>
> We are using DHIS 2.27. We will perform the action items what ever you
> mentioned and will update you soon.
>
> On Tue, Jun 5, 2018 at 12:20 PM, Markus Bekken  no> wrote:
>
>> Hey there,
>> which version are you using? This seems to be a bug. Can you try and
>> delete the analytics tables called analytics_event_*, then run analytics
>> again? Alternatively, try to add one event for 2016, run analytics again
>> and see if the number of events in the event report goes down from 149 
>> to 1.
>>
>> Best regards
>> Markus
>>
>> 5. jun. 2018 kl. 08:27 skrev Rajeswari Gottipati <
>> rajes...@thoughtworks.com>:
>>
>> Hi DHIS Team,
>>
>> We have deleted all events for specific orgunit, ran analytics and
>> cleared browser cache. Observed that there is no data in Event Capture 
>> app.
>>
>> 
>>
>> But still we are seeing numbers in Event Reports app as below
>>
>> 
>>
>>
>> We have observed the same for other Orgunits also. Could you please
>> let us know why event report still showing numbers.
>>
>> --
>> Rajeswari Gottipati
>> Sr Consultant
>> Email rajes...@thoughtworks.com
>> Telephone +91 9949292931 <+91%209949292931>
>> [image: ThoughtWorks]
>> 
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 
>



 --
 Rajeswari Gottipati
 Sr Consultant
 Email rajes...@thoughtworks.com
 Telephone +91 9949292931 <+91%209949292931>
 [image: ThoughtWorks]
 

>>>
>>>
>>>
>>> --
>>> Rajeswari Gottipati
>>> Sr Consultant
>>> Email rajes...@thoughtworks.com
>>> Telephone +91 9949292931 <+91%209949292931>
>>> [image: ThoughtWorks]
>>> 
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Jason P. Pickering
>> email: jason.p.picker...@gmail.com
>> tel:+46764147049 <+46764147049>
>>
>
>
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 

[Dhis2-devs] Generic http SMS Gateway for Inbound & Outbound

2018-06-05 Thread DJIBRIL Hakim
Hi all,
Please Is it possible to have ideas on how can be *URL template*  when
setting Generic http SMS Gateway in DHIS2 both for inbound and outbound sms?

Thank you
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Data can be seen in pivot table but not in forms

2018-06-05 Thread Himanshu Ardawatia
Hi,

An issue has recently cropped up recently: For some our users, when they enter 
data in a data entry form using specific datasets, it reflects in the pivot 
table. However, when they come back to the form, they do not see any data that 
they entered previously. We are using version 2.26.
Has anyone faced such an issue before? Or does anyone have any suggestions?

Thanks in advance,
Himanshu

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event report is showing data after deleting all events also

2018-06-05 Thread Rajeswari Gottipati
Yes I was able to reproduce this in different browsers and in incognito
mode also.

On Tue, Jun 5, 2018 at 5:08 PM, Jason Pickering  wrote:

> Do you have any server caching active?
>
> Were you able to reproduce this in incognito mode?
>
> Regards,
> Jason
>
>
> On Tue, Jun 5, 2018 at 12:52 PM, Rajeswari Gottipati <
> rajes...@thoughtworks.com> wrote:
>
>> Hi Markus,
>>
>> Do you think it is an issue in DHIS?
>>
>> On Tue, Jun 5, 2018 at 2:43 PM, Rajeswari Gottipati <
>> rajes...@thoughtworks.com> wrote:
>>
>>> Hi Markus,
>>>
>>> We have tried alternative i.e created a case in 2016 and ran analytics.
>>> Now in Event Reports we are able to see 1 case under 2016. We will try the
>>> first option also and let you know the result soon.
>>>
>>> On Tue, Jun 5, 2018 at 12:38 PM, Rajeswari Gottipati <
>>> rajes...@thoughtworks.com> wrote:
>>>
 Hi Markus,

 We are using DHIS 2.27. We will perform the action items what ever you
 mentioned and will update you soon.

 On Tue, Jun 5, 2018 at 12:20 PM, Markus Bekken >>> > wrote:

> Hey there,
> which version are you using? This seems to be a bug. Can you try and
> delete the analytics tables called analytics_event_*, then run analytics
> again? Alternatively, try to add one event for 2016, run analytics again
> and see if the number of events in the event report goes down from 149 to 
> 1.
>
> Best regards
> Markus
>
> 5. jun. 2018 kl. 08:27 skrev Rajeswari Gottipati <
> rajes...@thoughtworks.com>:
>
> Hi DHIS Team,
>
> We have deleted all events for specific orgunit, ran analytics and
> cleared browser cache. Observed that there is no data in Event Capture 
> app.
>
> 
>
> But still we are seeing numbers in Event Reports app as below
>
> 
>
>
> We have observed the same for other Orgunits also. Could you please
> let us know why event report still showing numbers.
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>


 --
 Rajeswari Gottipati
 Sr Consultant
 Email rajes...@thoughtworks.com
 Telephone +91 9949292931 <+91%209949292931>
 [image: ThoughtWorks]
 

>>>
>>>
>>>
>>> --
>>> Rajeswari Gottipati
>>> Sr Consultant
>>> Email rajes...@thoughtworks.com
>>> Telephone +91 9949292931 <+91%209949292931>
>>> [image: ThoughtWorks]
>>> 
>>>
>>
>>
>>
>> --
>> Rajeswari Gottipati
>> Sr Consultant
>> Email rajes...@thoughtworks.com
>> Telephone +91 9949292931 <+91%209949292931>
>> [image: ThoughtWorks]
>> 
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Jason P. Pickering
> email: jason.p.picker...@gmail.com
> tel:+46764147049
>



-- 
Rajeswari Gottipati
Sr Consultant
Email rajes...@thoughtworks.com
Telephone +91 9949292931 <+91%209949292931>
[image: ThoughtWorks]

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Error while opening Tracker capture in DHIS2.29

2018-06-05 Thread Kumar Shahdeo
I found that 'attributes' object store in indexed db 'dhis2tc' do not
contain any data. Hence, it is trying to set property to an undefined
object (attributes).
What can be the possible reason for indexed db to not have any data ?

On Thu, May 31, 2018 at 4:43 PM, Kumar Shahdeo 
wrote:

> I did an incremental upgrade this time. I moved from 2.27 to 2.28 and then
> ran upgrade script on db. Then I moved from 2.28 to 2.29.
> I am still hitting the same issue with TRacker Capture app. Getting the
> error message
>
> *" Cannot set property 'programTrackedEntityAttribute' of undefined " *
>
> Regards
> Gaurav
>
> On Thu, May 31, 2018 at 2:34 PM, Knut Staring  wrote:
>
>> That could be a possible source of your problem then
>>
>> On Thu, May 31, 2018, 10:49 AM Kumar Shahdeo 
>> wrote:
>>
>>> No I have not done an intermediate upgrade to 2.28. I used the upgrade
>>> script in existing 2.27 db that I had to move directly to 2.29
>>>
>>> On Thu, May 31, 2018 at 1:21 PM, Knut Staring  wrote:
>>>
 You did do the intermediate upgrade to 2.28?

 On Thu, May 31, 2018 at 9:42 AM Kumar Shahdeo <
 gaura...@thoughtworks.com> wrote:

> HI Dhis2 Users/Devs
>
> I have recently migrated from DHIS 2.27 to DHIS 2.29. I ran the
> upgrade script provided by DHIS for 2.29 upgrade on my existing 2.27 DB.
> I am able to run DHIS 2.29, However, I am getting some issues with
> tracker capture app.
> I am getting this error on console when I open tracker capture app :
>
>
> *" Cannot set property 'programTrackedEntityAttribute' of undefined " *
>
> Can you please point me to what is issue with this ?
>
> --
> Kumar Gaurav Nath Shahdeo
> Developer
> Email gaura...@thoughtworks.com
> Telephone +91 9160688935 <+91+9160688935>
> [image: ThoughtWorks]
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>


 --
 Knut Staring

 Department of Information, Evidence and Research
 World Health Organization, Geneva, Switzerland
 Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
 Skype: knutstar

>>>
>>>
>>>
>>> --
>>> Kumar Gaurav Nath Shahdeo
>>> Developer
>>> Email gaura...@thoughtworks.com
>>> Telephone +91 9160688935 <+91+9160688935>
>>> [image: ThoughtWorks]
>>> 
>>>
>>
>
>
> --
> Kumar Gaurav Nath Shahdeo
> Developer
> Email gaura...@thoughtworks.com
> Telephone +91 9160688935 <+91+9160688935>
> [image: ThoughtWorks]
> 
>



-- 
Kumar Gaurav Nath Shahdeo
Developer
Email gaura...@thoughtworks.com
Telephone +91 9160688935 <+91+9160688935>
[image: ThoughtWorks]

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event report is showing data after deleting all events also

2018-06-05 Thread Jason Pickering
Do you have any server caching active?

Were you able to reproduce this in incognito mode?

Regards,
Jason


On Tue, Jun 5, 2018 at 12:52 PM, Rajeswari Gottipati <
rajes...@thoughtworks.com> wrote:

> Hi Markus,
>
> Do you think it is an issue in DHIS?
>
> On Tue, Jun 5, 2018 at 2:43 PM, Rajeswari Gottipati <
> rajes...@thoughtworks.com> wrote:
>
>> Hi Markus,
>>
>> We have tried alternative i.e created a case in 2016 and ran analytics.
>> Now in Event Reports we are able to see 1 case under 2016. We will try the
>> first option also and let you know the result soon.
>>
>> On Tue, Jun 5, 2018 at 12:38 PM, Rajeswari Gottipati <
>> rajes...@thoughtworks.com> wrote:
>>
>>> Hi Markus,
>>>
>>> We are using DHIS 2.27. We will perform the action items what ever you
>>> mentioned and will update you soon.
>>>
>>> On Tue, Jun 5, 2018 at 12:20 PM, Markus Bekken 
>>> wrote:
>>>
 Hey there,
 which version are you using? This seems to be a bug. Can you try and
 delete the analytics tables called analytics_event_*, then run analytics
 again? Alternatively, try to add one event for 2016, run analytics again
 and see if the number of events in the event report goes down from 149 to 
 1.

 Best regards
 Markus

 5. jun. 2018 kl. 08:27 skrev Rajeswari Gottipati <
 rajes...@thoughtworks.com>:

 Hi DHIS Team,

 We have deleted all events for specific orgunit, ran analytics and
 cleared browser cache. Observed that there is no data in Event Capture app.

 

 But still we are seeing numbers in Event Reports app as below

 


 We have observed the same for other Orgunits also. Could you please let
 us know why event report still showing numbers.

 --
 Rajeswari Gottipati
 Sr Consultant
 Email rajes...@thoughtworks.com
 Telephone +91 9949292931 <+91%209949292931>
 [image: ThoughtWorks]
 
 ___
 Mailing list: https://launchpad.net/~dhis2-devs
 Post to : dhis2-devs@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~dhis2-devs
 More help   : https://help.launchpad.net/ListHelp



>>>
>>>
>>> --
>>> Rajeswari Gottipati
>>> Sr Consultant
>>> Email rajes...@thoughtworks.com
>>> Telephone +91 9949292931 <+91%209949292931>
>>> [image: ThoughtWorks]
>>> 
>>>
>>
>>
>>
>> --
>> Rajeswari Gottipati
>> Sr Consultant
>> Email rajes...@thoughtworks.com
>> Telephone +91 9949292931 <+91%209949292931>
>> [image: ThoughtWorks]
>> 
>>
>
>
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>


-- 
Jason P. Pickering
email: jason.p.picker...@gmail.com
tel:+46764147049
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] how to manage a datset with dynamic rows of detail data?

2018-06-05 Thread Knut Staring
Hi  晓东,

I think you would have to model it is a number of events, either "naked
events" or as a repeatable stage. But interested in hearing if people on
the list can share good approaches to this common need (very typical in
transactional systems).

Knut


On Mon, Jun 4, 2018 at 4:01 PM 林晓东  wrote:

>
>  hi,all
>
>I  encounter a problem like this:
> collecting info of a doctor, with one or more times of training
> experience, how to design this case?
>
>   Thanks.
>
> --
> 此致
>
>林晓东
>
> 莫愁前路无知己,天下谁人不识君。
>
> 在 2018-05-25 16:58:07,"Kumar Shahdeo"  写道:
>
> In 2.29 , The "Tracked entity" object is renamed to "Tracked Entity Type"
> in the web API.
> So, try using "trackedEntityType"
>
> On Fri, May 25, 2018 at 2:13 PM, 林晓东  wrote:
>
>> Hi,all,
>>I have done a test on Tracker Web API. as documents:
>>   body:
>> {
>>
>>   "trackedEntity": "nEenWmSyUEp",
>>   "orgUnit": "DiszpKrYNg8",
>>   "attributes": [
>> {
>>   "attribute": "w75KJ2mc4zz",
>>   "value": "Joe"
>> },
>> {
>>   "attribute": "zDhUuAYrxNC",
>>   "value": "Smith"
>> }
>>   ]
>> }
>>
>> url:
>> https://play.dhis2.org/dev/api/29/trackedEntityInstances.json?ou=DiszpKrYNg8
>> method : post
>>
>> got:
>>
>> {
>>   "httpStatus" : "Internal Server Error",
>>   "httpStatusCode" : 500,
>>   "status" : "ERROR",
>>   "message" : "Unrecognized field \"trackedEntity\" (class
>> org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance), not marked
>> as ignorable (14 known properties: \"trackedEntityInstance\",
>> \"lastUpdatedAtClient\", \"lastUpdated\", \"createdAtClient\",
>> \"trackedEntityType\", \"orgUnit\", \"inactive\", \"enrollments\",
>> \"featureType\", \"attributes\", \"deleted\", \"relationships\",
>> \"created\", \"coordinates\"])\n at [Source: (String)\"{\n
>> \"trackedEntity\": \"nEenWmSyUEp\",\n  \"orgUnit\": \"DiszpKrYNg8\",\n
>> \"attributes\": [\n{\n  \"attribute\": \"w75KJ2mc4zz\",\n
>> \"value\": \"Joe\"\n},\n{\n  \"attribute\": \"zDhUuAYrxNC\",\n
>> \"value\": \"Smith\"\n}\n  ]\n}\"; line: 2, column: 21] (through
>> reference chain:
>> org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance[\"trackedEntity\"])"
>> }{
>>   "httpStatus" : "Internal Server Error",
>>   "httpStatusCode" : 500,
>>   "status" : "ERROR",
>>   "message" : "Unrecognized field \"trackedEntity\" (class
>> org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance), not marked
>> as ignorable (14 known properties: \"trackedEntityInstance\",
>> \"lastUpdatedAtClient\", \"lastUpdated\", \"createdAtClient\",
>> \"trackedEntityType\", \"orgUnit\", \"inactive\", \"enrollments\",
>> \"featureType\", \"attributes\", \"deleted\", \"relationships\",
>> \"created\", \"coordinates\"])\n at [Source: (String)\"{\n
>> \"trackedEntity\": \"nEenWmSyUEp\",\n  \"orgUnit\": \"DiszpKrYNg8\",\n
>> \"attributes\": [\n{\n  \"attribute\": \"w75KJ2mc4zz\",\n
>> \"value\": \"Joe\"\n},\n{\n  \"attribute\": \"zDhUuAYrxNC\",\n
>> \"value\": \"Smith\"\n}\n  ]\n}\"; line: 2, column: 21] (through
>> reference chain:
>> org.hisp.dhis.dxf2.events.trackedentity.TrackedEntityInstance[\"trackedEntity\"])"
>> }
>>
>> what's wrong with this?
>>
>> Thanks.
>> --
>> 此致
>>
>>林晓东
>>
>> 莫愁前路无知己,天下谁人不识君。
>>
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Kumar Gaurav Nath Shahdeo
> Developer
> Email gaura...@thoughtworks.com
> Telephone +91 9160688935 <+91+9160688935>
> [image: ThoughtWorks]
> 
>
>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>


-- 
Knut Staring

Department of Information, Evidence and Research
World Health Organization, Geneva, Switzerland
Office: +41 22 791 3683 Mob1: +33 6 4434 2931 Mob2: +47 9188 0522
Skype: knutstar
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event report is showing data after deleting all events also

2018-06-05 Thread Rajeswari Gottipati
Hi Markus,

Do you think it is an issue in DHIS?

On Tue, Jun 5, 2018 at 2:43 PM, Rajeswari Gottipati <
rajes...@thoughtworks.com> wrote:

> Hi Markus,
>
> We have tried alternative i.e created a case in 2016 and ran analytics.
> Now in Event Reports we are able to see 1 case under 2016. We will try the
> first option also and let you know the result soon.
>
> On Tue, Jun 5, 2018 at 12:38 PM, Rajeswari Gottipati <
> rajes...@thoughtworks.com> wrote:
>
>> Hi Markus,
>>
>> We are using DHIS 2.27. We will perform the action items what ever you
>> mentioned and will update you soon.
>>
>> On Tue, Jun 5, 2018 at 12:20 PM, Markus Bekken 
>> wrote:
>>
>>> Hey there,
>>> which version are you using? This seems to be a bug. Can you try and
>>> delete the analytics tables called analytics_event_*, then run analytics
>>> again? Alternatively, try to add one event for 2016, run analytics again
>>> and see if the number of events in the event report goes down from 149 to 1.
>>>
>>> Best regards
>>> Markus
>>>
>>> 5. jun. 2018 kl. 08:27 skrev Rajeswari Gottipati <
>>> rajes...@thoughtworks.com>:
>>>
>>> Hi DHIS Team,
>>>
>>> We have deleted all events for specific orgunit, ran analytics and
>>> cleared browser cache. Observed that there is no data in Event Capture app.
>>>
>>> 
>>>
>>> But still we are seeing numbers in Event Reports app as below
>>>
>>> 
>>>
>>>
>>> We have observed the same for other Orgunits also. Could you please let
>>> us know why event report still showing numbers.
>>>
>>> --
>>> Rajeswari Gottipati
>>> Sr Consultant
>>> Email rajes...@thoughtworks.com
>>> Telephone +91 9949292931 <+91%209949292931>
>>> [image: ThoughtWorks]
>>> 
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>
>>
>> --
>> Rajeswari Gottipati
>> Sr Consultant
>> Email rajes...@thoughtworks.com
>> Telephone +91 9949292931 <+91%209949292931>
>> [image: ThoughtWorks]
>> 
>>
>
>
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 
>



-- 
Rajeswari Gottipati
Sr Consultant
Email rajes...@thoughtworks.com
Telephone +91 9949292931 <+91%209949292931>
[image: ThoughtWorks]

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event report is showing data after deleting all events also

2018-06-05 Thread Rajeswari Gottipati
Hi Markus,

We have tried alternative i.e created a case in 2016 and ran analytics. Now
in Event Reports we are able to see 1 case under 2016. We will try the
first option also and let you know the result soon.

On Tue, Jun 5, 2018 at 12:38 PM, Rajeswari Gottipati <
rajes...@thoughtworks.com> wrote:

> Hi Markus,
>
> We are using DHIS 2.27. We will perform the action items what ever you
> mentioned and will update you soon.
>
> On Tue, Jun 5, 2018 at 12:20 PM, Markus Bekken 
> wrote:
>
>> Hey there,
>> which version are you using? This seems to be a bug. Can you try and
>> delete the analytics tables called analytics_event_*, then run analytics
>> again? Alternatively, try to add one event for 2016, run analytics again
>> and see if the number of events in the event report goes down from 149 to 1.
>>
>> Best regards
>> Markus
>>
>> 5. jun. 2018 kl. 08:27 skrev Rajeswari Gottipati <
>> rajes...@thoughtworks.com>:
>>
>> Hi DHIS Team,
>>
>> We have deleted all events for specific orgunit, ran analytics and
>> cleared browser cache. Observed that there is no data in Event Capture app.
>>
>> 
>>
>> But still we are seeing numbers in Event Reports app as below
>>
>> 
>>
>>
>> We have observed the same for other Orgunits also. Could you please let
>> us know why event report still showing numbers.
>>
>> --
>> Rajeswari Gottipati
>> Sr Consultant
>> Email rajes...@thoughtworks.com
>> Telephone +91 9949292931 <+91%209949292931>
>> [image: ThoughtWorks]
>> 
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 
>



-- 
Rajeswari Gottipati
Sr Consultant
Email rajes...@thoughtworks.com
Telephone +91 9949292931 <+91%209949292931>
[image: ThoughtWorks]

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Event report is showing data after deleting all events also

2018-06-05 Thread Rajeswari Gottipati
Hi Markus,

We are using DHIS 2.27. We will perform the action items what ever you
mentioned and will update you soon.

On Tue, Jun 5, 2018 at 12:20 PM, Markus Bekken 
wrote:

> Hey there,
> which version are you using? This seems to be a bug. Can you try and
> delete the analytics tables called analytics_event_*, then run analytics
> again? Alternatively, try to add one event for 2016, run analytics again
> and see if the number of events in the event report goes down from 149 to 1.
>
> Best regards
> Markus
>
> 5. jun. 2018 kl. 08:27 skrev Rajeswari Gottipati <
> rajes...@thoughtworks.com>:
>
> Hi DHIS Team,
>
> We have deleted all events for specific orgunit, ran analytics and cleared
> browser cache. Observed that there is no data in Event Capture app.
>
> 
>
> But still we are seeing numbers in Event Reports app as below
>
> 
>
>
> We have observed the same for other Orgunits also. Could you please let us
> know why event report still showing numbers.
>
> --
> Rajeswari Gottipati
> Sr Consultant
> Email rajes...@thoughtworks.com
> Telephone +91 9949292931 <+91%209949292931>
> [image: ThoughtWorks]
> 
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>


-- 
Rajeswari Gottipati
Sr Consultant
Email rajes...@thoughtworks.com
Telephone +91 9949292931 <+91%209949292931>
[image: ThoughtWorks]

___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp