I am trying to retrieve HL7 messages present in hl7_in_queue table in OpenMRS database using Mirth.
I am using OpenMRS standalone 2.0
The openmrs-standalone-runtime.properties file contains the following details:
tomcatport=8081
module.allow_web_admin=true
connection.url=jdbc:mysql:mxj://127.0.0.1:3317/openmrs?autoReconnect=true&sessionVariables=storage_engine=InnoDB&useUnicode=true&characterEncoding=UTF- 8&zeroDateTimeBehavior=convertToNull&server.initialize-user=true&createDatabaseIfNotExist=true&server.basedir=database&server.datadir=database/data&server.collation- server=utf8_general_ci&server.character-set-server=utf8&server.max_allowed_packet=96M
connection.username=openmrs
auto_update_database=false
application_data_directory=appdata
connection.password=kXI4^ecvG8Vk
vm_arguments=-Xmx512m -Xms512m -XX:PermSize=256m -XX:MaxPermSize=256m -XX:NewSize=128m
- I am trying to create a channel in mirth using the details available in the openmrs-standalone-runtime.properties file. I have attached the screenshot of the same.
But when I click on the select
->get tables
button in Mirth Connect Administrator I am getting an alert as follows:
could not retrieve database metadata.Please ensure that your driver,url,username and password are correct.
Can anyone please tell me where I am going wrong or suggest how to retrieve the HL7 message from OpenMRS database using Mirth.