Andre Araujo created MINIFICPP-1059:
---------------------------------------
Summary: TailEventLog processor is hitting a document MS bug
Key: MINIFICPP-1059
URL: https://issues.apache.org/jira/browse/MINIFICPP-1059
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Andre Araujo
I'm getting the following error while trying to use the TailEventLog processor:
{code:java}
[2019-10-08 21:12:15.478] [org::apache::nifi::minifi::processors::TailEventLog]
[trace] 4 and 1004
[2019-10-08 21:12:15.478] [org::apache::nifi::minifi::processors::TailEventLog]
[debug] Error 87: The parameter is incorrect.
[2019-10-08 21:12:15.478] [org::apache::nifi::minifi::processors::TailEventLog]
[trace] Yielding due to error
{code}
The error, which is thrown
[here|https://github.com/apache/nifi-minifi-cpp/blob/2b0a55e4a6725750aa07a41b6632fe016259e77e/extensions/windows-event-log/TailEventLog.cpp#L92],
seems to match the description in this [MS BUG
report|https://support.microsoft.com/en-us/help/177199/bug-readeventlog-fails-with-error-87].
--
This message was sent by Atlassian Jira
(v8.3.4#803005)