[Dhis2-users] Multiple Root Organisation Units

2018-06-26 Thread Timothy Harding
Hello DHIS 2 Users List!

I noticed that in 2.29 in the SL Demo
<https://play.dhis2.org/2.29/dhis-web-maintenance/#/list/organisationUnitSection/organisationUnit>,
using the user interface, it no longer appears possible to create
additional root Organisation Units (OUs). Nor is it possible to reassign
existing OUs to become a new root OU. So the process to create one is more
tricky, as is assigning your user to it.

I was wondering how many people make use of multiple root OUs in your DHIS
2 servers, and if we should ask for this feature to be brought back to the
user interface, or disallowed entirely?

Thanks!



*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 507, Washington D.C. 20007
___
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] New 2.29 User Roles and Datasets

2018-03-27 Thread Timothy Harding
I gave it a shot on play demo, the steps to reproduce are:

Make dataset as Admin
Assign to OU
Look for dataset
It doesn't show up


*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007

On Mon, Mar 19, 2018 at 1:51 PM, Viet Nguyen <v...@dhis2.org> wrote:

> Hi Timothy,
>
> If you are talking about Data Entry app, then yes. That user should be
> able to see the public DataSet in the drop down list.
>
> Can you try again on https://play.dhis2.org/2.29/ server. If same issue
> occurs, please create a jira issue with detailed steps to reproduce. I will
> check.
>
> Regards,
>
>
> On Mon, Mar 19, 2018 at 9:21 PM, Timothy Harding <thard...@baosystems.com>
> wrote:
>
>> Quick Question!
>>
>> In 2.29 I've created a public dataset, but a user who is not superuser
>> (but has all the necessary datavalue authorities and is a part of that OU)
>> cannot see the public dataset. Must all datasets be shared with a usergroup
>> the user is via:
>>
>>
>>
>> Or should we expect public datasets to be visible to everyone?
>>
>>
>> *Timothy Harding*
>> Sr. Systems Analyst, BAO Systems
>> +1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | 
>> Skype:
>> hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007
>> <https://maps.google.com/?q=2900+K+Street,+Suite+406,+Washington+D.C.+20007=gmail=g>
>>
>> ___
>> 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
>>
>>
>
>
> --
>
> Viet Nguyen
> Software Developer, DHIS 2
> University of Oslo
> http://www.dhis2.org
>
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


[Dhis2-users] New 2.29 User Roles and Datasets

2018-03-19 Thread Timothy Harding
Quick Question!

In 2.29 I've created a public dataset, but a user who is not superuser (but
has all the necessary datavalue authorities and is a part of that OU)
cannot see the public dataset. Must all datasets be shared with a usergroup
the user is via:



Or should we expect public datasets to be visible to everyone?


*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007
___
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] Dataset Custom Forms (CSS & JS)

2018-02-07 Thread Timothy Harding
Hello Makhate,

Couple things!

So first of all, *if* the CSS is for the custom form and the custom form
only, putting them in the source tab like you described *should* work, but
it can be finicky, as DHIS 2 does alter the HTML as it is being displayed.
Best figure out what works in the chrome console and put that in your
custom form.


  /*
 CSS code here
  */


Second, if you want css to work on all pages,
https://docs.dhis2.org/master/en/developer/html/webapi_ui_customization.html
*isn't
the safest place* to keep custom css and js as you have found it does not
work on all pages. There is no way besides forking core to put your own
custom CSS on the react apps unfortunately:

https://jira.dhis2.org/browse/DHIS2-2065
https://jira.dhis2.org/browse/DHIS2-1299
https://jira.dhis2.org/browse/DHIS2-2624




*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007

On Wed, Feb 7, 2018 at 4:48 AM, Makhate Makhate <makhatemakh...@gmail.com>
wrote:

