Re: [Dhis2-users] inport meta data to option set

2015-05-07 Thread Robin Martens
A small update. I noticed the analytics module is also not working anymore so 
it’s probably not linked specifically to the import module. Here’s the 
catalina.out log from the analytics:


* INFO  2015-05-07 15:07:18,046 [Level: INFO, category: DATAMART, time: Thu May 
07 15:07:18 CAT 2015, message: Analytics table update process started] 
(InMemoryNotifier.java [taskScheduler-3])
* INFO  2015-05-07 15:07:18,047 [Level: INFO, category: DATAMART, time: Thu May 
07 15:07:18 CAT 2015, message: Updating resource tables] (InMemoryNotifier.java 
[taskScheduler-3])
* WARN  2015-05-07 15:07:18,050 SQL Error: 0, SQLState: 42703 
(SqlExceptionHelper.java [taskScheduler-3])
* ERROR 2015-05-07 15:07:18,050 ERROR: column this_.query does not exist
  Position: 275 (SqlExceptionHelper.java [taskScheduler-3])
* INFO  2015-05-07 15:07:18,051 [Level: ERROR, category: DATAMART, time: Thu 
May 07 15:07:18 CAT 2015, message: Process failed: could not extract ResultSet] 
(InMemoryNotifier.java [taskScheduler-3])

I read in a previous post (see attached) this could be linked to the incorrect 
cleaning of the webapps folder when upgrading to 2.18 (which we recently did). 
Can this indeed be the issue and how to ensure it is properly cleaned when 
upgrading?

Regards,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net] On Behalf Of 
Robin Martens
Sent: 07 May 2015 17:50
To: Knut Staring
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Thanks Knut. However, I tried both with and without quotation marks. No 
difference. I also tried both adding an option to an existing option set and 
creating a new option set, also no difference…

From: Knut Staring [mailto:knu...@gmail.com]
Sent: 07 May 2015 15:14
To: Robin Martens
Cc: Lars Helge Øverland; Simon Muyambo; dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

I think all the headers have to be lower case, as in the manual?

And everything else has to have quotation marks, including the optionsetname 
(Sector)

On Thu, May 7, 2015 at 2:57 PM, Robin Martens 
mailto:mart...@sher.be>> wrote:
Hi Lars,

The changed format also doesn’t work, have the following error in Catalina. I 
wanted to see if I could recreate the error on the demo server but can’t access 
the import/export module. Is this temporarily (reset at midnight) or 
permanently?


* INFO  2015-05-07 14:34:41,316 User 'admin' started import at Thu May 07 
14:34:41 CAT 2015 (DefaultImportService.java [taskScheduler-7])
* INFO  2015-05-07 14:34:41,316 [Level: INFO, category: METADATA_IMPORT, time: 
Thu May 07 14:34:41 CAT 2015, message: Importing meta-data] 
(InMemoryNotifier.java [taskScheduler-7])
* INFO  2015-05-07 14:34:41,316 Building object-bridge maps (preheatCache: 
true). (DefaultObjectBridge.java [taskScheduler-7])
* WARN  2015-05-07 14:34:41,381 SQL Error: 0, SQLState: 42703 
(SqlExceptionHelper.java [taskScheduler-7])
* ERROR 2015-05-07 14:34:41,382 ERROR: column this_.query does not exist
  Position: 275 (SqlExceptionHelper.java [taskScheduler-7])

My import settings were:


•CSV

•Dry run YES

•Option set

Attached the file I tried to import (just a single option for a single 
optionset).

Regards,

Robin



From: Lars Helge Øverland 
[mailto:larshe...@gmail.com]
Sent: 29 April 2015 22:36
To: Robin Martens
Cc: Simon Muyambo; Knut Staring; 
dhis2-users@lists.launchpad.net

Subject: Re: [Dhis2-users] inport meta data to option set

Hi there,

the CSV option set import format changed in 2.18. The option code is now 
required. Have a look at the docs:

https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s09.html


best regards,

Lars



On Wed, Apr 29, 2015 at 7:22 PM, Robin Martens 
mailto:mart...@sher.be>> wrote:
Hi all,

Did anyone encounter the same issue as the one described below? I.e. import 
conflicts when importing option sets (via CSV)?

Thanks in advance,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net]
 On Behalf Of Robin Martens
Sent: 28 April 2015 16:35
To: Simon Muyambo; 'Knut Staring'

Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Hi Simon and Knut,

I’m currently facing the same issue. Did you manage to solve it at the time and 
if so, how?

Kind regards,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net]
 On Behalf Of Simon Muyambo
Sent: 21 December 2014 02:17
To: 'Knut Staring'; 'Simon Muyambo'
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Dear Knut

I have created option set and e

Re: [Dhis2-users] inport meta data to option set

2015-05-07 Thread Robin Martens
Thanks Knut. However, I tried both with and without quotation marks. No 
difference. I also tried both adding an option to an existing option set and 
creating a new option set, also no difference…

From: Knut Staring [mailto:knu...@gmail.com]
Sent: 07 May 2015 15:14
To: Robin Martens
Cc: Lars Helge Øverland; Simon Muyambo; dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

I think all the headers have to be lower case, as in the manual?

And everything else has to have quotation marks, including the optionsetname 
(Sector)

On Thu, May 7, 2015 at 2:57 PM, Robin Martens 
mailto:mart...@sher.be>> wrote:
Hi Lars,

The changed format also doesn’t work, have the following error in Catalina. I 
wanted to see if I could recreate the error on the demo server but can’t access 
the import/export module. Is this temporarily (reset at midnight) or 
permanently?


