We noticed a lot of error messages in the SLSNMPManager.txt file.
This is an example :
2022/04/13 15:32:09.744|SLSNMPManager.exe 10.1.2135.418|4804|23300|CBaseManager::GetOIDs|ERR|-1|"Element": Unable to retrieve the parameters (not enough pointers)
Can anyone give an explanation of this messages? The streamviewer and the log of the element are fine.
Hi Sofia,
The error message is a bit of a misnomer, and seems to indicate one of two things. Either the internal pointer to the protocol information is absent, which seems unlikely, or there is no parameter to poll. It aborts the SNMP Get request, explaining why there are no further messages in the streamviewer or logfile.
I suspect that there is a poll group without parameters, or with parameters that don't have a valid SNMP configuration. Would it be possible to check the protocol used by the element "Element", or the element name that was in the log message between the quotes?
Hi Floris, there was a poll group without parameters. The problem is solved. Thank you so much for your support!
Hi Floris, thanks for your reply. I will check the protocol.