Re: [Dhis2-users] DHIS2 - Cannot find Single Event With registration for registration !!!

2015-05-15 Thread Emma Kassy
Hi Muhammad, Please share some more information on Dhis2 version and build you are using. On Wed, May 13, 2015 at 4:18 PM, Muhammad Tahir wrote: > Hi, > > I have edited an old program and assigned to it to different organization > units. > > I can see the programs assigned and view > > Single Ev

Re: [Dhis2-users] [Dhis2-devs] How many records can Organization Unit hold up?

2015-05-15 Thread Morten Olav Hansen
Can you be a bit more specific? where does it "crash"? is it a browser issue? server issue? can you send us the relevant parts of the logs? (if any) If its the browser, can you open the developer tools (f12) and look in the javascript console and see if there is anything in red -- Morten On Fri,

[Dhis2-users] How many records can Organization Unit hold up?

2015-05-15 Thread Muhammad Tahir
Hi, We have an organization level distribution as follows with number of org units at each level. App crashes when the last level is uploaded into the system and we try to browse the organization units. A new DB should be then used to use the app. *Level1* *-- 1* *Level2** -- **6* *L

Re: [Dhis2-users] How many records can be in DataValue table

2015-05-15 Thread Bob Jolliffe
The most important setting to take immediate use of the RAM is shared_buffers. What OS are you running and what else is running on the machine? Are you also running 1 or 2 or 3 dhis2 instances? How "busy" are these in terms of number of users? If the server is just a database server then you ca

Re: [Dhis2-users] Problem reading data values with the web api

2015-05-15 Thread Michael Mwebaze
Hi Uhuru, I generally tend to use Postman - REST Client a chrome extension for testing the web services. You can try it too. Regards, Michael On 15 May 2015 at 04:22, Bob Jolliffe wrote: > That xml looks perfectly well formed. Just that there are no > datavalues to be retrieved for that data

Re: [Dhis2-users] Problem reading data values with the web api

2015-05-15 Thread Bob Jolliffe
That xml looks perfectly well formed. Just that there are no datavalues to be retrieved for that dataset - orgunit - period combination. On 15 May 2015 at 09:16, Adam Uhuru wrote: > I'm currently trying with curl, typing the request as described in the > developer manual. I get this in catalina.

Re: [Dhis2-users] Problem reading data values with the web api

2015-05-15 Thread Adam Uhuru
I'm currently trying with curl, typing the request as described in the developer manual. I get this in catalina.out log: * INFO 2015-05-15 08:00:41,376 Get XML data value set for data set: g7iYkNW2YXJ, period: 201405, org unit: s4ubWiG4w51 (DataValueSetController.java [http-bio-8080-exec-76]) An

Re: [Dhis2-users] Problem reading data values with the web api

2015-05-15 Thread Knut Staring
Which browsers? Which version of DHIS2? Is the system running well otherwise? Can you check the logfile in the Tomcat logs folder? On Fri, May 15, 2015 at 9:45 AM, Adam Uhuru wrote: > Hi, > > Thank you for your answers. > I tried that too, by directly entering the query in the browser (Chrome).

Re: [Dhis2-users] Problem reading data values with the web api

2015-05-15 Thread Adam Uhuru
Hi, Thank you for your answers. I tried that too, by directly entering the query in the browser (Chrome). I get in response an xml file that contains no value. I also tried with json. With csv, I get on the browser this more explicit message: HTTP Status 406 - -- *typ

[Dhis2-users] How many records can be in DataValue table

2015-05-15 Thread Morina Matasi
How many records can be in the DataValue table without losing efficiency on a server with 12GB of memory. My DataValue table now has almost 10 million records. I have 12GB of RAM. Queries are taking long to execute. If I increase my RAM to 24GB, what settings should I change to optimise my server??