Re: [Dhis2-users] [Dhis2-devs] METADATA DOWNLOAD IN 2.24

2017-01-18 Thread Morten Olav Hansen
Hi

It might not be exactly what you wanted, but we do have an web-api for
extracting raw event data:
https://docs.dhis2.org/master/en/developer/html/webapi_events.html#webapi_querying_reading_events

-- 
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Thu, Jan 19, 2017 at 1:05 PM, Stanley Kalyati  wrote:

> Absolom that is clear but i met accessing raw data from DHIS2.I remember
> we used to use datamart to download raw data from dhis2 and use other
> applications for analysis.
>
> how is this done with 2.24?
>
> thanks
>
> On Jan 19, 2017 7:48 AM, "Absolom MURAMIRA"  wrote:
>
>> Dear Stanley,
>>
>> If you meant downloading meta data from the main server to the tracker
>> capture app,  go to menu->Settings->Synchronise with server
>>
>> Otherwise if it's from tracker to the server, you can still do the same
>> or set the desired sync frequency and the app will automatically do it for
>> you.  Once this is successful, you should see your data on the server.
>>
>> Hope this will help you.
>>
>> Absolom
>>
>> Sent from Yahoo Mail on Android
>> 
>>
>> On Wed, 18 Jan, 2017 at 20:01, Stanley Kalyati
>>  wrote:
>> How do I download meta data from Tracker with its stages in DHIS2 2.24?
>> I have tried export events but no data is downloaded.
>>
>> Advise.
>> Stanley
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to: dhis2-users@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help  : https://help.launchpad.net/ListHelp
>>
>>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Requesting API information about categoryOptionComboslist against datasetid

2017-01-18 Thread Muhammad Masud Parvez
Dear Morten,

Thanks a lot, it’s working perfectly as per my requirement.

Best Regards

Masud Parvez
CEH, MCITP, MCTS
Analyst Programmer
Health Systems and Population Studies Division
International Centre for Diarrhoeal Disease Research (icddr,b)
68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
Dhaka-1212, Bangladesh|
Phone- 02-9827001-10 , Ext: 2244.

From: Morten Olav Hansen [mailto:mor...@dhis2.org]
Sent: Thursday, January 19, 2017 12:51 PM
To: Muhammad Masud Parvez 
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] Requesting API information about 
categoryOptionComboslist against datasetid

Hi

