Bahmni sync to odoo

Hello @mksrom @angshuonline

Hope you are good,

I’ve seen you contribution on openerp-atomfeed-service, but I’m having issue to sync between bahmni and odoo, even thought i followed this bahmni doc: https://docs.google.com/document/d/1coWoT3tqX5jnE_ir9t3ix5ZHbD_fDE6noZ5B7LZ-a-I/edit#

I was wondering if you or the community might have some time for a help.

I’m trying to integrate an existing bahmni and odoo implementations but it is failing with

java.lang.RuntimeException: org.bahmni.webclients.WebClientsException: Bad response code of 403

But initially, after bahmni and odoo install with clean(default) databases,I can be able to sync patients successfully.

Here is the error in full: 2020-12-15 19:38:31,420 WARN [openerp-atomfeed-service] [org.springframework.be - Pastebin.com

Thank you!

I have edited below file and changed openmrs credentials and it is working now.

FROM:

openmrs.user=admin

openmrs.password=test

TO:

openmrs.user=superman

openmrs.password=Admin123

/opt/bahmni-erp-connect/bahmni-erp-connect/WEB-INF/classes/erp-atomfeed.properties

2 Likes