> Thanks,
>
> I ran the POST-request and it looks like it ran successfully because i can
> see the CSS file when i run /api/28/files/style.
>
> One last thing, how do i link/reference that css file? I'm asking this
> because the styling is not working on my forms.
>
> Warmest regards,
> Makhate, ICAP Lesotho
>
> On Wed, Feb 7, 2018 at 7:49 AM, Jason Pickering <
> jason.p.picker...@gmail.com> wrote:
>
>> Did you have a look at our developer documentation on the use of custom
>> CSS/JS?
>>
>> https://docs.dhis2.org/master/en/developer/html/webapi_ui_cu
>> stomization.html
>>
>> This should also work for inline JS in the form.
>>
>> 
>> <!--
>>  JS CODE HERE
>> -->
>> 
>>
>>
>>
>> On Wed, Feb 7, 2018 at 6:38 AM, Makhate Makhate <makhatemakh...@gmail.com
>> > wrote:
>>
>>> Hi Diao,
>>>
>>> Thanks for helping out.
>>>
>>> What do you mean when you say "*it maybe possible to use files*" what
>>> do you mean by files.
>>>
>>> The only trick that I could come up with is doing it like this but it
>>> doesn't quite work:
>>>
>>> 
>>>   /*
>>>  CSS code here
>>>   */
>>> 
>>>
>>> 
>>>
>>> 
>>>
>>> Well, doing it like this, when i hit Preview i can see basic
>>> interactivity but when i load the actuall dataset, it doesn't work.
>>>
>>> Does anyone know exactly where to put JS and CSS code.
>>>
>>> Kind regards,
>>> Makhate,
>>> ICAP Lesotho
>>>
>>> On Tue, Feb 6, 2018 at 5:54 PM, Mamadou Diao Diallo <
>>> diao_dia...@gn.jsi.com> wrote:
>>>
>>>> Hi Makhate,
>>>>
>>>> It maybe possible to use files but I used to paste Javascript code in
>>>> the Source window at the custom form editor, following this link
>>>> https://docs.dhis2.org/master/en/user/html/database_design.h
>>>> tml#d0e36608 see the section *30.5.3.1.2. Custom Forms.*
>>>>
>>>> Best
>>>>
>>>> *Diao*
>>>>
>>>> 30.5.3.1.2. Custom Forms
>>>>
>>>> On Tue, Feb 6, 2018 at 2:30 PM, Makhate Makhate <
>>>> makhatemakh...@gmail.com> wrote:
>>>>
>>>>> ​Hello Communit​y,
>>>>>
>>>>> I am customizing the UI form of our datasets here. We need help on
>>>>> where to put CSS and Javascript files.
>>>>>
>>>>> Kind regards,
>>>>> Makhate Makhate
>>>>> ICAP, Lesotho
>>>>>
>>>>> ___
>>>>> 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
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> *DIALLO Mamadou Diao Conseiller IT, Specialiste de DHIS 2 **( District
>>>> Health Information Software )*
>>>>
>>>>
>>>> *Projet de Renforcement du Système d'Information Sanitaire en Guinée*
>>>> *Phone : 623909413 | 662256106*
>>>> *Skype : diawwdiallo*
>>>> www.jsi.com
>>>>
>>>
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>>
>> --
>> Jason P. Pickering
>> email: jason.p.picker...@gmail.com
>> tel:+46764147049 <+46%2076%20414%2070%2049>
>>
>
>
> ___
> 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] Skinning no longer working?

2017-12-14 Thread Timothy Harding
Knut,

I made a request to add back a bit of branding features in a much more
structured way than just css (which won't work with react based apps at the
moment) and mocked it up here:

https://jira.dhis2.org/browse/DHIS2-2624

If this existed, would it be enough to satisfy your use case? Or would you
need something more granular?



*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007

On Fri, Dec 8, 2017 at 8:29 AM, Timothy Harding <thard...@baosystems.com>
wrote:

> Lars,
>
> Are the custom CSS and JS being loaded in every app again or are there
> plans to do this soon?
>
> https://jira.dhis2.org/browse/DHIS2-2065
>
>
> *Timothy Harding*
> Sr. Systems Analyst, BAO Systems
> +1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
> hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007
>
> On Fri, Dec 8, 2017 at 6:05 AM, Lars Helge Øverland <l...@dhis2.org>
> wrote:
>
>> Hi,
>>
>> yes it seems this ability to change colors did not make it into the new
>> header bar component. I am not sure if we want to carry this option
>> forward, people could instead rely on the web API based UI customization:
>>
>> https://docs.dhis2.org/master/en/developer/html/webapi_ui_cu
>> stomization.html
>>
>>
>> Lars
>>
>>
>> On 7 December 2017 at 16:49, Timothy Harding <thard...@baosystems.com>
>> wrote:
>>
>>> Hello Knut!
>>>
>>> I too am unable to affect the appearance, but in my testing it is more
>>> about specific apps. I filed a bug report about this and I invite you to
>>> take a look: https://jira.dhis2.org/browse/DHIS2-1299
>>>
>>>
>>> *Timothy Harding*
>>> Sr. Systems Analyst, BAO Systems
>>> +1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | 
>>> Skype:
>>> hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007
>>> <https://maps.google.com/?q=2900+K+Street,+Suite+406,+Washington+D.C.+20007=gmail=g>
>>>
>>> On Thu, Dec 7, 2017 at 9:05 AM, Knut Staring <knu...@gmail.com> wrote:
>>>
>>>> Trying to select a different style under System settings -> Appearance,
>>>> selecting a different style seems to have no effect in the online demo?
>>>>
>>>> --
>>>> Knut Staring
>>>>
>>>> Department of Information, Evidence and Research
>>>> World Health Organization, Geneva, Switzerland
>>>> Office: +41 22 791 3683 <+41%2022%20791%2036%2083> Mob1: +33 6 4434
>>>> 2931 <+33%206%2044%2034%2029%2031> Mob2: +47 9188 0522
>>>> Skype: knutstar
>>>>
>>>> ___
>>>> 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
>>>
>>>
>>
>>
>> --
>> Lars Helge Øverland
>> Lead developer, DHIS 2
>> University of Oslo
>> Skype: larshelgeoverland
>> l...@dhis2.org
>> http://www.dhis2.org <https://www.dhis2.org/>
>>
>>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Skinning no longer working?

2017-12-08 Thread Timothy Harding
Lars,

Are the custom CSS and JS being loaded in every app again or are there
plans to do this soon?

https://jira.dhis2.org/browse/DHIS2-2065


*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007

On Fri, Dec 8, 2017 at 6:05 AM, Lars Helge Øverland <l...@dhis2.org> wrote:

> Hi,
>
> yes it seems this ability to change colors did not make it into the new
> header bar component. I am not sure if we want to carry this option
> forward, people could instead rely on the web API based UI customization:
>
> https://docs.dhis2.org/master/en/developer/html/webapi_ui_
> customization.html
>
>
> Lars
>
>
> On 7 December 2017 at 16:49, Timothy Harding <thard...@baosystems.com>
> wrote:
>
>> Hello Knut!
>>
>> I too am unable to affect the appearance, but in my testing it is more
>> about specific apps. I filed a bug report about this and I invite you to
>> take a look: https://jira.dhis2.org/browse/DHIS2-1299
>>
>>
>> *Timothy Harding*
>> Sr. Systems Analyst, BAO Systems
>> +1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | 
>> Skype:
>> hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007
>> <https://maps.google.com/?q=2900+K+Street,+Suite+406,+Washington+D.C.+20007=gmail=g>
>>
>> On Thu, Dec 7, 2017 at 9:05 AM, Knut Staring <knu...@gmail.com> wrote:
>>
>>> Trying to select a different style under System settings -> Appearance,
>>> selecting a different style seems to have no effect in the online demo?
>>>
>>> --
>>> Knut Staring
>>>
>>> Department of Information, Evidence and Research
>>> World Health Organization, Geneva, Switzerland
>>> Office: +41 22 791 3683 <+41%2022%20791%2036%2083> Mob1: +33 6 4434 2931
>>> <+33%206%2044%2034%2029%2031> Mob2: +47 9188 0522
>>> Skype: knutstar
>>>
>>> ___
>>> 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
>>
>>
>
>
> --
> Lars Helge Øverland
> Lead developer, DHIS 2
> University of Oslo
> Skype: larshelgeoverland
> l...@dhis2.org
> http://www.dhis2.org <https://www.dhis2.org/>
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] Skinning no longer working?