For newer versions of dhis, you can use something like:
/api/dataSets/lyLU2wR22tC.json?fields=id,displayName,dataSetElements[dataElement[categoryCombo[categoryOptionCombos[id,displayName

For your version, I think this should do it:
/api/dataSets/lyLU2wR22tC.json?fields=id,displayName,dataElements[categoryCombo[categoryOptionCombos[id,displayName]]]

--
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Thu, Jan 19, 2017 at 1:17 PM, Muhammad Masud Parvez 
> wrote:
Dear All dhis2 ussers,
Greetings from Bangladesh.
Currently we are working on a project about developing a data warehouse from 
DHIS2 version 2.22 and other sources of data for DGHS under MoHFW.
So I am wondering is there any web API available where I could get 
categoryOptionComboslist against datasetid like I am getting data element list 
like below mentioned API
/api/dataElements?filter=dataSets.id:eq: iUz0yoVeeiZ

Any response on this regards are highly appreciable.

Thanks & Regards


Masud Parvez
CEH, MCITP, MCTS
Analyst Programmer
Health Systems and Population Studies Division
International Centre for Diarrhoeal Disease Research (icddr,b)
68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
Dhaka-1212, Bangladesh|
Phone- 02-9827001-10 , Ext: 2244.

From: Jason Pickering 
[mailto:jason.p.picker...@gmail.com]
Sent: Thursday, January 19, 2017 12:09 PM
To: Muhammad Masud Parvez 
>; 
dhis2-users@lists.launchpad.net

Subject: Re: Requesting API information about categoryOptionComboslist against 
datasetid

Which version are you using?

In general, we would prefer that such requests for technical discussions be 
held via out mailing  list

dhis2-users@lists.launchpad.net

The mailing list you are using now is really only for contacting the DHIS2 
expert group. Could you move the discussion there please?




On Thu, Jan 19, 2017 at 7:03 AM, Muhammad Masud Parvez 
> wrote:
Dear  Jason,

Thanks for your response.
After running the CURL
/api/dataSets/iUz0yoVeeiZ.json?fields=id,name,code,dataSetElements%5bdataElement%5bid,code,categoryCombo%5b*%5d%5d

I am getting below mentioned output.

{
  "code": "Daily OPD and Emergency",
  "name": "Daily OPD and Emergency Visits, Admission Data Set",
  "id": "iUz0yoVeeiZ"
}

Thanks & Regards

Masud Parvez
CEH, MCITP, MCTS
Analyst Programmer
Health Systems and Population Studies Division
International Centre for Diarrhoeal Disease Research (icddr,b)
68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
Dhaka-1212, Bangladesh|
Phone- 02-9827001-10 , Ext: 2244.

From: Jason Pickering 
[mailto:jason.p.picker...@gmail.com]
Sent: Thursday, January 19, 2017 11:56 AM
To: Muhammad Masud Parvez 
>
Cc: Lars Helge Øverland >; 
expe...@dhis2.org

Subject: Re: Requesting API information about categoryOptionComboslist against 
datasetid

It seems you want the category option combo of the data elements? If so, 
something like this might work

https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json?fields=id,name,code,dataSetElements[dataElement[id,code,categoryCombo[*]]

On Thu, Jan 19, 2017 at 6:50 AM, Muhammad Masud Parvez 
> wrote:

Dear Lars,

Thanks for your response. When I am running the CURL command in postman

/api/dataSets/pEaVGTvSsQn.json?fields=id,code,name,categoryCombo%5bid,code,name,categoryOptionCombos%5bid,code,name%5d%5d


I am getting below mentioned result.

{
  "name": "EPI Infant and Women Data Set (Form-1&2) new",
  "id": "pEaVGTvSsQn",
  "categoryCombo": {
"name": "default",
"id": "VqkJtcTQb8E",
"categoryOptionCombos": [
  {
"name": "default",
"id": "dCWAvZ8hcrs"
  }
]
  }
}


But, in that dataset there are few categoryOptionCombos
[cid:image001.png@01D27254.38F0F320]

Any response on this 

Re: [Dhis2-users] Requesting API information about categoryOptionComboslist against datasetid

2017-01-18 Thread Morten Olav Hansen
Hi

For newer versions of dhis, you can use something like:
/api/dataSets/lyLU2wR22tC.json?fields=id,displayName,dataSetElements[dataElement[categoryCombo[categoryOptionCombos[id,displayName

For your version, I think this should do it:
/api/dataSets/lyLU2wR22tC.json?fields=id,displayName,dataElements[categoryCombo[categoryOptionCombos[id,displayName]]]

-- 
Morten Olav Hansen
Senior Engineer, DHIS 2
University of Oslo
http://www.dhis2.org

On Thu, Jan 19, 2017 at 1:17 PM, Muhammad Masud Parvez <
masud.par...@icddrb.org> wrote:

> Dear All dhis2 ussers,
>
> Greetings from Bangladesh.
>
> Currently we are working on a project about developing a data warehouse
> from DHIS2 version 2.22 and other sources of data for DGHS under MoHFW.
>
> So I am wondering is there any web API available where I could get
> categoryOptionComboslist against datasetid like I am getting data element
> list like below mentioned API
>
> /api/dataElements?filter=dataSets.id:eq: iUz0yoVeeiZ
>
>
>
> Any response on this regards are highly appreciable.
>
>
>
> Thanks & Regards
>
>
>
>
>
> *Masud Parvez*
>
> CEH, MCITP, MCTS
>
> Analyst Programmer
>
> Health Systems and Population Studies Division
>
> International Centre for Diarrhoeal Disease Research (icddr,b)
>
> 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
>
> Dhaka-1212, Bangladesh|
>
> Phone- 02-9827001-10 , Ext: 2244.
>
>
>
> *From:* Jason Pickering [mailto:jason.p.picker...@gmail.com]
> *Sent:* Thursday, January 19, 2017 12:09 PM
> *To:* Muhammad Masud Parvez ;
> dhis2-users@lists.launchpad.net
>
> *Subject:* Re: Requesting API information about categoryOptionComboslist
> against datasetid
>
>
>
> Which version are you using?
>
>
>
> In general, we would prefer that such requests for technical discussions
> be held via out mailing  list
>
>
>
> dhis2-users@lists.launchpad.net
>
>
>
> The mailing list you are using now is really only for contacting the DHIS2
> expert group. Could you move the discussion there please?
>
>
>
>
>
>
>
>
>
> On Thu, Jan 19, 2017 at 7:03 AM, Muhammad Masud Parvez <
> masud.par...@icddrb.org> wrote:
>
> Dear  Jason,
>
>
>
> Thanks for your response.
>
> After running the CURL
>
> /api/dataSets/iUz0yoVeeiZ.json?fields=id,name,code,
> dataSetElements%5bdataElement%5bid,code,categoryCombo%5b*%5d%5d
>
>
>
> I am getting below mentioned output.
>
>
>
> {
>
>   "code": "Daily OPD and Emergency",
>
>   "name": "Daily OPD and Emergency Visits, Admission Data Set",
>
>   "id": "iUz0yoVeeiZ"
>
> }
>
>
>
> Thanks & Regards
>
>
>
> *Masud Parvez*
>
> CEH, MCITP, MCTS
>
> Analyst Programmer
>
> Health Systems and Population Studies Division
>
> International Centre for Diarrhoeal Disease Research (icddr,b)
>
> 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
>
> Dhaka-1212, Bangladesh|
>
> Phone- 02-9827001-10 , Ext: 2244.
>
>
>
> *From:* Jason Pickering [mailto:jason.p.picker...@gmail.com]
> *Sent:* Thursday, January 19, 2017 11:56 AM
> *To:* Muhammad Masud Parvez 
> *Cc:* Lars Helge Øverland ; expe...@dhis2.org
>
>
> *Subject:* Re: Requesting API information about categoryOptionComboslist
> against datasetid
>
>
>
> It seems you want the category option combo of the data elements? If so,
> something like this might work
>
>
>
> https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json?
> fields=id,name,code,dataSetElements[dataElement[id,code,categoryCombo[*]]
>
>
>
> On Thu, Jan 19, 2017 at 6:50 AM, Muhammad Masud Parvez <
> masud.par...@icddrb.org> wrote:
>
>
>
> Dear Lars,
>
>
>
> Thanks for your response. When I am running the CURL command in postman
>
>
>
> /api/dataSets/pEaVGTvSsQn.json?fields=id,code,name,
> categoryCombo%5bid,code,name,categoryOptionCombos%5bid,code,name%5d%5d
>
>
>
>
>
> I am getting below mentioned result.
>
>
>
> {
>
>   "name": "EPI Infant and Women Data Set (Form-1&2) new",
>
>   "id": "pEaVGTvSsQn",
>
>   "categoryCombo": {
>
> "name": "default",
>
> "id": "VqkJtcTQb8E",
>
> "categoryOptionCombos": [
>
>   {
>
> "name": "default",
>
> "id": "dCWAvZ8hcrs"
>
>   }
>
> ]
>
>   }
>
> }
>
>
>
>
>
> But, in that dataset there are few categoryOptionCombos
>
>
>
> Any response on this regards are highly appreciable.
>
> Thanks & Regards
>
>
>
>
>
> *Masud Parvez*
>
> CEH, MCITP, MCTS
>
> Analyst Programmer
>
> Health Systems and Population Studies Division
>
> International Centre for Diarrhoeal Disease Research (icddr,b)
>
> 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
>
> Dhaka-1212, Bangladesh|
>
> Phone- 02-9827001-10 , Ext: 2244.
>
>
>
> *From:* Lars Helge Øverland [mailto:l...@dhis2.org]
> *Sent:* Wednesday, January 18, 2017 11:22 PM
> *To:* Muhammad Masud Parvez 
> *Cc:* expe...@dhis2.org
> *Subject:* Re: Requesting API information about categoryOptionComboslist
> against datasetid
>
>
>
> Hi Masud,
>
>
>
> you can try something like this:
>
>
>
> 

Re: [Dhis2-users] Requesting API information about categoryOptionComboslist against datasetid

2017-01-18 Thread Muhammad Masud Parvez
Dear All dhis2 ussers,
Greetings from Bangladesh.
Currently we are working on a project about developing a data warehouse from 
DHIS2 version 2.22 and other sources of data for DGHS under MoHFW.
So I am wondering is there any web API available where I could get 
categoryOptionComboslist against datasetid like I am getting data element list 
like below mentioned API
/api/dataElements?filter=dataSets.id:eq: iUz0yoVeeiZ

Any response on this regards are highly appreciable.

Thanks & Regards


Masud Parvez
CEH, MCITP, MCTS
Analyst Programmer
Health Systems and Population Studies Division
International Centre for Diarrhoeal Disease Research (icddr,b)
68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
Dhaka-1212, Bangladesh|
Phone- 02-9827001-10 , Ext: 2244.

From: Jason Pickering [mailto:jason.p.picker...@gmail.com]
Sent: Thursday, January 19, 2017 12:09 PM
To: Muhammad Masud Parvez ; 
dhis2-users@lists.launchpad.net
Subject: Re: Requesting API information about categoryOptionComboslist against 
datasetid

Which version are you using?

In general, we would prefer that such requests for technical discussions be 
held via out mailing  list

dhis2-users@lists.launchpad.net

The mailing list you are using now is really only for contacting the DHIS2 
expert group. Could you move the discussion there please?




On Thu, Jan 19, 2017 at 7:03 AM, Muhammad Masud Parvez 
> wrote:
Dear  Jason,

Thanks for your response.
After running the CURL
/api/dataSets/iUz0yoVeeiZ.json?fields=id,name,code,dataSetElements%5bdataElement%5bid,code,categoryCombo%5b*%5d%5d

I am getting below mentioned output.

{
  "code": "Daily OPD and Emergency",
  "name": "Daily OPD and Emergency Visits, Admission Data Set",
  "id": "iUz0yoVeeiZ"
}

Thanks & Regards

Masud Parvez
CEH, MCITP, MCTS
Analyst Programmer
Health Systems and Population Studies Division
International Centre for Diarrhoeal Disease Research (icddr,b)
68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
Dhaka-1212, Bangladesh|
Phone- 02-9827001-10 , Ext: 2244.

From: Jason Pickering 
[mailto:jason.p.picker...@gmail.com]
Sent: Thursday, January 19, 2017 11:56 AM
To: Muhammad Masud Parvez 
>
Cc: Lars Helge Øverland >; 
expe...@dhis2.org

Subject: Re: Requesting API information about categoryOptionComboslist against 
datasetid

It seems you want the category option combo of the data elements? If so, 
something like this might work

https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json?fields=id,name,code,dataSetElements[dataElement[id,code,categoryCombo[*]]

On Thu, Jan 19, 2017 at 6:50 AM, Muhammad Masud Parvez 
> wrote:

Dear Lars,

Thanks for your response. When I am running the CURL command in postman

/api/dataSets/pEaVGTvSsQn.json?fields=id,code,name,categoryCombo%5bid,code,name,categoryOptionCombos%5bid,code,name%5d%5d


I am getting below mentioned result.

{
  "name": "EPI Infant and Women Data Set (Form-1&2) new",
  "id": "pEaVGTvSsQn",
  "categoryCombo": {
"name": "default",
"id": "VqkJtcTQb8E",
"categoryOptionCombos": [
  {
"name": "default",
"id": "dCWAvZ8hcrs"
  }
]
  }
}


But, in that dataset there are few categoryOptionCombos
[cid:image001.png@01D2724D.FE35C270]

Any response on this regards are highly appreciable.
Thanks & Regards


Masud Parvez
CEH, MCITP, MCTS
Analyst Programmer
Health Systems and Population Studies Division
International Centre for Diarrhoeal Disease Research (icddr,b)
68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
Dhaka-1212, Bangladesh|
Phone- 02-9827001-10 , Ext: 2244.

From: Lars Helge Øverland [mailto:l...@dhis2.org]
Sent: Wednesday, January 18, 2017 11:22 PM
To: Muhammad Masud Parvez 
>
Cc: expe...@dhis2.org
Subject: Re: Requesting API information about categoryOptionComboslist against 
datasetid

Hi Masud,

you can try something like this:

https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json?fields=id,code,name,categoryCombo[id,code,name,categoryOptionCombos[id,code,name]]

regards,

Lars


On Wed, Jan 18, 2017 at 5:08 PM, Muhammad Masud Parvez 
> wrote:
Dear Expert,

Greetings from Bangladesh.

Currently we are working on a project about developing a data warehouse from 
DHIS2 and other sources of data for DGHS under MoHFW.
So I am wondering 

Re: [Dhis2-users] Requesting API information about categoryOptionComboslist against datasetid

2017-01-18 Thread Jason Pickering
Which version are you using?

In general, we would prefer that such requests for technical discussions be
held via out mailing  list

dhis2-users@lists.launchpad.net

The mailing list you are using now is really only for contacting the DHIS2
expert group. Could you move the discussion there please?




On Thu, Jan 19, 2017 at 7:03 AM, Muhammad Masud Parvez <
masud.par...@icddrb.org> wrote:

> Dear  Jason,
>
>
>
> Thanks for your response.
>
> After running the CURL
>
> /api/dataSets/iUz0yoVeeiZ.json?fields=id,name,code,
> dataSetElements%5bdataElement%5bid,code,categoryCombo%5b*%5d%5d
>
>
>
> I am getting below mentioned output.
>
>
>
> {
>
>   "code": "Daily OPD and Emergency",
>
>   "name": "Daily OPD and Emergency Visits, Admission Data Set",
>
>   "id": "iUz0yoVeeiZ"
>
> }
>
>
>
> Thanks & Regards
>
>
>
> *Masud Parvez*
>
> CEH, MCITP, MCTS
>
> Analyst Programmer
>
> Health Systems and Population Studies Division
>
> International Centre for Diarrhoeal Disease Research (icddr,b)
>
> 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
>
> Dhaka-1212, Bangladesh|
>
> Phone- 02-9827001-10 , Ext: 2244.
>
>
>
> *From:* Jason Pickering [mailto:jason.p.picker...@gmail.com]
> *Sent:* Thursday, January 19, 2017 11:56 AM
> *To:* Muhammad Masud Parvez 
> *Cc:* Lars Helge Øverland ; expe...@dhis2.org
>
> *Subject:* Re: Requesting API information about categoryOptionComboslist
> against datasetid
>
>
>
> It seems you want the category option combo of the data elements? If so,
> something like this might work
>
>
>
> https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json?
> fields=id,name,code,dataSetElements[dataElement[id,code,categoryCombo[*]]
>
>
>
> On Thu, Jan 19, 2017 at 6:50 AM, Muhammad Masud Parvez <
> masud.par...@icddrb.org> wrote:
>
>
>
> Dear Lars,
>
>
>
> Thanks for your response. When I am running the CURL command in postman
>
>
>
> /api/dataSets/pEaVGTvSsQn.json?fields=id,code,name,
> categoryCombo%5bid,code,name,categoryOptionCombos%5bid,code,name%5d%5d
>
>
>
>
>
> I am getting below mentioned result.
>
>
>
> {
>
>   "name": "EPI Infant and Women Data Set (Form-1&2) new",
>
>   "id": "pEaVGTvSsQn",
>
>   "categoryCombo": {
>
> "name": "default",
>
> "id": "VqkJtcTQb8E",
>
> "categoryOptionCombos": [
>
>   {
>
> "name": "default",
>
> "id": "dCWAvZ8hcrs"
>
>   }
>
> ]
>
>   }
>
> }
>
>
>
>
>
> But, in that dataset there are few categoryOptionCombos
>
>
>
> Any response on this regards are highly appreciable.
>
> Thanks & Regards
>
>
>
>
>
> *Masud Parvez*
>
> CEH, MCITP, MCTS
>
> Analyst Programmer
>
> Health Systems and Population Studies Division
>
> International Centre for Diarrhoeal Disease Research (icddr,b)
>
> 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
>
> Dhaka-1212, Bangladesh|
>
> Phone- 02-9827001-10 , Ext: 2244.
>
>
>
> *From:* Lars Helge Øverland [mailto:l...@dhis2.org]
> *Sent:* Wednesday, January 18, 2017 11:22 PM
> *To:* Muhammad Masud Parvez 
> *Cc:* expe...@dhis2.org
> *Subject:* Re: Requesting API information about categoryOptionComboslist
> against datasetid
>
>
>
> Hi Masud,
>
>
>
> you can try something like this:
>
>
>
> https://play.dhis2.org/demo/api/dataSets/lyLU2wR22tC.json?
> fields=id,code,name,categoryCombo[id,code,name,
> categoryOptionCombos[id,code,name]]
>
>
>
> regards,
>
>
>
> Lars
>
>
>
>
>
> On Wed, Jan 18, 2017 at 5:08 PM, Muhammad Masud Parvez <
> masud.par...@icddrb.org> wrote:
>
> Dear Expert,
>
>
>
> Greetings from Bangladesh.
>
>
>
> Currently we are working on a project about developing a data warehouse
> from DHIS2 and other sources of data for DGHS under MoHFW.
>
> So I am wondering is there any web API available where I could get
> categoryOptionComboslist against datasetid like I am getting data element
> list like below mentioned API
>
> /api/dataElements?filter=dataSets.id:eq: iUz0yoVeeiZ
>
>
>
> Any response on this regards are highly appreciable.
>
>
>
> Thanks & Regards
>
>
>
> *Masud Parvez*
>
> CEH, MCITP, MCTS
>
> Analyst Programmer
>
> Health Systems and Population Studies Division
>
> International Centre for Diarrhoeal Disease Research (icddr,b)
>
> 68, Shaheed Tajuddin Ahmed Sarani, Mohakhali,
>
> Dhaka-1212, Bangladesh|
>
> Phone- 02-9827001-10 , Ext: 2244.
>
>
>
>
>
>
>
> --
>
> Lars Helge Øverland
>
> Lead developer, DHIS 2
>
> University of Oslo
>
> Skype: larshelgeoverland
>
> l...@dhis2.org
>
> http://www.dhis2.org 
>
>
>
>
>
>
>
> --
>
> Jason P. Pickering
> email: jason.p.picker...@gmail.com
> tel:+46764147049 <+46764147049>
>



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


Re: [Dhis2-users] METADATA DOWNLOAD IN 2.24

2017-01-18 Thread Stanley Kalyati
Absolom that is clear but i met accessing raw data from DHIS2.I remember we
used to use datamart to download raw data from dhis2 and use other
applications for analysis.

how is this done with 2.24?

thanks

On Jan 19, 2017 7:48 AM, "Absolom MURAMIRA"  wrote:

> Dear Stanley,
>
> If you meant downloading meta data from the main server to the tracker
> capture app,  go to menu->Settings->Synchronise with server
>
> Otherwise if it's from tracker to the server, you can still do the same or
> set the desired sync frequency and the app will automatically do it for
> you.  Once this is successful, you should see your data on the server.
>
> Hope this will help you.
>
> Absolom
>
> Sent from Yahoo Mail on Android
> 
>
> On Wed, 18 Jan, 2017 at 20:01, Stanley Kalyati
>  wrote:
> How do I download meta data from Tracker with its stages in DHIS2 2.24?
> I have tried export events but no data is downloaded.
>
> Advise.
> Stanley
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to: dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help  : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] METADATA DOWNLOAD IN 2.24

2017-01-18 Thread Absolom MURAMIRA
Dear Stanley, 
If you meant downloading meta data from the main server to the tracker capture 
app,  go to menu->Settings->Synchronise with server 
Otherwise if it's from tracker to the server, you can still do the same or set 
the desired sync frequency and the app will automatically do it for you.  Once 
this is successful, you should see your data on the server. 
Hope this will help you. 
Absolom 

Sent from Yahoo Mail on Android 
 
  On Wed, 18 Jan, 2017 at 20:01, Stanley Kalyati wrote:   
How do I download meta data from Tracker with its stages in DHIS2 2.24?I have 
tried export events but no data is downloaded.
Advise.Stanley___
Mailing list: https://launchpad.net/~dhis2-users
Post to    : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help  : https://help.launchpad.net/ListHelp
  
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] METADATA DOWNLOAD IN 2.24

2017-01-18 Thread Stanley Kalyati
How do I download meta data from Tracker with its stages in DHIS2 2.24?
I have tried export events but no data is downloaded.

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


[Dhis2-users] Embed viz in DHIS2 2.22

2017-01-18 Thread Martin Van Aken
Hello,
I've a DHIS2 2.22 running with some chart we did. I want to embed one in an
external page. When I ask for "Embed" I got code like this:



http://dhis2-cdn.org/v222/ext/resources/css/ext-plugin-gray.css; />
http://dhis2-cdn.org/v222/ext/ext-all.js";>
http://dhis2-cdn.org/v222/plugin/chart.js";>





Ext.onReady(function() {

DHIS.getChart({
  "id": "nIn1JofuIm3"
});

});




I get several problems there - first of all on the CDN the v222 does not
exists at all. Going on http://dhis2-cdn.org/ looks like nothing exists
between 2.21 & 2.25.

The second thing is I don't understand how this can work without any
reference to the server I'm running on.

I did some test in the play with success, but that's with the 2.25 (and
looks like a quite different API). Any help for a version between 2.21 &
2.25?

Thanks,

Martin

-- 
*Martin Van Aken - **Freelance Enthusiast Developer*

Mobile : +32 486 899 652

Follow me on Twitter : @martinvanaken 
Call me on Skype : vanakenm
Hang out with me : mar...@joyouscoding.com
Contact me on LinkedIn : http://www.linkedin.com/in/martinvanaken
Company website : www.joyouscoding.com
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2017-01-18 Thread Antonia - Pro
I confirm, from my experience, that also the Event Capture android App does
not support the branching tree of orgunits, and to work correctly you have
to assign only the lowest level OrgUnits.

Regards,
Antonia

2017-01-18 13:54 GMT+01:00 Stanley Kalyati :

> Absolom and
>
> This is to tell you that i have been successful with my android app.Am so
> thankful to you all.
>
> lets keep the fire burning
>
> Stanley
>
> On Jan 18, 2017 10:59 AM, "Absolom MURAMIRA"  wrote:
>
>> Dear Stanley,
>>
>> Please make sure that the :
>> - user is assigned to that organisation unit
>> -  the data collection form is assigned to the orgunit
>> - from my experience, I realised that tracker capture app does not
>> support the branching tree of orgunits the reason to why the assigned
>> orgunits should be at the lowest level where data entry takes place.
>>
>> Thank you
>>
>> Absolom
>>
>> Sent from Yahoo Mail on Android
>> 
>>
>> On Wed, 18 Jan, 2017 at 10:51, Erling Fjelstad
>>  wrote:
>> Hello Stanley,
>> Can you go through this documentation and see if it helps?
>> https://docs.dhis2.org/master/en/android/html/dhis2_android_
>> user_man_full.html#android_config_program
>>
>> Let me know if you still have issues.
>> Regards,
>> Erling
>>
>>
>> On Wed, Jan 18, 2017 at 8:19 AM Stanley Kalyati 
>> wrote:
>>
>>> Dear Erling,
>>>
>>> I know this is long outstanding and i never came back to you.However i
>>> am still facing the same challenge where i am able to login in to the
>>> Android Tracker Capture but the Org Unit is not loading at all.
>>>
>>> I assigned the user to the OU that is linked to the program but still it
>>> is not loading.
>>>
>>> I am now stack,how do i go about this? Should i upgrade to 2.25 maybe.
>>>
>>> Please advise.
>>>
>>> Stanley
>>>
>>> On Wed, Nov 2, 2016 at 11:57 AM, Erling Fjelstad 
>>> wrote:
>>>
>>> You shouldn't need to check the 'External authentication'.
>>> Android Tracker Capture from Google Play should work for DHIS 2.24 and
>>> 2.25. If you're using a earlier version of DHIS2 then you'll need to
>>> download an APK from GitHub.
>>>
>>> Can you check that you've assigned programs to the organisation unit? Go
>>> to programs app in DHIS2 -> Click on your program -> Assign to Organisation
>>> unit -> Select your organisation unit(s).
>>>
>>> Regards
>>>
>>> On Wed, Nov 2, 2016 at 10:48 AM, Stanley Kalyati 
>>> wrote:
>>>
>>> Erling,
>>>
>>> All that has been done.
>>>
>>> Maybe should i Check the "External authentication only (OpenID or
>>> LDAP)" ? Does this have any effect?
>>>
>>> Or maybe i should download somewhere else other than the Google Play for
>>> the Android tracker Capture?
>>>
>>> The user is a Superuser who has access to all programs.
>>>
>>> Regards
>>>
>>>
>>> On Wed, Nov 2, 2016 at 11:29 AM, Erling Fjelstad 
>>> wrote:
>>>
>>> Stanley,
>>> Do your user have a user role which allows the user to capture data
>>> against your program?
>>>
>>> Antonia,
>>> That is strange. We don't have any cap of organisation units that a user
>>> is allowed to have. How many orgUnits is in your tree?
>>>
>>> Regards,
>>> Erling
>>>
>>> On Wed, Nov 2, 2016 at 8:13 AM, Stanley Kalyati 
>>> wrote:
>>>
>>> Erling
>>>
>>> Even after I assign the user to an OU I still get the message below I am
>>> able to logon to the app
>>>
>>> On Nov 1, 2016 11:00 AM, "Erling Fjelstad"  wrote:
>>>
>>> Hello Stanley,
>>> Make sure that you are directly assigned to an organisation unit that
>>> has access to any programs. Also check your user roles that your user has
>>> access to capture data to the programs.
>>>
>>> Regards,
>>> Erling - DHIS2 Android Team
>>>
>>> On Mon, Oct 31, 2016 at 4:14 PM, Stanley Kalyati 
>>> wrote:
>>>
>>> I am using DHIS2.2.24 and i downloaded the android tracker capture
>>> version from google play.
>>>
>>> I am able to connect to my instance but the organisation unit is bot
>>> loading despite giving all rights to the superuser account.
>>>
>>> Is there something i am missing?
>>>
>>> Kindly help.
>>>
>>> Regards
>>>
>>> Stanley
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-d...@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>>
>>>
>>>
>>>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : 

Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2017-01-18 Thread Erling Fjelstad
This is great news!


On Wed, Jan 18, 2017 at 1:54 PM Stanley Kalyati  wrote:

> Absolom and
>
> This is to tell you that i have been successful with my android app.Am so
> thankful to you all.
>
> lets keep the fire burning
>
> Stanley
>
> On Jan 18, 2017 10:59 AM, "Absolom MURAMIRA"  wrote:
>
> Dear Stanley,
>
> Please make sure that the :
> - user is assigned to that organisation unit
> -  the data collection form is assigned to the orgunit
> - from my experience, I realised that tracker capture app does not support
> the branching tree of orgunits the reason to why the assigned orgunits
> should be at the lowest level where data entry takes place.
>
> Thank you
>
> Absolom
>
> Sent from Yahoo Mail on Android
> 
>
> On Wed, 18 Jan, 2017 at 10:51, Erling Fjelstad
>  wrote:
> Hello Stanley,
> Can you go through this documentation and see if it helps?
>
> https://docs.dhis2.org/master/en/android/html/dhis2_android_user_man_full.html#android_config_program
>
> Let me know if you still have issues.
> Regards,
> Erling
>
>
> On Wed, Jan 18, 2017 at 8:19 AM Stanley Kalyati 
> wrote:
>
> Dear Erling,
>
> I know this is long outstanding and i never came back to you.However i am
> still facing the same challenge where i am able to login in to the Android
> Tracker Capture but the Org Unit is not loading at all.
>
> I assigned the user to the OU that is linked to the program but still it
> is not loading.
>
> I am now stack,how do i go about this? Should i upgrade to 2.25 maybe.
>
> Please advise.
>
> Stanley
>
> On Wed, Nov 2, 2016 at 11:57 AM, Erling Fjelstad  wrote:
>
> You shouldn't need to check the 'External authentication'.
> Android Tracker Capture from Google Play should work for DHIS 2.24 and
> 2.25. If you're using a earlier version of DHIS2 then you'll need to
> download an APK from GitHub.
>
> Can you check that you've assigned programs to the organisation unit? Go
> to programs app in DHIS2 -> Click on your program -> Assign to Organisation
> unit -> Select your organisation unit(s).
>
> Regards
>
> On Wed, Nov 2, 2016 at 10:48 AM, Stanley Kalyati 
> wrote:
>
> Erling,
>
> All that has been done.
>
> Maybe should i Check the "External authentication only (OpenID or LDAP)"
> ? Does this have any effect?
>
> Or maybe i should download somewhere else other than the Google Play for
> the Android tracker Capture?
>
> The user is a Superuser who has access to all programs.
>
> Regards
>
>
> On Wed, Nov 2, 2016 at 11:29 AM, Erling Fjelstad  wrote:
>
> Stanley,
> Do your user have a user role which allows the user to capture data
> against your program?
>
> Antonia,
> That is strange. We don't have any cap of organisation units that a user
> is allowed to have. How many orgUnits is in your tree?
>
> Regards,
> Erling
>
> On Wed, Nov 2, 2016 at 8:13 AM, Stanley Kalyati 
> wrote:
>
> Erling
>
> Even after I assign the user to an OU I still get the message below I am
> able to logon to the app
>
> On Nov 1, 2016 11:00 AM, "Erling Fjelstad"  wrote:
>
> Hello Stanley,
> Make sure that you are directly assigned to an organisation unit that has
> access to any programs. Also check your user roles that your user has
> access to capture data to the programs.
>
> Regards,
> Erling - DHIS2 Android Team
>
> On Mon, Oct 31, 2016 at 4:14 PM, Stanley Kalyati 
> wrote:
>
> I am using DHIS2.2.24 and i downloaded the android tracker capture version
> from google play.
>
> I am able to connect to my instance but the organisation unit is bot
> loading despite giving all rights to the superuser account.
>
> Is there something i am missing?
>
> Kindly help.
>
> Regards
>
> Stanley
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>
>
>
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2017-01-18 Thread Stanley Kalyati
Absolom and

This is to tell you that i have been successful with my android app.Am so
thankful to you all.

lets keep the fire burning

Stanley

On Jan 18, 2017 10:59 AM, "Absolom MURAMIRA"  wrote:

> Dear Stanley,
>
> Please make sure that the :
> - user is assigned to that organisation unit
> -  the data collection form is assigned to the orgunit
> - from my experience, I realised that tracker capture app does not support
> the branching tree of orgunits the reason to why the assigned orgunits
> should be at the lowest level where data entry takes place.
>
> Thank you
>
> Absolom
>
> Sent from Yahoo Mail on Android
> 
>
> On Wed, 18 Jan, 2017 at 10:51, Erling Fjelstad
>  wrote:
> Hello Stanley,
> Can you go through this documentation and see if it helps?
> https://docs.dhis2.org/master/en/android/html/dhis2_android_
> user_man_full.html#android_config_program
>
> Let me know if you still have issues.
> Regards,
> Erling
>
>
> On Wed, Jan 18, 2017 at 8:19 AM Stanley Kalyati 
> wrote:
>
>> Dear Erling,
>>
>> I know this is long outstanding and i never came back to you.However i am
>> still facing the same challenge where i am able to login in to the Android
>> Tracker Capture but the Org Unit is not loading at all.
>>
>> I assigned the user to the OU that is linked to the program but still it
>> is not loading.
>>
>> I am now stack,how do i go about this? Should i upgrade to 2.25 maybe.
>>
>> Please advise.
>>
>> Stanley
>>
>> On Wed, Nov 2, 2016 at 11:57 AM, Erling Fjelstad 
>> wrote:
>>
>> You shouldn't need to check the 'External authentication'.
>> Android Tracker Capture from Google Play should work for DHIS 2.24 and
>> 2.25. If you're using a earlier version of DHIS2 then you'll need to
>> download an APK from GitHub.
>>
>> Can you check that you've assigned programs to the organisation unit? Go
>> to programs app in DHIS2 -> Click on your program -> Assign to Organisation
>> unit -> Select your organisation unit(s).
>>
>> Regards
>>
>> On Wed, Nov 2, 2016 at 10:48 AM, Stanley Kalyati 
>> wrote:
>>
>> Erling,
>>
>> All that has been done.
>>
>> Maybe should i Check the "External authentication only (OpenID or LDAP)"
>> ? Does this have any effect?
>>
>> Or maybe i should download somewhere else other than the Google Play for
>> the Android tracker Capture?
>>
>> The user is a Superuser who has access to all programs.
>>
>> Regards
>>
>>
>> On Wed, Nov 2, 2016 at 11:29 AM, Erling Fjelstad 
>> wrote:
>>
>> Stanley,
>> Do your user have a user role which allows the user to capture data
>> against your program?
>>
>> Antonia,
>> That is strange. We don't have any cap of organisation units that a user
>> is allowed to have. How many orgUnits is in your tree?
>>
>> Regards,
>> Erling
>>
>> On Wed, Nov 2, 2016 at 8:13 AM, Stanley Kalyati 
>> wrote:
>>
>> Erling
>>
>> Even after I assign the user to an OU I still get the message below I am
>> able to logon to the app
>>
>> On Nov 1, 2016 11:00 AM, "Erling Fjelstad"  wrote:
>>
>> Hello Stanley,
>> Make sure that you are directly assigned to an organisation unit that has
>> access to any programs. Also check your user roles that your user has
>> access to capture data to the programs.
>>
>> Regards,
>> Erling - DHIS2 Android Team
>>
>> On Mon, Oct 31, 2016 at 4:14 PM, Stanley Kalyati 
>> wrote:
>>
>> I am using DHIS2.2.24 and i downloaded the android tracker capture
>> version from google play.
>>
>> I am able to connect to my instance but the organisation unit is bot
>> loading despite giving all rights to the superuser account.
>>
>> Is there something i am missing?
>>
>> Kindly help.
>>
>> Regards
>>
>> Stanley
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-d...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>>
>>
>>
>>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Mobile device specifications for DHIS apps?

2017-01-18 Thread Araz Abishov
Hi Daphne,

According to the specification, device meets minimal requirements for DHIS
2 android apps.  However, we have not worked or tested our applications on
this model, so we cannot tell you how it performs in practice.

Best regards,

—
Araz Abishov,
Android developer, DHIS 2
University of Oslo
https://www.dhis2.org/

On January 17, 2017 at 5:57:36 PM, Daphne Karypis (daph...@archq.org) wrote:

Hello,



Does anyone have recommendation on type of mobile device to purchase for
DHIS mobile apps?



Specifically, we are looking at the TECNO W4 model, which I believe is
beyond sufficient, but am hesitant to purchase without any feedback on
required specifications.  Related links I found on the DHIS Mobile
 page are broken.





*Telephone Model *

*RAM*

*Processor *

*SIM Cards*

*Battery Time*

*Storage *

TECNO W4

1GB

1.3GHz quad-core

Dual mini SIM

3 days

16GB





Thank you!

Daphne









*Daphne Karypis* | Impact & Communication Technology Manager



American Refugee Committee

615 1st Ave NE, Suite 500

Minneapolis, MN 55413 USA

Phone: +1 612.874.5477

Fax: +1 612.607.6499

Skype: arcrelief-daphnek

*www.ARCrelief.org *


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


Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2017-01-18 Thread Absolom MURAMIRA
Dear Stanley, 
Please make sure that the :- user is assigned to that organisation unit -  the 
data collection form is assigned to the orgunit - from my experience, I 
realised that tracker capture app does not support the branching tree of 
orgunits the reason to why the assigned orgunits should be at the lowest level 
where data entry takes place. 
Thank you 
Absolom 

Sent from Yahoo Mail on Android 
 
  On Wed, 18 Jan, 2017 at 10:51, Erling Fjelstad wrote:   
Hello Stanley,Can you go through this documentation and see if it 
helps?https://docs.dhis2.org/master/en/android/html/dhis2_android_user_man_full.html#android_config_program

Let me know if you still have issues.Regards,Erling

On Wed, Jan 18, 2017 at 8:19 AM Stanley Kalyati  wrote:

Dear Erling,
I know this is long outstanding and i never came back to you.However i am still 
facing the same challenge where i am able to login in to the Android Tracker 
Capture but the Org Unit is not loading at all.
I assigned the user to the OU that is linked to the program but still it is not 
loading.
I am now stack,how do i go about this? Should i upgrade to 2.25 maybe.
Please advise.
Stanley
On Wed, Nov 2, 2016 at 11:57 AM, Erling Fjelstad  wrote:

You shouldn't need to check the 'External authentication'. 
Android Tracker Capture from Google Play should work for DHIS 2.24 and 2.25. If 
you're using a earlier version of DHIS2 then you'll need to download an APK 
from GitHub. 

Can you check that you've assigned programs to the organisation unit? Go to 
programs app in DHIS2 -> Click on your program -> Assign to Organisation unit 
-> Select your organisation unit(s).

Regards 

On Wed, Nov 2, 2016 at 10:48 AM, Stanley Kalyati  wrote:

Erling,
All that has been done.
Maybe should i Check the "External authentication only (OpenID or LDAP)" ? Does 
this have any effect?
Or maybe i should download somewhere else other than the Google Play for the 
Android tracker Capture?
The user is a Superuser who has access to all programs.
Regards

On Wed, Nov 2, 2016 at 11:29 AM, Erling Fjelstad  wrote:

Stanley, 
Do your user have a user role which allows the user to capture data against 
your program?

Antonia,
That is strange. We don't have any cap of organisation units that a user is 
allowed to have. How many orgUnits is in your tree?

Regards,
Erling

On Wed, Nov 2, 2016 at 8:13 AM, Stanley Kalyati  wrote:


Erling

Even after I assign the user to an OU I still get the message below I am able 
to logon to the app

On Nov 1, 2016 11:00 AM, "Erling Fjelstad"  wrote:

Hello Stanley,
Make sure that you are directly assigned to an organisation unit that has 
access to any programs. Also check your user roles that your user has access to 
capture data to the programs. 

Regards,
Erling - DHIS2 Android Team

On Mon, Oct 31, 2016 at 4:14 PM, Stanley Kalyati  wrote:

I am using DHIS2.2.24 and i downloaded the android tracker capture version from 
google play.
I am able to connect to my instance but the organisation unit is bot loading 
despite giving all rights to the superuser account.
Is there something i am missing?
Kindly help.
Regards
Stanley
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to     : dhis2-d...@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp













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


Re: [Dhis2-users] [Dhis2-devs] ANDROID TRACKER CAPTURE

2017-01-18 Thread Erling Fjelstad
Hello Stanley,
Can you go through this documentation and see if it helps?
https://docs.dhis2.org/master/en/android/html/dhis2_android_user_man_full.html#android_config_program

Let me know if you still have issues.
Regards,
Erling


On Wed, Jan 18, 2017 at 8:19 AM Stanley Kalyati  wrote:

> Dear Erling,
>
> I know this is long outstanding and i never came back to you.However i am
> still facing the same challenge where i am able to login in to the Android
> Tracker Capture but the Org Unit is not loading at all.
>
> I assigned the user to the OU that is linked to the program but still it
> is not loading.
>
> I am now stack,how do i go about this? Should i upgrade to 2.25 maybe.
>
> Please advise.
>
> Stanley
>
> On Wed, Nov 2, 2016 at 11:57 AM, Erling Fjelstad  wrote:
>
> You shouldn't need to check the 'External authentication'.
> Android Tracker Capture from Google Play should work for DHIS 2.24 and
> 2.25. If you're using a earlier version of DHIS2 then you'll need to
> download an APK from GitHub.
>
> Can you check that you've assigned programs to the organisation unit? Go
> to programs app in DHIS2 -> Click on your program -> Assign to Organisation
> unit -> Select your organisation unit(s).
>
> Regards
>
> On Wed, Nov 2, 2016 at 10:48 AM, Stanley Kalyati 
> wrote:
>
> Erling,
>
> All that has been done.
>
> Maybe should i Check the "External authentication only (OpenID or LDAP)"
> ? Does this have any effect?
>
> Or maybe i should download somewhere else other than the Google Play for
> the Android tracker Capture?
>
> The user is a Superuser who has access to all programs.
>
> Regards
>
>
> On Wed, Nov 2, 2016 at 11:29 AM, Erling Fjelstad  wrote:
>
> Stanley,
> Do your user have a user role which allows the user to capture data
> against your program?
>
> Antonia,
> That is strange. We don't have any cap of organisation units that a user
> is allowed to have. How many orgUnits is in your tree?
>
> Regards,
> Erling
>
> On Wed, Nov 2, 2016 at 8:13 AM, Stanley Kalyati 
> wrote:
>
> Erling
>
> Even after I assign the user to an OU I still get the message below I am
> able to logon to the app
>
> On Nov 1, 2016 11:00 AM, "Erling Fjelstad"  wrote:
>
> Hello Stanley,
> Make sure that you are directly assigned to an organisation unit that has
> access to any programs. Also check your user roles that your user has
> access to capture data to the programs.
>
> Regards,
> Erling - DHIS2 Android Team
>
> On Mon, Oct 31, 2016 at 4:14 PM, Stanley Kalyati 
> wrote:
>
> I am using DHIS2.2.24 and i downloaded the android tracker capture version
> from google play.
>
> I am able to connect to my instance but the organisation unit is bot
> loading despite giving all rights to the superuser account.
>
> Is there something i am missing?
>
> Kindly help.
>
> Regards
>
> Stanley
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-d...@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>
>
>
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp