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:

  1. 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.

  2. Execute below SQL:

    update catissue_collection_protocol set visit_collection_mode = 'ALL_SPMNS';




Got feedback or spotted a mistake?

Leave a comment at the end of this page or email contact@krishagni.com