Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FOGL-9181: Fledge 2.5.0 unable to send data to EDS (Edge Data Store) #1525

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions C/plugins/north/OMF/omfinfo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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());
}
}
Expand Down
3 changes: 2 additions & 1 deletion docs/OMF.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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| | |
+-----------+----------+---------------------+
Expand Down