[Dhis2-devs] Biometric data

2016-05-22 Thread Seid Hussein
Hi all,

Here in Ethiopia we have Community Health Information Systems focusing on
"family folders" whereby health services provided to members of families
are registered and kept collectively in "folders". Despite being paper
based, this system seems to be working well especially in the rural setting.

While the families in rural areas are set and do not move much which makes
tracking them easier, it looks to be much more difficult in an Urban and
Pastoralist settings where members of the community move either by changing
rental houses or looking for new pasture lands which makes tracking the
people to deliver health services difficult.

Since Ethiopia doesn't yet have a social security system or national
identification, identifying each person has become much more difficult.

Hence it has been suggested by various people at the ministry to employ
bio-metric identification to track these people.

However, DHIS2 currently doesn't seem to support bio-metric data. Is there
any plan to do so in the future? I understand that there are privacy and
security issues to consider but incorporating this feature will make it
more complete.

Regards,


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


[Dhis2-devs] Issue with tracker capture

2016-05-27 Thread Seid Hussein
Hi all,

I was testing tracker capture and after syncing with the server, it doesn't
show the list of organization units. The only thing it shows when I trap on
Choose an Organization Unit is a search box to find organization units. Is
that a normal behavior? I've tested it both with my instance and the demo
site.

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


Re: [Dhis2-devs] Issue with tracker capture

2016-05-27 Thread Seid Hussein
Hi Erling,

I'm using the current app on Google Play. My mobile is Huawei P8 with
Android 5.0 lollipop. And I was testing it on the demo site.

P.S. Is there any apk compatible with DHIS2 version 2.20? Where can I get
it?

Regards,

Seid,
On May 27, 2016 3:33 PM, "Erling Fjelstad"  wrote:

> Hello Seid,
> This is a very strange behavior that I haven't seen before. Which Android
> device are you testing on? Which version of DHIS2 are you testing on? Where
> did you download the Android app?
> Regards,
> Erling
>
> On Fri, May 27, 2016 at 2:25 PM, Seid Hussein  wrote:
>
>> Hi all,
>>
>> I was testing tracker capture and after syncing with the server, it
>> doesn't show the list of organization units. The only thing it shows when I
>> trap on Choose an Organization Unit is a search box to find organization
>> units. Is that a normal behavior? I've tested it both with my instance and
>> the demo site.
>>
>> Seid,
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Where can I get a copy of 2.17 war file?

2016-07-06 Thread Seid Hussein
Hi Calle,

I think you can find it here.

https://www.dhis2.org/download/releases/2.17/dhis.war
On Jul 6, 2016 22:34, "Calle Hedberg"  wrote:

> Hi
>
> anybody know where I can download the 2.17 war file?
>
> regards
> calle
>
> ***
>
> Calle Hedberg
>
> 46D Alma Road, 7700 Rosebank, SOUTH AFRICA
>
> Tel/fax (home): +27-21-685-6472
>
> Cell: +27-82-853-5352
>
> Iridium SatPhone: +8816-315-19119
>
> Email: calle.hedb...@gmail.com
>
> Skype: calle_hedberg
>
> ***
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Downloading charts as image and pdf

2017-01-04 Thread Seid Hussein
Hi all,

Is the option to download charts as images and pdfs removed in 2.25? The
current options for me are identical to the ones with Pivot table. Has
anyone noticed this? I have cleared my cache, tried incognito mode using
different browsers.

I was planning to replicate the issue with the global demo but it looks
like the admin password has changed.

I am not sure if this is already reported or not. I am using revision
8e07d2f.

Regards,


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


Re: [Dhis2-devs] [Dhis2-users] Tomcat error

2017-01-28 Thread Seid Hussein
Hi Gerald,

I believe you're trying to import through the database rather than the API
which is a better option because of you've duplicate there the most
probable action ta update rather than a duplicate error.

Most probably what happened is you have duplicate metadata. Each data value
shall have a unique combination of data element id, period id, org unit id,
category option combo id, and attribute option combo id.

So I suggest you either to use the web API and import through the
import/export module or find out which of the metadata IDs is duplicate and
correct it.

Regards,


Seid,

On Friday, January 27, 2017, gerald thomas  wrote:

> Dear All,
>
> What is the meaning of this error:
>
> * ERROR 2017-01-05 12:03:07,593 ERROR: duplicate key value violates
> unique constraint "datavalue_pkey"
>   Detail: Key (dataelementid, periodid, sourceid,
> categoryoptioncomboid, attributeoptioncomboid)=(1973, 2784149, 301,
> 13, 13) already exists.
>
> Please find the attached copy of catalina.out log file
>
> --
> Regards,
>
> Gerald
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] [Dhis2-users] Tomcat error

2017-01-28 Thread Seid Hussein
Hi Gerald,

You can use the (insert if not exists) query to insert your data. But
unlike the COPY function which allows bulk insert, you have to write an
insert statement for each data value you intend to insert.

Regards,


Seid,

On Saturday, January 28, 2017, Bob Jolliffe  wrote:

