[Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Olav Poppe
Hi devs, after upgrading to the latest 2.25 (build rev 1575b67) from an earlier 2.25 version (build rev 210eb29), program rules have stopped working. The only issues I can see in the console and tomcat log is a failed call to /api/programValidations: In catalina.out: WARNING: No mapping found

Re: [Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Olav Poppe
Forgot to say that this in EC - TC works. > 20. apr. 2017 kl. 09.53 skrev Olav Poppe : > > Hi devs, > after upgrading to the latest 2.25 (build rev 1575b67) from an earlier 2.25 > version (build rev 210eb29), program rules have stopped working. The only > issues I can see in the console and t

Re: [Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Abyot Asalefew Gizaw
Hi, Yes, we are aware that programValidation end point is removed ... we just have to remove a call to it. Call to eventCaptureGridColumns is to check if the logged in user has saved any column show/hide settings ... the 404 says there are no settings saved. The 404 errors in both cases are harm

Re: [Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Olav Poppe
Thanks, Abyot. If the 404 to programValidations is harmless as well, do you have any other idea of why program rules stop working when moving an instance from a 2.25 build from March 10 to a build from April 20? These are the only errors. Olav > 20. apr. 2017 kl. 10.58 skrev Abyot Asalefew G

Re: [Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Abyot Asalefew Gizaw
Not sure, but I can suspect one thing: may be the removal of program rule json object affected the rules engine... I will check on this. -- Abyot A. Gizaw. Senior Engineer, DHIS2 University of Oslo http://www.dhis2.org On Thu, Apr 20, 2017 at 11:04 AM, Olav Poppe wrote: > Thanks, Abyot. > > If

Re: [Dhis2-devs] [Dhis2-users] Synchronizing two DHIS2 instances

2017-04-20 Thread Stanley Kalyati
Knut, I am very interested with the offline data collection issue you have raised here. I am using the android tracker data capture but when it comes to searching a tracked entity so that we update data in a program stage for that entity,this requires an internet connection.How do i implement thi

[Dhis2-devs] Exporting OrgHierarchy from 2.25 and importing into 2.26 - bug?

2017-04-20 Thread Calle Hedberg
Hi I just exported the full OrgHierarchy from one instance using 2.25 and imported it into another instance running 2.26. All 1,526 Orgunits were created, but I also got the Conflict messages below for all of them. Is this a bug? I don't know what the "Invalid reference null null . for associ

Re: [Dhis2-devs] Exporting OrgHierarchy from 2.25 and importing into 2.26 - bug?

2017-04-20 Thread Calle Hedberg
Hi Note I'm getting similar error messages for all other objects too. Question: could this be related to the fact that the system owner for the source database is "hmis" whereas the system owner for the destination database is "dhis"?? Regards calle On 20 April 2017 at 14:18, Calle Hedberg wro

Re: [Dhis2-devs] Exporting OrgHierarchy from 2.25 and importing into 2.26 - bug?

2017-04-20 Thread Marc Garnica
To my understanding this is because the file you exported from your source instance has also a user linked to every orgUnit (the user who created it). It should be the id of the user. When importing the orgUnits, this id does not exist in the target instance. Usually this is not a problem and the o

Re: [Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Sam Johnson
Hi Olav and Abyot, We’ve come across the same bug in the Tuesday build of 2.25 (build revision 41c0625, build date 2017-04-18 16:10) – program rules are failing to fire in Event Capture, without any errors in the console or logs. I don’t think a Jira ticket’s been created for this yet, so I’ve

Re: [Dhis2-devs] Program rules/program validation(?) issue in latest 2.25

2017-04-20 Thread Olav Poppe
Hi all, Markus fixed another issue and it is all fine now in the latest build as far as I can tell. Olav > 20. apr. 2017 kl. 17.44 skrev Sam Johnson : > > Hi Olav and Abyot, > > We’ve come across the same bug in the Tuesday build of 2.25 (build revision > 41c0625, build date 2017-04-18 16:1

Re: [Dhis2-devs] Exporting OrgHierarchy from 2.25 and importing into 2.26 - bug?

2017-04-20 Thread Calle Hedberg
Hi, Thanks, and I understand. It's not really a "bug" then, but rather a limitation in the import construct. In 1.4 you would either import the user or otherwise "match" the incoming user with another user existing in the destination system, thus avoid thousands of records with blank userid fields