Hi,
The noSuchObject' is SNMP V2C/V3 exception and would have occurred because the requested
Object ID : .1.3.6.1.4.1.9.9.68.1.5.1.1.1.2 was not implemented in the agent.
In this case the the SNMP V2C/V3 response will contain NULL value for that OID with 'noSuchObject' exception.
Please note that SnmpTarget.snmpGet() will return 'null' only if the OID is not specified before or it contains errors.
In SNMP V2C/V3 'noSuchObject' is not an error, it is an exception and hence 'null' will not be returned.
Hence please make sure that the Object ID is implemented in the agent to overcome this issue.
For further information regarding this exception, please refer
RFC1905.
Trust this information is helpful.
Please get back to us for further clarifications.
regards,
Pradheep