Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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:

    Code Block
    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:

    Code Block
    update catissue_collection_protocol set visit_collection_mode = 'ALL_SPMNS';