2017-12-07 Thread Timothy Harding
Hello Knut!

I too am unable to affect the appearance, but in my testing it is more
about specific apps. I filed a bug report about this and I invite you to
take a look: https://jira.dhis2.org/browse/DHIS2-1299


*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 406, Washington D.C. 20007

On Thu, Dec 7, 2017 at 9:05 AM, Knut Staring <knu...@gmail.com> wrote:

> Trying to select a different style under System settings -> Appearance,
> selecting a different style seems to have no effect in the online demo?
>
> --
> Knut Staring
>
> Department of Information, Evidence and Research
> World Health Organization, Geneva, Switzerland
> Office: +41 22 791 3683 <+41%2022%20791%2036%2083> Mob1: +33 6 4434 2931
> <+33%206%2044%2034%2029%2031> Mob2: +47 9188 0522
> Skype: knutstar
>
> ___
> 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] Cannot create a custom attribute on demo last version

2017-01-26 Thread Timothy Harding
Morten,

For a few weeks now this has been going on: Would be it a good idea to lock
out access to change calendars on the public system? It isn't only
attributes that give the "Month not Valid" It also occurs for datasets and
orgunits (and possibly more objects as well).


*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 404, Washington D.C. 20007

On Thu, Jan 26, 2017 at 8:11 AM, Martin Van Aken <mar...@joyouscoding.com>
wrote:

> Ok, thanks! The dangers of running a public instance :)
>
> Martin
>
> On Thu, Jan 26, 2017 at 11:04 AM, Morten Olav Hansen <mor...@dhis2.org>
> wrote:
>
>> Hi
>>
>> This is happening because someone is playing around with the calendar
>> settings ;-) You can try and set it back to gregorian in the "system
>> settings -> calendar", but of course.. there is a risk someone will change
>> it again (probably someone is trying something out)
>>
>> --
>> Morten Olav Hansen
>> Senior Engineer, DHIS 2
>> University of Oslo
>> http://www.dhis2.org
>>
>> On Thu, Jan 26, 2017 at 4:19 PM, Martin Van Aken <mar...@joyouscoding.com
>> > wrote:
>>
>>> Any attempt to create a custom attribute fail with a message of "Month
>>> not valid [1,7]" (see attached screenshot).
>>>
>>> I'm speaking of the "custom attribute to add" not the "tracker
>>> attribute" here. My attempt use the following info:
>>>
>>> - Type text
>>> - Name & Code: picture
>>> - Target: organisation unit
>>> - No option set
>>>
>>> Changing those leads to the same result.
>>>
>>> Any leads here?
>>>
>>> Martin
>>> --
>>> *Martin Van Aken - **Freelance Enthusiast Developer*
>>>
>>> Mobile : +32 486 899 652
>>>
>>> Follow me on Twitter : @martinvanaken <http://twitter.com/martinvanaken>
>>> Call me on Skype : vanakenm
>>> Hang out with me : mar...@joyouscoding.com
>>> Contact me on LinkedIn : http://www.linkedin.com/in/martinvanaken
>>> Company website : www.joyouscoding.com
>>>
>>> ___
>>> Mailing list: https://launchpad.net/~dhis2-users
>>> Post to : dhis2-users@lists.launchpad.net
>>> Unsubscribe : https://launchpad.net/~dhis2-users
>>> More help   : https://help.launchpad.net/ListHelp
>>>
>>>
>>
>
>
> --
> *Martin Van Aken - **Freelance Enthusiast Developer*
>
> Mobile : +32 486 899 652
>
> Follow me on Twitter : @martinvanaken <http://twitter.com/martinvanaken>
> Call me on Skype : vanakenm
> Hang out with me : mar...@joyouscoding.com
> Contact me on LinkedIn : http://www.linkedin.com/in/martinvanaken
> Company website : www.joyouscoding.com
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
___
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] Problem upgrading from 2.20 to 2.21

