Event ID - 2991

Event Id2991
SourceNotificationServices
DescriptionThe SQLProvider event provider is missing required arguments.
Event InformationAccording to Microsoft:
Explanation:

This error occurs when one of the required arguments for the SQLProvider event provider is not provided in the ADF. The provider takes three arguments: EventClassName (required), EventsQuery (required), and PostQuery (optional).
User Action:
Make sure that the SQLProvider declaration in the ADF looks similar to the following example, and verify that the two required arguments have been specified. <providers><hostedprovider><providername>SQLStock</providername><classname>SQLProvider</classname><systemname>SLEIPNIR</systemname><schedule><interval>P0DT00H00M60S</interval></schedule><arguments><argument><name>EventsQuery</name><value>SELECT StockSymbol, StockPrice FROM StockTable</value></argument><argument><name>EventClassName</name><value>StockEvents</value></argument></arguments></hostedprovider></providers>
Reference LinksEvent id 2991 from source Notificationservices

Catch threats immediately

We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.

See what we caught

Did this information help you to resolve the problem?

Yes: My problem was resolved.
No: The information was not helpful / Partially helpful.