Hello,
I managed to install Bahmni-Mart in a container with one of our existing dockerized Bahmni services by connecting to the OpenMRS database. After logging into Metabase, I can see the martdb and OpenMRS DB connected, but on the dashboard of martdb, it says “This database doesn’t have any tables in Metabase browse data section.” Secondly, I looked into the Martdb image and could see around 14 tables, also I can see from the data model section in the Metabase.
The Mart-Db logs say “TIMESTAMP, EXTERNAL_EXECUTION_ID VARCHAR(255), PARENT_EXECUTION_ID BIGINT) 2023-03-03 10:30:40.683 UTC [92] ERROR: relation “task_execution_params” already exists 2023-03-03 10:30:40.683 UTC [92] STATEMENT: CREATE TABLE TASK_EXECUTION_PARAMS (TASK_EXECUTION_ID BIGINT NOT NULL, TASK_PARAM VARCHAR(2500), constraint TASK_EXEC_PARAMS_FK foreign key (TASK_EXECUTION_ID) references TASK_EXECUTION(TASK_EXECUTION_ID)) 2023-03-03 10:30:40.683 UTC [92] ERROR: relation “task_task_batch” already exists 2023-03-03 10:30:40.683 UTC [92] STATEMENT: CREATE TABLE TASK_TASK_BATCH (TASK_EXECUTION_ID BIGINT NOT NULL, JOB_EXECUTION_ID BIGINT NOT NULL, constraint TASK_EXEC_BATCH_FK foreign key (TASK_EXECUTION_ID) references TASK_EXECUTION(TASK_EXECUTION_ID)) 2023-03-03 10:30:40.684 UTC [92] ERROR: relation “task_seq” already exists 2023-03-03 10:30:40.684 UTC [92] STATEMENT: CREATE SEQUENCE TASK_SEQ MAXVALUE 9223372036854775807 NO CYCLE”.
Also in Mart image it says: 23-03-06 16:30:26.930 WARN 12 — [ main] org.bahmni.mart.helper.MarkerManager : appointmentservice event category configured in Appointment service availability job config is not present in event_records table in openmrs database 2023-03-06 16:30:26.937 WARN 12 — [ main] org.bahmni.mart.helper.MarkerManager : encounter event category configured in Bed Patient Assignment job config is not present in event_records table in openmrs database 2023-03-06 16:30:26.945 WARN 12 — [ main] org.bahmni.mart.helper.MarkerManager : bedtagmap event category configured in Bed Tags job config is not present in event_records table in openmrs database 2023-03-06 16:30:26.951 WARN 12 — [ main] org.bahmni.mart.helper.MarkerManager : surgicalblock event category configured in Surgical Block job config is not present in event_records table in openmrs database 2023-03-06 16:30:26.958 WARN 12 — [ main] org.bahmni.mart.helper.MarkerManager : surgicalappointment event category configured in Surgical Appointment job config is not present in event_records table in openmrs database 2023-03-06 16:30:26.964 WARN 12 — [ main] org.bahmni.mart.helper.MarkerManager : surgicalappointment event category configured in Surgical Appointment Attributes job config is not present in event_records table in openmrs database 2023-03-06 16:30:48.724 INFO 12 — [ main] utoConfigurationReportLoggingInitializer : Error starting ApplicationContext. To display the auto-configuration report re-run your application with ‘debug’ enabled. 2023-03-06 16:30:48.849 INFO 12 — [ main] s.c.a.AnnotationConfigApplicationContext : Closing org.springframework.context.annotation.AnnotationConfigApplicationContext@65ae6ba4: startup date [Mon Mar 06 16:30:06 UTC 2023]; root of context hierarchy 2023-03-06 16:30:48.854 INFO 12 — [ main] o.s.c.support.DefaultLifecycleProcessor : Stopping beans in phase 0
I am wondering to get information from the community about the steps to connect my form 1.0 observations and how, where, data, format, and locations are connected to flatten the information into the MartDb and in the Metabase dashboard.