> where does the data come from that you try to import?
>
> On 28 January 2017 at 19:55, gerald thomas  > wrote:
>
>> Funnily I Bob I only copied a section of the log, I have various
>> dataelements ids & period ids which are sending those errors.
>> So I am worried where are these errors coming from now.
>>
>> On Jan 28, 2017 7:31 PM, "Bob Jolliffe" > > wrote:
>>
>> Gerald the clue is in your error message:
>>
>> Detail: Key (dataelementid, periodid, sourceid,categoryoptioncomboid,
>> attributeoptioncomboid)=(1973, 2784149, 301,13, 13) already exists.
>>
>> This usually means you have duplicates among the datavalues you are
>> trying to import.  ie. more than one row with the key values as shown in
>> your error message.
>>
>> On 28 January 2017 at 19:02, gerald thomas > > wrote:
>>
>>> Seid,
>>> Thanks for your help but how can i identify those dataelements:
>>>
>>> So I suggest you either to use the web API and import through the
>>> import/export module or find out which of the metadata IDs is
>>> duplicate and correct it.
>>>
>>> On 1/28/17, Seid Hussein >> > wrote:
>>> > Hi Gerald,
>>> >
>>> > I believe you're trying to import through the database rather than the
>>> API
>>> > which is a better option because of you've duplicate there the most
>>> > probable action ta update rather than a duplicate error.
>>> >
>>> > Most probably what happened is you have duplicate metadata. Each data
>>> value
>>> > shall have a unique combination of data element id, period id, org
>>> unit id,
>>> > category option combo id, and attribute option combo id.
>>> >
>>> > So I suggest you either to use the web API and import through the
>>> > import/export module or find out which of the metadata IDs is
>>> duplicate and
>>> > correct it.
>>> >
>>> > Regards,
>>> >
>>> >
>>> > Seid,
>>> >
>>> > On Friday, January 27, 2017, gerald thomas >> > wrote:
>>> >
>>> >> Dear All,
>>> >>
>>> >> What is the meaning of this error:
>>> >>
>>> >> * ERROR 2017-01-05 12:03:07,593 ERROR: duplicate key value violates
>>> >> unique constraint "datavalue_pkey"
>>> >>   Detail: Key (dataelementid, periodid, sourceid,
>>> >> categoryoptioncomboid, attributeoptioncomboid)=(1973, 2784149, 301,
>>> >> 13, 13) already exists.
>>> >>
>>> >> Please find the attached copy of catalina.out log file
>>> >>
>>> >> --
>>> >> Regards,
>>> >>
>>> >> Gerald
>>> >>
>>> >
>>>
>>>
>>> --
>>> Regards,
>>>
>>> Gerald
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-us...@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-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Training evaluation templates

2015-11-25 Thread Seid Hussein
Hi all,

Here at the Ministry of Health in Ethiopia, we are having a five days
training of DHIS2 with the staff at the M&E department. The training covers
the aggregate data aspects of it including defining metadata, data entry,
validation, reporting, user management and analytics.

At the end of the training, we plan to have an evaluation to measure how
much the trainees have absorbed.

Does anyone have a template for such evaluation? It would be appreciated.

Regards,


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


Re: [Dhis2-devs] [Dhis2-users] Training evaluation templates

2015-11-25 Thread Seid Hussein
Thanks a lot Prosper. It is really appreciate it. We will amend and use
both the exam and evaluation.

On Wed, Nov 25, 2015 at 5:01 PM, Prosper BT  wrote:

> Dear Seid,
>
> We conducted almost less similar training at HISP Uganda and attached is
> the end of course evaluation we used, but this needs to be supplemented by
> the end of course exam also attached.
>
> Regards
>
> On Wed, Nov 25, 2015 at 4:23 PM, Seid Hussein  wrote:
>
>> Hi all,
>>
>> Here at the Ministry of Health in Ethiopia, we are having a five days
>> training of DHIS2 with the staff at the M&E department. The training covers
>> the aggregate data aspects of it including defining metadata, data entry,
>> validation, reporting, user management and analytics.
>>
>> At the end of the training, we plan to have an evaluation to measure how
>> much the trainees have absorbed.
>>
>> Does anyone have a template for such evaluation? It would be appreciated.
>>
>> Regards,
>>
>>
>> Seid,
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
>
> --
> Prosper Behumbiize, MPH
> Global HISP| University Of Oslo/HISP Uganda
> +256 752 751 776 | +256 776 139 139
> ptb3...@gmail.com | pros...@dhis2.org | Skype: prospertb
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] dhis version 2.22 is released

2016-01-18 Thread Seid Hussein
Great news, slick creatures indeed. Thanx dev team!
On Jan 16, 2016 1:02 AM, "Lars Helge Øverland"  wrote:

> Hi all,
>
> DHIS version 2.22 is out with a lot of great new features and
> improvements.
>
> Log in with admin/district on the demo 
> system.
>
>
> Data elements and indicators app: A completely new app for data elements
> and indicators maintenance features a much slicker user experience, with
> on-the-fly search, “access” and “last updated” visible in the lists, a new
> group editor, and much better looks.
>
> Demo  | Screenshot 1
>  | 2
>  | 3
> 
>
>
> Integrated tracker analytics: Tracker-type data elements, attributes and
> program indicators can now be included in aggregate indicators. This allows
> for creating integrated analysis through indicators where e.g. the
> numerator is being collected in a program while the numerator is collected
> in an aggregate form. This means that you can produce integrated analysis
> without caring about whether the data comes from routine forms, anonymous
> events or tracking.
>
> Demo 1
>  | 2
>  | 
> Screenshot
> 1
> 
> | 2 
>
>
> Multiple programs in favorites: Data elements and attributes from any
> number of programs can now be included in the same pivot table or chart
> favorite.
>
> Demo
>  |
> Screenshot
> 
>
>
> File cloud storage in tracker: The tracker capture and event capture apps
> now support file storage for data elements of type file. This allows you to
> use tracker as a document repository, and to upload documentation and files
> related to events or people. Files can be stored either on the Web server
> or sent directly to AWS S3  cloud storage.
>
> Screenshot 1
>  | 2
> 
>
>
> Tracker data audit: Tracker capture and event capture now store the audit
> trail of changes to data and make it readily available by clicking on the
> audit icon next to each input field in the form. This is useful to view
> historical changes to information and a requirement in many settings where
> sensitive data is being stored.
>
> Screenshot 
>
>
> Improved tracker capture: The tracker capture app has received a range of
> improvements.
>
> - Yes/No fields are rendered as radio-buttons instead of drop-downs for
> faster data entry.
>
> Screenshot  | Demo
> 
>
>
> - The enrollment and active programs widget have been merged for better
> usability.
>
> Screenshot 
>
> - Easy search for option sets: Option sets can be searched from within the
> data entry widget.
>
> Screenshot 
>
> - Enrollments can be incompleted in order to change existing values.
>
> Screenshot 
>
> - You can filter for people who have a scheduled event today.
>
> Screenshot
> 
>
> - Events of repeatable program stages can be viewed and edited in a list.
>
> Screenshot 1
> 
> | 2
> 
>
> - Tracker data element and attribute values can contain up to 50’000
> characters.
>
> - The widgets in the tracker dashboard displays a loading indicator until
> data is available.
>
> - Whether to include due date input field can be configured per program.
>
> - Whether to list people on the front page can be configured per program.
>
>
> Encryption: Tracker now lets you encrypt identifiable / confidential
> information in the database. You can set a tracked attribute to
> “confidential”, which will encrypt the information you capture for it. This
> protects against attacks directly against the database. Note that due to
> the nature of encryption you cannot query or do analytics for encrypted
> attributes. Encryption requires some extra configuration which is outlined
> in the docs.
>

