Hello @dkayiwa Kind help please! am on this step but am somehow confused!
3. Update Metadata Sharing packages to the latest versions of CIEL concepts
1. Login to [mdsbuilder](https://mdsbuilder.openmrs.org/openmrs) OpenMRS instance.
2. Go to Administration -> Metadata Sharing -> Export Metadata and choose a package (repeat b. and c. for the following packages: **Reference Application Concepts, Reference Application Diagnoses, Reference Application Order Entry and Allergies Concepts**)
1. Click New Version.
2. Follow the creating package wizard leaving all defaults.
Kindly are the following packages: Reference Application Concepts, Reference Application Diagnoses, Reference Application Order Entry and Allergies Concepts part of the metadata sharing packages or they are independent? Am not seeing them anywhere on the admin page.
When I login into the server and follow this path Administration -> Metadata Sharing -> Export Metadata I see 19 pages as reflected on the screenshot below
Kindly follow up!! @dkayiwa am unable to see these packages: Reference Application Concepts, Reference Application Diagnoses, Reference Application Order Entry and Allergies Concepts on the mdsbuilder kindly how can I go about it?
@raff am so sorry for a bother! Kindly could rebuilding the service again from a backup help to restore the missing packages or I need to re-create the missing packages a fresh?
Thanks so much @raff. Its unfortunate am unable to login to mdsbuilder server with my credentials. Just wondering if restoring the DB on mdsbuilder had an effect on my account.(Kindly am just thinking loud)
@ibacher , @dkayiwa am somehow stack on Updating CIEL on the mdsbuilder to the latest version using the sql dump that I downloaded from the CIEL dictionary dropbox account. When I run this command
mysql -u ${MYSQL_USER} -p${MYSQL_PASSWORD} ${MYSQL_DATABASE} < /tmp/openmrs_concepts_2.0_20181012.sql I get this output
`root@35370cab96f6:/# mysql -u ${MYSQL_USER} -p${MYSQL_PASSWORD} ${MYSQL_DATABASE} < /tmp/openmrs_concepts_2.5_20230126.sql
Warning: Using a password on the command line interface can be insecure.
ERROR 1045 (28000): Access denied for user 'openmrs-user'@'localhost' (using password: YES)`
Kindly what is the cause of the error? Am a bit confused since all the previous commands worked as expected.
When I Update Metadata Sharing packages to the latest versions of CIEL concepts, the package Reference Application Concepts throws this error Currently logged in as Juliet Wamalwa Log out My Profile HelpOpenMRS Logo - Pastebin.com though Reference Application Diagnoses and Reference Application Order Entry and Allergies Concepts packages are updated successfully.
@ibacher , @dkayiwa kindly help please! When I export concepts using data exchange to preserve IDs for later updates of CIEL, am getting maven build error on this PR which is suspected to be caused by the export with the double-quotes in the attribute here and a fix needs to be done in the metadata export module, but I don’t really know that module. Kindly do you mind pointing me where to make that fix please?
@dkayiwa and @ibacher am confused now! I followed all these steps openmrs_concepts_2.5_20230126.sqlscp openmrs_concepts_2.5_20230126.sql.zip j - Pastebin.com to upload the sql dump file to mdsBuilder Server though I got this output Last login: Thu Feb 2 08:26:58 on consoleDeniss-Air:~ juliet$ cd download-b - Pastebin.com after running this command mysql -u ${MYSQL_USER} -p${MYSQL_PASSWORD} ${MYSQL_DATABASE} < /tmp/openmrs_concepts_2.5_20230126.sql. I just ignored the error and proceeded to the next step since I wasn’t using a password. Could it be that because of this error ERROR 1045 (28000): Access denied for user 'openmrs-user'@'localhost' (using password: YES) the new concepts are not updated on mdsBuilder and am ending up with the old version instead when I click download Latest to get the zip file for that package? If that is the case then how can I solve the access problem?