diff --git a/C/plugins/north/OMF/omfinfo.cpp b/C/plugins/north/OMF/omfinfo.cpp index da4f8edbd..0bedc7a9f 100644 --- a/C/plugins/north/OMF/omfinfo.cpp +++ b/C/plugins/north/OMF/omfinfo.cpp @@ -479,11 +479,13 @@ void OMFInformation::start(const string& storedData) { EDSGetVersion(); SetOMFVersion(); + CheckDataActionCode(); Logger::getLogger()->info("Edge Data Store %s OMF Version: %s", m_RestServerVersion.c_str(), m_omfversion.c_str()); } else { SetOMFVersion(); + CheckDataActionCode(); Logger::getLogger()->info("OMF Version: %s", m_omfversion.c_str()); } } diff --git a/docs/OMF.rst b/docs/OMF.rst index ca3bbd9aa..182aebc88 100644 --- a/docs/OMF.rst +++ b/docs/OMF.rst @@ -755,9 +755,10 @@ These are the OMF versions the plugin will use to post data: +===========+==========+=====================+ | 1.2|- 2021 |- 2023 | | |- 2021 SP1|- 2023 Patch 1 | -| |- 2021 SP2| | +| |- 2021 SP2|- 2024 | | |- 2021 SP3| | | |- 2023 | | +| |- 2023 SP1| | +-----------+----------+---------------------+ | 1.1| | | +-----------+----------+---------------------+