[Dhis2-devs] Bug in option set while cloning

2017-10-06 Thread Seid Hussein
Hi all,

We were cloning option sets and it appears that while the new option set
will get all the options in the original one, the options are removed from
the old option set.

I have recreated the issue on the demo site as well.

Regards,


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


Re: [Dhis2-devs] [Dhis2-users] Bulk partial update

2018-03-17 Thread Seid Hussein
Hi Djibril,

You can make an export of your organization units in the format of your
choice (CSV will be easier), make the changes on only on the code, and
import the file, that would work fine.

Regards,

On Saturday, March 17, 2018, DJIBRIL Hakim  wrote:

> Hi all,
> I want to do partial upate on organisationUnit code by bulk way.
>
> I have to update among 200 organisationUnits only for Code field.
>
> How to do that, I read this part of documentation  webapi_partial_updates
> 
> but this is for just one element.
> Best
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Download event list as CSV not working

2018-04-12 Thread Seid Hussein
Hi all,

I was testing 2.29 and the download event list as CSV in Event capture is
not working while XML and JSON are working fine. I have tested this on the
demo site as well.

Is this intentional? Is support for CSV droppped or is it a bug?

-- 


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


Re: [Dhis2-devs] Download event list as CSV not working

2018-04-12 Thread Seid Hussein
Hi Henning,

Sorry if I was not clear. What's not working was in event capture there's a
list of events already recorded. Adjacent to the show/hide button, there's
a download list button.

While the option for JSON and XML are working fine, the CSV option doesn't
work.

I've confirmed the same is true on the demo site earlier.

Regards,


On Thursday, April 12, 2018, Henning Håkonsen  wrote:

> Hi,
>
> What is not working? Can you include some more information - the url,
> payload, exception?
>
> Regards,
> Henning Håkonsen
> henn...@dhis2.org
>
>
>
>
> On 12 Apr 2018, at 11:19, Seid Hussein  wrote:
>
> Hi all,
>
> I was testing 2.29 and the download event list as CSV in Event capture is
> not working while XML and JSON are working fine. I have tested this on the
> demo site as well.
>
> Is this intentional? Is support for CSV droppped or is it a bug?
>
> --
>
>
> Seid,
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
>

-- 


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


Re: [Dhis2-devs] [Dhis2-users] Download event list as CSV not working

2018-04-16 Thread Seid Hussein
My bad, thanks it's indeed because it was blocked by Chrome.

Thanks again,

On Thu, Apr 12, 2018 at 4:17 PM, Daniel Futerman 
wrote:

> Hi Seid,
>
> This may be to do with your web browser registering the CSV download as a
> pop-up, and blocking this.
> If you're using Chrome, can you check to the right of the URL bar if you
> see something like this:
>
>
> If so, you should be able to click on that and choose to allow pop-ups
> from the site.
> After this, the CSV download should work fine.
>
> Regards,
> Daniel.
>
>
>
>
>
> *Daniel FutermanLead Architect *
> *Digital Health Division | Jembi Health Systems NPC | South Africa*
>
> *Mobile: +27836035424 | Skype:
> daniel.futermanE-mail: daniel.futer...@jembi.org
> *
>
> --
> This e-mail contains proprietary and confidential information, some or all
> of which may be legally privileged. It is for the intended recipient only.
> If an addressing or transmission error has misdirected this e-mail, please
> notify the author by replying to this e-mail and then deleting same. If you
> are not the intended recipient you must not use, disclose, distribute,
> copy, print or rely on this e-mail. Jembi Health Systems NPO, its
> subsidiaries and associated companies are not liable for the security of
> information sent by e-mail and accepts no liability whatsoever for any
> loss, damage or expense resulting, directly or indirectly, from the access
> of this e-mail or any attachments hereto.
>
> On Thu, Apr 12, 2018 at 3:02 PM, Seid Hussein  wrote:
>
>> Hi Henning,
>>
>> Sorry if I was not clear. What's not working was in event capture there's
>> a list of events already recorded. Adjacent to the show/hide button,
>> there's a download list button.
>>
>> While the option for JSON and XML are working fine, the CSV option
>> doesn't work.
>>
>> I've confirmed the same is true on the demo site earlier.
>>
>> Regards,
>>
>>
>> On Thursday, April 12, 2018, Henning Håkonsen  wrote:
>>
>>> Hi,
>>>
>>> What is not working? Can you include some more information - the url,
>>> payload, exception?
>>>
>>> Regards,
>>> Henning Håkonsen
>>> henn...@dhis2.org
>>>
>>>
>>>
>>>
>>> On 12 Apr 2018, at 11:19, Seid Hussein  wrote:
>>>
>>> Hi all,
>>>
>>> I was testing 2.29 and the download event list as CSV in Event capture
>>> is not working while XML and JSON are working fine. I have tested this on
>>> the demo site as well.
>>>
>>> Is this intentional? Is support for CSV droppped or is it a bug?
>>>
>>> --
>>>
>>>
>>> Seid,
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>>
>>
>> --
>>
>>
>> Seid,
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-users
>> Post to : dhis2-us...@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-users
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>


-- 


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


Re: [Dhis2-devs] Android app error "Bad server response"

2015-03-08 Thread Seid Hussein
Hi Araz,

Checked it on the global demo and it's working.

Regards,


Seid,

On Sun, Mar 1, 2015 at 3:11 PM, Araz Abishov 
wrote:

> Hello Seid,
>
> I have fixed the issue and pushed new version of app to google play.
> Please, check it out.
>
> Best Regards,
> Araz
>
> On Wed, Feb 25, 2015 at 11:09 AM, Seid Hussein 
> wrote:
>
>> Thanks a lot Araz,
>>
>> I will be checking for the update
>>
>>
>> On Wed, Feb 25, 2015 at 9:22 AM, Araz Abishov <
>> araz.abishov.g...@gmail.com> wrote:
>>
>>> Hello Seid,
>>>
>>> I have already found the issue. I will push the fix as soon as possible.
>>>
>>> Best Regards,
>>> Araz
>>>
>>> On Tue, Feb 24, 2015 at 4:24 PM, Seid Hussein 
>>> wrote:
>>>
>>>> Hi all,
>>>>
>>>> We have been planning to deploy the DHIS2 data capture app on Android
>>>> devices here in Ethiopia. However, even though we have been successful in
>>>> logging in the app, it doesn't load any of the forms and gives an error
>>>> "Bad server response". The same is true for the DHIS2 global demo.
>>>>
>>>> Any thoughts?
>>>>
>>>>
>>>> Seid,
>>>>
>>>>
>>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Problem while entering dates

2015-03-08 Thread Seid Hussein
Hi all,

We are facing a problem while entering dates. Though it is possible to
enter dates in the first date entry of a form (whether your first entry is
in the top, middle or last part of the form), any subsequent entry in other
fields ends up editing the first entry.

When I tried to enter the dates, by writing them myself, it accepts. It is
the mouse-driven selection and entry that has this behavior.

We are using 2.13 and tested it both on latest Chrome and Firefox.

Any thoughts?



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


Re: [Dhis2-devs] Problem while entering dates

2015-03-09 Thread Seid Hussein
I suspected that. Actually we are planning to migrate to 2.18 in the coming
weeks. We will bring forward the migration and I hope it gets solved.

Thanks a lot for your quick response.

Regards,


Seid,

On Mon, Mar 9, 2015 at 10:59 AM, Jason Pickering <
jason.p.picker...@gmail.com> wrote:

> Here was the bug I mentioned
>
> https://bugs.launchpad.net/dhis2/+bug/1300614
>
> Again, not sure it has been fixed. Does not look like it from the bug
> report.
>
> On Mon, Mar 9, 2015 at 8:57 AM, Jason Pickering <
> jason.p.picker...@gmail.com> wrote:
>
>> Hi Seid,
>>
>> This was a bug reported some time back, but which may have been fixed in
>> subsequent versions. Any chance you can upgrade to 2.18, or at least maybe
>> reproduce the bug  on the demo server (apps.dhis2.org/demo) to see if it
>> is still there?
>>
>> Regards,
>> Jason
>>
>>
>> On Mon, Mar 9, 2015 at 7:43 AM, Seid Hussein  wrote:
>>
>>> Hi all,
>>>
>>> We are facing a problem while entering dates. Though it is possible to
>>> enter dates in the first date entry of a form (whether your first entry is
>>> in the top, middle or last part of the form), any subsequent entry in other
>>> fields ends up editing the first entry.
>>>
>>> When I tried to enter the dates, by writing them myself, it accepts. It
>>> is the mouse-driven selection and entry that has this behavior.
>>>
>>> We are using 2.13 and tested it both on latest Chrome and Firefox.
>>>
>>> Any thoughts?
>>>
>>>
>>>
>>> Seid,
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-devs
>>> Post to : dhis2-devs@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-devs
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Jason P. Pickering
>> email: jason.p.picker...@gmail.com
>> tel:+46764147049
>>
>
>
>
> --
> Jason P. Pickering
> email: jason.p.picker...@gmail.com
> tel:+46764147049
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-devs] Bug in 2.18 data entry?

2015-06-04 Thread Seid Hussein
Did anyone get a solution for this? The same is happening with us with data
entry level users but working for the Superuser.

The form is not loading at all like Olav said.

On Mon, May 4, 2015 at 10:00 PM, Olav Poppe  wrote:

> Hi, thanks, sharing is set to public for the datasets in question (and all
> the others), so I don’t think that is the issue.
>
> I actually see now that the form is now not loading at all for the regular
> user (it is not just the existing data values), but works fine for the
> superuser - both after clearing cache.
>
> Olav
>
>
>
> 4. mai 2015 kl. 18.45 skrev Lars Helge Øverland :
>
> Hi Olav,
>
> can you check if you have set "sharing" to this specific data set to
> non-public? I.e. to "public access" = "none". It might be that the current
> user cannot access the data set.
>
> Lars
>
>
> On Thu, Apr 30, 2015 at 9:59 AM, Olav Poppe  wrote:
>
>> Hi again,
>> any other suggestions for this? It is causing a lot of confusion, and I’m
>> struggling to figure out what the problem might be.
>>
>> Olav
>>
>>
>> 28. apr. 2015 kl. 17.16 skrev Olav Poppe :
>>
>> Hi,
>> thanks for the suggestion. I did that now (and cleared both nginx and
>> browser caches), but I still have the same problem.
>>
>> Olav
>>
>>
>>
>> 28. apr. 2015 kl. 16.52 skrev Dan Cocos :
>>
>> Hi Olav,
>>
>> I saw something like this happen recently as well, updating to the latest
>> 2.18 resolved the problem.
>>
>> Thanks,
>> Dan
>>
>>
>> *Dan Cocos*
>> BAO Systems
>> www.baosystems.com
>> T: +1 202-352-2671 | skype: dancocos
>>
>> On Apr 28, 2015, at 10:50 AM, Olav Poppe  wrote:
>>
>> Hi, I’m experiencing a strange problem after upgrading from 2.16 to 2.18
>> (through 2.17): for certain datasets, regular users do not see existing
>> data in the data entry screen (and in some cases no form either, but not
>> sure if the two issues are related). For superusers, there is no problem.
>>
>> I’ve tried to open the getDataValues URL with a "data entry user" account
>> to see if I could see the raw values, but it is emtpy (like this: ..
>> /dhis/dhis-web-dataentry/getDataValues.action?periodId=201503&dataSetId=SVxIdNuoFxg&organisationUnitId=vrV9Pt3ByZQ&multiOrganisationUnit=false
>> ).
>> However, when I do this I see this following in the tomcat log, where the
>> key part seems to be "data set: null":
>> * WARN  2015-04-28 14:42:21,638 Illegal input, org unit:
>> [IdentifiableObject: id='11363', uid='vrV9Pt3ByZQ', code='null', name='CSPS
>> Boundoré', created='2012-07-11 17:27:02.358', lastUpdated='2014-02-19
>> 10:50:26.545', class='class
>> org.hisp.dhis.organisationunit.OrganisationUnit"'], period: [Monthly: Sun
>> Mar 01 00:00:00 UTC 2015 - Tue Mar 31 00:00:00 UTC 2015], data set: null
>> (GetDataValuesForDataSetAction.java [tomcat-http-54])
>>
>> Opening the exact same URL with a superuser account gives the existing
>> values as expected, and no error in the tomcat log.
>>
>> Some additional info on the datasets causing problems:
>> - sharing is not used, i.e. public: read and write
>> - approval is not enabled
>> - expiry/locking is not enabled
>> - the users roles all have see data entry module, add data value, delete
>> data value and have the dataset assigned.
>>
>> Any ideas? The issue was not picked up when testing 2.18, so it is
>> happening on a production database - a quick response would be appreciated!
>>
>> Thanks
>> Olav
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>>
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Fiscal quarters crossing calendar years