* INFO  2015-05-07 14:34:41,316 User 'admin' started import at Thu May 07 
14:34:41 CAT 2015 (DefaultImportService.java [taskScheduler-7])
* INFO  2015-05-07 14:34:41,316 [Level: INFO, category: METADATA_IMPORT, time: 
Thu May 07 14:34:41 CAT 2015, message: Importing meta-data] 
(InMemoryNotifier.java [taskScheduler-7])
* INFO  2015-05-07 14:34:41,316 Building object-bridge maps (preheatCache: 
true). (DefaultObjectBridge.java [taskScheduler-7])
* WARN  2015-05-07 14:34:41,381 SQL Error: 0, SQLState: 42703 
(SqlExceptionHelper.java [taskScheduler-7])
* ERROR 2015-05-07 14:34:41,382 ERROR: column this_.query does not exist
  Position: 275 (SqlExceptionHelper.java [taskScheduler-7])

My import settings were:


•CSV

•Dry run YES

•Option set

Attached the file I tried to import (just a single option for a single 
optionset).

Regards,

Robin



From: Lars Helge Øverland 
[mailto:larshe...@gmail.com]
Sent: 29 April 2015 22:36
To: Robin Martens
Cc: Simon Muyambo; Knut Staring; 
dhis2-users@lists.launchpad.net

Subject: Re: [Dhis2-users] inport meta data to option set

Hi there,

the CSV option set import format changed in 2.18. The option code is now 
required. Have a look at the docs:

https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s09.html


best regards,

Lars



On Wed, Apr 29, 2015 at 7:22 PM, Robin Martens 
mailto:mart...@sher.be>> wrote:
Hi all,

Did anyone encounter the same issue as the one described below? I.e. import 
conflicts when importing option sets (via CSV)?

Thanks in advance,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net]
 On Behalf Of Robin Martens
Sent: 28 April 2015 16:35
To: Simon Muyambo; 'Knut Staring'

Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Hi Simon and Knut,

I’m currently facing the same issue. Did you manage to solve it at the time and 
if so, how?

Kind regards,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net]
 On Behalf Of Simon Muyambo
Sent: 21 December 2014 02:17
To: 'Knut Staring'; 'Simon Muyambo'
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Dear Knut

I have created option set and exported it in JSON. I then deleted the optionset 
and tried to import it. Below are the same errors I am getting with csv file. 
Never seems to be able to import members of the option set

Current user:
admin
Version:
2.17
Build revision:
17561
Build date:
2014-11-21 12:21


