Re: [Dhis2-devs] [Dhis2-users] A bug in DHIS2?

2018-08-07 Thread riddy ndoma
Hi carlos, Which version of DHIS2 do you use? regards, 2018-08-07 12:22 GMT+02:00 Carlos Nyembwe : > Hello all > > I have a problem, in Data Entry for aggregate data, when I finish to entry > data, and need to click on Complete bouton, > > I'm seeing this message " Error in registering data set

Re: [Dhis2-devs] A bug in DHIS2?

2018-08-07 Thread Barnabas Akumba
Hello Carlos, You can check your logs. There should be an explanation there. Regards On Tue, Aug 7, 2018 at 11:24 AM Carlos Nyembwe wrote: > Hello all > > I have a problem, in Data Entry for aggregate data, when I finish to entry > data, and need to click on Complete bouton, > > I'm seeing thi

[Dhis2-devs] Tracker Program from another Tracker Program

2018-08-07 Thread Abumere Ejakhegbe
Hello All, I wish to have a lookup from one tracker program in another program to appear just like option sets lookup appear. This time around, the data element contents from one tracker program will appear as a list in another tracker program data element dropdown. If this has been done anywhere,

[Dhis2-devs] A bug in DHIS2?

2018-08-07 Thread Carlos Nyembwe
Hello all I have a problem, in Data Entry for aggregate data, when I finish to entry data, and need to click on Complete bouton, I'm seeing this message " Error in registering data set completeness I don't know what it's mean, Who can help me? Thanks -- *Carlos Nyembwe* *I'm just a Computer Sc

Re: [Dhis2-devs] [Dhis2-users] A bug in DHIS2?

2018-08-07 Thread Barnabas Akumba
Hello Carlos, tail -f your catalina.out and try to resubmit the dataset again so you can monitor the logs realtime. Regards On Tue, Aug 7, 2018 at 11:38 AM Carlos Nyembwe wrote: > Hi Riddy > > I'm on DHIS2 2.29 > > Regards > > On Tue, Aug 7, 2018 at 11:26 AM, riddy ndoma wrote: > >> Hi carlos

Re: [Dhis2-devs] [Dhis2-users] A bug in DHIS2?

2018-08-07 Thread Carlos Nyembwe
Hi Riddy I'm on DHIS2 2.29 Regards On Tue, Aug 7, 2018 at 11:26 AM, riddy ndoma wrote: > Hi carlos, > Which version of DHIS2 do you use? > > regards, > > 2018-08-07 12:22 GMT+02:00 Carlos Nyembwe : > >> Hello all >> >> I have a problem, in Data Entry for aggregate data, when I finish to >> ent

[Dhis2-devs] Delete Validation Rules

2018-08-07 Thread Em Le Hong
Dear all, DHIS 2.29 I try to delete a validation rule on my database but the system response a message: Could not delete due to association with another object: ValidationResult This mean we need to delete Validation Result before delete Validation Rule Does anyone know how to delete Validation

Re: [Dhis2-devs] [Dhis2-users] A bug in DHIS2?

2018-08-07 Thread riddy ndoma
Can you share your log file? 2018-08-07 12:27 GMT+02:00 Carlos Nyembwe : > Hi Riddy > > I'm on DHIS2 2.29 > > Regards > > On Tue, Aug 7, 2018 at 11:26 AM, riddy ndoma wrote: > >> Hi carlos, >> Which version of DHIS2 do you use? >> >> regards, >> >> 2018-08-07 12:22 GMT+02:00 Carlos Nyembwe : >>

Re: [Dhis2-devs] No option to select format in 2.30 metadata import

2018-08-07 Thread Muhammad Adeel
based on file extension we automatically detect file type On Tue, 7 Aug 2018 at 04:06, Morten Olav Hansen wrote: > Hi Nick > > This is being worked on, hopefully it should be OK soon. > > -- > Morten Olav Hansen > Senior Engineer, DHIS 2 > Team Integration Lead > University of Oslo > http://www.

Re: [Dhis2-devs] No option to select format in 2.30 metadata import

2018-08-07 Thread Shurajit Dutta
If its csv how do you know what it is importing? Is this detected automatically? On Tue, Aug 7, 2018 at 2:06 PM Muhammad Adeel wrote: > based on file extension we automatically detect file type > > On Tue, 7 Aug 2018 at 04:06, Morten Olav Hansen wrote: > >> Hi Nick >> >> This is being worked on

Re: [Dhis2-devs] No option to select format in 2.30 metadata import

2018-08-07 Thread Abumere Ejakhegbe
I had to roll back to v2.29 today. Data import is more straight forward in v2.30 compared to metadata import. I hope this strategy is revisited for simplicity. On Mon, 6 Aug 2018, 22:44 Shurajit Dutta, wrote: > Hi > > There is currently no option to select the file format of the metadata you > a

Re: [Dhis2-devs] No option to select format in 2.30 metadata import

2018-08-07 Thread Muhammad Adeel
When you select to import *CSV*, you'll see an *Object Type* option. This was missing earlier, we added it today. On Tue, Aug 7, 2018 at 8:48 PM, Abumere Ejakhegbe < abumere.ejakhe...@gmail.com> wrote: > I had to roll back to v2.29 today. Data import is more straight forward in > v2.30 compa

Re: [Dhis2-devs] [Dhis2-users] Delete Validation Rules

2018-08-07 Thread Morten Olav Hansen
Hi Em I'm not sure if there is any UI for deleting validation results, but you can do it yourself in the database. The validationresults are located in the table "validationresult", and it has a column called "validationruleid" which links to your validation rules. So you need to find that valid