2015-09-03 Thread Seid Hussein
Hi all,

We have a unique requirement here in Ethiopia. We have 13 months with the
first 12 having 30 days each and the 13th one having 5 or 6 depending on
leap year. Since data about the 13th month is moved to the first month of
the next year (even when collected manually), we did not face any problems
regarding that.

But we are facing a challenge in defining quarters. The fiscal year of
Ethiopia starts in month 11 of the last year, effectively making quarter I
happen in two different years. However, DHIS2 does not handle such quarters.

Have any of you faced these kind of challenges in other implementations in
other countries? If so, how did you handle it?

Your comments and suggestions are appreciated.


Regards,


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


[Dhis2-devs] New aggregation operators

2015-10-09 Thread Seid Hussein
Hi all,

We have a peculiar aggregation need here. I don't know if any other country
uses it or it is only Ethiopia but here it is.

Consider this data element which is collected monthly:

*Number of adults and children who are currently on ART - **First Line
Regimen *

When analyzing data for a year, the last month's data shall always be taken
rather than the summation or average of the data values.

There are a few data elements like this we  capture every month.


However, the current aggregation operators cannot handle this. The max and
the min operators may be the closest ones to handle this (for data that
increases and decreases over time respectively).

Would it be possible to add one more aggregation operator that always takes
the last period's value when the aggregation is across periods and when it
is hierarchically it sums the last period's values of each captured data.

Regards,


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


[Dhis2-devs] Request for new aggregation operator

2015-10-12 Thread Seid Hussein
Hi all,

We have a peculiar aggregation need here. I don't know if any other country
uses it or it is only Ethiopia but here it is.

Consider this data element which is collected monthly:

*Number of adults and children who are currently on ART - **First Line
Regimen *

When analyzing data for a year, the last month's data shall always be taken
rather than the summation or average of the data values.

There are a few data elements like this we  capture every month.


However, the current aggregation operators cannot handle this. The max and
the min operators may be the closest ones to handle this (for data that
increases and decreases over time respectively).

Would it be possible to add one more aggregation operator that always takes
the last period's value when the aggregation is across periods and when it
is hierarchically it sums the last period's values of each captured data.

Regards,


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


Re: [Dhis2-devs] dhis version 2.21 is released

2015-10-22 Thread Seid Hussein
Thanks a lot Dev team.

Here in Ethiopia we will test and report.

Seid,

On 10/21/15, Lars Helge Øverland  wrote:
> Hi all,
>
> DHIS version 2.21 is out with a lot of great new features and improvements.
>
> Log in with admin/district on the demo 
> system.
>
> File cloud storage: You can now upload and store large files directly from
> data entry forms. Data elements can have a file value type and render as
> file upload widgets in forms. Files can be stored either on the Web server
> or sent directly to AWS S3  cloud storage,
> which in practice provides unlimited storage capacity. This capability
> allows you to use DHIS 2 as a general document repository which can be
> utilized for project management, documentation, CMS and many other
> purposes.
>
> File storage currently works for aggregate data entry forms - tracker
> coming up. Have a look at the “Project management” data set in data entry
> on the demo:
>
> Demo  | Docs
> 
> | Screenshot 
>
>
> Settings app: The settings front-end has been re-written as a true app. It
> features real-time saving, search for settings and a fresh new look.
>
> Demo  | Docs
>  | Screenshot
> 
>
>
> Data import constraints: Several optional constraints for data import can
> be enabled to provide stricter control of the data being imported. These
> include require period to be of same type as data set, data element to be
> assigned to data set through org units, and more. The import constraints
> can be enabled in settings app under “data import”.
>
> Docs 
>
>
>
> ANALYTICS FEATURES
>
> ---
>
> Functions and variables in program indicators: Program indicators support a
> range of functions and variables. Functions allows for conditional
> statements, calculation of number of days between dates and more. Variables
> allows you to insert e.g. event date, enrollment date and value count into
> expressions. This is useful for example to calculate “inpatient bed days”
> and complex scores.
>
> Docs  | Demo
> 1
>  | 2
> 
> | Screenshot
> 1  | 2
>  |
> 3
>  | 4
> 
> |
>
>
> Custom aggregation types: A program indicator now has an aggregation type
> property with the standard options such as sum, avg, count, std dev min,
> max. When set to custom, the indicator expression can contain inline
> aggregation types, allowing for greater control over aggregation.
>
> Docs  |
> Screenshot
> 
>
>
> Program indicators and data elements in GIS: The GIS app lets you analyse
> program indicators, attributes and data elements on maps.
>
> Demo
> 
> | Screenshot 1
> 
> | 2 
>
>
> Program indicators in event reports: The individual event overview supports
> program indicators, which allows you to display calculations per event
> directly in the overview.
>
> Demo
> 
> | Screenshot
> 
>
>
> Download data dump: Pivot table lets you download data in CSV format
> directly without first rendering the data in the Web browser (which might
> lead to the browser freezing for large data volumes). This allows you to
> download much larger batches of data which is useful for later offline
> analysis.
>
> Screenshot 
>
>
> Complete events only option: All analysis apps provides an option for only
> including completed events in the aggregation process. This is useful e.g.
> to exclude partial events in indicator calculations.
>
> Screenshot
> 
>
>
> Full precision option: Pivot table has an option for “skip rounding” of
> values, i.e. full precision of values. This

