How to fix the errors?
Error importing CRF: PATHOLOGY","java.lang.RuntimeException: Following special characters in form names not allowed: [+-/*(){}%. ]
Error importing CRF data. Subject: ABC01, Event: BASELINE. Error: DE form for PATHOLOGY (Path_Data) doesn't seem to be created"
Error importing CRF data. Subject: ABC01, Event: SE_WEEK1FU.","com.krishagni.catissueplus.core.common.errors.OpenSpecimenException: Participant 48540 does not exist.
Failed to authenticate with the OC server. Check the following: a) auth credentials b) auth server URL c) server accessibility
How to cleanup mapping tables?
You can clean up the Open Clinica mapping tables using the below SQLs
Find the study ID from the table 'os_oc_studies' //SQL to cleanup the visits mapping table, where 'N' is the study ID SQL>delete from os_oc_visits where subject_id in (select identifier from os_oc_subjects where study_id = N); //SQL to cleanup the participant mapping table, where 'N' is the study ID SQL>delete from os_oc_subjects where study_id = N;
Error: Unknown column '<table name>' in 'field list'
Error: Column 'FORM_CTXT_ID' cannot be null