Known issues

Review the list of known issues of the latest Edge Flow Manager (EFM) release.

Known issues in EFM 2.0.0.0 include:
  • Browser back navigation does not work in parts of the EFM web app.

  • EFM repository usage views do not show data or can be inaccurate.

  • After upgrading to EFM version 2.0.0.0, you may encounter the following error message when attempting to access the Monitor tab:

    An unexpected error has occured. Please check the logs for additional details.

    The error is associated with the handling of agent classes.To address this issue, execute the following SQL commands on the EFM database:
    1. Update the FLOW_CONTENT format as follows:
      UPDATE FLOW_CONTENT
      SET FLOW_CONTENT_FORMAT = 'CONFIG_SCHEMA_YAML_TYPE'
      WHERE FLOW_CONTENT_FORMAT = 'YAML_V2_TYPE';
    2. Update the FLOW_CONTENT format as follows:
      UPDATE FLOW_CONTENT
      SET FLOW_CONTENT_FORMAT = 'FLOW_SNAPSHOT_JSON_TYPE'
      WHERE FLOW_CONTENT_FORMAT = 'FLOW_SNAPSHOT_JSON_V1_TYPE';