[Dhis2-devs] Android app error "Bad server response"

2015-02-24 Thread Seid Hussein
Hi all,

We have been planning to deploy the DHIS2 data capture app on Android
devices here in Ethiopia. However, even though we have been successful in
logging in the app, it doesn't load any of the forms and gives an error
"Bad server response". The same is true for the DHIS2 global demo.

Any thoughts?


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


Re: [Dhis2-devs] Android app error "Bad server response"

2015-02-24 Thread Seid Hussein
Thanks a lot Araz,

I will be checking for the update


On Wed, Feb 25, 2015 at 9:22 AM, Araz Abishov 
wrote:

> Hello Seid,
>
> I have already found the issue. I will push the fix as soon as possible.
>
> Best Regards,
> Araz
>
> On Tue, Feb 24, 2015 at 4:24 PM, Seid Hussein  wrote:
>
>> Hi all,
>>
>> We have been planning to deploy the DHIS2 data capture app on Android
>> devices here in Ethiopia. However, even though we have been successful in
>> logging in the app, it doesn't load any of the forms and gives an error
>> "Bad server response". The same is true for the DHIS2 global demo.
>>
>> Any thoughts?
>>
>>
>> Seid,
>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Analytics running even without scheduling

2014-07-10 Thread Seid Hussein
Hi all,

We have been facing a problem these days where we are trying to run the
DHIS2 database locally even though it is working without a problem on our
Amazon EC2 server.

Whenever tomcat starts, it immediately goes to running analytics and we can
not get in to any of the modules since it hangs up on that specific task.
It hangs on like that for hours. This happens even if we have stopped the
datamart and analytics schedule.

I check my JAVA_OPTS and we have

-Xmx4000m -Xms2000m -XX:MaxPermSize=500m -XX:PermSize=300m

which should be more than enough.

I have a 6GB RAM Windows 8.1 machine, with the latest java build.


All the best,


