mayank3194
(Mayank Gupta)
March 22, 2018, 11:28am
1
I am facing a problem with event_log table:
I have created one observation form, the concept I am able to see in event_records table
but I am not able to see the concept in event_log table.
Due to this issue observation form concepts are not syncing in Bahmni Connect Andriod App.
I have restarted the service bahmni-event-log-service also
but still the concepts are not added into event_log table
bahmni-event-log-service log here
Is there any other thing i need to check, please suggest how to solve this.
mksrom
(Romain Buisson)
March 27, 2018, 12:29pm
2
@mayank3194 , have you been able to solve this problem?
(I am having the same problem right now)
mksrom
(Romain Buisson)
March 27, 2018, 12:46pm
3
OK, not sure why yet, but I have found that I had to truncate the event_log
table for the bahmni-event-log-service to re-process it all and unlock the situation. (as suggested by @sumanmaity112 here - Bahmni Connect: new offline sync strategy )
mysql> truncate event_log;
2 Likes
mayank3194
(Mayank Gupta)
March 28, 2018, 6:45am
4
ok. Thanks for the help.
I will try that and comment what the results are…