{"created":"2014-12-20T23:44:06.855+","optionSets":[{"id":"etvtSKUhoSZ","name":"prog","created":"2014-12-

20T23:42:20.447+","lastUpdated":"2014-12-20T23:43:21.551+","options":

[{"id":"v0DNS4VKf40","code":"g1","name":"George","created":"2014-12-20T23:43:07.726+","lastUpdated":"2014-12-

20T23:43:07.726+"},{"id":"Ghi9DN5UYfu","code":"t1","name":"Tom","created":"2014-12-20T23:43:21.550+","lastUpdated":"2014-

12-20T23:43:21.550+"}],"version":1}]}

Import summary
Import count
1 Imported
0 Updated
0 Ignored
Type Summary
Type  Imported Updated  Ignored
OptionSet   1  0  0
Conflicts
Type  Element   Description
OptionSet   prog   Unknown reference to IdentifiableObject{id=0, 
uid='v0DNS4VKf40', code='g1', name='George', created=Sun Dec 21 01:43:07 CAT 
2014, lastUpdated=Sun Dec 21 01:43:07 CAT 2014} (Option) on object 
IdentifiableObject{id=3, uid='etvtSKUhoSZ', code='null', name='prog', 
created=Sun Dec 21 01:42:20 CAT 2014, lastUpdated=Sun Dec 21 02:09:50 CAT 2014} 
(OptionSet).
OptionSet   prog   Unknown reference to IdentifiableObject{id=0, 
uid='Ghi9DN5UYfu', code='t1', name='Tom', created=Sun Dec 21 

Re: [Dhis2-users] Pivot table module not found

2015-05-07 Thread Lars Helge Øverland
Hi Elmarie,

it's corrected now in trunk/2.18.

Lars


On Thu, May 7, 2015 at 2:57 PM, Elmarie Claasen  wrote:

> Hi all,
>
>
>
> HISP-SA have taken over supporting an already existing implementation and
> upgraded the database from 2.13 to 2.18 successfully.
>
> However one issue under Reports > Report Table the link “Pivot table
> module” is giving an error
>
>
>
> I had a look at the App settings and we do have an error in terms of the
> path for apps which points to the 2.13 location but I could not find this
> app on the app store to be able to install it.
>
>
>
> Can someone provide guidance please?
>
>
>
> Regards,
>
>
>
> *Elmarie Claasen*
>
> [image: Hisp logo]
>
> Project Manager
>
> Health Information Systems Program
>
> Tel:  041-367 1027
>
> Cell: 082 374 2209
>
> E-mail: elma...@hisp.org
>
> Skype:  elmarie.claasen52
>
>
>
>
>
> This message and any attachments are subject to a disclaimer published at 
> http://www.hisp.org/policies.html#comms_disclaimer
> .   Please read the disclaimer before opening any attachment or taking any
> other action in terms of this electronic transmission.
> If you cannot access the disclaimer, kindly send an email to 
> disclai...@hisp.org
> and a copy will be provided to you. By replying to this e-mail or opening
> any attachment you agree to be bound by the provisions of the disclaimer.
>
>
>
> ___
> 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] inport meta data to option set

2015-05-07 Thread Knut Staring
I think all the headers have to be lower case, as in the manual?

And everything else has to have quotation marks, including the
optionsetname (Sector)

On Thu, May 7, 2015 at 2:57 PM, Robin Martens  wrote:

>  Hi Lars,
>
>
>
> The changed format also doesn’t work, have the following error in
> Catalina. I wanted to see if I could recreate the error on the demo server
> but can’t access the import/export module. Is this temporarily (reset at
> midnight) or permanently?
>
>
>
> * INFO  2015-05-07 14:34:41,316 User 'admin' started import at Thu May 07
> 14:34:41 CAT 2015 (DefaultImportService.java [taskScheduler-7])
> * INFO  2015-05-07 14:34:41,316 [Level: INFO, category: METADATA_IMPORT,
> time: Thu May 07 14:34:41 CAT 2015, message: Importing meta-data]
> (InMemoryNotifier.java [taskScheduler-7])
> * INFO  2015-05-07 14:34:41,316 Building object-bridge maps (preheatCache:
> true). (DefaultObjectBridge.java [taskScheduler-7])
> * WARN  2015-05-07 14:34:41,381 SQL Error: 0, SQLState: 42703
> (SqlExceptionHelper.java [taskScheduler-7])
> * ERROR 2015-05-07 14:34:41,382 ERROR: column this_.query does not exist
>   Position: 275 (SqlExceptionHelper.java [taskScheduler-7])
>
>
>
> My import settings were:
>
>
>
> ·CSV
>
> ·Dry run YES
>
> ·Option set
>
>
>
> Attached the file I tried to import (just a single option for a single
> optionset).
>
>
>
> Regards,
>
>
>
> Robin
>
>
>
>
>
>
>
> *From:* Lars Helge Øverland [mailto:larshe...@gmail.com]
> *Sent:* 29 April 2015 22:36
> *To:* Robin Martens
> *Cc:* Simon Muyambo; Knut Staring; dhis2-users@lists.launchpad.net
>
> *Subject:* Re: [Dhis2-users] inport meta data to option set
>
>
>
> Hi there,
>
>
>
> the CSV option set import format changed in 2.18. The option code is now
> required. Have a look at the docs:
>
>
>
> https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s09.html
>
>
>
>
>
> best regards,
>
>
>
> Lars
>
>
>
>
>
>
>
> On Wed, Apr 29, 2015 at 7:22 PM, Robin Martens  wrote:
>
> Hi all,
>
>
>
> Did anyone encounter the same issue as the one described below? I.e.
> import conflicts when importing option sets (via CSV)?
>
>
>
> Thanks in advance,
>
>
>
> Robin
>
>
>
> *From:* Dhis2-users [mailto:dhis2-users-bounces+martens=
> sher...@lists.launchpad.net] *On Behalf Of *Robin Martens
> *Sent:* 28 April 2015 16:35
> *To:* Simon Muyambo; 'Knut Staring'
>
>
> *Cc:* dhis2-users@lists.launchpad.net
> *Subject:* Re: [Dhis2-users] inport meta data to option set
>
>
>
> Hi Simon and Knut,
>
>
>
> I’m currently facing the same issue. Did you manage to solve it at the
> time and if so, how?
>
>
>
> Kind regards,
>
>
>
> Robin
>
>
>
> *From:* Dhis2-users [mailto:dhis2-users-bounces+martens=
> sher...@lists.launchpad.net] *On Behalf Of *Simon Muyambo
> *Sent:* 21 December 2014 02:17
> *To:* 'Knut Staring'; 'Simon Muyambo'
> *Cc:* dhis2-users@lists.launchpad.net
> *Subject:* Re: [Dhis2-users] inport meta data to option set
>
>
>
> Dear Knut
>
>
>
> I have created option set and exported it in JSON. I then deleted the
> optionset and tried to import it. Below are the same errors I am getting
> with csv file. Never seems to be able to import members of the option set
>
>
>
> Current user:
>
> admin
>
> Version:
>
> 2.17
>
> Build revision:
>
> 17561
>
> Build date:
>
> 2014-11-21 12:21
>
>
>
>
>
>
> {"created":"2014-12-20T23:44:06.855+","optionSets":[{"id":"etvtSKUhoSZ","name":"prog","created":"2014-12-
>
>
>
>
> 20T23:42:20.447+","lastUpdated":"2014-12-20T23:43:21.551+","options":
>
>
>
>
> [{"id":"v0DNS4VKf40","code":"g1","name":"George","created":"2014-12-20T23:43:07.726+","lastUpdated":"2014-12-
>
>
>
>
> 20T23:43:07.726+"},{"id":"Ghi9DN5UYfu","code":"t1","name":"Tom","created":"2014-12-20T23:43:21.550+","lastUpdated":"2014-
>
>
>
> 12-20T23:43:21.550+"}],"version":1}]}
>
>
>
> Import summary
>
> Import count
>
> 1 Imported
>
> 0 Updated
>
> 0 Ignored
>
> Type Summary
>
> Type  Imported Updated  Ignored
>
> OptionSet   1  0  0
>
> Conflicts
>
> Type  Element   Description
>
> OptionSet   prog   Unknown reference to
> IdentifiableObject{id=0, uid='v0DNS4VKf40', code='g1', name='George',
> created=Sun Dec 21 01:43:07 CAT 2014, lastUpdated=Sun Dec 21 01:43:07 CAT
> 2014} (Option) on object IdentifiableObject{id=3, uid='etvtSKUhoSZ',
> code='null', name='prog', created=Sun Dec 21 01:42:20 CAT 2014,
> lastUpdated=Sun Dec 21 02:09:50 CAT 2014} (OptionSet).
>
> OptionSet   prog   Unknown reference to
> IdentifiableObject{id=0, uid='Ghi9DN5UYfu', code='t1', name='Tom',
> created=Sun Dec 21 01:43:21 CAT 2014, lastUpdated=Sun Dec 21 01:43:21 CAT
> 2014} (Option) on object IdentifiableObject{id=3, uid='etvtSKUhoSZ',
> code='null', name='prog', created=Sun Dec 21 01:42:20 CAT 2014,
> lastUpdated=Sun Dec 21 02:09:50 CAT 2014} (OptionSet).
>
>
>
> *Regards*
>
> *Simon Muyambo*
>
>
>
>
>
> *From:* Knut Staring [mailto:knu...@g

[Dhis2-users] Pivot table module not found

2015-05-07 Thread Elmarie Claasen
Hi all,

 

HISP-SA have taken over supporting an already existing implementation and
upgraded the database from 2.13 to 2.18 successfully. 

However one issue under Reports > Report Table the link "Pivot table module"
is giving an error

 



I had a look at the App settings and we do have an error in terms of the
path for apps which points to the 2.13 location but I could not find this
app on the app store to be able to install it. 

 

Can someone provide guidance please?

 

Regards,

 

Elmarie Claasen

Hisp logo

Project Manager

Health Information Systems Program

Tel:  041-367 1027

Cell: 082 374 2209

E-mail:   elma...@hisp.org

Skype:  elmarie.claasen52 

 

 

This message and any attachments are subject to a disclaimer published at

http://www.hisp.org/policies.html#comms_disclaimer .   Please read the
disclaimer before opening any attachment or taking any other action in terms
of this electronic transmission. 
If you cannot access the disclaimer, kindly send an email to
 disclai...@hisp.org and a copy will be provided
to you. By replying to this e-mail or opening any attachment you agree to be
bound by the provisions of the disclaimer. 

 

___
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] inport meta data to option set

2015-05-07 Thread Robin Martens
Hi Lars,

The changed format also doesn’t work, have the following error in Catalina. I 
wanted to see if I could recreate the error on the demo server but can’t access 
the import/export module. Is this temporarily (reset at midnight) or 
permanently?


* INFO  2015-05-07 14:34:41,316 User 'admin' started import at Thu May 07 
14:34:41 CAT 2015 (DefaultImportService.java [taskScheduler-7])
* INFO  2015-05-07 14:34:41,316 [Level: INFO, category: METADATA_IMPORT, time: 
Thu May 07 14:34:41 CAT 2015, message: Importing meta-data] 
(InMemoryNotifier.java [taskScheduler-7])
* INFO  2015-05-07 14:34:41,316 Building object-bridge maps (preheatCache: 
true). (DefaultObjectBridge.java [taskScheduler-7])
* WARN  2015-05-07 14:34:41,381 SQL Error: 0, SQLState: 42703 
(SqlExceptionHelper.java [taskScheduler-7])
* ERROR 2015-05-07 14:34:41,382 ERROR: column this_.query does not exist
  Position: 275 (SqlExceptionHelper.java [taskScheduler-7])

My import settings were:


·CSV

·Dry run YES

·Option set

Attached the file I tried to import (just a single option for a single 
optionset).

Regards,

Robin



From: Lars Helge Øverland [mailto:larshe...@gmail.com]
Sent: 29 April 2015 22:36
To: Robin Martens
Cc: Simon Muyambo; Knut Staring; dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Hi there,

the CSV option set import format changed in 2.18. The option code is now 
required. Have a look at the docs:

https://www.dhis2.org/doc/snapshot/en/developer/html/ch01s09.html


best regards,

Lars



On Wed, Apr 29, 2015 at 7:22 PM, Robin Martens 
mailto:mart...@sher.be>> wrote:
Hi all,

Did anyone encounter the same issue as the one described below? I.e. import 
conflicts when importing option sets (via CSV)?

Thanks in advance,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net]
 On Behalf Of Robin Martens
Sent: 28 April 2015 16:35
To: Simon Muyambo; 'Knut Staring'

Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Hi Simon and Knut,

I’m currently facing the same issue. Did you manage to solve it at the time and 
if so, how?

Kind regards,

Robin

From: Dhis2-users 
[mailto:dhis2-users-bounces+martens=sher...@lists.launchpad.net]
 On Behalf Of Simon Muyambo
Sent: 21 December 2014 02:17
To: 'Knut Staring'; 'Simon Muyambo'
Cc: dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

Dear Knut

I have created option set and exported it in JSON. I then deleted the optionset 
and tried to import it. Below are the same errors I am getting with csv file. 
Never seems to be able to import members of the option set

Current user:
admin
Version:
2.17
Build revision:
17561
Build date:
2014-11-21 12:21


{"created":"2014-12-20T23:44:06.855+","optionSets":[{"id":"etvtSKUhoSZ","name":"prog","created":"2014-12-

20T23:42:20.447+","lastUpdated":"2014-12-20T23:43:21.551+","options":

[{"id":"v0DNS4VKf40","code":"g1","name":"George","created":"2014-12-20T23:43:07.726+","lastUpdated":"2014-12-

20T23:43:07.726+"},{"id":"Ghi9DN5UYfu","code":"t1","name":"Tom","created":"2014-12-20T23:43:21.550+","lastUpdated":"2014-

12-20T23:43:21.550+"}],"version":1}]}

Import summary
Import count
1 Imported
0 Updated
0 Ignored
Type Summary
Type  Imported Updated  Ignored
OptionSet   1  0  0
Conflicts
Type  Element   Description
OptionSet   prog   Unknown reference to IdentifiableObject{id=0, 
uid='v0DNS4VKf40', code='g1', name='George', created=Sun Dec 21 01:43:07 CAT 
2014, lastUpdated=Sun Dec 21 01:43:07 CAT 2014} (Option) on object 
IdentifiableObject{id=3, uid='etvtSKUhoSZ', code='null', name='prog', 
created=Sun Dec 21 01:42:20 CAT 2014, lastUpdated=Sun Dec 21 02:09:50 CAT 2014} 
(OptionSet).
OptionSet   prog   Unknown reference to IdentifiableObject{id=0, 
uid='Ghi9DN5UYfu', code='t1', name='Tom', created=Sun Dec 21 01:43:21 CAT 2014, 
lastUpdated=Sun Dec 21 01:43:21 CAT 2014} (Option) on object 
IdentifiableObject{id=3, uid='etvtSKUhoSZ', code='null', name='prog', 
created=Sun Dec 21 01:42:20 CAT 2014, lastUpdated=Sun Dec 21 02:09:50 CAT 2014} 
(OptionSet).

Regards
Simon Muyambo


From: Knut Staring [mailto:knu...@gmail.com]
Sent: 19 December 2014 21:49
To: Simon Muyambo
Cc: Jason Pickering; 
dhis2-users@lists.launchpad.net
Subject: Re: [Dhis2-users] inport meta data to option set

I think you need to have quotes aroudn any text strings, including the codes

On Fri, Dec 19, 2014 at 8:40 PM, Simon Muyambo 
mailto:smmuya...@gmail.com>> wrote:
Dear Knut and Jas

Re: [Dhis2-users] Capturing Tracker data on Android

2015-05-07 Thread Simen Skogly Russnes
That's great news Abda, the more interest there is in the app (and similar
apps), the more it will evolve.

Thanks,
Simen

On Thu, May 7, 2015 at 1:44 PM, Abda ANNE  wrote:

> Thank Simen,
> I was able to compile and  install the dhis2-android-capture app. I was
> trying to use it against my local dhis2 install which is 2.18. Now I
> understand how i did not work.
>
> I will be happy to test the app.
>
> ---
> Abda Anne
> Bamako,  MALI
> Le 7 mai 2015 11:36, "Simen Skogly Russnes"  a
> écrit :
>
>> Hi Abda,
>>
>> the core team is developing a dedicated Tracker Capture android app as we
>> speak, which is scheduled to be piloted in June. If you want to try it out
>> I will upload a beta release to this page
>> https://github.com/dhis2/dhis2-android-trackercapture/releases probably
>> in a few days. The app is requiring some new features that are put in DHIS
>> 2.19 however so you'll have to update. The 2.19 release is also scheduled
>> quite shortly. Until it is released it is possible to use the unstable
>> version from the dhis2 website, or simply test on the dev server with
>> https://apps.dhis2.org/dev user/password: android/Android123
>>
>> There is also a dedicated Event Capture app which has beta releases
>> already available:
>> https://github.com/dhis2/dhis2-android-eventcapture/releases
>>
>> Simen
>>
>> On Tue, May 5, 2015 at 6:28 PM, Timothy Harding 
>> wrote:
>>
>>> Hello Abda,
>>>
>>> Have you given 'Data Capture for DHIS2' a shot yet? You can find it on
>>> the Google Play Store here:
>>> https://play.google.com/store/apps/details?id=org.dhis2.mobile&hl=en
>>>
>>> You mentioned both tracker data and program/events. I don't think it
>>> works yet with tracked entities or registration, but it will work just fine
>>> with Single Events.
>>>
>>> [image: Data Capture for DHIS 2 - screenshot]
>>>
>>> Good luck!
>>>
>>>
>>> Timothy Harding
>>> RPCV Vanuatu
>>> Skype: hardi...@gmail.com
>>> +1 (541) 632-6623
>>>
>>> On Tue, May 5, 2015 at 3:34 AM, Prosper BT  wrote:
>>>
 Hi Anne,

 For now you need to switch/user desktop option on the tablet or phone.

 Regards




 On Thu, Apr 30, 2015 at 5:34 PM, Abda ANNE  wrote:

>
> Dear all, Helllo,
>
> What would be the easiest way to capture Tracker data on Android
> device (tablet or phone)? I am not able to access programs and events with
> the dhis2 mobile interfaces (both light and smartphone)
>
> Regards
> ---
> Abda Anne
> Bamako,  MALI
> Le 30 avr. 2015 10:37, "Bob Jolliffe"  a
> écrit :
>
> Hi Lawrence
>
> I don't think this is a dhis2 bug so am removing from the bug list.
>
> I see there was no scheduled process fired between the 28th and 29th
> in your log.  Can you check your 'Scheduling" settings under 'Data
> Administration' and see that scheduling is configured and started.
>
> Bob
>
> On 30 April 2015 at 08:07, lawrence  wrote:
> > ** Description changed:
> >
> >   We are having problems with our DHIS2 version 2.18 analytics
> scheduling.
> >   The last success date was on 2015-04-25 (It is now 3 days since
> the last
> >   successful operation). Our webmin console the server up time shows
> the
> >   server up time of 5 days.
> >
> > + Additional information that might be helpful is that our current
> > + database size is around 140 Gig.
> >
> > - Additional information that might be helpful is that our current
> database size is around 140 Gig.
> > + This situation persist even if we select a difference of one day
> and try
> > + to build the analytics manually
> >
> > --
> > You received this bug notification because you are a member of DHIS 2
> > developers, which is subscribed to DHIS.
> > https://bugs.launchpad.net/bugs/1449952
> >
> > Title:
> >   analytics scheduling not working
> >
> > Status in DHIS 2:
> >   New
> >
> > Bug description:
> >   We are having problems with our DHIS2 version 2.18 analytics
> >   scheduling. The last success date was on 2015-04-25 (It is now 3
> days
> >   since the last successful operation). Our webmin console the
> server up
> >   time shows the server up time of 5 days.
> >
> >   Additional information that might be helpful is that our current
> >   database size is around 140 Gig.
> >
> >   This situation persist even if we select a difference of one day
> and
> >   try to build the analytics manually
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/dhis2/+bug/1449952/+subscriptions
> >
> > ___
> > Mailing list: https://launchpad.net/~dhis2-devs
> > Post to : dhis2-d...@lists.launchpad.net
> > Unsubscribe : https://launchpad.net/~dhis2-devs
> > More help   : https://hel

Re: [Dhis2-users] Capturing Tracker data on Android

2015-05-07 Thread Simen Skogly Russnes
Hi Pamod,

I'm happy to hear that. Hopefully it will be of use for you.

On Thu, May 7, 2015 at 1:43 PM, Pamod Amarakoon  wrote:

> Dear Simen,
>
> I'm also in need of a mobile app for a DHIS2 instance which is using
> multiple events with registration. I'm willing to test the app and probably
> be able to use it for piloting of one instance. Thank you for the update.
>
> Regards,
> Pamod
>
> On Thu, May 7, 2015 at 5:06 PM, Simen Skogly Russnes <
> simen.s.russ...@gmail.com> wrote:
>
>> Hi Abda,
>>
>> the core team is developing a dedicated Tracker Capture android app as we
>> speak, which is scheduled to be piloted in June. If you want to try it out
>> I will upload a beta release to this page
>> https://github.com/dhis2/dhis2-android-trackercapture/releases probably
>> in a few days. The app is requiring some new features that are put in DHIS
>> 2.19 however so you'll have to update. The 2.19 release is also scheduled
>> quite shortly. Until it is released it is possible to use the unstable
>> version from the dhis2 website, or simply test on the dev server with
>> https://apps.dhis2.org/dev user/password: android/Android123
>>
>> There is also a dedicated Event Capture app which has beta releases
>> already available:
>> https://github.com/dhis2/dhis2-android-eventcapture/releases
>>
>> Simen
>>
>> On Tue, May 5, 2015 at 6:28 PM, Timothy Harding 
>> wrote:
>>
>>> Hello Abda,
>>>
>>> Have you given 'Data Capture for DHIS2' a shot yet? You can find it on
>>> the Google Play Store here:
>>> https://play.google.com/store/apps/details?id=org.dhis2.mobile&hl=en
>>>
>>> You mentioned both tracker data and program/events. I don't think it
>>> works yet with tracked entities or registration, but it will work just fine
>>> with Single Events.
>>>
>>> [image: Data Capture for DHIS 2 - screenshot]
>>>
>>> Good luck!
>>>
>>>
>>> Timothy Harding
>>> RPCV Vanuatu
>>> Skype: hardi...@gmail.com
>>> +1 (541) 632-6623
>>>
>>> On Tue, May 5, 2015 at 3:34 AM, Prosper BT  wrote:
>>>
 Hi Anne,

 For now you need to switch/user desktop option on the tablet or phone.

 Regards




 On Thu, Apr 30, 2015 at 5:34 PM, Abda ANNE  wrote:

>
> Dear all, Helllo,
>
> What would be the easiest way to capture Tracker data on Android
> device (tablet or phone)? I am not able to access programs and events with
> the dhis2 mobile interfaces (both light and smartphone)
>
> Regards
> ---
> Abda Anne
> Bamako,  MALI
> Le 30 avr. 2015 10:37, "Bob Jolliffe"  a
> écrit :
>
> Hi Lawrence
>
> I don't think this is a dhis2 bug so am removing from the bug list.
>
> I see there was no scheduled process fired between the 28th and 29th
> in your log.  Can you check your 'Scheduling" settings under 'Data
> Administration' and see that scheduling is configured and started.
>
> Bob
>
> On 30 April 2015 at 08:07, lawrence  wrote:
> > ** Description changed:
> >
> >   We are having problems with our DHIS2 version 2.18 analytics
> scheduling.
> >   The last success date was on 2015-04-25 (It is now 3 days since
> the last
> >   successful operation). Our webmin console the server up time shows
> the
> >   server up time of 5 days.
> >
> > + Additional information that might be helpful is that our current
> > + database size is around 140 Gig.
> >
> > - Additional information that might be helpful is that our current
> database size is around 140 Gig.
> > + This situation persist even if we select a difference of one day
> and try
> > + to build the analytics manually
> >
> > --
> > You received this bug notification because you are a member of DHIS 2
> > developers, which is subscribed to DHIS.
> > https://bugs.launchpad.net/bugs/1449952
> >
> > Title:
> >   analytics scheduling not working
> >
> > Status in DHIS 2:
> >   New
> >
> > Bug description:
> >   We are having problems with our DHIS2 version 2.18 analytics
> >   scheduling. The last success date was on 2015-04-25 (It is now 3
> days
> >   since the last successful operation). Our webmin console the
> server up
> >   time shows the server up time of 5 days.
> >
> >   Additional information that might be helpful is that our current
> >   database size is around 140 Gig.
> >
> >   This situation persist even if we select a difference of one day
> and
> >   try to build the analytics manually
> >
> > To manage notifications about this bug go to:
> > https://bugs.launchpad.net/dhis2/+bug/1449952/+subscriptions
> >
> > ___
> > 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.

Re: [Dhis2-users] Capturing Tracker data on Android

2015-05-07 Thread Abda ANNE
Thank Simen,
I was able to compile and  install the dhis2-android-capture app. I was
trying to use it against my local dhis2 install which is 2.18. Now I
understand how i did not work.

I will be happy to test the app.

---
Abda Anne
Bamako,  MALI
Le 7 mai 2015 11:36, "Simen Skogly Russnes"  a
écrit :

> Hi Abda,
>
> the core team is developing a dedicated Tracker Capture android app as we
> speak, which is scheduled to be piloted in June. If you want to try it out
> I will upload a beta release to this page
> https://github.com/dhis2/dhis2-android-trackercapture/releases probably
> in a few days. The app is requiring some new features that are put in DHIS
> 2.19 however so you'll have to update. The 2.19 release is also scheduled
> quite shortly. Until it is released it is possible to use the unstable
> version from the dhis2 website, or simply test on the dev server with
> https://apps.dhis2.org/dev user/password: android/Android123
>
> There is also a dedicated Event Capture app which has beta releases
> already available:
> https://github.com/dhis2/dhis2-android-eventcapture/releases
>
> Simen
>
> On Tue, May 5, 2015 at 6:28 PM, Timothy Harding 
> wrote:
>
>> Hello Abda,
>>
>> Have you given 'Data Capture for DHIS2' a shot yet? You can find it on
>> the Google Play Store here:
>> https://play.google.com/store/apps/details?id=org.dhis2.mobile&hl=en
>>
>> You mentioned both tracker data and program/events. I don't think it
>> works yet with tracked entities or registration, but it will work just fine
>> with Single Events.
>>
>> [image: Data Capture for DHIS 2 - screenshot]
>>
>> Good luck!
>>
>>
>> Timothy Harding
>> RPCV Vanuatu
>> Skype: hardi...@gmail.com
>> +1 (541) 632-6623
>>
>> On Tue, May 5, 2015 at 3:34 AM, Prosper BT  wrote:
>>
>>> Hi Anne,
>>>
>>> For now you need to switch/user desktop option on the tablet or phone.
>>>
>>> Regards
>>>
>>>
>>>
>>>
>>> On Thu, Apr 30, 2015 at 5:34 PM, Abda ANNE  wrote:
>>>

 Dear all, Helllo,

 What would be the easiest way to capture Tracker data on Android device
 (tablet or phone)? I am not able to access programs and events with the
 dhis2 mobile interfaces (both light and smartphone)

 Regards
 ---
 Abda Anne
 Bamako,  MALI
 Le 30 avr. 2015 10:37, "Bob Jolliffe"  a écrit :

 Hi Lawrence

 I don't think this is a dhis2 bug so am removing from the bug list.

 I see there was no scheduled process fired between the 28th and 29th
 in your log.  Can you check your 'Scheduling" settings under 'Data
 Administration' and see that scheduling is configured and started.

 Bob

 On 30 April 2015 at 08:07, lawrence  wrote:
 > ** Description changed:
 >
 >   We are having problems with our DHIS2 version 2.18 analytics
 scheduling.
 >   The last success date was on 2015-04-25 (It is now 3 days since the
 last
 >   successful operation). Our webmin console the server up time shows
 the
 >   server up time of 5 days.
 >
 > + Additional information that might be helpful is that our current
 > + database size is around 140 Gig.
 >
 > - Additional information that might be helpful is that our current
 database size is around 140 Gig.
 > + This situation persist even if we select a difference of one day
 and try
 > + to build the analytics manually
 >
 > --
 > You received this bug notification because you are a member of DHIS 2
 > developers, which is subscribed to DHIS.
 > https://bugs.launchpad.net/bugs/1449952
 >
 > Title:
 >   analytics scheduling not working
 >
 > Status in DHIS 2:
 >   New
 >
 > Bug description:
 >   We are having problems with our DHIS2 version 2.18 analytics
 >   scheduling. The last success date was on 2015-04-25 (It is now 3
 days
 >   since the last successful operation). Our webmin console the server
 up
 >   time shows the server up time of 5 days.
 >
 >   Additional information that might be helpful is that our current
 >   database size is around 140 Gig.
 >
 >   This situation persist even if we select a difference of one day and
 >   try to build the analytics manually
 >
 > To manage notifications about this bug go to:
 > https://bugs.launchpad.net/dhis2/+bug/1449952/+subscriptions
 >
 > ___
 > 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] Capturing Tracker data on Android

2015-05-07 Thread Pamod Amarakoon
Dear Simen,

I'm also in need of a mobile app for a DHIS2 instance which is using
multiple events with registration. I'm willing to test the app and probably
be able to use it for piloting of one instance. Thank you for the update.

Regards,
Pamod

On Thu, May 7, 2015 at 5:06 PM, Simen Skogly Russnes <
simen.s.russ...@gmail.com> wrote:

> Hi Abda,
>
> the core team is developing a dedicated Tracker Capture android app as we
> speak, which is scheduled to be piloted in June. If you want to try it out
> I will upload a beta release to this page
> https://github.com/dhis2/dhis2-android-trackercapture/releases probably
> in a few days. The app is requiring some new features that are put in DHIS
> 2.19 however so you'll have to update. The 2.19 release is also scheduled
> quite shortly. Until it is released it is possible to use the unstable
> version from the dhis2 website, or simply test on the dev server with
> https://apps.dhis2.org/dev user/password: android/Android123
>
> There is also a dedicated Event Capture app which has beta releases
> already available:
> https://github.com/dhis2/dhis2-android-eventcapture/releases
>
> Simen
>
> On Tue, May 5, 2015 at 6:28 PM, Timothy Harding 
> wrote:
>
>> Hello Abda,
>>
>> Have you given 'Data Capture for DHIS2' a shot yet? You can find it on
>> the Google Play Store here:
>> https://play.google.com/store/apps/details?id=org.dhis2.mobile&hl=en
>>
>> You mentioned both tracker data and program/events. I don't think it
>> works yet with tracked entities or registration, but it will work just fine
>> with Single Events.
>>
>> [image: Data Capture for DHIS 2 - screenshot]
>>
>> Good luck!
>>
>>
>> Timothy Harding
>> RPCV Vanuatu
>> Skype: hardi...@gmail.com
>> +1 (541) 632-6623
>>
>> On Tue, May 5, 2015 at 3:34 AM, Prosper BT  wrote:
>>
>>> Hi Anne,
>>>
>>> For now you need to switch/user desktop option on the tablet or phone.
>>>
>>> Regards
>>>
>>>
>>>
>>>
>>> On Thu, Apr 30, 2015 at 5:34 PM, Abda ANNE  wrote:
>>>

 Dear all, Helllo,

 What would be the easiest way to capture Tracker data on Android device
 (tablet or phone)? I am not able to access programs and events with the
 dhis2 mobile interfaces (both light and smartphone)

 Regards
 ---
 Abda Anne
 Bamako,  MALI
 Le 30 avr. 2015 10:37, "Bob Jolliffe"  a écrit :

 Hi Lawrence

 I don't think this is a dhis2 bug so am removing from the bug list.

 I see there was no scheduled process fired between the 28th and 29th
 in your log.  Can you check your 'Scheduling" settings under 'Data
 Administration' and see that scheduling is configured and started.

 Bob

 On 30 April 2015 at 08:07, lawrence  wrote:
 > ** Description changed:
 >
 >   We are having problems with our DHIS2 version 2.18 analytics
 scheduling.
 >   The last success date was on 2015-04-25 (It is now 3 days since the
 last
 >   successful operation). Our webmin console the server up time shows
 the
 >   server up time of 5 days.
 >
 > + Additional information that might be helpful is that our current
 > + database size is around 140 Gig.
 >
 > - Additional information that might be helpful is that our current
 database size is around 140 Gig.
 > + This situation persist even if we select a difference of one day
 and try
 > + to build the analytics manually
 >
 > --
 > You received this bug notification because you are a member of DHIS 2
 > developers, which is subscribed to DHIS.
 > https://bugs.launchpad.net/bugs/1449952
 >
 > Title:
 >   analytics scheduling not working
 >
 > Status in DHIS 2:
 >   New
 >
 > Bug description:
 >   We are having problems with our DHIS2 version 2.18 analytics
 >   scheduling. The last success date was on 2015-04-25 (It is now 3
 days
 >   since the last successful operation). Our webmin console the server
 up
 >   time shows the server up time of 5 days.
 >
 >   Additional information that might be helpful is that our current
 >   database size is around 140 Gig.
 >
 >   This situation persist even if we select a difference of one day and
 >   try to build the analytics manually
 >
 > To manage notifications about this bug go to:
 > https://bugs.launchpad.net/dhis2/+bug/1449952/+subscriptions
 >
 > ___
 > 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] Capturing Tracker data on Android

2015-05-07 Thread Simen Skogly Russnes
Hi Abda,

the core team is developing a dedicated Tracker Capture android app as we
speak, which is scheduled to be piloted in June. If you want to try it out
I will upload a beta release to this page
https://github.com/dhis2/dhis2-android-trackercapture/releases probably in
a few days. The app is requiring some new features that are put in DHIS
2.19 however so you'll have to update. The 2.19 release is also scheduled
quite shortly. Until it is released it is possible to use the unstable
version from the dhis2 website, or simply test on the dev server with
https://apps.dhis2.org/dev user/password: android/Android123

There is also a dedicated Event Capture app which has beta releases already
available: https://github.com/dhis2/dhis2-android-eventcapture/releases

Simen

On Tue, May 5, 2015 at 6:28 PM, Timothy Harding  wrote:

> Hello Abda,
>
> Have you given 'Data Capture for DHIS2' a shot yet? You can find it on the
> Google Play Store here:
> https://play.google.com/store/apps/details?id=org.dhis2.mobile&hl=en
>
> You mentioned both tracker data and program/events. I don't think it works
> yet with tracked entities or registration, but it will work just fine with
> Single Events.
>
> [image: Data Capture for DHIS 2 - screenshot]
>
> Good luck!
>
>
> Timothy Harding
> RPCV Vanuatu
> Skype: hardi...@gmail.com
> +1 (541) 632-6623
>
> On Tue, May 5, 2015 at 3:34 AM, Prosper BT  wrote:
>
>> Hi Anne,
>>
>> For now you need to switch/user desktop option on the tablet or phone.
>>
>> Regards
>>
>>
>>
>>
>> On Thu, Apr 30, 2015 at 5:34 PM, Abda ANNE  wrote:
>>
>>>
>>> Dear all, Helllo,
>>>
>>> What would be the easiest way to capture Tracker data on Android device
>>> (tablet or phone)? I am not able to access programs and events with the
>>> dhis2 mobile interfaces (both light and smartphone)
>>>
>>> Regards
>>> ---
>>> Abda Anne
>>> Bamako,  MALI
>>> Le 30 avr. 2015 10:37, "Bob Jolliffe"  a écrit :
>>>
>>> Hi Lawrence
>>>
>>> I don't think this is a dhis2 bug so am removing from the bug list.
>>>
>>> I see there was no scheduled process fired between the 28th and 29th
>>> in your log.  Can you check your 'Scheduling" settings under 'Data
>>> Administration' and see that scheduling is configured and started.
>>>
>>> Bob
>>>
>>> On 30 April 2015 at 08:07, lawrence  wrote:
>>> > ** Description changed:
>>> >
>>> >   We are having problems with our DHIS2 version 2.18 analytics
>>> scheduling.
>>> >   The last success date was on 2015-04-25 (It is now 3 days since the
>>> last
>>> >   successful operation). Our webmin console the server up time shows
>>> the
>>> >   server up time of 5 days.
>>> >
>>> > + Additional information that might be helpful is that our current
>>> > + database size is around 140 Gig.
>>> >
>>> > - Additional information that might be helpful is that our current
>>> database size is around 140 Gig.
>>> > + This situation persist even if we select a difference of one day and
>>> try
>>> > + to build the analytics manually
>>> >
>>> > --
>>> > You received this bug notification because you are a member of DHIS 2
>>> > developers, which is subscribed to DHIS.
>>> > https://bugs.launchpad.net/bugs/1449952
>>> >
>>> > Title:
>>> >   analytics scheduling not working
>>> >
>>> > Status in DHIS 2:
>>> >   New
>>> >
>>> > Bug description:
>>> >   We are having problems with our DHIS2 version 2.18 analytics
>>> >   scheduling. The last success date was on 2015-04-25 (It is now 3 days
>>> >   since the last successful operation). Our webmin console the server
>>> up
>>> >   time shows the server up time of 5 days.
>>> >
>>> >   Additional information that might be helpful is that our current
>>> >   database size is around 140 Gig.
>>> >
>>> >   This situation persist even if we select a difference of one day and
>>> >   try to build the analytics manually
>>> >
>>> > To manage notifications about this bug go to:
>>> > https://bugs.launchpad.net/dhis2/+bug/1449952/+subscriptions
>>> >
>>> > ___
>>> > 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 : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Prosper Behumbiize, MPH
>> Phone:+256 414 320076
>> Cell: +256 772 139037
>>  +256 752 751776
>>
>>
>> ___
>> Mailing list: h