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
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
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
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
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=
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
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,
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
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
>
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
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
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
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
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.
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
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
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.
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
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
34 matches
Mail list logo