MedDRA Mismatch Error
Error Message:
You can run the
following query using the SQL developer to view
the MedDRA mismatch warning message in the
etl_mart_log
table:
SELECT * FROM
am_mart_user.etl_mart_log WHERE table_name =
'p_check_signal_meddra_schema' ORDER BY 1 DESC;
The following is the error message:
Figure 15-5 MedDRA Mismatch Error

Cause of Error:
During the ETL process, a check is done between the Oracle Argus Safety and the Oracle Argus Mart database to ensure that they are using the same MedDRA version. This warning message is displayed when these values do not match.
Resolution:
You must update the value for the MedDRA version in the SIGNAL_MEDDRA_VER table to ensure that it matches with the Oracle Argus Safety database value.
Parent topic: Troubleshooting