2016-07-22 Thread Timothy Harding
Unfortunately, I do not have a query that will quickly uppercase that
column, but here is the mapping I used when doing my 2.20 -> 2.21 though:

sum
SUM
average
AVERAGE_SUM_ORG_UNIT
avg
AVERAGE
count
COUNT
stddev
STDDEV
variance
VARIANCE
min
MIN
max
MAX
I'm surprised that somehow "average" was updated to "average_sum_org_unit"
but wasn't also converted to uppercase at the same time.


*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 404, Washington D.C. 20007

On Fri, Jul 22, 2016 at 9:09 AM, Bob Jolliffe <bobjolli...@gmail.com> wrote:

> Hi
>
> After upgrading from 2.20 to 2.21 system is failing to start with:
>
> ERROR 2016-07-22 09:01:36,593 java.lang.IllegalArgumentException:
> Unknown name value [avg_sum_org_unit] for enum class
> [org.hisp.dhis.analytics.AggregationType]
>
> This looks like one of those new enum upper case restrictions.  Does
> anyone have a quick recipe to solve?
>
> Bob
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] DHIS2 2.23 in windows server

2016-06-28 Thread Timothy Harding
Nayeem,

I've no experience running DHIS 2 in a Windows *production* environment,
but have installed it to windows laptops from 7 to 10 over the years with
success, but those were for demonstration or development instances where
running Virtual Box (with Ubuntu/CentOS) was not an option. As long as you
get the software stack working, all the functionality should be in there.

Take a look at the spec suggestion here:
http://dhis2.github.io/dhis2-docs/master/en/implementer/html/ch08s02.html
And add another 1GB of RAM *at least* to run windows. More if the windows
box has any other jobs to do.

I'd say some of the risks are a whole lot less documentation on how to
install and run it on Windows. It is more expensive: you need a windows
license and a slightly larger machine (and VPS windows hosting is typically
more expensive).

If it is the older version of 2008 (and not 2008R2), make sure that the
latest software packages like postgres, tomcat, java (1.8 *required*) will
install properly to "Vista" as 2008 is roughly analogous to Windows Vista
(2008R2 is roughly analogous to Windows 7).




*Timothy Harding*
Sr. Systems Analyst, BAO Systems
+1 202-536-1541 | thard...@baosystems.com | http://www.baosystems.com | Skype:
hardi...@gmail.com | 2900 K Street, Suite 404, Washington D.C. 20007

On Tue, Jun 28, 2016 at 5:58 AM, Nayeem Al Mifthah <n.mift...@gmail.com>
wrote:

> Does DHIS2 2.23 working well in windows server 2008?
> Have all the functionality working well?
>
> Is there any risk associated?
>
> What should be minimum server requirement?
>
>
> *Nayeem Al Mifthah*
> Consultant (Team Leader of HMIS)
> Management Information System
> Directorate General of Health Services (DGHS), Bangladesh
> Supported by: UNICEF-Bangladesh
> Email: n.mift...@gmail.com  | nay...@mis.dghs.gov.bd
> Cell:+8801914030574
> Skype: nayeem.a.m
>
> ___
> Mailing list: https://launchpad.net/~dhis2-users
> Post to : dhis2-users@lists.launchpad.net
> Unsubscribe : https://launchpad.net/~dhis2-users
> More help   : https://help.launchpad.net/ListHelp
>
>
___
Mailing list: https://launchpad.net/~dhis2-users
Post to : dhis2-users@lists.launchpad.net
Unsubscribe : https://launchpad.net/~dhis2-users
More help   : https://help.launchpad.net/ListHelp


Re: [Dhis2-users] [Dhis2-devs] ABOUT CREATING ORGANISATION UNIT IN DHIS2 2.19

2015-09-16 Thread Timothy Harding
Carlos, below is my email I sent to the dev list a couple of days ago on
this very issue, let me know if it solves the problem.

Go to the Settings App and then Access Settings

Check the following box, and hit save:
[image: Inline image 1]

Then you should have those boxes for compulsory org unit group sets and
datasets back!





