Re: [Dhis2-devs] [Bug 1625181] Re: Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Brajesh Murari
Its working. Thanks Alex. On Tue, Sep 20, 2016 at 2:22 AM, Alex Tumwesigye wrote: > Dear Murari, > > The correct dhis.conf is > connection.dialect = org.hibernate.dialect.PostgreSQLDialect > connection.driver_class = org.postgresql.Driver > connection.url = jdbc:postgresql:dhis2 > connection.us

Re: [Dhis2-devs] How to add Translations for Chart names and Report Table names

2016-09-19 Thread Archana Chillala
​Any update on this?​ Archana Chillala Application Developer Email archa...@thoughtworks.com Telephone +91 9100960533 <+91+9100960533> [image: ThoughtWorks] On

Re: [Dhis2-devs] [Bug 1625181] Re: Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Alex Tumwesigye
Dear Murari, The correct dhis.conf is connection.dialect = org.hibernate.dialect.PostgreSQLDialect connection.driver_class = org.postgresql.Driver connection.url = jdbc:postgresql:dhis2 connection.username = dhis connection.password = dhis connection.schema = update See below. http://dhis2.github

[Dhis2-devs] Issue related to store file in tracker capture data entry in 2.24

2016-09-19 Thread Mithilesh Kumar Thakur
Dear All, While i am uploading the file inside tracker dataentry for file type dataelement the file might be not save and when i click on the file its shows the message like {"httpStatus":"Conflict","httpStatusCode":409,"status":"ERROR","message":"The content is being processed and is

Re: [Dhis2-devs] Problem generating resource tables

2016-09-19 Thread Lorill Crees
Hi, When we upgrade our application to 2.24 this is also an issue for us. We are creating DataSets via the WebAPI and have never previously set a categoryCombo to the new DataSet. Will you be setting the default categoryCombo if one is not supplied as part of this bug fix? https://bugs.launchpad.

Re: [Dhis2-devs] [Bug 1625181] Re: Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Brajesh Murari
Yes i replaced one line in dhis.conf hibernate.connection.schema = update by hibernate.hbm2ddl.auto = update and its working Thanks Knut On Mon, Sep 19, 2016 at 7:18 PM, Knut Staring wrote: > Try this in your dhis.conf: > > hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect > hiberna

[Dhis2-devs] [Bug 1625181] Re: Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Knut Staring
Try this in your dhis.conf: hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect hibernate.connection.driver_class = org.postgresql.Driver hibernate.connection.url = jdbc:postgresql:dhis2 hibernate.connection.username = dhis hibernate.connection.password = dhis hibernate.hbm2ddl.auto = upda

Re: [Dhis2-devs] [Bug 1625181] Re: Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Knut Staring
Your dhis.conf should look like this: hibernate.dialect = org.hibernate.dialect.PostgreSQLDialect hibernate.connection.driver_class = org.postgresql.Driver hibernate.connection.url = jdbc:postgresql:dhis2 hibernate.connection.username = dhis hibernate.connection.password = dhis hibernate.hbm2ddl.a

[Dhis2-devs] 2.24: Link to Implementors Manual broken?

2016-09-19 Thread Uwe Wahser
Dear all, I can't access the 2.24 implementors guide from the dhis2 documentation page (404 Error) - this error comes for both html-links and the pdf. The other 2.24 links seem to work. Is it being updated or is it broken? Regards, Uwe ___ Mailing lis

[Dhis2-devs] [Bug 1625181] Re: Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Brajesh Murari
Specially i did system integration testing with PostGres Data Base, i found data does't preserve and after restating server, it loses all data, i am not sure but it can be a bug or might be i am losing some system configuration issue which need to be taken care of apart form setting values like

[Dhis2-devs] [Bug 1625178] [NEW] Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Brajesh Murari
Public bug reported: When i am trying to create organisation unit hierarchy in new empty database, and after some time later when i am getting loged out and restarting server, it loses all organization unit hierarchy in database organisation unit table in database in spite of i have assigned value

[Dhis2-devs] [Bug 1625181] [NEW] Organisation Unit Data Lost After Restarting Web Server

2016-09-19 Thread Brajesh Murari
Public bug reported: When i am trying to create organisation unit hierarchy in new empty database, and after some time later when i am getting loged out and restarting server, it loses all organization unit hierarchy in database organisation unit table in database in spite of i have assigned value

Re: [Dhis2-devs] charts through API - filter by filters...

2016-09-19 Thread Olav Poppe
Great, thanks. Olav > 19. sep. 2016 kl. 13.33 skrev Morten Olav Hansen : > > Hi Olav > > This should now be working properly in 224 and master > > https://play.dhis2.org/dev/api/charts.json?fields=id,displayName,filterDimensions&filter=filterDimensions:in:[pe] > >

[Dhis2-devs] [Bug 1625143] [NEW] The role/authority ‘Search tracked entity in all Org Units’ is not working, and even with this authority, a search will return only tracked entity instances that are

2016-09-19 Thread Sam Johnson
Public bug reported: Hi all, The ‘search tracked entity instance in all Org Units’ authority doesn’t appear to be working in 2.24 – see section 26.2 of the 2.24 User Guide for details of this authority. (This feature has been documented for quite some time now, but I haven’t yet had a chance to

Re: [Dhis2-devs] 'Search tracked entity instance in all Org Units' authority not working?

2016-09-19 Thread Abyot Asalefew Gizaw
Hi Sam, Yes, please do that. --- Thank you, Abyot. (sent from mobile) On Sep 19, 2016 13:33, "Sam Johnson" wrote: > Hi Abyot, > > > > Should I report this as a bug on Launchpad? > > > > Cheers, Sam. > > > > > > *From: *Abyot Asalefew Gizaw > *Date: *Monday, 19 September 2016 at 10:18 > *To:

Re: [Dhis2-devs] 'Search tracked entity instance in all Org Units' authority not working?

2016-09-19 Thread Sam Johnson
Hi Abyot, Should I report this as a bug on Launchpad? Cheers, Sam. From: Abyot Asalefew Gizaw Date: Monday, 19 September 2016 at 10:18 To: Brajesh Murari Cc: Sam Johnson , DHIS2 Developers Subject: Re: [Dhis2-devs] 'Search tracked entity instance in all Org Units' authority not working? H

Re: [Dhis2-devs] charts through API - filter by filters...

2016-09-19 Thread Morten Olav Hansen
Hi Olav This should now be working properly in 224 and master https://play.dhis2.org/dev/api/charts.json?fields=id,displayName,filterDimensions&filter=filterDimensions:in:[pe] https://play.dhis2.org/demo/api/charts.json?fields=id,displayName,filterDimensions&filter=filterDimensions:in:[pe] -- M

Re: [Dhis2-devs] 'Search tracked entity instance in all Org Units' authority not working?

2016-09-19 Thread Sam Johnson
Hi Brajesh, A short summary might be: The role/authority ‘Search tracked entity in all Org Units’ should enable a user to do a search that includes tracked entity instances outside of their own assigned org units; however, this is not working, and even with this authority, a search will return

Re: [Dhis2-devs] 'Search tracked entity instance in all Org Units' authority not working?

2016-09-19 Thread Abyot Asalefew Gizaw
Hi, Thank you for reporting. We will take a look to this very soon and do a fix if necessary. -- Abyot A. Gizaw. Senior Engineer, DHIS2 University of Oslo http://www.dhis2.org On Mon, Sep 19, 2016 at 11:10 AM, Brajesh Murari wrote: > Dear Sam, > > I am getting exactly what your are talking ab

Re: [Dhis2-devs] 'Search tracked entity instance in all Org Units' authority not working?

2016-09-19 Thread Brajesh Murari
Dear Sam, I am getting exactly what your are talking about in your email, could you provide your elaboration on your issue in just 2 to 4 line ? On Mon, Sep 19, 2016 at 5:37 AM, Sam Johnson wrote: > Hi all, > > > > The ‘search tracked entity instance in all Org Units’ authority doesn’t > appear

Re: [Dhis2-devs] [Bug 1625030] [NEW] Dhis2 Maintenance Index Page Not Displaying Properly

2016-09-19 Thread Brajesh Murari
Dear Knut, I am using dhis2 trunk with Mozila Fire Fox 47.0.1 and lattes updated Google Chrome, and i have found reported issue is appearing on both the above mentioned browsers, The browser debugger console pop up with following given below massages, "NetworkError: 404 Not Found - http://localho

Re: [Dhis2-devs] [Bug 1625030] [NEW] Dhis2 Maintenance Index Page Not Displaying Properly

2016-09-19 Thread Knut Staring
Which version of DHIS and browser? On 19 Sep 2016 10:01 a.m., "Brajesh Murari" <1625...@bugs.launchpad.net> wrote: > Public bug reported: > > Dhis2 maintenance index page is not displaying properly, when we click > on "maintenance" icon in menu bar, it displaying only blank page, should > have al

[Dhis2-devs] [Bug 1625030] [NEW] Dhis2 Maintenance Index Page Not Displaying Properly

2016-09-19 Thread Brajesh Murari
Public bug reported: Dhis2 maintenance index page is not displaying properly, when we click on "maintenance" icon in menu bar, it displaying only blank page, should have all the sub menu options as required. ** Affects: dhis2 Importance: Undecided Status: New -- You received this

Re: [Dhis2-devs] Understanding the 'relativePeriodDate' property

2016-09-19 Thread Marta Vila
Good morning Vanya, the relative period functionality always returns the last X "closed" months. For fetching the ongoing period you need to select the option: this month. It is consistent with the behavior that you described, so I think that you will need to send 2016-08-01 as the relativePerioDa