[Dhis2-devs] Meta-data not importing

2013-12-11 Thread Dayo Adeyomoye
Dear All, I have been trying to import meta-data and I keep getting this error which i copied from the log also.  * INFO  09:44:53,423 [data element id scheme: UID, org unit id scheme: UID, dry run: false, strategy: NEW_AND_UPDATES, skip check: false] (ImportDataValueAction.java [278275@qtp-28

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13198: PBF Functionality

2013-12-11 Thread noreply
revno: 13198 committer: Samta Bajpayee branch nick: dhis2 timestamp: Wed 2013-12-11 09:01:17 + message: PBF Functionality modified: local/in/dhis-web-maintenance-pbf/src/main/java/org/hisp/dhis/pbf/action/AddTariffDataAction.java

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13199: PBF Functionality

2013-12-11 Thread noreply
revno: 13199 committer: Samta Bajpayee branch nick: dhis2 timestamp: Wed 2013-12-11 09:09:47 + message: PBF Functionality modified: local/in/dhis-web-maintenance-pbf/src/main/java/org/hisp/dhis/pbf/action/GetDataElementforTariffA

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Saptarshi Purkayastha
Spring calls these Matrix Variables and is very easy to support using Spring MVC. http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.htm I like the idea. --- Regards, Saptarshi PURKAYASTHA On 11 December 2013 05:49, Jason Pickering wrote: > Hi there. > > I have been

Re: [Dhis2-devs] [Dhis2-users] Meta-data not importing

2013-12-11 Thread Morten Olav Hansen
Hi, This is because you are doing data import, and not meta-data import. Make sure that you select the correct choice in the menu. -- Morten On Wed, Dec 11, 2013 at 9:52 AM, Dayo Adeyomoye wrote: > Dear All, > > I have been trying to import meta-data and I keep getting this error which > i co

Re: [Dhis2-devs] [Dhis2-users] Meta-data not importing

2013-12-11 Thread Knut Staring
See this keyword in your log message: DATAVALUE_IMPORT On Wed, Dec 11, 2013 at 10:21 AM, Morten Olav Hansen wrote: > Hi, > > This is because you are doing data import, and not meta-data import. Make > sure that you select the correct choice in the menu. > > -- > Morten > > > On Wed, Dec 11, 2013

Re: [Dhis2-devs] [Dhis2-users] Meta-data not importing

2013-12-11 Thread Dayo Adeyomoye
It does the same even with the correct import.   BlackBerry: 3114F90C Phone: 08028851441, 08035560463 emails: deemo...@yahoo.com, addyr...@yahoo.com Yahoo IM: deemoyes Facebook: pharael twitter:pharaell On Wednesday, December 11, 2013 10:25 AM, Knut Staring wrote: See this keyword in your log

Re: [Dhis2-devs] [Dhis2-users] Meta-data not importing

2013-12-11 Thread Morten Olav Hansen
Can you show the log? if you selected metadata import, the log can't be exactly the same.. -- Morten On Wed, Dec 11, 2013 at 11:47 AM, Dayo Adeyomoye wrote: > It does the same even with the correct import. > > BlackBerry: 3114F90C > Phone: 08028851441, 08035560463 > emails: deemo...@yahoo.com,

[Dhis2-devs] Organisaitonunit Tree error in IE8

2013-12-11 Thread Bharath
In IE8, organisaitonunit tree is not working properly, for instance in dataset management -> assign orgunits -> when we click on + symbol not expanding. http://apps.dhis2.org/demo/dhis-web-maintenance-dataset/defineDataSetAssociationsForm.action?dataSetId=394131 About DHIS 2 Current user:adminVe

Re: [Dhis2-devs] Organisaitonunit Tree error in IE8

2013-12-11 Thread Morten Olav Hansen
Are you seeing this [1] bug? This is known.. there have been quite a few improvements, but it will only work for users with few orgUnits connected to them. [1] https://bugs.launchpad.net/dhis2/+bug/1258085 -- Morten On Wed, Dec 11, 2013 at 12:10 PM, Bharath wrote: > > In IE8, organisaitonunit

Re: [Dhis2-devs] [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
Thanks I would start working on it. I have another question. For standard html reports, is there any way to get/download report as pdf. Also in trying working with jrxml reports it throws PermGen Space error. I am using dhis-live on a 4 GB machine. On Wed, Dec 11, 2013 at 9:54 AM, Jason Pickerin

[Dhis2-devs] CSV import not working

2013-12-11 Thread Maimoona Kausar
Hi all, I am trying use data import feature of DHIS. It seems not working. Whenever I try importing a CSV/XML file it says successful import but data is never updated. For ex: I exported a dataSet using DHIS export so that file with correct format could be used. In that file I left everything un

Re: [Dhis2-devs] [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
java -Xmx6000m -Xms3000m -XX:MaxPermSize=500m -XX:PermSize=300m -jar dhis-live.jar I used above parameters in startup.sh, but it still gives me PermGen Space error. Is there some way I could download Html Standard Report as pdf? I tried doing something like 'api/reports/rRehCvkn5mV/data.pdf?ou=u

[Dhis2-devs] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
Hi Team, I am working with DHIS Standard HTML Reports. I am trying to access json data via following: ../api/analytics?skipMeta=true&dimension=pe:201312&dimension=dx:x(dataSet id) . It doesnot return any row for the query. However by eliminating 'dx', it returns 1 row as expected. The d

Re: [Dhis2-devs] [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
No I didnot, and unfortunately I donot have any idea of how to do it :( On Wed, Dec 11, 2013 at 12:13 PM, Knut Staring wrote: > Did you set your JAVA_OPTS? > > > On Wed, Dec 11, 2013 at 7:18 AM, Maimoona Kausar < > maimoona.kau...@irdinformatics.org> wrote: > >> Thanks I would start working on

Re: [Dhis2-devs] [Dhis2-users] Analytics data querying problem

2013-12-11 Thread Maimoona Kausar
But we are not using any data entry forms. Our data comes into the system via dhisreport module for OpenMRS. This module saves data into table datavalue of dhis directly. I tried finding completeddataset via 'Reporting Rate Summary' but it appears that it has 0 'Actual Reports' for all months (data

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13200: PBF Functionality

2013-12-11 Thread noreply
revno: 13200 committer: Samta Bajpayee branch nick: dhis2 timestamp: Wed 2013-12-11 12:08:01 + message: PBF Functionality modified: local/in/dhis-web-maintenance-pbf/src/main/java/org/hisp/dhis/pbf/action/AddTariffDataAction.java

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Lars Helge Øverland
Hi Jason, thanks for the suggestion. No doubt there is a need for a compact format for items. Only problem is that the "," character is defined as "reserved" in the URL "spec": http://www.ietf.org/rfc/rfc1738.txt p2.2 and causes e.g. spring mvc to split the value into multiple query params. Fo

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Saptarshi Purkayastha
Infact the , (comma) is meant to be used for this, as is mentioned here: http://tools.ietf.org/html/rfc3986#section-3.3 . See last paragraph, last 5 sentences. Also Spring docs suggest using commas - http://docs.spring.io/spring/docs/3.2.x/spring-framework-reference/html/mvc.html#mvc-ann-matrix-var

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13201: Implemented option for turning off preheating object-bridge cache maps. Can be turned off with /a...

2013-12-11 Thread noreply
revno: 13201 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Wed 2013-12-11 13:28:53 +0100 message: Implemented option for turning off preheating object-bridge cache maps. Can be turned off with /api/metaData?preheatCache=

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Jim Grace
Looks reasonable to me. On Wed, Dec 11, 2013 at 4:18 AM, Saptarshi Purkayastha wrote: > Spring calls these Matrix Variables and is very easy to support using > Spring MVC. > > http://docs.spring.io/spring/docs/current/spring-framework-reference/html/mvc.htm > > I like the idea. > > --- > Regard

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Jason Pickering
I have no preference one way or the other. I will write up a blueprint with all of the info on this thread though so we do not forget it :) Regards, Jason Infact the , (comma) is meant to be used for this, as is mentioned here: http://tools.ietf.org/html/rfc3986#section-3.3 . See last paragraph,

[Dhis2-devs] Compound Data Element

2013-12-11 Thread Edwin Mulwa
Hi, I would like to create a data element that is a calculation involving multiple data elements. For example, if I have data elements A, B, C and D, I would like data element D to be a calculation as follows: D = A + B - C. How can I do this in DHIS? Regards, Edwin

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Lars Helge Øverland
OK cool, wasn't aware of matrix URIs. On Wed, Dec 11, 2013 at 1:51 PM, Jason Pickering < jason.p.picker...@gmail.com> wrote: > I have no preference one way or the other. > > I will write up a blueprint with all of the info on this thread though so > we do not forget it :) > > Regards, > Jason >

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13202: (Translations) Adding initial Lao translations from community.

2013-12-11 Thread noreply
revno: 13202 committer: Jason Pickering branch nick: dhis2 timestamp: Wed 2013-12-11 13:39:15 + message: (Translations) Adding initial Lao translations from community. added: dhis-2/dhis-web/dhis-web-caseentry/src/main/resources

Re: [Dhis2-devs] Support for comma delimited identifiers in the API?

2013-12-11 Thread Jason Pickering
Blueprint registered here https://blueprints.launchpad.net/dhis2/+spec/support-delimited-paramater-values-in-webapi Regards, Jason On Wed, Dec 11, 2013 at 3:28 PM, Lars Helge Øverland wrote: > OK cool, wasn't aware of matrix URIs. > > > On Wed, Dec 11, 2013 at 1:51 PM, Jason Pickering < > jas

Re: [Dhis2-devs] Compound Data Element

2013-12-11 Thread Jason Pickering
In DHIS2 terminology, this is referred to as an indicator. You can find them documented in the documentation, such as here http://www.dhis2.org/doc/snapshot/en/user/html/ch12.html#indicator Regards, Jason On Wed, Dec 11, 2013 at 3:19 PM, Edwin Mulwa wrote: > Hi, > > I would like to create a

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13203: change direction of context-menu if it overflows current browser window

2013-12-11 Thread noreply
revno: 13203 committer: Morten Olav Hansen branch nick: dhis2 timestamp: Wed 2013-12-11 15:39:02 +0100 message: change direction of context-menu if it overflows current browser window modified: dhis-2/dhis-web/dhis-web-commons-resou

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13204: Centralized some css

2013-12-11 Thread noreply
revno: 13204 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-12-11 18:24:13 +0100 message: Centralized some css modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/widgets.

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13205: Edit data element screen, moved clone button to bottom

2013-12-11 Thread noreply
revno: 13205 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-12-11 18:40:07 +0100 message: Edit data element screen, moved clone button to bottom modified: dhis-2/dhis-web/dhis-web-maintenance/dhis-web-maintena

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13206: CSS, removing background color from table header in input forms

2013-12-11 Thread noreply
revno: 13206 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-12-11 19:21:30 +0100 message: CSS, removing background color from table header in input forms modified: dhis-2/dhis-services/dhis-service-core/src/ma

[Dhis2-devs] [Branch ~dhis2-devs-core/dhis2/trunk] Rev 13207: Styling of input forms

2013-12-11 Thread noreply
revno: 13207 committer: Lars Helge Øverland branch nick: dhis2 timestamp: Wed 2013-12-11 21:15:40 +0100 message: Styling of input forms modified: dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/css/login.

Re: [Dhis2-devs] API for pulling Multilingual Labels?

2013-12-11 Thread Rodolfo Melia
I can see that you are thinking about the whole metadata model - nice. All we seek to get back is the label on the current user locale, and we only need Categories, Data Elements and Data Set Sections labels at this stage. Also, when you are in a custom form - how can you know what language is the

Re: [Dhis2-devs] API for pulling Multilingual Labels?

2013-12-11 Thread Lars Helge Øverland
On Thu, Dec 12, 2013 at 12:32 AM, Rodolfo Melia wrote: > I can see that you are thinking about the whole metadata model - nice. > That's the idea - thanks. > All we seek to get back is the label on the current user locale, and we > only need Categories, Data Elements and Data Set Sections labe