*Timothy Harding*
BAO Systems
www.baosystems.com
Skype: hardi...@gmail.com
Phone: 1 541 632 6623

On Wed, Sep 16, 2015 at 1:22 PM, Carlos Nyembwe <nyem...@gmail.com> wrote:

> Hi All,
>
> I have a preoccupation about creating organUnit in DHIS2 2.19.
>
> On the last version under 2.19, We were abble to create organUnit , with
> organUnit Group Set and organUnit group, It was easy to put this organUnit
> in group directly when we're creating that. but now, in this version 2.19
> or 2.20, It's not abble a longer to do that directly. only far, in edit
> organUnit group.
>
> Who can help me?
>
> Regards
>
> --
> *Carlos Nyembwe*
> *I'm just a Computer Scientist*
>
> *Skype: carloscnk1*
> *Cell: (+243)813166381 <%28%2B243%29813166381>*
> *Find me in: | Google Plus <https://plus.google.com/+CarlosNyembwe> | 
> **Linkedin
> <http://www.linkedin.com/in/carloscnk> | Facebook
> <https://www.facebook.com/carloscnksys> | Twitter
> <https://twitter.com/Carlos_CNK> |*
>
> ___
> 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] Before/after DHIS Update: how to avoid 'no values found'

2015-09-13 Thread Timothy Harding
Hello Sara!

What version of DHIS2 did you upgrade from? I've had a case where my
favorites started having no values after an upgrade when the period was
silently changed from 'Last _' to 'This '. Do you still get no
results if you recreate the favorite manually? Give that a shot, and if the
results do show up, you can *overwrite* the existing favorite with the new
working one. Good luck!

Timothy Harding
RPCV Vanuatu
Skype: hardi...@gmail.com
+1 (541) 632-6623

On Thu, Sep 10, 2015 at 7:09 AM, Victor Garcia <vgarcia...@gmail.com> wrote:

> You can try clearing the DHIS cache in Data Administration -> Cache
> Statistics.
>
>
> On 10 September 2015 at 15:38, Sara Gaudon <s...@logicaloutcomes.net>
> wrote:
> > Hello! We just updated three instances to version 2.20
> >
> >
> >
> > At first, all of the reports previously set up were ‘no values found.’ I
> had
> > 20 reports total. I did (1)* Analytics table export (from Reports app) –
> > this made some of the reports appear.
> >
> >
> >
> > I also cleared browser cache (from browser, not DHIS app)*. Still, some
> > reports are ‘no values found’ (maybe 10 reports still do not load).
> >
> >
> >
> > My question – in addition to these 2* actions, are there other  things we
> > can do, before and/or after an instance upgrade, to reduce the reporting
> > errors?
> >
> >
> >
> > Thank you.
> >
> >
> >
> >
> >
> >
> > ___
> > 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
>
___
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] Error in configuring tomcat in XXAMP

2015-06-26 Thread Timothy Harding
Bridget,

I often see this error on systems with skype running. If you have skype
open and running, try quitting out of it entirely before starting the
tomcat server. Skype defaults its services to a few commonly used ports for
webservers. If I recall correctly, skype will gracefully pick a different
port if tomcat/apache is using its preferred port.

Timothy Harding
RPCV Vanuatu
Skype: hardi...@gmail.com
+1 (541) 632-6623