Seid,
2014-07-10 15:22:20 Commons Daemon procrun stdout initialized
* INFO  2014-07-10 15:23:11,104 System property dhis2.home not set 
(DefaultLocationManager.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:11,108 Environment variable DHIS2_HOME points to 
C:\Users\seid\dhis2 (DefaultLocationManager.java [localhost-startStop-1])
* WARN  2014-07-10 15:23:12,247 HHH000223: Recognized obsolete hibernate 
namespace http://hibernate.sourceforge.net/. Use namespace 
http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 
(DTDEntityResolver.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:14,238 Hibernate configuration loaded, using dialect: 
org.hibernate.dialect.PostgreSQLDialect 
(DefaultHibernateConfigurationProvider.java [localhost-startStop-1])
* WARN  2014-07-10 15:23:15,800 HHH000223: Recognized obsolete hibernate 
namespace http://hibernate.sourceforge.net/. Use namespace 
http://www.hibernate.org/dtd/ instead. Refer to Hibernate 3.6 Migration Guide! 
(DTDEntityResolver.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:36,202 Found the following message senders: 
[org.hisp.dhis.message.EmailMessageSender@2a5967a4, 
org.hisp.dhis.sms.SmsMessageSender@53a355b4] (DefaultMessageService.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:42,345 Detecting apps: [] (DefaultAppManager.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:42,456 SMSLib: A Java API library for sending and 
receiving SMS via a GSM modem or other supported gateways.
This software is distributed under the terms of the Apache v2.0 License.
Web Site: http://smslib.org (Service.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:42,456 Version: 3.5.3 (Service.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:42,457 JRE Version: 1.7.0_55 (Service.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:42,457 JRE Impl Version: 24.55-b03 (Service.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:42,457 O/S: Windows 8 / amd64 / 6.2 (Service.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:46,574 Executing startup routine [1 of 11, runlevel 
1]: TableAlteror (DefaultStartupRoutineExecutor.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:56,306 Tables updated (TableAlteror.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:56,307 Executing startup routine [2 of 11, runlevel 
1]: MapViewUpgrader (DefaultStartupRoutineExecutor.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:56,582 Executing startup routine [3 of 11, runlevel 
2]: IdentityPopulator (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:57,683 Executing startup routine [4 of 11, runlevel 
2]: PeriodTypePopulator (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:57,692 Executing startup routine [5 of 11, runlevel 
3]: TableCreator (DefaultStartupRoutineExecutor.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:57,720 Executing startup routine [6 of 11, runlevel 
3]: DataElementDefaultDimensionPopulator (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:23:58,003 Linked default category with default concept 
(DataElementDefaultDimensionPopulator.java [localhost-startStop-1])
* INFO  2014-07-10 15:23:58,496 Executing startup routine [7 of 11, runlevel 
4]: PatientTableAlteror (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:24:01,425 Executing startup routine [8 of 11, runlevel 
5]: DataEntryFormUpgrader (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:24:01,459 Upgraded custom case entry form identifiers: 21 
(DataEntryFormUpgrader.java [localhost-startStop-1])
* INFO  2014-07-10 15:24:01,463 Executing startup routine [9 of 11, runlevel 
6]: ExpressionUpgrader (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:24:01,568 Executing startup routine [10 of 11, runlevel 
7]: ConfigurationPopulator (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:24:01,577 Executing startup routine [11 of 11, runlevel 
7]: I18nLocalePopulator (DefaultStartupRoutineExecutor.java 
[localhost-startStop-1])
* INFO  2014-07-10 15:24:01,588 All startup routines done 
(DefaultStartupRoutineExecutor.java [localhost-startStop-1])
* INFO  2014-07-10 15:

Re: [Dhis2-devs] Analytics running even without scheduling

2014-07-10 Thread Seid Hussein
Thanks a lot Lars,

It seems to be working after deleting 'keySchedTasks'.


Seid,


On Thu, Jul 10, 2014 at 3:53 PM, Lars Helge Øverland 
wrote:

> Hi,
>
> that sounds weird. Try deleting the system setting record that controls
> scheduling and restart server.
>
> delete from systemsetting where name='keySchedTasks';
>
>
>
>
> On Thu, Jul 10, 2014 at 2:42 PM, Seid Hussein  wrote:
>
>> Hi all,
>>
>> We have been facing a problem these days where we are trying to run the
>> DHIS2 database locally even though it is working without a problem on our
>> Amazon EC2 server.
>>
>> Whenever tomcat starts, it immediately goes to running analytics and we
>> can not get in to any of the modules since it hangs up on that specific
>> task. It hangs on like that for hours. This happens even if we have stopped
>> the datamart and analytics schedule.
>>
>> I check my JAVA_OPTS and we have
>>
>> -Xmx4000m -Xms2000m -XX:MaxPermSize=500m -XX:PermSize=300m
>>
>> which should be more than enough.
>>
>> I have a 6GB RAM Windows 8.1 machine, with the latest java build.
>>
>>
>> All the best,
>>
>>
>> Seid,
>>
>> ___
>> Mailing list: https://launchpad.net/~dhis2-devs
>> Post to : dhis2-devs@lists.launchpad.net
>> Unsubscribe : https://launchpad.net/~dhis2-devs
>> More help   : https://help.launchpad.net/ListHelp
>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Error while assigning datasets

2013-10-03 Thread Seid Hussein
Hi all,

We were testing our implementation of DHIS2 today and we were trying a lot
of scenarios. And we have come across (a bug maybe?) while working with
datasets.

Here are the steps we followed.


   - We created new data elements
   - We created a new data set and added the newly created dataelements
   - We assigned the dataset to organisation units
   - We added data to the dataset
   - Then we deleted the dataset without deleting the data
   - We created a new dataset and added the same dataelements
   - But when we try to assign the dataset to an organisation unit an error
   happens

I have attached the log file of all the process I wrote above.

I have done the same thing on the demo site and the same problem happens.

Please have a look.
INFO: Server startup in 125960 ms
* INFO  2013-10-03 16:13:25,772 Login success for user: 'admin', ip: 
'127.0.0.1' (DefaultUserAuditService.java [http-bio-8090-exec-4])
* INFO  2013-10-03 16:13:46,656 'admin' create 
org.hisp.dhis.dataelement.DataElement, name: Test_DE1, uid: YFeTyfRiXCF 
(AuditLogUtil.java [http-bio-8090-exec-4])
* INFO  2013-10-03 16:13:46,716 'admin' update 
org.hisp.dhis.dataelement.DataElement, name: Test_DE1, uid: YFeTyfRiXCF 
(AuditLogUtil.java [http-bio-8090-exec-4])
* INFO  2013-10-03 16:13:57,421 'admin' create 
org.hisp.dhis.dataelement.DataElement, name: Test_DE2, uid: jKNniSSm0bS 
(AuditLogUtil.java [http-bio-8090-exec-1])
* INFO  2013-10-03 16:13:57,427 'admin' update 
org.hisp.dhis.dataelement.DataElement, name: Test_DE2, uid: jKNniSSm0bS 
(AuditLogUtil.java [http-bio-8090-exec-1])
* INFO  2013-10-03 16:14:24,323 'admin' create org.hisp.dhis.dataset.DataSet, 
name: Test DS1, uid: bHPRyfv2VbX (AuditLogUtil.java [http-bio-8090-exec-2])
* INFO  2013-10-03 16:14:40,596 'admin' update org.hisp.dhis.dataset.DataSet, 
name: Test DS1, uid: bHPRyfv2VbX (AuditLogUtil.java [http-bio-8090-exec-7])
* INFO  2013-10-03 16:14:58,905 'admin' create org.hisp.dhis.period.Period, 
name: 201309, uid: 201309 (AuditLogUtil.java [http-bio-8090-exec-5])
* INFO  2013-10-03 16:15:09,382 'admin' update 
org.hisp.dhis.dataelement.DataElement, name: Test_DE2, uid: jKNniSSm0bS 
(AuditLogUtil.java [http-bio-8090-exec-5])
* INFO  2013-10-03 16:15:09,387 'admin' update 
org.hisp.dhis.dataelement.DataElement, name: Test_DE1, uid: YFeTyfRiXCF 
(AuditLogUtil.java [http-bio-8090-exec-5])
* INFO  2013-10-03 16:15:09,417 'admin' update 
org.hisp.dhis.organisationunit.OrganisationUnit, name: Amber zuria, uid: 
NDFCzYUzGJ0 (AuditLogUtil.java [http-bio-8090-exec-5])
* INFO  2013-10-03 16:15:09,538 Deleted objects associated with object of type 
DataSet (DefaultDeletionManager.java [http-bio-8090-exec-5])
* INFO  2013-10-03 16:15:09,540 'admin' delete org.hisp.dhis.dataset.DataSet, 
name: Test DS1, uid: bHPRyfv2VbX (AuditLogUtil.java [http-bio-8090-exec-5])
* INFO  2013-10-03 16:15:31,018 'admin' create org.hisp.dhis.dataset.DataSet, 
name: NEW DS1, uid: KvQQ1aUigKA (AuditLogUtil.java [http-bio-8090-exec-7])
* ERROR 2013-10-03 16:15:43,009 Error while executing action 
(ExceptionInterceptor.java [http-bio-8090-exec-6])
org.hibernate.ObjectNotFoundException: No row with the given identifier exists: 
[org.hisp.dhis.dataset.DataSet#4128]
at 
org.hibernate.internal.SessionFactoryImpl$1$1.handleEntityNotFound(SessionFactoryImpl.java:244)
at 
org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:212)
at 
org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:262)
at 
org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:150)
at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1091)
at 
org.hibernate.internal.SessionImpl.internalLoad(SessionImpl.java:1018)
at org.hibernate.type.EntityType.resolveIdentifier(EntityType.java:651)
at org.hibernate.type.ManyToOneType.assemble(ManyToOneType.java:266)
at 
org.hibernate.collection.internal.PersistentSet.initializeFromCache(PersistentSet.java:141)
at 
org.hibernate.cache.spi.entry.CollectionCacheEntry.assemble(CollectionCacheEntry.java:57)
at 
org.hibernate.event.internal.DefaultInitializeCollectionEventListener.initializeCollectionFromCache(DefaultInitializeCollectionEventListener.java:141)
at 
org.hibernate.event.internal.DefaultInitializeCollectionEventListener.onInitializeCollection(DefaultInitializeCollectionEventListener.java:68)
at 
org.hibernate.internal.SessionImpl.initializeCollection(SessionImpl.java:1848)
at 
org.hibernate.collection.internal.AbstractPersistentCollection$4.doWork(AbstractPersistentCollection.java:549)
at 
org.hibernate.collection.internal.AbstractPersistentCollection.withTemporarySessionIfNeeded(AbstractPersistentCollection.java:234)
at 
org.hibernate.collection.internal.AbstractPersistentCollection.initialize(AbstractPersistentCollection.java:545)
at 

Re: [Dhis2-devs] Error while assigning datasets

2013-10-03 Thread Seid Hussein
A follow up,

I think the problem happens when you are trying to assign to an
organisation unit that has recorded data for those specific data elements.
When I assign the same dataset to another organisation unit, no error
happens.


On Thu, Oct 3, 2013 at 4:21 PM, Seid Hussein  wrote:

> Hi all,
>
> We were testing our implementation of DHIS2 today and we were trying a lot
> of scenarios. And we have come across (a bug maybe?) while working with
> datasets.
>
> Here are the steps we followed.
>
>
>- We created new data elements
>- We created a new data set and added the newly created dataelements
>- We assigned the dataset to organisation units
>- We added data to the dataset
>- Then we deleted the dataset without deleting the data
>- We created a new dataset and added the same dataelements
>- But when we try to assign the dataset to an organisation unit an
>error happens
>
> I have attached the log file of all the process I wrote above.
>
> I have done the same thing on the demo site and the same problem happens.
>
> Please have a look.
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] Individual records aggregation

2013-11-19 Thread Seid Hussein
Hi all,

We are currently using DHIS 2.13 for Single Event Without Registration
after facing problems with version 2.12 in aggregating Number data types in
patient domain (sum of data values)

However, it seems that although DHIS 2.13 has fixed the problem of not
aggregating Number data types with patient domain, is not aggregating
Individual records with option sets (counting the number of visits), hence
the reverse has come true.

When I try to recreate the problem on the demo application, I cannot enter
records on the program stage I created and assigned it to organisation
units, it's not showing the program in Individual Records module after
selecting the organisation unit. I tried this after clearing caches, using
incognito mode in chrome and private browsing in Firefox.

Is it working for anybody else? Can you point to some solutions?


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


[Dhis2-devs] Option set aggregation problem

2013-11-20 Thread Seid Hussein
Hi all,

Sorry for writing this again, but I thought may be my description of the
problem was not good.

We have currently switched to DHIS 2.13 after facing problems with version
2.12 in aggregating Number data types in patient domain (sum of data
values) for Single Event Without Registration.

However, it seems that although DHIS 2.13 has fixed the problem of not
aggregating Number data types with patient domain, is not aggregating
Individual records with option sets (counting the number of visits).

When I try to recreate the problem on the demo application, I cannot enter
records on the program stage because for some reason, the program I
assigned to the organisation units is not available in program list (in
Individual records).

I have tr cleied aring caches, using incognito mode in chrome and private
browsing in Firefox.

Is it working for anybody else? Can you point to some solutions?
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp


[Dhis2-devs] [Bug 1253062] [NEW] Option sets are not getting aggregated

2013-11-20 Thread Seid Hussein
Public bug reported:

Data (events) recorded as option sets are not getting aggregated. While
aggregation of number data type in event registration is working fine,
the same is not working for option sets.

** Affects: dhis2
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1253062

Title:
  Option sets are not getting aggregated

Status in DHIS 2:
  New

Bug description:
  Data (events) recorded as option sets are not getting aggregated.
  While aggregation of number data type in event registration is working
  fine, the same is not working for option sets.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1253062/+subscriptions

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


[Dhis2-devs] [Bug 1253062] Re: Option sets are not getting aggregated

2013-12-03 Thread Seid Hussein
** Tags added: 2.13 aggregation option patient registration set single-
event without

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1253062

Title:
  Option sets are not getting aggregated

Status in DHIS 2:
  New

Bug description:
  Data (events) recorded as option sets are not getting aggregated.
  While aggregation of number data type in event registration is working
  fine, the same is not working for option sets.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1253062/+subscriptions

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


[Dhis2-devs] [Bug 1253062] Re: Individual record option sets are not being aggregated

2013-12-05 Thread Seid Hussein
** Summary changed:

- Option sets are not getting aggregated
+ Individual record option sets are not being aggregated

** Description changed:

  Data (events) recorded as option sets are not getting aggregated. While
  aggregation of number data type in event registration is working fine,
- the same is not working for option sets.
+ the same is not working for option sets. But in version 2.12 the option
+ set aggregation used to work while the number type aggregation was not
+ working.

-- 
You received this bug notification because you are a member of DHIS 2
developers, which is subscribed to DHIS.
https://bugs.launchpad.net/bugs/1253062

Title:
  Individual record option sets are not being aggregated

Status in DHIS 2:
  New

Bug description:
  Data (events) recorded as option sets are not getting aggregated.
  While aggregation of number data type in event registration is working
  fine, the same is not working for option sets. But in version 2.12 the
  option set aggregation used to work while the number type aggregation
  was not working.

To manage notifications about this bug go to:
https://bugs.launchpad.net/dhis2/+bug/1253062/+subscriptions

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


Re: [Dhis2-devs] How to backup my database using psql shell on windows

2014-01-21 Thread Seid Hussein
Hi Gerald,

Open Command Prompt and use the following command.

pg_dump -U usename db_name > PathToFile\FileName.sql


I hope it helps,

Seid,


On Wed, Jan 22, 2014 at 2:44 AM, Gerald Thomas wrote:

>  Dear Support,
> Please I need to make a backup of my dhis database on a windows PC using
> the psql shell. Please can someone help with the command and always where
> can I locate this file after  the backup had been completed.
>
> Sent from Windows Mail
>
>
> ___
> Mailing list: https://launchpad.net/~dhis2-devs
> Post to : dhis2-devs@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-devs
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-devs
Post to : dhis2-devs@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-devs
More help   : https://help.launchpad.net/ListHelp