/
How to solve "Unknown name value [1] for enum class [com.krishagni.catissueplus.core.biospecimen.domain.CollectionProtocol$VisitCollectionMode]"?
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com
How to solve "Unknown name value [1] for enum class [com.krishagni.catissueplus.core.biospecimen.domain.CollectionProtocol$VisitCollectionMode]"?
This error occurs because of bug introduced in v4.2.2 release. The bug is fixed in v4.2.7 release build onward.
Resolution:
Execute below SQL:
select distinct visit_collection_mode from catissue_collection_protocol;
If the output is "ALL_SPMNS" then there is no issue. If output of the query different than "ALL_SPMNS" run the query given below.
Execute below SQL:
update catissue_collection_protocol set visit_collection_mode = 'ALL_SPMNS';
, multiple selections available,
Related content
How to fix 'Genotype is invalid' issue?
How to fix 'Genotype is invalid' issue?
More like this
Populate the correct specimen type id in specimen requirement and specimen table.
Populate the correct specimen type id in specimen requirement and specimen table.
More like this
How to fix 'Not Specified' specimen type issue in container restrictions?
How to fix 'Not Specified' specimen type issue in container restrictions?
More like this
How to resolve permissible-values.xml changeset failed.
How to resolve permissible-values.xml changeset failed.
More like this
Fixing database constraint errors
Fixing database constraint errors
More like this
Update Collected Specimen To Correct Specimen Requirement.
Update Collected Specimen To Correct Specimen Requirement.
More like this
Got feedback or spotted a mistake?
Leave a comment at the end of this page or email contact@krishagni.com