On Fri, Jun 26, 2015 at 11:18 AM, Bridget Magoba bridgetmag...@mifumi.org
wrote:

 Thanks Morten, the error went off but Tomcat seems not to be running. It
 shows that below.



   [Tomcat] Attempting to start Tomcat app...

 11:16:03 AM  [Tomcat]   Java is already running on port 8005!

 11:16:03 AM  [Tomcat]   Is Tomcat already running?

 11:16:03 AM  [Tomcat]   Java is already running on port 8009!

 11:16:03 AM  [Tomcat]   Is Tomcat already running?

 11:16:03 AM  [Tomcat]   Attempting to start Tomcat app...







 *From:* Morten Olav Hansen [mailto:morte...@gmail.com]
 *Sent:* Friday, June 26, 2015 12:33 AM
 *To:* Bridget Magoba
 *Cc:* DHIS 2 Users list
 *Subject:* Re: [Dhis2-users] Error in configuring tomcat in XXAMP



 Hi



 Seems like you have another (non-tomcat) service running at port 8080. I
 see you have enabled apache+php, is this something you need? maybe its a
 service you can disable?


 --
 Morten



 On Sat, Jun 27, 2015 at 12:26 AM, Bridget Magoba bridgetmag...@mifumi.org
 wrote:

 Dear all,

 Am trying to configure tomcat in XXAMP but getting the error below. I
 tried accessing the path where the port is being used but cannot access it.

 Please help. Trying to have DHIS2 live run on my machine.





 Problem detected!

 10:11:36 AM  [Tomcat]   Port 8080 in use by C:\Program Files
 (x86)\PostgreSQL\EnterpriseDB-ApachePHP\apache\bin\httpd.exe -k
 runservice!

 10:11:36 AM  [Tomcat]   Tomcat WILL NOT start without the configured
 ports free!

 10:11:36 AM  [Tomcat]   You need to uninstall/disable/reconfigure the
 blocking application

 10:11:36 AM  [Tomcat]   or reconfigure Tomcat and the Control Panel to
 listen on a different port

 10:11:36 AM  [Tomcat]   Java is already running on port 8009!

 10:11:36 AM  [Tomcat]   Is Tomcat already running?

 10:11:36 AM  [Tomcat]   Attempting to start Tomcat app...






 --

 [image: Image removed by sender. Avast logo]
 https://www.avast.com/antivirus

 This email has been checked for viruses by Avast antivirus software.
 www.avast.com https://www.avast.com/antivirus




 ___
 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




 --
   [image: Avast logo] https://www.avast.com/antivirus

 This email has been checked for viruses by Avast antivirus software.
 www.avast.com https://www.avast.com/antivirus


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


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


Re: [Dhis2-users] [Dhis2-devs] Build own DHIS2 server

2015-01-28 Thread Timothy Harding
Channara,

As far as system specs, OS, and installation instructions, this is probably
a good place to start:
https://www.dhis2.org/doc/snapshot/en/implementer/html/ch08.html#d5e413
-and-
https://www.dhis2.org/doc/snapshot/en/implementer/html/ch08s02.html

I run a small dev server with less than 1.5GB of RAM and 2 processors
shared with a host, but for anything production I would follow the
recommendations. As for OS, I've used both Windows 7 and Ubuntu 14.04. The
Ubuntu installation seemed to run a lot quicker given the same resources.
I'm not sure on internet bandwidth requirements, so someone else on the dev
list will need to chime in. Good luck!

Timothy Harding
PeaceCorps Volunteer
Republic of Vanuatu
hardi...@gmail.com
+678 5955137

On Thu, Jan 29, 2015 at 1:15 PM, channara rin rin.chann...@gmail.com
wrote:

 Hi all DHIS2 developers,
 How can i build own DHIS2 server, and what is system requirement of DHIS2
 server like OS, Internet speed, RAM, HDD, and 3rd party software?

 Thank you
 CHANNARA

 ___
 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


[Dhis2-users] Add dashboard to another user's account

2014-08-07 Thread Timothy Harding
Hello DHIS2 user's group,

(Using version 2.14 currently)
From what I can tell, a user can create their own dashboards, but after
that they are jailed inside that user's account. If an administrator wanted
to set up a default set of dashboards for a user or a usergroup (based on
their type of work), how would they do that? Just a quick link to the
documentation would be greatly helpful if it is possible, and consider it a
feature request if it is not.

I was able to find this in the documentation 32.20.4. Adding, moving and
removing dashboard items and content @
https://www.dhis2.org/doc/snapshot/en/user/html/ch32s20.html
It seems that I can use the api to accomplish that, but that seems a bit
overkill for this kind of duty.



Timothy Harding
PeaceCorps Volunteer
Republic of Vanuatu
hardi...@gmail.com
+678 5955137
___
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